.DocumentsTab_container__rYpq3{display:flex;flex-direction:column;gap:var(--space-4,16px);padding:var(--space-4,16px)}.DocumentsTab_header__gx_RN{display:flex;flex-direction:column;gap:4px}.DocumentsTab_title__rbz_n{margin:0;font-size:1.125rem;font-weight:600;color:var(--color-text,#111827)}.DocumentsTab_subtitle__nzVYK{margin:0;font-size:.875rem;color:var(--color-text-muted,#6b7280)}.DocumentsTab_rowList__QeKoS{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:var(--space-2,8px)}.DocumentsTab_row__dayXT{border:1px solid var(--color-border,#e5e7eb);border-radius:var(--radius-md,8px);background:var(--color-surface,#ffffff)}.DocumentsTab_rowIncomplete__oA4fY{background:var(--color-surface-muted,#f9fafb)}.DocumentsTab_rowInner__7Ofvr{display:flex;align-items:center;justify-content:space-between;gap:var(--space-3,12px);padding:var(--space-3,12px) var(--space-4,16px);flex-wrap:wrap}.DocumentsTab_rowLeft__z4_Ei{display:flex;align-items:center;gap:var(--space-3,12px);min-width:0}.DocumentsTab_rowIcon__MfQpw{color:var(--color-accent,#2563eb)}.DocumentsTab_rowIncomplete__oA4fY .DocumentsTab_rowIcon__MfQpw{color:var(--color-text-muted,#9ca3af)}.DocumentsTab_rowText__XJZ2X{display:flex;flex-direction:column;gap:2px;min-width:0}.DocumentsTab_rowLabel__qI9Oq{font-size:.9375rem;font-weight:500;color:var(--color-text,#111827)}.DocumentsTab_rowIncomplete__oA4fY .DocumentsTab_rowLabel__qI9Oq,.DocumentsTab_rowMeta__ITGsq{color:var(--color-text-muted,#6b7280)}.DocumentsTab_rowMeta__ITGsq{font-size:.8125rem}.DocumentsTab_rowActions__aryQ_{display:flex;align-items:center;gap:var(--space-2,8px);flex-wrap:wrap}.DocumentsTab_generateLink__ZglFR,.DocumentsTab_secondaryLink__Cqrtg{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;border:1px solid var(--color-border,#d1d5db);border-radius:var(--radius-sm,6px);background:var(--color-surface,#ffffff);color:var(--color-text,#1f2937);font-size:.8125rem;font-weight:500;text-decoration:none}.DocumentsTab_generateLink__ZglFR:hover,.DocumentsTab_secondaryLink__Cqrtg:hover{background:var(--color-surface-hover,#f3f4f6)}.DocumentsTab_downloadButton__r6dtU{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;border:1px solid var(--color-border,#d1d5db);border-radius:var(--radius-sm,6px);background:var(--color-surface,#ffffff);color:var(--color-text,#1f2937);font-size:.8125rem;font-weight:500;cursor:pointer}.DocumentsTab_downloadButton__r6dtU:hover:not(:disabled){background:var(--color-surface-hover,#f3f4f6)}.DocumentsTab_downloadButton__r6dtU:disabled{opacity:.6;cursor:not-allowed}.DocumentsTab_primaryLink__BO9iZ{display:inline-flex;align-items:center;gap:var(--space-2,8px);padding:8px 16px;border-radius:var(--radius-md,8px);background:var(--color-accent,#2563eb);color:var(--color-on-accent,#ffffff);font-size:.9375rem;font-weight:500;text-decoration:none}.DocumentsTab_primaryLink__BO9iZ:hover{background:var(--color-accent-hover,#1d4ed8)}.DocumentsTab_emptyState__VHrcC{display:flex;flex-direction:column;align-items:center;gap:var(--space-3,12px);padding:var(--space-6,32px);text-align:center}.DocumentsTab_emptyIcon__CAT1f{color:var(--color-accent,#2563eb)}.DocumentsTab_emptyTitle__S61Qu{margin:0;font-size:1.125rem;font-weight:600;color:var(--color-text,#111827)}.DocumentsTab_emptyDescription__DF2bS{margin:0;max-width:440px}.DocumentsTab_emptyDescription__DF2bS,.DocumentsTab_muted__sy4l8{font-size:.875rem;color:var(--color-text-muted,#6b7280)}.DocumentsTab_error__691CY{color:var(--color-danger,#dc2626);font-size:.875rem}.ConfirmationDialog_overlay__BjBP1{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:10001;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.ConfirmationDialog_dialog__MB5Eq{background:white;border-radius:12px;box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);max-width:400px;width:90%;max-height:90vh;overflow:hidden;animation:ConfirmationDialog_slideIn__4xVzw .2s ease-out}@keyframes ConfirmationDialog_slideIn__4xVzw{0%{opacity:0;transform:scale(.95) translateY(-10px)}to{opacity:1;transform:scale(1) translateY(0)}}.ConfirmationDialog_header__Jv5Wb{padding:20px 24px 16px;display:flex;align-items:center;gap:12px;border-bottom:1px solid #e5e7eb}.ConfirmationDialog_header__Jv5Wb.ConfirmationDialog_warning__L_B84{background-color:#dbeafe;border-bottom-color:#3b82f6}.ConfirmationDialog_header__Jv5Wb.ConfirmationDialog_danger__49bos{background-color:#fee2e2;border-bottom-color:#ef4444}.ConfirmationDialog_header__Jv5Wb.ConfirmationDialog_info__v1oEV{background-color:#dbeafe;border-bottom-color:#3b82f6}.ConfirmationDialog_icon__K51rs{font-size:24px;line-height:1}.ConfirmationDialog_title__mAJnu{margin:0;font-size:18px;font-weight:600;color:#111827}.ConfirmationDialog_content__90PLI{padding:20px 24px}.ConfirmationDialog_message__KUkWC{margin:0;color:#374151;line-height:1.5;font-size:14px}.ConfirmationDialog_actions__oghbO{padding:16px 24px 24px;display:flex;gap:12px;justify-content:flex-end}.ConfirmationDialog_cancelButton__mrVpd{padding:8px 16px;border:1px solid #d1d5db;background:white;color:#374151;border-radius:6px;font-family:var(--font-sans,"Montserrat",-apple-system,BlinkMacSystemFont,"Segoe UI",system-ui,sans-serif);font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.ConfirmationDialog_cancelButton__mrVpd:hover{background:#f9fafb;border-color:#9ca3af}.ConfirmationDialog_confirmButton__BJAYL{padding:8px 16px;border:none;border-radius:6px;font-family:var(--font-sans,"Montserrat",-apple-system,BlinkMacSystemFont,"Segoe UI",system-ui,sans-serif);font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;color:white}.ConfirmationDialog_confirmButton__BJAYL.ConfirmationDialog_warning__L_B84{background:#5fadff}.ConfirmationDialog_confirmButton__BJAYL.ConfirmationDialog_warning__L_B84:hover{background:#4a90e2}.ConfirmationDialog_confirmButton__BJAYL.ConfirmationDialog_danger__49bos{background:#ef4444}.ConfirmationDialog_confirmButton__BJAYL.ConfirmationDialog_danger__49bos:hover{background:#dc2626}.ConfirmationDialog_confirmButton__BJAYL.ConfirmationDialog_info__v1oEV{background:#3b82f6}.ConfirmationDialog_confirmButton__BJAYL.ConfirmationDialog_info__v1oEV:hover{background:#2563eb}@media (max-width:480px){.ConfirmationDialog_dialog__MB5Eq{width:95%;margin:20px}.ConfirmationDialog_header__Jv5Wb{padding:16px 20px 12px}.ConfirmationDialog_content__90PLI{padding:16px 20px}.ConfirmationDialog_actions__oghbO{padding:12px 20px 20px;flex-direction:column-reverse}.ConfirmationDialog_cancelButton__mrVpd,.ConfirmationDialog_confirmButton__BJAYL{width:100%;padding:12px 16px}}.ErrorDisplay_errorContainer__c31cF{text-align:center;padding:2rem;margin:2rem auto;max-width:600px;background-color:#fee2e2;border:1px solid #fecaca;border-radius:.5rem;color:#991b1b}.ErrorDisplay_errorTitle__UFJYx{font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.ErrorDisplay_errorMessage__RR5J4{color:#7f1d1d;margin-bottom:1rem}.ErrorDisplay_retryButton__FI4GL{background-color:#dc2626;color:white;padding:.5rem 1rem;border-radius:.375rem;border:none;cursor:pointer;font-weight:500;transition:background-color .2s}.ErrorDisplay_retryButton__FI4GL:hover{background-color:#b91c1c}.FilterControl_filterContainer__h9xLE{position:relative;display:inline-block}.FilterControl_filterButton__al337{padding:.5rem 1rem;border:1px solid #e5e7eb;border-radius:.5rem;background:white;color:#374151;font-size:.875rem;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:all .2s ease;height:36px;box-shadow:0 1px 2px rgba(0,0,0,.05)}.FilterControl_filterButton__al337.FilterControl_active__OUA9c,.FilterControl_filterButton__al337:hover{border-color:#3b82f6;color:#3b82f6}.FilterControl_icon__vPaIR{width:16px;height:16px;transition:transform .2s ease}.FilterControl_icon__vPaIR.FilterControl_open__8g31B{transform:rotate(180deg)}.FilterControl_dropdown__Kopf_{position:absolute;top:100%;left:0;margin-top:.25rem;min-width:12rem;background-color:white;border:1px solid #e5e7eb;border-radius:.5rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);z-index:50}.FilterControl_option__VJmDh{display:block;width:100%;padding:.5rem 1rem;text-align:left;font-size:.875rem;color:#4b5563;cursor:pointer;background:none;border:none;transition:background-color .2s ease}.FilterControl_option__VJmDh:hover{background-color:#f9fafb}.FilterControl_option__VJmDh.FilterControl_selected__g5f3C{background-color:#eff6ff;color:#6366f1}.FilterControl_option__VJmDh:first-child{border-top-left-radius:.5rem;border-top-right-radius:.5rem}.FilterControl_option__VJmDh:last-child{border-bottom-left-radius:.5rem;border-bottom-right-radius:.5rem}@media (max-width:768px){.FilterControl_filterButton__al337{padding:.625rem 1rem;font-size:.9375rem;height:auto;min-height:40px;border-radius:.5rem}.FilterControl_dropdown__Kopf_{min-width:100%;left:0;right:0}}@media (max-width:480px){.FilterControl_filterContainer__h9xLE{width:100%}.FilterControl_filterButton__al337{width:100%;padding:.875rem 1rem;font-size:1rem;justify-content:space-between;border-radius:.5rem}.FilterControl_dropdown__Kopf_{width:100%;min-width:100%;left:0;right:0}.FilterControl_option__VJmDh{padding:.875rem 1rem;font-size:.9375rem}}.Navbar_navbar__3BIeH{position:fixed;top:0;left:0;right:0;z-index:50;background:white;padding:1rem 3rem;box-shadow:0 2px 8px 0 rgba(0,0,0,.08),0 1px 2px 0 rgba(0,0,0,.04);font-family:var(--font-sans,"Montserrat",sans-serif)}.Navbar_container__vazkH{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;gap:3rem}.Navbar_leftSection__YGAWr{display:flex;align-items:center;flex-shrink:0}.Navbar_brand__ViMyA{display:flex;align-items:center;gap:.75rem;text-decoration:none}.Navbar_logoWrapper__DJQgC{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;background:#2563eb;border-radius:.5rem;color:white;font-weight:700;font-size:1rem}.Navbar_brandName__UPVs9{font-size:1.5rem;font-weight:600;color:rgb(0,125,221);letter-spacing:-.025em}.Navbar_centerSection__GNZs1{display:flex;align-items:center;gap:3rem;flex:1 1;justify-content:center}.Navbar_navLink__A03oH{color:#374151;text-decoration:none;font-size:1.25rem;font-weight:500;padding:.5rem 0;border-bottom:2px solid transparent;transition:all .2s ease}.Navbar_navLink__A03oH:hover{color:#2563eb}.Navbar_navLink__A03oH.Navbar_active__YMfDB{color:#2563eb;border-bottom-color:#2563eb}.Navbar_rightSection__VgYS1{display:flex;align-items:center;gap:.75rem;flex-shrink:0}.Navbar_userMenuContainer__v5aMQ{position:relative}.Navbar_userButton__UKMcU{display:flex;align-items:center;gap:.75rem;padding:.5rem .875rem;background:white;border:none;border-radius:.5rem;cursor:pointer;transition:all .2s ease;min-width:200px}.Navbar_userButton__UKMcU.Navbar_open___npFi,.Navbar_userButton__UKMcU:hover{background:#f9fafb}.Navbar_userButton__UKMcU:disabled{opacity:.6;cursor:not-allowed}.Navbar_avatar__mMtEO{width:40px;height:40px;border-radius:.5rem;background:linear-gradient(135deg,#93c5fd,#60a5fa);color:white;align-items:center;justify-content:center;font-size:.875rem;font-weight:600;flex-shrink:0}.Navbar_avatar__mMtEO,.Navbar_userInfo__6HnBW{display:flex;font-family:Montserrat,sans-serif}.Navbar_userInfo__6HnBW{flex-direction:column;gap:.125rem;flex:1 1;min-width:0;align-items:flex-start;text-align:left}.Navbar_userName___zDmh{font-size:.9375rem;font-weight:600;color:#1f2937}.Navbar_orgName__6e0pw,.Navbar_userName___zDmh{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.25;width:100%;font-family:Montserrat,sans-serif}.Navbar_orgName__6e0pw{font-size:.8125rem;font-weight:400;color:#6b7280}.Navbar_chevron__j_BCs{flex-shrink:0;color:#6b7280;transition:transform .2s ease}.Navbar_chevron__j_BCs.Navbar_rotated__Mnki4{transform:rotate(180deg)}.Navbar_dropdown__1vJ_E{position:absolute;top:calc(100% + .5rem);right:0;min-width:320px;background:white;border:1px solid #e5e7eb;border-radius:.75rem;box-shadow:0 10px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1);animation:Navbar_fadeIn__Q2B5n .2s ease-out;z-index:100;overflow:hidden}@keyframes Navbar_fadeIn__Q2B5n{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.Navbar_dropdownHeader__I1QBj{display:flex;gap:.875rem;padding:1rem;background:#f9fafb;border-bottom:1px solid #e5e7eb}.Navbar_avatarLarge___PChW{width:48px;height:48px;border-radius:.625rem;background:linear-gradient(135deg,#93c5fd,#60a5fa);color:white;display:flex;align-items:center;justify-content:center;font-size:1rem;font-weight:600;flex-shrink:0;font-family:Montserrat,sans-serif}.Navbar_headerInfo___GCgy{display:flex;flex-direction:column;gap:.25rem;flex:1 1;min-width:0}.Navbar_headerName__tFtWd{font-size:.875rem;font-weight:600;color:#1f2937;line-height:1.25}.Navbar_headerEmail__hRwwx{font-size:.75rem;color:#6b7280;line-height:1.25;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.Navbar_orgLink__RAgPW{display:inline-flex;align-items:center;gap:.375rem;margin-top:.25rem;padding:0;background:none;border:none;color:#2563eb;font-size:.75rem;font-weight:500;cursor:pointer;transition:color .15s ease}.Navbar_orgLink__RAgPW:hover{color:#1d4ed8;text-decoration:underline}.Navbar_menuItems__0P93y{padding:.5rem 0}.Navbar_menuItem__JKtM3{display:flex;align-items:flex-start;gap:.75rem;width:100%;padding:.75rem 1rem;background:none;border:none;text-align:left;cursor:pointer;transition:all .15s ease}.Navbar_menuItem__JKtM3:hover{background:#f9fafb}.Navbar_menuIcon__Tb6GN{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:.5rem;background:#f3f4f6;color:#6b7280;flex-shrink:0;transition:all .15s ease}.Navbar_menuItem__JKtM3:hover .Navbar_menuIcon__Tb6GN{background:#e5e7eb;color:#374151}.Navbar_menuContent__jjHxy{display:flex;flex-direction:column;gap:.125rem;flex:1 1;padding-top:.25rem}.Navbar_menuTitle__Yq11e{font-size:.875rem;font-weight:500;color:#1f2937;line-height:1.25}.Navbar_menuDescription__7YW1r{font-size:.75rem;font-weight:400;color:#6b7280;line-height:1.25}.Navbar_logoutItem__t8f4f .Navbar_menuIcon__Tb6GN{background:#fef2f2;color:#dc2626}.Navbar_logoutItem__t8f4f:hover .Navbar_menuIcon__Tb6GN{background:#fee2e2;color:#b91c1c}.Navbar_logoutItem__t8f4f .Navbar_menuTitle__Yq11e{color:#dc2626}.Navbar_logoutItem__t8f4f:hover .Navbar_menuTitle__Yq11e{color:#b91c1c}.Navbar_divider__hKNdJ{height:1px;background:#e5e7eb;margin:.5rem 0}.Navbar_dropdownFooter__4z_VM{padding:.75rem 1rem;background:#f9fafb;border-top:1px solid #e5e7eb;text-align:center}.Navbar_dropdownFooter__4z_VM span{font-size:.6875rem;font-weight:400;color:#9ca3af;letter-spacing:.025em}@media (max-width:1200px){.Navbar_navbar__3BIeH{padding:1rem 2rem}.Navbar_container__vazkH{max-width:100%}}@media (max-width:1024px){.Navbar_navbar__3BIeH{padding:.8rem 1.5rem}.Navbar_container__vazkH{gap:2rem;justify-content:space-between}.Navbar_centerSection__GNZs1{gap:2rem}.Navbar_userMenuContainer__v5aMQ{display:none}.Navbar_mobileMenuButton__CRcew{display:flex;align-items:center;justify-content:center;margin-left:auto}.Navbar_rightSection__VgYS1{display:flex;justify-content:flex-end;flex-shrink:0}.Navbar_dropdown__1vJ_E{min-width:300px}}@media (max-width:768px){.Navbar_centerSection__GNZs1,.Navbar_userMenuContainer__v5aMQ{display:none}.Navbar_navbar__3BIeH{position:static;padding:.7rem 1rem}.Navbar_container__vazkH{justify-content:space-between}.Navbar_brandName__UPVs9{font-size:1.25rem}.Navbar_navLink__A03oH{font-size:.9375rem}.Navbar_mobileMenuButton__CRcew{margin-left:auto}.Navbar_rightSection__VgYS1{display:flex;justify-content:flex-end;flex-shrink:0}.Navbar_dropdown__1vJ_E{min-width:280px}}@media (max-width:640px){.Navbar_brandName__UPVs9{display:none}.Navbar_container__vazkH{gap:1rem;justify-content:space-between}.Navbar_userButton__UKMcU{min-width:auto}.Navbar_userInfo__6HnBW{display:none}.Navbar_mobileMenuButton__CRcew{margin-left:auto}.Navbar_rightSection__VgYS1{display:flex;justify-content:flex-end}.Navbar_dropdown__1vJ_E{right:-1rem}}@media (max-width:1024px) and (orientation:landscape){.Navbar_userMenuContainer__v5aMQ{display:block!important}.Navbar_mobileMenuButton__CRcew{display:none!important}.Navbar_centerSection__GNZs1{display:flex}.Navbar_container__vazkH{gap:1.5rem}.Navbar_userButton__UKMcU{min-width:160px}}@media (max-width:768px) and (orientation:landscape){.Navbar_userMenuContainer__v5aMQ{display:block!important}.Navbar_mobileMenuButton__CRcew{display:none!important}.Navbar_centerSection__GNZs1{display:flex}.Navbar_navLink__A03oH{font-size:.875rem}.Navbar_container__vazkH{gap:1.5rem}.Navbar_userButton__UKMcU{min-width:140px;padding:.375rem .5rem}.Navbar_avatar__mMtEO{width:32px;height:32px;font-size:.75rem}.Navbar_userName___zDmh{font-size:.8125rem}.Navbar_orgName__6e0pw{font-size:.6875rem}}.Navbar_mobileMenuButton__CRcew{display:none;padding:.5rem;background:none;border:none;color:#374151;cursor:pointer;transition:color .2s ease;border-radius:.375rem}.Navbar_mobileMenuButton__CRcew:hover{color:#2563eb;background:#f9fafb}.Navbar_mobileMenuButton__CRcew:focus-visible{outline:2px solid #2563eb;outline-offset:2px;border-radius:.375rem}.Navbar_mobileMenuBackdrop__9jvy4,.Navbar_mobileMenuDrawer__TJV2Q{display:none}@media (max-width:768px){.Navbar_mobileMenuButton__CRcew{display:flex;align-items:center;justify-content:center}.Navbar_mobileMenuBackdrop__9jvy4{display:block;position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);z-index:90;animation:Navbar_fadeIn__Q2B5n .3s ease-out}.Navbar_mobileMenuDrawer__TJV2Q{display:flex;flex-direction:column;position:fixed;top:0;right:0;width:80%;max-width:320px;height:100vh;background:white;box-shadow:-4px 0 20px rgba(0,0,0,.15);z-index:100;animation:Navbar_slideIn__K7jKh .3s ease-out;overflow-y:auto}@keyframes Navbar_slideIn__K7jKh{0%{transform:translateX(100%)}to{transform:translateX(0)}}.Navbar_mobileMenuHeader__NLTZc{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1rem;border-bottom:1px solid #e5e7eb;background:#f9fafb;flex-shrink:0}.Navbar_mobileMenuTitle__bDoXu{font-size:1.125rem;font-weight:600;color:#1f2937;font-family:Montserrat,sans-serif}.Navbar_mobileMenuClose__WnPfv{padding:.5rem;background:none;border:none;color:#6b7280;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:.375rem;transition:all .2s ease}.Navbar_mobileMenuClose__WnPfv:hover{background:#e5e7eb;color:#374151}.Navbar_mobileMenuClose__WnPfv:focus-visible{outline:2px solid #2563eb;outline-offset:2px}.Navbar_mobileMenuLinks__n3abS{display:flex;flex-direction:column;padding:1rem 0}.Navbar_mobileNavLink__Bglws{display:block;padding:1rem 1.25rem;font-size:1rem;font-weight:500;color:#374151;text-decoration:none;transition:all .2s ease;border-left:3px solid transparent;font-family:Montserrat,sans-serif}.Navbar_mobileNavLink__Bglws:hover{background:#f9fafb;color:#2563eb}.Navbar_mobileNavLink__Bglws:focus-visible{outline:2px solid #2563eb;outline-offset:-2px}.Navbar_mobileNavLinkActive__Aj_Zv{background:#eff6ff;color:#2563eb;border-left-color:#2563eb;font-weight:600}.Navbar_mobileMenuDivider__FuSKg{height:1px;background:#e5e7eb;margin:.5rem 1rem;flex-shrink:0}.Navbar_mobileMenuUser__zKrvC{padding:1rem 1.25rem;background:#f9fafb;flex-shrink:0}.Navbar_mobileUserInfo__B910D{display:flex;align-items:center;gap:.75rem}.Navbar_mobileUserName__RZ42w{font-size:.9375rem;font-weight:600;color:#1f2937;line-height:1.25;font-family:Montserrat,sans-serif}.Navbar_mobileUserEmail__ORAdU{font-size:.8125rem;color:#6b7280;line-height:1.25;word-break:break-all;font-family:Montserrat,sans-serif}.Navbar_mobileMenuActions__wjwDd{display:flex;flex-direction:column;padding:1rem 0;gap:.25rem;flex:1 1}.Navbar_mobileActionButton__oNiL2{display:flex;align-items:center;gap:.75rem;padding:.875rem 1.25rem;background:none;border:none;font-size:.9375rem;font-weight:500;color:#374151;text-align:left;cursor:pointer;transition:all .2s ease;font-family:Montserrat,sans-serif}.Navbar_mobileActionButton__oNiL2:hover{background:#f9fafb;color:#2563eb}.Navbar_mobileActionButton__oNiL2:focus-visible{outline:2px solid #2563eb;outline-offset:-2px}.Navbar_mobileLogoutButton__2mLGE{color:#dc2626;margin-top:.5rem;border-top:1px solid #e5e7eb;padding-top:1.25rem}.Navbar_mobileLogoutButton__2mLGE:hover{background:#fef2f2;color:#b91c1c}}@media (max-width:375px){.Navbar_mobileMenuDrawer__TJV2Q{width:85%;max-width:280px}}.GeneratingDraftModal_overlay__LM5vz{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.8);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:99999;padding:1rem}.GeneratingDraftModal_modal__lj_To{background:white;border-radius:1.5rem;padding:3rem 2.5rem;max-width:500px;width:90vw;text-align:center;box-shadow:0 25px 50px rgba(0,0,0,.25);animation:GeneratingDraftModal_slideInScale__UGpPX .4s cubic-bezier(.34,1.56,.64,1);position:relative;overflow:hidden;max-height:90vh;overflow-y:auto}@keyframes GeneratingDraftModal_slideInScale__UGpPX{0%{opacity:0;transform:translateY(-30px) scale(.9)}to{opacity:1;transform:translateY(0) scale(1)}}.GeneratingDraftModal_modal__lj_To:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#fbbf24,#f472b6,#34d399,#60a5fa,#fb7185);background-size:400% 100%;animation:GeneratingDraftModal_gradientShift__GaFlO 3s ease-in-out infinite}@keyframes GeneratingDraftModal_gradientShift__GaFlO{0%,to{background-position:0 50%}50%{background-position:100% 50%}}.GeneratingDraftModal_loadingContainer__4Syht{position:relative;display:flex;align-items:center;justify-content:center;margin-bottom:2rem;height:80px}.GeneratingDraftModal_spinner__F_KAg{width:60px;height:60px;border:3px solid #f9fafb;border-top-color:#fbbf24;border-radius:50%;animation:GeneratingDraftModal_spin___3wfK 1s linear infinite;position:relative}.GeneratingDraftModal_spinnerInner__POSEL{width:40px;height:40px;border:2px solid transparent;border-top-color:#f472b6;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);animation:GeneratingDraftModal_spinReverse__m3sj6 1.5s linear infinite}@keyframes GeneratingDraftModal_spin___3wfK{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes GeneratingDraftModal_spinReverse__m3sj6{0%{transform:translate(-50%,-50%) rotate(1turn)}to{transform:translate(-50%,-50%) rotate(0deg)}}.GeneratingDraftModal_content__2dKya{margin-bottom:2rem}.GeneratingDraftModal_title__31glK{margin:0 0 1rem;font-size:1.5rem;font-weight:700;color:#1f2937;letter-spacing:-.025em}.GeneratingDraftModal_message__RcBQX{margin:0 0 .75rem;font-size:1rem;color:#6b7280;line-height:1.6;font-weight:500}.GeneratingDraftModal_dotsContainer___ylDs{display:flex;align-items:center;justify-content:center;gap:.375rem;margin-top:1rem}.GeneratingDraftModal_dot__4qi_Y{width:8px;height:8px;background:#fbbf24;border-radius:50%;animation:GeneratingDraftModal_pulse__8jL98 1.4s ease-in-out infinite both}.GeneratingDraftModal_dot__4qi_Y:first-child{background:#fbbf24;animation-delay:-.32s}.GeneratingDraftModal_dot__4qi_Y:nth-child(2){background:#f472b6;animation-delay:-.16s}.GeneratingDraftModal_dot__4qi_Y:nth-child(3){background:#34d399;animation-delay:0s}@keyframes GeneratingDraftModal_pulse__8jL98{0%,80%,to{transform:scale(.6);opacity:.5}40%{transform:scale(1);opacity:1}}.GeneratingDraftModal_enhancementSteps__FM0sW{display:flex;flex-direction:column;gap:.75rem;padding:1.5rem 1.25rem;background:#f8fafc;border-radius:12px;border:1px solid #e2e8f0;text-align:left;margin-bottom:1.5rem}.GeneratingDraftModal_step__BQ0JQ{display:flex;align-items:center;gap:.75rem;font-size:.9rem;color:#475569;padding:.5rem 0;border-bottom:1px solid #e2e8f0}.GeneratingDraftModal_step__BQ0JQ:last-child{border-bottom:none}.GeneratingDraftModal_stepIcon__JX0zf{font-size:1.2rem;flex-shrink:0}.GeneratingDraftModal_notice__Bg7gh{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 1.5rem;background:#fef7ed;border:1px solid #fed7aa;border-radius:.75rem;font-size:.875rem;color:#c2410c;font-weight:500;margin:0 -.5rem -1rem}.GeneratingDraftModal_noticeIcon__aRMMy{font-size:1rem;flex-shrink:0}@media (max-width:640px){.GeneratingDraftModal_modal__lj_To{padding:2rem 1.5rem;border-radius:1rem}.GeneratingDraftModal_title__31glK{font-size:1.25rem}.GeneratingDraftModal_message__RcBQX{font-size:.95rem}.GeneratingDraftModal_loadingContainer__4Syht{height:60px;margin-bottom:1.5rem}.GeneratingDraftModal_spinner__F_KAg{width:45px;height:45px}.GeneratingDraftModal_spinnerInner__POSEL{width:30px;height:30px}.GeneratingDraftModal_enhancementSteps__FM0sW{padding:1rem;gap:.5rem}.GeneratingDraftModal_step__BQ0JQ{font-size:.85rem;padding:.4rem 0}.GeneratingDraftModal_stepIcon__JX0zf{font-size:1rem}.GeneratingDraftModal_notice__Bg7gh{font-size:.8rem;padding:.875rem 1rem}}.GrantFundamentalsBanner_banner__HLwzQ{position:fixed;top:90px;right:24px;z-index:9999;display:flex;flex-direction:column;width:360px;padding:1.25rem;background:linear-gradient(135deg,#f0f8ff,#e6f3ff);border-radius:12px;box-shadow:0 4px 20px rgba(0,123,255,.12);animation:GrantFundamentalsBanner_slideIn__cthRy .4s cubic-bezier(.16,1,.3,1);border:1px solid #b3d9ff}@keyframes GrantFundamentalsBanner_slideIn__cthRy{0%{opacity:0;transform:translateX(20px)}to{opacity:1;transform:translateX(0)}}.GrantFundamentalsBanner_banner__HLwzQ.GrantFundamentalsBanner_warning__YwwNx{border-left:4px solid #f59e0b}.GrantFundamentalsBanner_banner__HLwzQ.GrantFundamentalsBanner_info__eoDxi{border-left:4px solid #0066cc}.GrantFundamentalsBanner_header__InBLE{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.75rem}.GrantFundamentalsBanner_titleRow__DlGcd{display:flex;align-items:center;gap:.625rem}.GrantFundamentalsBanner_icon__V5MiU{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:8px;background:rgba(245,158,11,.1);color:#f59e0b;flex-shrink:0}.GrantFundamentalsBanner_info__eoDxi .GrantFundamentalsBanner_icon__V5MiU{background:rgba(0,102,204,.1);color:#0066cc}.GrantFundamentalsBanner_title__lYxhG{margin:0;font-size:1rem;font-weight:600;color:#1a365d;line-height:1.3}.GrantFundamentalsBanner_description__D3GAw,.GrantFundamentalsBanner_title__lYxhG{font-family:Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif}.GrantFundamentalsBanner_description__D3GAw{margin:0 0 1rem;font-size:.875rem;line-height:1.5;color:#4a5568;padding-left:2px}.GrantFundamentalsBanner_actions__a2h7C{display:flex;justify-content:flex-end}.GrantFundamentalsBanner_ctaButton__Pul1_{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.625rem 1.25rem;background:linear-gradient(135deg,#0066cc,#004499);color:white;font-family:Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-weight:600;font-size:.875rem;border:none;border-radius:8px;cursor:pointer;text-decoration:none;transition:all .2s ease;width:100%;box-shadow:0 2px 8px rgba(0,102,204,.25)}.GrantFundamentalsBanner_ctaButton__Pul1_:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,102,204,.35)}.GrantFundamentalsBanner_dismissButton__8SzS7{display:flex;align-items:center;justify-content:center;padding:.375rem;background:rgba(0,0,0,.05);color:#6b7280;border:none;border-radius:6px;cursor:pointer;transition:all .2s ease;margin-top:-4px;margin-right:-4px}.GrantFundamentalsBanner_dismissButton__8SzS7:hover{background:rgba(0,0,0,.1);color:#1a365d}@media (max-width:768px){.GrantFundamentalsBanner_banner__HLwzQ{top:auto;bottom:24px;right:16px;left:16px;width:auto;max-width:none}}.LoadingState_loadingContainer__24IDB{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1rem;text-align:center}.LoadingState_spinner__Vs7Hf{width:3rem;height:3rem;border:4px solid rgba(37,99,235,.1);border-left-color:#2563eb;border-radius:50%;animation:LoadingState_spin__P4Kmf 1s linear infinite;margin-bottom:1.5rem}.LoadingState_loadingText__TGOao{color:#4b5563;font-size:1rem;font-weight:500}@keyframes LoadingState_spin__P4Kmf{to{transform:rotate(1turn)}}.NotificationDropdown_dropdown__ivl7H{position:absolute;top:calc(100% + 8px);right:0;width:380px;max-height:500px;background:white;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,.15);z-index:1000;display:flex;flex-direction:column;overflow:hidden}.NotificationDropdown_header__syi5X{display:flex;align-items:center;justify-content:space-between;padding:16px;border-bottom:1px solid #e9ecef;background:#f8f9fa}.NotificationDropdown_headerTitle__tzyVg{display:flex;align-items:center;gap:8px}.NotificationDropdown_headerTitle__tzyVg h3{margin:0;font-size:16px;font-weight:600;color:#333}.NotificationDropdown_markAllButton__6omMk{background:transparent;border:none;color:#007cba;font-size:12px;cursor:pointer;padding:4px 8px;border-radius:4px;display:flex;align-items:center;gap:4px;transition:background-color .2s ease}.NotificationDropdown_markAllButton__6omMk:hover{background-color:rgba(0,124,186,.1)}.NotificationDropdown_notificationList__us8Pg{flex:1 1;overflow-y:auto;max-height:400px}.NotificationDropdown_error__QQdwD,.NotificationDropdown_loading__xV9v_{padding:40px 20px;text-align:center;color:#6c757d}.NotificationDropdown_error__QQdwD{color:#dc3545}.NotificationDropdown_empty__mq_GV{padding:40px 20px;text-align:center;color:#6c757d}.NotificationDropdown_emptyIcon__nsM11{color:#dee2e6;margin-bottom:12px}.NotificationDropdown_empty__mq_GV p{margin:8px 0 4px;font-size:16px;font-weight:500;color:#495057}.NotificationDropdown_empty__mq_GV span{font-size:14px;color:#6c757d}.NotificationDropdown_notificationItem__yZKD8{display:flex;gap:12px;padding:12px 16px;border-bottom:1px solid #f1f3f5;transition:background-color .2s ease;position:relative}.NotificationDropdown_notificationItem__yZKD8:hover{background-color:#f8f9fa}.NotificationDropdown_notificationItem__yZKD8.NotificationDropdown_unread__ThNnF{background-color:#f0f8ff}.NotificationDropdown_notificationItem__yZKD8.NotificationDropdown_unread__ThNnF:hover{background-color:#e6f3ff}.NotificationDropdown_priorityIndicator__3NznJ{width:4px;border-radius:2px;flex-shrink:0}.NotificationDropdown_notificationContent__bAgBQ{flex:1 1;min-width:0}.NotificationDropdown_title__gdFTC{font-size:14px;font-weight:600;color:#333;margin-bottom:4px;line-height:1.4}.NotificationDropdown_content__NC9HY{font-size:13px;color:#6c757d;margin-bottom:6px;line-height:1.4;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}.NotificationDropdown_meta__nhBeY{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.NotificationDropdown_time__1cIul{font-size:11px;color:#adb5bd}.NotificationDropdown_priorityBadge__KeJh3{font-size:10px;font-weight:600;color:white;padding:2px 6px;border-radius:4px;text-transform:uppercase}.NotificationDropdown_actions__59iQ7{display:flex;flex-direction:column;gap:4px;flex-shrink:0}.NotificationDropdown_markReadButton__Bzq6p,.NotificationDropdown_viewButton__w1K3c{background:transparent;border:1px solid #dee2e6;padding:6px;border-radius:6px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#6c757d;transition:all .2s ease}.NotificationDropdown_markReadButton__Bzq6p:hover{background-color:#28a745;border-color:#28a745;color:white}.NotificationDropdown_viewButton__w1K3c:hover{background-color:#007cba;border-color:#007cba;color:white}.NotificationDropdown_footer__wjOpH{padding:12px 16px;border-top:1px solid #e9ecef;background:#f8f9fa;text-align:center}.NotificationDropdown_footer__wjOpH a{color:#007cba;text-decoration:none;font-size:13px;font-weight:500;transition:color .2s ease}.NotificationDropdown_footer__wjOpH a:hover{color:#005a8c;text-decoration:underline}.NotificationDropdown_notificationList__us8Pg::-webkit-scrollbar{width:6px}.NotificationDropdown_notificationList__us8Pg::-webkit-scrollbar-track{background:#f1f3f5}.NotificationDropdown_notificationList__us8Pg::-webkit-scrollbar-thumb{background:#adb5bd;border-radius:3px}.NotificationDropdown_notificationList__us8Pg::-webkit-scrollbar-thumb:hover{background:#6c757d}@media (max-width:480px){.NotificationDropdown_dropdown__ivl7H{width:calc(100vw - 32px);right:-80px}}.Modal_modalOverlay__i5TmR{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(17,24,39,.6);display:flex;align-items:center;justify-content:center;z-index:10001;padding:1rem;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);animation:Modal_fadeIn__TSiUR .2s ease-out;font-family:Montserrat,sans-serif}.Modal_modalContent__3Crl_{background:white;border-radius:.75rem;width:100%;max-width:500px;max-height:calc(100vh - 2rem);display:flex;flex-direction:column;overflow:hidden;box-shadow:0 10px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);animation:Modal_slideIn__xdMtO .3s ease-out}.Modal_modalHeader__FSjj3{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;border-bottom:1px solid #e5e7eb;background:linear-gradient(135deg,#f0f4ff,#e8efff)}.Modal_modalTitle__wxUKx{margin:0;font-size:1.125rem;font-weight:600;color:#1a365d}.Modal_closeButton__hbhaN{background:transparent;border:none;display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:9999px;cursor:pointer;font-size:1.5rem;color:#6b7280;transition:all .2s}.Modal_closeButton__hbhaN:hover{background:#f3f4f6;color:#111827}.Modal_modalBody__QaeCr{padding:1.5rem;overflow-y:auto;color:#4b5563;line-height:1.5}.Modal_modalFooter__vYzqK{display:flex;justify-content:flex-end;gap:.75rem;padding:1rem 1.5rem;background:#f9fafb;border-top:1px solid #e5e7eb}.Modal_button__mF633{padding:.5rem 1rem;font-size:.875rem;font-weight:500;font-family:Montserrat,sans-serif;border-radius:.5rem;border:1px solid #e5e7eb;background-color:white;color:#374151;cursor:pointer;transition:all .2s ease;min-width:5rem;text-align:center}.Modal_button__mF633:hover{background-color:#f9fafb;border-color:#d1d5db}.Modal_button__mF633:focus{outline:none;box-shadow:0 0 0 2px rgba(37,99,235,.3)}.Modal_primaryButton__weYWe{background-color:#2563eb;border-color:#2563eb;color:white}.Modal_primaryButton__weYWe:hover{background-color:#1d4ed8;border-color:#1d4ed8}.Modal_dangerButton__jlphg{background-color:white;border-color:#dc2626;color:#dc2626}.Modal_dangerButton__jlphg:hover{background-color:#fee2e2}@keyframes Modal_fadeIn__TSiUR{0%{opacity:0}to{opacity:1}}@keyframes Modal_slideIn__xdMtO{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:640px){.Modal_modalContent__3Crl_{max-width:100%!important}.Modal_modalFooter__vYzqK{flex-direction:column}.Modal_modalFooter__vYzqK button{width:100%}}.TabNavigation_container__wRNHl{background:var(--sa-bg-card);border-bottom:1px solid var(--sa-border);position:-webkit-sticky;position:sticky;top:68px;z-index:10}.TabNavigation_tabList___bYaG{display:flex;gap:.375rem;max-width:1440px;margin:0 auto;padding:.625rem 2rem;overflow-x:auto;scrollbar-width:none}.TabNavigation_tabList___bYaG::-webkit-scrollbar{display:none}.TabNavigation_tab__vNpKI{display:flex;align-items:center;gap:.375rem;padding:.5rem 1rem;background:var(--sa-surface);border:none;border-radius:8px;cursor:pointer;transition:background .15s,color .15s;white-space:nowrap;color:var(--sa-text-subtle)}.TabNavigation_tab__vNpKI:hover:not(.TabNavigation_tabActive__Xj4ej){background:var(--sa-border);color:var(--sa-text-primary)}.TabNavigation_tabActive__Xj4ej{background:var(--sa-primary);color:white}.TabNavigation_tabActive__Xj4ej:hover{background:var(--sa-primary-hover)}.TabNavigation_tabIcon__rqjB1{display:flex;align-items:center;flex-shrink:0}.TabNavigation_tabLabel__YnLAU{font-size:.8125rem;font-weight:600;line-height:1}@media (max-width:640px){.TabNavigation_tabList___bYaG{padding:.5rem 1rem;gap:.25rem}.TabNavigation_tab__vNpKI{padding:.5rem .75rem}.TabNavigation_tabLabel__YnLAU{display:none}}.InputDialog_overlay__C8_Xg{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:var(--z-modal);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.InputDialog_dialog__kljCo{background:var(--color-neutral-0);border-radius:var(--radius-xl);box-shadow:var(--shadow-xl);max-width:450px;width:90%;max-height:90vh;overflow:hidden;animation:InputDialog_slideIn__x7yFx .2s var(--easing-out)}@keyframes InputDialog_slideIn__x7yFx{0%{opacity:0;transform:scale(.95) translateY(-10px)}to{opacity:1;transform:scale(1) translateY(0)}}.InputDialog_header__wDhKQ{padding:var(--space-5) var(--space-6) var(--space-4);display:flex;align-items:center;gap:var(--space-3);border-bottom:1px solid var(--color-border-light);background-color:var(--color-primary-50)}.InputDialog_icon___0cZ9{font-size:24px;line-height:1}.InputDialog_title__VuzBT{margin:0;font-size:var(--text-lg);font-weight:600;color:var(--color-text-primary)}.InputDialog_content__4cXKD{padding:var(--space-5) var(--space-6)}.InputDialog_message__dkogO{margin:0 0 var(--space-4) 0;color:var(--color-text-secondary);line-height:1.5;font-size:var(--text-sm)}.InputDialog_input__CpJWd{width:100%;padding:var(--space-3) var(--space-4);border:2px solid var(--color-border-light);border-radius:var(--radius-md);font-size:var(--text-base);font-family:var(--font-sans);color:var(--color-text-primary);background:var(--color-neutral-0);transition:border-color var(--duration-fast) var(--easing-out)}.InputDialog_input__CpJWd:focus{outline:none;border-color:var(--color-primary-500);box-shadow:0 0 0 3px rgba(74,153,195,.1)}.InputDialog_input__CpJWd::placeholder{color:var(--color-text-muted)}.InputDialog_actions__j6B_O{padding:var(--space-4) var(--space-6) var(--space-6);display:flex;gap:var(--space-3);justify-content:flex-end}.InputDialog_cancelButton__asPV7{padding:var(--space-2) var(--space-4);border:1px solid var(--color-border-medium);background:var(--color-neutral-0);color:var(--color-text-secondary);border-radius:var(--radius-md);font-size:var(--text-sm);font-weight:500;cursor:pointer;transition:all var(--duration-fast) var(--easing-out);font-family:var(--font-sans)}.InputDialog_cancelButton__asPV7:hover{background:var(--color-neutral-50);border-color:var(--color-border-medium);color:var(--color-text-primary)}.InputDialog_confirmButton__HI9lO{padding:var(--space-2) var(--space-4);border:none;border-radius:var(--radius-md);font-size:var(--text-sm);font-weight:500;cursor:pointer;transition:all var(--duration-fast) var(--easing-out);color:var(--color-neutral-0);background:var(--color-primary-500);font-family:var(--font-sans)}.InputDialog_confirmButton__HI9lO:hover{background:var(--color-primary-600)}@media (max-width:480px){.InputDialog_dialog__kljCo{width:95%;margin:var(--space-5)}.InputDialog_header__wDhKQ{padding:var(--space-4) var(--space-5) var(--space-3)}.InputDialog_content__4cXKD{padding:var(--space-4) var(--space-5)}.InputDialog_actions__j6B_O{padding:var(--space-3) var(--space-5) var(--space-5);flex-direction:column-reverse}.InputDialog_cancelButton__asPV7,.InputDialog_confirmButton__HI9lO{width:100%;padding:var(--space-3) var(--space-4)}}.NotificationBell_container__gJSCG{position:relative;display:inline-block}.NotificationBell_bellButton__nq4iI{position:relative;background:transparent;border:none;cursor:pointer;padding:8px;border-radius:8px;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease}.NotificationBell_bellButton__nq4iI:hover{background-color:rgba(0,0,0,.05)}.NotificationBell_bellButton__nq4iI:focus{outline:2px solid #007cba;outline-offset:2px}.NotificationBell_icon__aEiAT{color:#333;transition:color .2s ease}.NotificationBell_bellButton__nq4iI:hover .NotificationBell_icon__aEiAT{color:#007cba}.NotificationBell_badge__JRW1k{position:absolute;top:4px;right:4px;background:#dc3545;color:white;font-size:10px;font-weight:600;padding:2px 5px;border-radius:10px;min-width:18px;height:18px;display:flex;align-items:center;justify-content:center;line-height:1;box-shadow:0 2px 4px rgba(0,0,0,.2)}.TrialCountdownBadge_badge__971Ck{display:inline-flex;align-items:center;gap:var(--space-1,.25rem);padding:.25rem .625rem;border-radius:var(--radius-full,9999px);font-size:var(--text-xs,.75rem);font-weight:500;font-family:var(--font-sans,"Montserrat",sans-serif);white-space:nowrap;line-height:1.4;min-height:28px}.TrialCountdownBadge_normal__oTPXI{background:var(--color-primary-50,#f0f4ff);color:var(--color-primary-600,#1A237E);border:1px solid var(--color-primary-100,#e0e9ff)}.TrialCountdownBadge_urgent__4wkXp{background:var(--color-accent-50,#fff7ed);color:#92400e;border:1px solid #fde68a}.TrialCountdownBadge_expired__5uhgS{background:#fef2f2;color:#991b1b;border:1px solid #fecaca}.TrialCountdownBadge_text__DWLki{line-height:1}@media (max-width:1024px){.TrialCountdownBadge_badge__971Ck{display:none}}.UsageProgressBar_container__7siXe{display:flex;flex-direction:column;gap:.5rem}.UsageProgressBar_header__8Wlzr{display:flex;justify-content:space-between;align-items:center}.UsageProgressBar_label__AqJr6{font-size:.875rem;font-weight:500;color:#374151}.UsageProgressBar_usage__NmKRA{font-size:.875rem;color:#6b7280;font-family:monospace}.UsageProgressBar_progressBarOuter__Ak_ll{width:100%;height:8px;background-color:#e5e7eb;border-radius:4px;overflow:hidden}.UsageProgressBar_progressBarInner__fen1l{height:100%;border-radius:4px;transition:width .3s ease-in-out,background-color .3s ease-in-out}.UsageProgressBar_progressNormal__CKb6h{background-color:#2563eb}.UsageProgressBar_progressWarning__z_icO{background-color:#f59e0b}.UsageProgressBar_progressExceeded__jelfJ{background-color:#dc2626}.UsageProgressBar_progressUnlimited__RoJ0e{background:linear-gradient(90deg,#10b981,#059669 50%,#047857)}.UsageProgressBar_limitMessage__yfJQG{display:flex;align-items:center;gap:.5rem;font-size:.875rem}.UsageProgressBar_limitText__aMzhd{color:#dc2626;font-weight:500}.UsageProgressBar_upgradeLink__rJE2t{color:#0066ff;text-decoration:underline;cursor:pointer;transition:color .2s}.UsageProgressBar_upgradeLink__rJE2t:hover{color:#0052cc}.PendingPlanChangeCard_card___nweP{background:white;border-radius:8px;padding:1rem;border:1px solid;box-shadow:0 2px 6px rgba(0,0,0,.08);margin-bottom:1rem}.PendingPlanChangeCard_upgrade__fgrKO{border-color:#10b981;background:linear-gradient(90deg,rgba(16,185,129,.04),rgba(16,185,129,0))}.PendingPlanChangeCard_downgrade__F0LJF{border-color:#f59e0b;background:linear-gradient(90deg,rgba(245,158,11,.04),rgba(245,158,11,0))}.PendingPlanChangeCard_header__jHpPN{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.PendingPlanChangeCard_iconWrapper__7qyzW{flex-shrink:0}.PendingPlanChangeCard_upgrade__fgrKO .PendingPlanChangeCard_icon__mkrXA{color:#10b981}.PendingPlanChangeCard_downgrade__F0LJF .PendingPlanChangeCard_icon__mkrXA{color:#f59e0b}.PendingPlanChangeCard_headerText__lgX9C{flex:1 1}.PendingPlanChangeCard_title__3ek7P{margin:0;font-size:1rem;font-weight:600;color:#111827}.PendingPlanChangeCard_subtitle__kYK8x{margin:.125rem 0 0;font-size:.8125rem;color:#6b7280}.PendingPlanChangeCard_content__GeeJV{margin-bottom:.75rem}.PendingPlanChangeCard_planChange__RaJv8{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.5rem;padding:.625rem .75rem;background-color:#f9fafb;border-radius:6px}.PendingPlanChangeCard_planBox__gkw_5{text-align:center;flex:1 1}.PendingPlanChangeCard_planLabel__JAxoC{font-size:.6875rem;text-transform:uppercase;color:#6b7280;font-weight:600;margin-bottom:.125rem}.PendingPlanChangeCard_planName__UhbZV{font-size:.9375rem;font-weight:600;color:#111827}.PendingPlanChangeCard_arrow__8OKgf{font-size:1.25rem;color:#3b82f6;flex-shrink:0}.PendingPlanChangeCard_dateInfo__AsiZe{display:flex;align-items:center;gap:.375rem;padding:.5rem .75rem;background-color:#eff6ff;border-radius:6px;margin-bottom:.5rem;color:#1e40af;font-size:.8125rem}.PendingPlanChangeCard_dateIcon__UqiPp{flex-shrink:0}.PendingPlanChangeCard_note__DMO8z{display:flex;align-items:center;gap:.375rem;padding:.5rem .75rem;background-color:#fef3c7;border-radius:6px;color:#92400e;font-size:.8125rem}.PendingPlanChangeCard_note__DMO8z svg{flex-shrink:0}.PendingPlanChangeCard_actions__dx1Mq{display:flex;justify-content:flex-end}.PendingPlanChangeCard_cancelButton__LyRfk{display:flex;align-items:center;gap:.375rem;padding:.5rem 1rem;background-color:#dc2626;color:white;border:none;border-radius:6px;font-size:.8125rem;font-weight:600;cursor:pointer;transition:all .2s}.PendingPlanChangeCard_cancelButton__LyRfk:hover:not(:disabled){background-color:#b91c1c;transform:translateY(-1px);box-shadow:0 2px 8px rgba(220,38,38,.25)}.PendingPlanChangeCard_cancelButton__LyRfk:disabled{opacity:.5;cursor:not-allowed}@media (max-width:640px){.PendingPlanChangeCard_planChange__RaJv8{flex-direction:column}.PendingPlanChangeCard_arrow__8OKgf{transform:rotate(90deg)}.PendingPlanChangeCard_actions__dx1Mq{justify-content:stretch}.PendingPlanChangeCard_cancelButton__LyRfk{width:100%;justify-content:center}}.BillingSection_section__xBtYb{margin-bottom:3rem}.BillingSection_sectionHeader__nN8p_{margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid #e5e7eb}.BillingSection_sectionTitle__ndw1W{font-size:1.5rem;font-weight:600;color:#111827;margin:0 0 .5rem}.BillingSection_sectionSubtitle__tnSPd{font-size:.875rem;color:#6b7280;margin:0}.BillingSection_cardsGrid__YkoKo{display:grid;grid-template-columns:1fr;grid-gap:1.5rem;gap:1.5rem}@media (min-width:768px){.BillingSection_cardsGrid__YkoKo{grid-template-columns:repeat(2,1fr)}}.BillingSection_card__d0hiN{background:white;padding:2rem;border-radius:12px;box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06);display:flex;flex-direction:column;border:1px solid #e5e7eb}.BillingSection_cardHeader__PvnYW{margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #e5e7eb}.BillingSection_cardTitleGroup__k4HsX{display:flex;align-items:center;gap:.75rem}.BillingSection_cardIcon__qzNUR{color:#3b82f6}.BillingSection_cardTitle__kMQ0p{font-size:1.125rem;font-weight:600;color:#111827;margin:0}.BillingSection_cardContent__uxPDQ{flex:1 1;display:flex;flex-direction:column;gap:1rem}.BillingSection_infoRow__4fa8Z{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid #f3f4f6}.BillingSection_infoRow__4fa8Z:last-child{border-bottom:none}.BillingSection_infoLabel__oruhf{font-weight:500;color:#374151;font-size:.875rem}.BillingSection_infoValue__uFXyN{color:#6b7280;font-size:.875rem}.BillingSection_planName__jMqop{font-weight:600;color:#3b82f6;font-size:1rem}.BillingSection_planGroup__yPoIK{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.BillingSection_trialPill__6JjyZ{display:inline-flex;align-items:center;padding:.25rem .75rem;background:linear-gradient(135deg,#fef3c7,#fde68a);color:#92400e;border-radius:9999px;font-size:.75rem;font-weight:600;white-space:nowrap;border:1px solid #fbbf24}.BillingSection_statusBadge__YIZjh{padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.BillingSection_statusActive__ZX6Gt{background-color:#d1fae5;color:#065f46}.BillingSection_statusTrialing__lout1{background-color:#dbeafe;color:#1e40af}.BillingSection_statusPastDue__141Y1{background-color:#fed7aa;color:#92400e}.BillingSection_statusCanceled__Lu3NU{background-color:#fee2e2;color:#991b1b}.BillingSection_statusDefault__E6l64{background-color:#e5e7eb;color:#374151}.BillingSection_dateGroup__hJ0lv{display:flex;align-items:center;gap:.5rem}.BillingSection_dateIcon__6PP0O{color:#6b7280}.BillingSection_cancelNotice__y55tG{display:flex;align-items:center;gap:.75rem;background-color:#fef2f2;border:1px solid #fecaca;border-radius:.5rem;padding:1rem;margin-top:.5rem;color:#dc2626;font-size:.875rem;line-height:1.5}.BillingSection_cardActions__hbNME{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e5e7eb;display:flex;flex-direction:column;gap:.75rem}.BillingSection_primaryButton__l0IIy{width:100%;background-color:#3b82f6;color:white;font-weight:500;padding:.875rem 1.5rem;border:none;border-radius:.5rem;font-size:1rem;font-family:Montserrat,sans-serif;cursor:pointer;transition:background-color .2s;display:flex;align-items:center;justify-content:center;gap:.5rem}.BillingSection_primaryButton__l0IIy:hover:not(:disabled){background-color:#2563eb}.BillingSection_primaryButton__l0IIy:disabled{background-color:#9ca3af;cursor:not-allowed}.BillingSection_secondaryButton__QgS_C{width:100%;background-color:white;color:#3b82f6;font-weight:500;padding:.875rem 1.5rem;border:2px solid #3b82f6;border-radius:.5rem;font-size:1rem;font-family:Montserrat,sans-serif;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:.5rem;text-decoration:none}.BillingSection_secondaryButton__QgS_C:hover{background-color:#3b82f6;color:white}.BillingSection_usageSection__WNkSa{padding:1rem 0;border-bottom:1px solid #f3f4f6}.BillingSection_usageSection__WNkSa:last-child{border-bottom:none}.BillingSection_feedbackSection__ljoa4{display:flex;justify-content:space-between;align-items:center}.BillingSection_feedbackLabel__CpThY{font-size:.875rem;color:#4b5563;font-weight:500}.BillingSection_feedbackValue__EEEIE{font-size:.875rem;color:#111827;font-weight:600}.BillingSection_cardFooter__QD_yp{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e5e7eb;text-align:center}.BillingSection_footerText__QBqEt{font-size:.875rem;color:#6b7280;margin:0}.InvoiceList_section__ulx8H{margin-bottom:3rem;background:white;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06);overflow:hidden}.InvoiceList_sectionHeader__TMrc3{margin-bottom:0;padding-bottom:0;border-bottom:1px solid #e5e7eb}.InvoiceList_headerButton__2iMUx{width:100%;background:transparent;border:none;padding:1.5rem;font-family:Montserrat,sans-serif;cursor:pointer;display:flex;align-items:center;justify-content:space-between;transition:background-color .15s ease-in-out}.InvoiceList_headerButton__2iMUx:hover{background:#f9fafb}.InvoiceList_headerButton__2iMUx:active{transform:scale(.995)}.InvoiceList_headerContent___9MZT{display:flex;align-items:center;gap:1rem;flex:1 1;text-align:left}.InvoiceList_toggleIcon__pdDK_{color:#6b7280;transition:color .2s ease-in-out;flex-shrink:0}.InvoiceList_headerButton__2iMUx:hover .InvoiceList_toggleIcon__pdDK_{color:#111827}.InvoiceList_headerIcon__cVB8a{color:#3b82f6;flex-shrink:0}.InvoiceList_sectionTitle__qVx2s{font-size:1.5rem;font-weight:600;color:#111827;margin:0 0 .5rem}.InvoiceList_sectionSubtitle__KcLhu{font-size:.875rem;color:#6b7280;margin:0}.InvoiceList_invoiceCount__cgY3V{color:#3b82f6;font-weight:600}.InvoiceList_collapsibleContent__g3beE{overflow:hidden;transition:max-height .3s ease-in-out,opacity .3s ease-in-out}.InvoiceList_collapsed__0XdHp{max-height:0;opacity:0}.InvoiceList_expanded__gcaVB{max-height:5000px;opacity:1}.InvoiceList_emptyState__IRHh5{background:transparent;padding:3rem 2rem;text-align:center}.InvoiceList_emptyIcon__1JrsT{color:#d1d5db;margin:0 auto 1rem}.InvoiceList_emptyTitle__bvznr{font-size:1.25rem;font-weight:600;color:#111827;margin:0 0 .5rem}.InvoiceList_emptyText__pndnh{font-size:.875rem;color:#6b7280;margin:0}.InvoiceList_invoiceList__p0H14{background:transparent}.InvoiceList_invoiceRow__2R7wA{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;border-top:1px solid #f3f4f6;transition:background-color .15s ease-in-out}.InvoiceList_invoiceRow__2R7wA:first-child{border-top:none}.InvoiceList_invoiceRow__2R7wA:hover{background-color:#f9fafb}.InvoiceList_invoicePeriod__ngDup{font-size:.9375rem;color:#374151;font-weight:500;flex:1 1}.InvoiceList_invoiceActions__NuULb{display:flex;gap:.5rem;flex-shrink:0}.InvoiceList_actionButton__YHvDN{background:transparent;border:1px solid #e5e7eb;border-radius:6px;padding:.375rem .75rem;cursor:pointer;color:#6b7280;transition:all .15s ease-in-out;display:flex;align-items:center;gap:.375rem;font-size:.8125rem;font-weight:500;font-family:Montserrat,sans-serif}.InvoiceList_actionButton__YHvDN:hover{background:#f3f4f6;border-color:#d1d5db;color:#111827}.InvoiceList_actionButton__YHvDN:active{transform:scale(.98)}.InvoiceList_actionButton__YHvDN span{white-space:nowrap}@media (max-width:640px){.InvoiceList_invoiceRow__2R7wA{flex-direction:column;align-items:flex-start;gap:.75rem;padding:1rem 1.25rem}.InvoiceList_invoiceActions__NuULb{width:100%;justify-content:flex-end}.InvoiceList_actionButton__YHvDN span{display:none}.InvoiceList_actionButton__YHvDN{padding:.5rem}}.TeamMembersList_teamMembers__ASnDW{width:100%}.TeamMembersList_membersGrid__uV9W0{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));grid-gap:1.25rem;gap:1.25rem;margin-bottom:1rem}.TeamMembersList_memberCard__siRfG{background:white;border:1px solid #e5e7eb;border-radius:12px;padding:1.5rem;transition:all .2s ease;box-shadow:0 1px 2px rgba(0,0,0,.05);display:flex;flex-direction:column;gap:.75rem}.TeamMembersList_memberCard__siRfG:hover{border-color:#cbd5e1;box-shadow:0 4px 12px rgba(0,0,0,.08);transform:translateY(-2px)}.TeamMembersList_cardTop__1uAaO{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.TeamMembersList_nameSection__QIM59{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;flex:1 1;min-width:0}.TeamMembersList_memberName__gjHAK{font-size:1.125rem;font-weight:600;color:#0f172a;margin:0;line-height:1.4;word-break:break-word}.TeamMembersList_youBadge__B7GJ_{font-size:.625rem;font-weight:600;color:#3b82f6;background-color:#eff6ff;padding:.125rem .5rem;border-radius:9999px;border:1px solid #bfdbfe;letter-spacing:.05em;white-space:nowrap}.TeamMembersList_memberEmail__4zq2j{font-size:.875rem;color:#64748b;margin:0;word-break:break-word;line-height:1.5}.TeamMembersList_roleBadge__WnAgB{display:inline-flex;align-items:center;padding:.375rem .875rem;border-radius:9999px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;flex-shrink:0}.TeamMembersList_adminBadge__2gn4N{background-color:#3b82f6;color:white}.TeamMembersList_regularMemberBadge__A5Bd8{background-color:#60a5fa;color:white}.TeamMembersList_cardBottom__VePoz{display:flex;justify-content:space-between;align-items:center;padding-top:.75rem;border-top:1px solid #f1f5f9;gap:.75rem}.TeamMembersList_joinDate__Q2AAw{font-size:.75rem;color:#94a3b8;font-weight:500}.TeamMembersList_removeButton__q2nQy{background-color:#ef4444;color:white;border:none;padding:.375rem .875rem;border-radius:6px;font-size:.75rem;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap}.TeamMembersList_removeButton__q2nQy:hover:not(:disabled){background-color:#dc2626}.TeamMembersList_removeButton__q2nQy:disabled{background-color:#9ca3af;cursor:not-allowed;opacity:.6}.TeamMembersList_errorMessage___R_Dx{color:#dc2626;font-size:.75rem;font-weight:500;padding:.5rem .75rem;background-color:#fef2f2;border:1px solid #fecaca;border-radius:8px;margin-top:.25rem}.TeamMembersList_loading__u55oF{display:flex;flex-direction:column;align-items:center;padding:2rem;color:#6b7280}.TeamMembersList_spinner__T24Yh{width:2rem;height:2rem;border:2px solid #e5e7eb;border-top-color:#f48932;border-radius:50%;animation:TeamMembersList_spin__QG2QA 1s linear infinite;margin-bottom:.75rem}@keyframes TeamMembersList_spin__QG2QA{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.TeamMembersList_emptyState__4eEP_{text-align:center;padding:3rem 1rem;color:#6b7280}.TeamMembersList_emptyState__4eEP_ p{font-size:.875rem;margin:0}@media (max-width:640px){.TeamMembersList_membersGrid__uV9W0{grid-template-columns:1fr;gap:1rem}.TeamMembersList_cardTop__1uAaO{flex-direction:column;align-items:flex-start}.TeamMembersList_nameSection__QIM59{width:100%}.TeamMembersList_cardBottom__VePoz{flex-direction:column;align-items:flex-start}.TeamMembersList_removeButton__q2nQy{width:100%}}.InviteTeamMember_modalOverlay__q1GtF{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:1001;padding:1rem}.InviteTeamMember_modalContent__VSu1b{background:white;border-radius:1rem;max-width:480px;width:100%;max-height:90vh;overflow-y:auto;position:relative;box-shadow:0 20px 25px -5px rgba(0,0,0,.1)}.InviteTeamMember_modalHeader__JiflY{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem 1rem;border-bottom:1px solid #e5e7eb}.InviteTeamMember_modalTitle__hKBW2{font-size:1.25rem;font-weight:600;color:#111827;margin:0}.InviteTeamMember_closeButton__WSdUi{background:none;border:none;padding:.25rem;color:#6b7280;cursor:pointer;border-radius:.375rem;transition:all .2s ease}.InviteTeamMember_closeButton__WSdUi:hover{background-color:#f3f4f6;color:#374151}.InviteTeamMember_closeIcon__144HA{width:1.25rem;height:1.25rem}.InviteTeamMember_form__GAAEl{padding:1.5rem 2rem;display:flex;flex-direction:column;gap:1.25rem}.InviteTeamMember_formGroup__vC8B6{display:flex;flex-direction:column;gap:.5rem}.InviteTeamMember_label__7I9Q6{font-weight:500;color:#374151;font-size:.875rem}.InviteTeamMember_input__fOx88,.InviteTeamMember_select__PZBSB,.InviteTeamMember_textarea__hU7nH{padding:.75rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:1rem;font-family:Montserrat,sans-serif;transition:border-color .2s,box-shadow .2s}.InviteTeamMember_input__fOx88:focus,.InviteTeamMember_select__PZBSB:focus,.InviteTeamMember_textarea__hU7nH:focus{outline:none;border-color:#0066ff;box-shadow:0 0 0 3px rgba(0,102,255,.1)}.InviteTeamMember_select__PZBSB{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");background-position:right .75rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;padding-right:2.5rem}.InviteTeamMember_textarea__hU7nH{resize:vertical;min-height:80px;font-family:inherit}.InviteTeamMember_helpText__CxMD7{font-size:.75rem;color:#6b7280;margin-top:.25rem}.InviteTeamMember_error__Aeleu{background-color:#fef2f2;border:1px solid #fecaca;color:#dc2626;padding:.75rem;border-radius:.5rem;font-size:.875rem}.InviteTeamMember_modalFooter___8vyB{display:flex;justify-content:flex-end;gap:.75rem;border-top:1px solid #f3f4f6;padding:1rem 2rem 1.5rem}.InviteTeamMember_cancelButton__xlu6s{background-color:#f3f4f6;color:#374151;border:1px solid #d1d5db;padding:.75rem 1.5rem;border-radius:.5rem;font-size:.875rem;font-family:Montserrat,sans-serif;cursor:pointer;transition:background-color .2s}.InviteTeamMember_cancelButton__xlu6s:hover{background-color:#e5e7eb}.InviteTeamMember_submitButton__tNYeQ{background:linear-gradient(135deg,#f48932,#e07a28);color:white;font-weight:500;padding:.75rem 1.5rem;border:none;border-radius:.5rem;font-size:.875rem;font-family:Montserrat,sans-serif;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 4px rgba(244,137,50,.25)}.InviteTeamMember_submitButton__tNYeQ:hover{background:linear-gradient(135deg,#e07a28,#d16520);transform:translateY(-1px);box-shadow:0 4px 12px rgba(244,137,50,.35)}.InviteTeamMember_submitButton__tNYeQ:disabled{background:linear-gradient(135deg,#fbb96a,#f4a764);cursor:not-allowed;transform:none;box-shadow:none}.InviteTeamMember_cancelButton__xlu6s:disabled{opacity:.5;cursor:not-allowed}@media (max-width:640px){.InviteTeamMember_modalOverlay__q1GtF{padding:.5rem}.InviteTeamMember_modalContent__VSu1b{max-height:95vh}.InviteTeamMember_modalHeader__JiflY{padding:1.25rem 1.25rem 1rem}.InviteTeamMember_modalTitle__hKBW2{font-size:1.125rem}.InviteTeamMember_form__GAAEl{padding:1.25rem;gap:1rem}.InviteTeamMember_modalFooter___8vyB{padding:1rem 1.25rem 1.25rem;flex-direction:column-reverse}.InviteTeamMember_cancelButton__xlu6s,.InviteTeamMember_submitButton__tNYeQ{width:100%}}.page_pageWrapper__3Hv_v{min-height:100vh;min-height:100dvh;position:relative;font-family:Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;color:#1a365d;width:100%;overflow-x:hidden;display:flex;flex-direction:column;background:linear-gradient(180deg,#fafcff,#f0f8ff)}.page_scrollProgress___CeZu{position:fixed;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#0066cc,#004499);transform-origin:0;z-index:1000;box-shadow:0 2px 8px rgba(0,102,204,.3)}.page_main__0GViN{flex:1 1;width:100%}.page_pricingSection__TEMuo{width:100%;padding:1.5rem 0 3rem;background:transparent;position:relative;min-height:60vh}.page_pricingContainer__Brhlf{max-width:1400px;margin:0 auto;padding:0 2rem}.page_sectionHeader__zQkfT{text-align:center;margin-bottom:1.5rem}.page_sectionBadge__PLSrX{display:inline-flex;align-items:center;background:rgba(255,255,255,.95);border:1px solid #cce7ff;border-radius:50px;padding:.5rem 1.25rem;margin-bottom:.75rem;box-shadow:0 2px 8px rgba(0,123,255,.1);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.page_sectionBadgeText__3Da8e{font-family:Montserrat,sans-serif;font-size:.875rem;font-weight:600;color:#1a365d;letter-spacing:.02em}.page_sectionTitle__HNfHP{font-family:Montserrat,sans-serif;font-size:clamp(2rem,4vw,2.5rem);font-weight:700;margin:.5rem 0 1rem;color:#1a365d;line-height:1.2}.page_sectionSubtitle__lCmhf{font-family:Montserrat,sans-serif;font-size:1rem;color:#4a5568;margin:0 auto 1rem;max-width:700px;line-height:1.6;font-weight:400}.page_toggleSection__Er9uq{display:flex;justify-content:center;margin-top:.75rem}.page_toggle__ZH3Po{display:inline-flex;background:rgba(255,255,255,.95);border:2px solid #b3d9ff;border-radius:50px;padding:.375rem;box-shadow:0 4px 12px rgba(0,123,255,.1);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.page_toggleButton__MwvH3{font-family:Montserrat,sans-serif;padding:.75rem 2rem;border:none;background:transparent;color:#4a5568;font-size:.9375rem;font-weight:600;border-radius:50px;cursor:pointer;transition:all .2s ease;position:relative;display:flex;align-items:center;gap:.5rem}.page_toggleButton__MwvH3:hover{color:#1a365d}.page_toggleButton__MwvH3.page_active__gzDOS{background:linear-gradient(135deg,#0066cc,#004499);color:white;box-shadow:0 4px 12px rgba(0,102,204,.3)}.page_savingsLabel__kauz7{font-size:.75rem;font-weight:700;color:#10b981;background:rgba(16,185,129,.1);padding:.25rem .5rem;border-radius:12px}.page_toggleButton__MwvH3.page_active__gzDOS .page_savingsLabel__kauz7{color:#6ee7b7;background:rgba(110,231,183,.2)}.page_pricingGrid__NT0lR{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:2rem;gap:2rem;max-width:1400px;margin:0 auto}@media (min-width:768px) and (max-width:1023px){.page_pricingGrid__NT0lR{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.page_pricingGrid__NT0lR{grid-template-columns:repeat(4,1fr)}}@media (max-width:768px){.page_pricingSection__TEMuo{padding:1.25rem 0 1.5rem}.page_pricingContainer__Brhlf{padding:0 1rem}.page_sectionHeader__zQkfT{margin-bottom:1.25rem}.page_pricingGrid__NT0lR{grid-template-columns:1fr;gap:1.5rem}.page_toggle__ZH3Po{width:100%;max-width:400px}.page_toggleButton__MwvH3{flex:1 1;padding:.625rem 1rem;font-size:.875rem}}@media (max-width:480px){.page_pricingSection__TEMuo{padding:1rem 0 1.5rem}.page_sectionTitle__HNfHP{font-size:1.75rem}.page_sectionSubtitle__lCmhf{font-size:.9375rem}.page_sectionBadge__PLSrX{padding:.375rem 1rem}.page_sectionBadgeText__3Da8e{font-size:.8125rem}.page_toggleButton__MwvH3{padding:.5rem .75rem;font-size:.8125rem}.page_savingsLabel__kauz7{font-size:.6875rem}}@media (prefers-reduced-motion:reduce){.page_scrollProgress___CeZu{transition:none}}.OpportunityFeedback_feedbackContainer__GvD3e{display:flex;flex-direction:row;gap:.75rem;align-items:center}.OpportunityFeedback_feedbackLabel__9k_rG{font-size:var(--font-size-xs);font-weight:500;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;max-width:140px;line-height:1.2;text-align:right}.OpportunityFeedback_feedbackButtons__jCxEm{display:flex;gap:.5rem}.OpportunityFeedback_feedbackButton__SzZL_{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:8px;border:1.5px solid #d1d5db;background:white;cursor:pointer;transition:all .2s ease;padding:0}.OpportunityFeedback_feedbackButton__SzZL_:hover:not(:disabled){transform:scale(1.05);border-color:#9ca3af;box-shadow:0 2px 4px rgba(0,0,0,.1)}.OpportunityFeedback_feedbackButton__SzZL_:disabled{opacity:.5;cursor:not-allowed}.OpportunityFeedback_feedbackButton__SzZL_ .OpportunityFeedback_icon__YrbM4{width:18px;height:18px;color:#6b7280;transition:color .2s ease}.OpportunityFeedback_feedbackButton__SzZL_:hover:not(:disabled) .OpportunityFeedback_icon__YrbM4{color:#374151}.OpportunityFeedback_activePositive__3a_h4{background:linear-gradient(135deg,#10b981,#059669);border-color:#059669}.OpportunityFeedback_activePositive__3a_h4 .OpportunityFeedback_icon__YrbM4{color:white}.OpportunityFeedback_activePositive__3a_h4:hover:not(:disabled){background:linear-gradient(135deg,#059669,#047857)}.OpportunityFeedback_activeNegative__0K2Us{background:linear-gradient(135deg,#ef4444,#dc2626);border-color:#dc2626}.OpportunityFeedback_activeNegative__0K2Us .OpportunityFeedback_icon__YrbM4{color:white}.OpportunityFeedback_activeNegative__0K2Us:hover:not(:disabled){background:linear-gradient(135deg,#dc2626,#b91c1c)}.OpportunityFeedback_overlay__rzOe3{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:10001;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.OpportunityFeedback_dialog__6npmM{background:white;border-radius:12px;box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);max-width:500px;width:90%;max-height:90vh;overflow:hidden;animation:OpportunityFeedback_slideIn__sqwpl .2s ease-out}@keyframes OpportunityFeedback_slideIn__sqwpl{0%{opacity:0;transform:scale(.95) translateY(-10px)}to{opacity:1;transform:scale(1) translateY(0)}}.OpportunityFeedback_header__B3_Q8{padding:20px 24px 16px;display:flex;align-items:center;gap:12px;background-color:#dbeafe;border-bottom:1px solid #3b82f6}.OpportunityFeedback_headerIcon__0Ymmt{font-size:24px;line-height:1}.OpportunityFeedback_title__lWrp5{margin:0;font-size:18px;font-weight:600;color:#111827}.OpportunityFeedback_content__6w8tK{padding:20px 24px}.OpportunityFeedback_description__zo9bB{margin:0 0 16px;color:#374151;line-height:1.5;font-size:14px}.OpportunityFeedback_textarea__1S8P2{width:100%;min-height:100px;padding:12px;border:1.5px solid #d1d5db;border-radius:8px;font-size:14px;font-family:inherit;line-height:1.5;resize:vertical;transition:all .2s ease}.OpportunityFeedback_textarea__1S8P2:focus{outline:none;border-color:#007DDD;box-shadow:0 0 0 3px rgba(0,125,221,.1)}.OpportunityFeedback_textarea__1S8P2::placeholder{color:#9ca3af}.OpportunityFeedback_textarea__1S8P2:disabled{background-color:#f3f4f6;cursor:not-allowed}.OpportunityFeedback_actions__ZRIm2{padding:16px 24px 24px;display:flex;gap:12px;justify-content:flex-end}.OpportunityFeedback_cancelButton__w27C7{padding:10px 20px;border:1px solid #d1d5db;background:white;color:#374151;border-radius:6px;font-size:14px;font-weight:500;font-family:Montserrat,sans-serif;cursor:pointer;transition:all .2s ease}.OpportunityFeedback_cancelButton__w27C7:hover:not(:disabled){background:#f9fafb;border-color:#9ca3af}.OpportunityFeedback_cancelButton__w27C7:disabled{opacity:.5;cursor:not-allowed}.OpportunityFeedback_submitButton__JZoVy{padding:10px 20px;border:none;background:#007DDD;color:white;border-radius:6px;font-size:14px;font-weight:500;font-family:Montserrat,sans-serif;cursor:pointer;transition:all .2s ease}.OpportunityFeedback_submitButton__JZoVy:hover:not(:disabled){background:#005FA8}.OpportunityFeedback_submitButton__JZoVy:disabled{opacity:.5;cursor:not-allowed}.OpportunityFeedback_toast__JXY6P{position:fixed;bottom:24px;right:24px;background:white;border-radius:8px;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);padding:16px 20px;max-width:400px;z-index:10002;animation:OpportunityFeedback_slideInRight__Zf7Ui .3s ease-out;border-left:4px solid}@keyframes OpportunityFeedback_slideInRight__Zf7Ui{0%{opacity:0;transform:translateX(100%)}to{opacity:1;transform:translateX(0)}}.OpportunityFeedback_toast__JXY6P.OpportunityFeedback_success__yZmqk{border-left-color:#10b981}.OpportunityFeedback_toast__JXY6P.OpportunityFeedback_error__5E9LU{border-left-color:#ef4444}.OpportunityFeedback_toastContent__JHBVG{display:flex;align-items:center;gap:12px}.OpportunityFeedback_toastIcon__yRxIm{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;font-size:14px;font-weight:700;flex-shrink:0}.OpportunityFeedback_toast__JXY6P.OpportunityFeedback_success__yZmqk .OpportunityFeedback_toastIcon__yRxIm{background:#d1fae5;color:#059669}.OpportunityFeedback_toast__JXY6P.OpportunityFeedback_error__5E9LU .OpportunityFeedback_toastIcon__yRxIm{background:#fee2e2;color:#dc2626}.OpportunityFeedback_toastMessage__WDAz7{color:#374151;font-size:14px;line-height:1.5}@media (max-width:768px){.OpportunityFeedback_feedbackContainer__GvD3e{margin-top:.5rem}.OpportunityFeedback_dialog__6npmM{width:95%;margin:20px}.OpportunityFeedback_header__B3_Q8{padding:16px 20px 12px}.OpportunityFeedback_content__6w8tK{padding:16px 20px}.OpportunityFeedback_actions__ZRIm2{padding:12px 20px 20px;flex-direction:column-reverse}.OpportunityFeedback_cancelButton__w27C7,.OpportunityFeedback_submitButton__JZoVy{width:100%;padding:12px 16px}.OpportunityFeedback_toast__JXY6P{bottom:16px;right:16px;left:16px;max-width:none}}.page_fixedNavbar__3LG_v{position:fixed;top:0;left:0;width:100vw;z-index:9999;background:white;border-bottom:1px solid #e5e7eb;box-shadow:0 1px 2px 0 rgba(0,0,0,.03)}.page_navbarPlaceholder__BAkLL{height:80px;width:100vw}@media (max-width:1024px){.page_navbarPlaceholder__BAkLL{height:80px}}@media (max-width:768px){.page_navbarPlaceholder__BAkLL{height:70px}}.page_pageLayout__NNcHH{--navbar-height:80px;display:flex;min-height:calc(100vh - var(--navbar-height));position:relative;background:linear-gradient(180deg,#fafcff,#f0f8ff);width:100%;overflow-x:hidden;font-family:Montserrat,sans-serif}@media (max-width:768px){.page_pageLayout__NNcHH{flex-direction:column;--navbar-height:70px}}.page_container__EvjRG{max-width:1200px;margin:0 auto;padding:2rem;min-height:calc(100vh - var(--navbar-height));display:flex;align-items:center;justify-content:center}@media (max-width:768px){.page_container__EvjRG{padding:1rem;max-width:100%}}.page_errorState__0NqyS{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:1rem;padding:2rem;background:#fef2f2;border:1px solid #fecaca;border-radius:.75rem;max-width:500px;width:100%}.page_errorIcon__qHjCY{font-size:3rem;opacity:.8}.page_errorState__0NqyS h2{font-size:1.5rem;font-weight:600;color:#991b1b;margin-bottom:.5rem}.page_errorState__0NqyS p{color:#7f1d1d;font-size:1rem;margin-bottom:1rem}.page_retryButton___jV39{background:linear-gradient(135deg,#dc2626,#b91c1c);color:white;border:none;border-radius:.5rem;padding:.75rem 1.5rem;font-weight:500;cursor:pointer;transition:all .2s ease}.page_retryButton___jV39:hover{background:linear-gradient(135deg,#b91c1c,#991b1b);transform:translateY(-1px);box-shadow:0 4px 12px rgba(220,38,38,.25)}.page_retryButton___jV39:focus{outline:2px solid #dc2626;outline-offset:2px}@media (max-width:1024px){.page_pageLayout__NNcHH{flex-direction:column}}@media (max-width:768px){.page_container__EvjRG{padding:1rem}.page_errorState__0NqyS{padding:1.5rem;gap:.75rem}.page_errorIcon__qHjCY{font-size:2.5rem}.page_errorState__0NqyS h2{font-size:1.25rem}.page_errorState__0NqyS p{font-size:.9375rem}.page_retryButton___jV39{padding:.625rem 1.25rem;font-size:.9375rem}}@media (max-width:480px){.page_container__EvjRG{padding:.75rem}.page_errorState__0NqyS{padding:1.25rem}.page_errorIcon__qHjCY{font-size:2rem}.page_errorState__0NqyS h2{font-size:1.125rem}.page_errorState__0NqyS p{font-size:.875rem}}@media print{.page_pageLayout__NNcHH{display:block}.page_errorState__0NqyS{display:none}}.page_loadingOverlay__1isc5{position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:10000}.page_loadingContent__xanRu{background:white;border-radius:1rem;padding:2rem;max-width:500px;box-shadow:0 10px 40px rgba(0,0,0,.2);display:flex;flex-direction:column;gap:1.5rem}.page_loadingContent__xanRu h3{margin:1rem 0 .5rem;font-size:1.25rem;font-weight:600;color:#1f2937}.page_loadingContent__xanRu p{margin:0;font-size:.875rem;color:#6b7280;line-height:1.5}.page_spinner__41OVq{width:3rem;height:3rem;border:3px solid #e5e7eb;border-top-color:#3b82f6;border-radius:50%;animation:page_spin__5xcWi 1s linear infinite;margin:0 auto}@keyframes page_spin__5xcWi{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.page_loadingContent__xanRu .page_header__J3BoG{text-align:center;padding-bottom:1rem;border-bottom:1px solid #e5e7eb}.page_loadingContent__xanRu .page_loadingIcon__9k_pI{font-size:3rem;margin-bottom:.5rem;display:block;animation:page_pulse__JB8wr 2s infinite}.page_loadingContent__xanRu .page_loadingIcon__9k_pI img{width:60px;height:60px;object-fit:contain}@keyframes page_pulse__JB8wr{0%,to{opacity:1}50%{opacity:.5}}.page_loadingContent__xanRu .page_header__J3BoG h2{margin:0 0 .5rem;font-size:1.5rem;font-weight:700;color:#1f2937}.page_loadingContent__xanRu .page_subtitle__e5X17{margin:0;color:#6b7280;font-size:.95rem;line-height:1.4}.page_loadingContent__xanRu .page_progressSection__x5Zwd{text-align:center;padding:1rem 0}.page_loadingContent__xanRu .page_progressBar__WuWCg{width:100%;height:8px;background:#e5e7eb;border-radius:4px;overflow:hidden;margin-bottom:1rem}.page_loadingContent__xanRu .page_progressFill__RGLHB{height:100%;background:linear-gradient(90deg,#3b82f6,#1d4ed8);border-radius:4px;animation:page_progress__Pr0Qp 3s ease-in-out infinite}.page_loadingContent__xanRu .page_regeneratingSteps__5rgKJ{display:flex;flex-direction:column;gap:.75rem;padding:1rem;background:#f8fafc;border-radius:8px;border:1px solid #e2e8f0}.page_loadingContent__xanRu .page_regeneratingSteps__5rgKJ .page_step__eNAyH{display:flex;align-items:center;gap:.75rem;font-size:.9rem;color:#475569;padding:.5rem 0;border-bottom:1px solid #e2e8f0}.page_loadingContent__xanRu .page_regeneratingSteps__5rgKJ .page_step__eNAyH:last-child{border-bottom:none}.page_loadingContent__xanRu .page_enhancementInfo__SLiV7{background:#f0f9ff;border:1px solid #0284c7;border-radius:8px;padding:1rem}.page_loadingContent__xanRu .page_enhancementInfo__SLiV7 h3{margin:0 0 .75rem;font-size:1rem;color:#0369a1;display:flex;align-items:center;gap:.5rem}.page_loadingContent__xanRu .page_enhancementInfo__SLiV7 p{margin:0;font-size:.9rem;color:#0369a1;line-height:1.5}.page_blockingOverlay__ZCA5x{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.8);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:99999;display:flex;align-items:center;justify-content:center;padding:1rem}.page_blockingModal__OsPX2{background:white;border-radius:12px;box-shadow:0 25px 50px rgba(0,0,0,.25);max-width:500px;width:100%;max-height:90vh;overflow-y:auto}.page_blockingContent__O2D1n{padding:2rem;text-align:center}.page_blockingContent__O2D1n .page_loadingIcon__9k_pI{font-size:3rem;margin-bottom:1rem;display:block;animation:page_pulse__JB8wr 2s infinite}.page_blockingContent__O2D1n h2{margin:0 0 .5rem;font-size:1.5rem;font-weight:700;color:#1f2937}.page_blockingContent__O2D1n .page_subtitle__e5X17{color:#6b7280;margin-bottom:1.5rem;font-size:.95rem;line-height:1.5}.page_blockingContent__O2D1n .page_progressSection__x5Zwd{margin:1.5rem 0}.page_blockingContent__O2D1n .page_progressBar__WuWCg{width:100%;height:8px;background:#e5e7eb;border-radius:4px;overflow:hidden;position:relative}.page_blockingContent__O2D1n .page_progressFill__RGLHB{height:100%;background:linear-gradient(90deg,#3b82f6,#1d4ed8);border-radius:4px;animation:page_progress__Pr0Qp 2s ease-in-out infinite}@keyframes page_progress__Pr0Qp{0%{width:20%;transform:translateX(-100%)}50%{width:60%;transform:translateX(50%)}to{width:80%;transform:translateX(100%)}}.page_enhancementSteps__TVA_6{display:flex;flex-direction:column;gap:.75rem;padding:1.5rem 1rem;background:#f8fafc;border-radius:8px;border:1px solid #e2e8f0;text-align:left}.page_enhancementSteps__TVA_6 .page_step__eNAyH{display:flex;align-items:center;gap:.75rem;font-size:.9rem;color:#475569;padding:.5rem 0;border-bottom:1px solid #e2e8f0}.page_enhancementSteps__TVA_6 .page_step__eNAyH:last-child{border-bottom:none}.page_blockingNote__c_P1E{margin-top:1.5rem;padding:1rem;background:#fef3c7;border:1px solid #f59e0b;border-radius:6px;color:#92400e;font-size:.9rem;font-weight:500}.SidebarGsfPanel_panel__1GZOg{display:flex;flex-direction:column;gap:var(--space-3);padding:var(--space-4);background:var(--color-background-secondary);border:1px solid var(--color-border-light);border-radius:var(--radius-lg)}.SidebarGsfPanel_header__U5vNd{display:flex;flex-direction:column;gap:2px}.SidebarGsfPanel_title___kjUk{font-family:var(--font-sans);font-size:var(--text-sm);font-weight:600;color:var(--color-text-primary);margin:0;line-height:1.3}.SidebarGsfPanel_description__ahs12{font-family:var(--font-sans);font-size:var(--text-xs);color:var(--color-text-secondary);margin:0;line-height:1.45}.SidebarGsfPanel_actions__ZEtRZ{display:flex;flex-direction:column;gap:var(--space-2)}.SidebarGsfPanel_currentFileButton__abxR2,.SidebarGsfPanel_secondaryButton__V82ft{display:inline-flex;align-items:center;gap:var(--space-2);width:100%;padding:var(--space-2) var(--space-3);min-height:36px;background:var(--color-background-primary);border:1px solid var(--color-border-light);border-radius:var(--radius-md);font-family:var(--font-sans);font-size:.8125rem;font-weight:500;color:var(--color-text-primary);cursor:pointer;text-align:left;transition:background-color var(--duration-fast) var(--easing-out),border-color var(--duration-fast) var(--easing-out)}.SidebarGsfPanel_currentFileButton__abxR2:hover,.SidebarGsfPanel_secondaryButton__V82ft:hover{border-color:var(--color-border-medium);background:var(--color-neutral-50)}.SidebarGsfPanel_currentFileButton__abxR2:focus-visible,.SidebarGsfPanel_secondaryButton__V82ft:focus-visible,.SidebarGsfPanel_uploadButton__ITgi8:focus-within{outline:none;box-shadow:0 0 0 2px rgba(30,58,138,.3)}.SidebarGsfPanel_uploadButton__ITgi8{display:inline-flex;align-items:center;gap:var(--space-2);width:100%;padding:var(--space-2) var(--space-3);min-height:36px;background:linear-gradient(135deg,#7ab8ff,#4da6ff);border:1px solid transparent;border-radius:.5rem;font-family:var(--font-sans);font-size:.8125rem;font-weight:600;color:#ffffff;cursor:pointer;text-align:left;box-shadow:0 2px 8px rgba(77,166,255,.3);transition:all .3s cubic-bezier(.4,0,.2,1)}.SidebarGsfPanel_uploadButton__ITgi8:hover{background:linear-gradient(135deg,#5ba3ff,#2e8fff);transform:translateY(-1px);box-shadow:0 4px 12px rgba(77,166,255,.4)}.SidebarGsfPanel_fileInput__sVD_3{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.SidebarGsfPanel_currentFileButton__abxR2{color:var(--color-text-secondary);font-weight:500}.SidebarGsfPanel_currentFileMeta__4fFnE{color:var(--color-text-muted);font-weight:400}.SidebarGsfPanel_spinnerIcon__dx0sc{animation:SidebarGsfPanel_spin___O17j 1s linear infinite}@keyframes SidebarGsfPanel_spin___O17j{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.SidebarGsfPanel_successMsg__uM8Br{background:var(--color-success-50);border:1px solid var(--color-success-200);border-radius:var(--radius-md);color:var(--color-success-700)}.SidebarGsfPanel_errorMsg__Q9B_D,.SidebarGsfPanel_successMsg__uM8Br{margin:0;padding:var(--space-2) var(--space-3);font-family:var(--font-sans);font-size:.75rem;line-height:1.45}.SidebarGsfPanel_errorMsg__Q9B_D{background:#fef2f2;border:1px solid #fecaca;border-radius:var(--radius-md);color:#b91c1c}