.sidebar{position:fixed;top:0;left:0;width:240px;height:100vh;background-color:var(--color-gray-bg);transform:translate(-100%);transition:transform .3s ease;z-index:999;display:flex;flex-direction:column}.sidebar--open{transform:translate(0)}.sidebar-open{margin-left:240px!important;transition:margin-left .3s ease}body:not(.sidebar-open){transition:margin-left .3s ease}.sidebar__header{padding:8px 12px}.sidebar__header-top{display:flex;align-items:center;justify-content:space-between}.sidebar__logo{display:flex;align-items:center;padding:16px 12px;border-radius:12px;flex:1;margin-right:24px;cursor:pointer}.sidebar__logo:hover{background-color:var(--color-gray)}.sidebar__logo-icon{display:flex;align-items:center;justify-content:center;margin-right:12px}.sidebar__logo-text{font-size:14px;line-height:16px;font-weight:700;color:var(--color-dark)}.sidebar__dropdown-btn{background:none;border:none;cursor:pointer;color:var(--color-gray-3);border-radius:4px;transition:all .2s ease;padding:4px}.sidebar__dropdown-btn:hover{background-color:var(--color-gray)}.sidebar__dropdown{background-color:var(--color-white);border-radius:8px;box-shadow:0 2px 8px #0000001a;overflow-y:auto;position:absolute;width:288px;padding:8px;z-index:1000}.sidebar__dropdown-item{display:flex;align-items:center;gap:12px;padding:8px 12px;cursor:pointer;transition:background-color .2s ease;border-radius:8px;text-decoration:none}.sidebar__dropdown-item:hover{background-color:var(--color-gray-2)}.sidebar__dropdown-item-text{font-size:14px;line-height:16px;font-weight:400;color:var(--color-dark)}.sidebar__dropdown-check{margin-left:auto}.sidebar__dropdown-chip{background-color:var(--color-gray-2);color:var(--color-dark);font-size:12px;font-weight:500;padding:2px 6px;border-radius:4px;margin-left:auto}.sidebar__dropdown-divider{height:1px;background-color:var(--color-gray);margin:8px 16px}.sidebar__nav{flex:1;padding:16px 0;overflow-y:auto}.sidebar__nav-item{display:flex;align-items:center;gap:12px;padding:12px 16px;color:var(--color-dark-2);text-decoration:none;font-size:14px;font-weight:500;transition:all .2s ease;border-radius:8px;margin:0 8px 4px}.sidebar__nav-item:hover,.sidebar__nav-item.active{background-color:var(--color-gray)}.sidebar__nav-item svg{width:16px;height:16px;flex-shrink:0}.sidebar__footer{padding:16px 0 24px}.sidebar__footer .sidebar__nav-item{margin-bottom:0}.breadcrumb-nav{padding:.5rem 0}.breadcrumb-list{display:flex;align-items:center;list-style:none;margin:0;padding:0;flex-wrap:wrap;gap:.25rem}.breadcrumb-item{display:flex;align-items:center;font-size:.875rem}.breadcrumb-link{color:var(--color-blue);text-decoration:none;padding:.25rem .5rem;border-radius:4px;transition:all .2s ease}.breadcrumb-link:hover{text-decoration:underline}.breadcrumb-link:focus{outline:2px solid var(--color-blue);outline-offset:2px}.breadcrumb-current{color:var(--color-white);font-weight:500;padding:.25rem .5rem;background-color:var(--color-dark);border-radius:4px}.breadcrumb-separator{color:var(--color-dark);margin:0 .5rem;font-weight:300;-webkit-user-select:none;user-select:none}@media (max-width: 768px){.breadcrumb-nav{padding:.5rem 0}.breadcrumb-item{font-size:.8125rem}.breadcrumb-link,.breadcrumb-current{padding:.125rem .375rem}.breadcrumb-separator{margin:0 .25rem}}@media (prefers-color-scheme: dark){.breadcrumb-nav{border-bottom-color:#444}.breadcrumb-link{color:var(--color-blue)}.breadcrumb-current{color:var(--color-white);background-color:var(--color-green)}.breadcrumb-separator{color:var(--color-dark)}}button span{color:var(--color-green)}.dropdown-container{display:flex;align-items:center;gap:.5rem;cursor:pointer}.dropdown-custom-content{min-width:180px;background:#fff;border-radius:8px;outline:none;padding:8px}.dropdown-item{padding:8px;cursor:pointer;transition:background-color .15s ease;border-radius:4px;font-size:14px}.dropdown-item:hover{background-color:#f0f0f0}.dropdown-item--disabled{opacity:.5;cursor:not-allowed}.dropdown-item--disabled:hover{background-color:transparent}.loading{display:flex;justify-content:center;align-items:center;height:100%;flex-direction:row;gap:1rem;width:100%}.virtual-list{position:relative;overflow:auto}.virtual-list.disable-scroll::-webkit-scrollbar{display:none!important}.virtual-list::-webkit-scrollbar{width:8px}.virtual-list::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.virtual-list::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}.virtual-list::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.subtitle-item{padding:8px 12px;border-bottom:1px solid #eee;cursor:pointer;transition:background-color .2s ease;height:100%;display:flex;flex-direction:column;justify-content:center;box-sizing:border-box}.subtitle-item:hover{background-color:#f5f5f5}.subtitle-item-text{font-size:14px;line-height:1.4;color:#333}.subtitle-item-time{font-size:12px;color:#666;margin-bottom:4px}.header{display:flex;justify-content:space-between;align-items:center;padding:22px 24px;background-color:#fff;border-bottom:1px solid #e2e2e2;height:72px}.header__left{display:flex;align-items:center;gap:16px}.sidebar-open .header__menu-btn{display:none}.header__menu-btn{background:none;border:none;padding:8px;cursor:pointer;color:var(--color-black);border-radius:4px;transition:background-color .2s ease}.header__menu-btn:hover{background-color:#f3f3f3}.header__title{font-size:20px;line-height:28px;font-weight:500;color:var(--color-black)}.header__right{display:flex;align-items:center;gap:16px}.header__new-btn{background-color:var(--color-gray-2);color:var(--color-black);border:none;padding:12px 16px;border-radius:32px;font-size:14px;line-height:16px;font-weight:700;height:40px;width:136px;cursor:pointer;transition:background-color .2s ease}.header__new-btn:hover{background-color:var(--color-gray)}.header__profile{display:flex;align-items:center;position:relative}.header__profile-avatar{width:36px;height:36px;border-radius:25%;background-color:var(--color-blue-border);display:flex;align-items:center;justify-content:center;color:var(--color-black);cursor:pointer;transition:background-color .2s ease}.header__profile-avatar:hover{background-color:var(--color-gray)}.header__profile-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;z-index:999;background:transparent}.header__profile-dropdown{position:absolute;top:calc(100% + 8px);right:0;background:var(--color-white);border-radius:8px;box-shadow:0 4px 12px #0003;z-index:1000;width:250px}.header__profile-dropdown-header{padding:16px;display:flex;align-items:center;gap:12px}.header__profile-info{flex:1;min-width:0}.header__profile-name{font-size:14px;font-weight:600;color:var(--color-dark);margin-bottom:2px}.header__profile-org{font-size:12px;color:var(--color-gray-3)}.header__profile-divider{height:1px;background-color:var(--color-gray)}.header__profile-dropdown-item{padding:12px 16px;font-size:14px;color:var(--color-black);cursor:pointer;transition:background-color .2s ease}.header__profile-dropdown-item:hover{background-color:var(--color-gray-2)}.speaker-icon{display:flex;align-items:center;justify-content:center;border-radius:50%;color:#fff;font-weight:500;flex-shrink:0;padding:4px}.speaker-icon--small{width:18px!important;height:18px!important;font-size:8px}.speaker-icon--medium{width:24px!important;height:24px!important;font-size:10px}.speaker-icon--large{width:32px!important;height:32px!important;font-size:12px}.speaker-icon__symbol{display:flex;align-items:center;justify-content:center;line-height:1}.context-menu{position:fixed;background-color:#fff;box-shadow:0 4px 16px #0000001f;border-radius:12px;padding:8px 0;z-index:9999;min-width:150px;max-width:216px;list-style:none;margin:0;border:1px solid #e5e7eb;font-family:inherit}.context-menu-item{padding:8px 16px;cursor:pointer;-webkit-user-select:none;user-select:none;transition:background-color .15s ease;font-size:14px;color:#374151;line-height:1.5;white-space:nowrap}.context-menu-item:hover:not(.context-menu-item--disabled){background-color:#f3f4f6}.context-menu-item:focus:not(.context-menu-item--disabled){background-color:#f3f4f6;outline:none}.context-menu-item:active:not(.context-menu-item--disabled){background-color:#e5e7eb}.context-menu-item--disabled{cursor:not-allowed;opacity:.5;pointer-events:none;color:#9ca3af}.context-menu-item--disabled:hover{background-color:transparent}.toast-container{position:fixed;top:20px;right:20px;z-index:999999;display:flex;flex-direction:column;pointer-events:none}.popup-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#0000004d;z-index:120;animation:fadeIn .2s ease-out forwards}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.popup-container{position:absolute;top:100%;right:0;margin-top:10px;background-color:#fff;border-radius:12px;box-shadow:0 10px 25px #00000026;z-index:120;border:1px solid #e2e2e2;animation:slideDown .3s ease-out forwards;width:500px;max-width:95vw}@keyframes slideDown{0%{transform:translateY(-20px);opacity:0}to{transform:translateY(0);opacity:1}}.popup-content{padding:20px}.popup-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.popup-title{display:flex;align-items:center;font-size:18px;font-weight:600;color:#374151}.popup-title-icon{margin-right:8px;width:16px;height:16px}.popup-close-button{background:none;border:none;cursor:pointer;color:#6b7280;transition:color .2s;padding:4px;display:flex;align-items:center;justify-content:center}.popup-close-button:hover{color:#374151}.modal-header{display:flex;align-items:center;font-size:18px;font-weight:600;color:#374151}.modal-header-icon{margin-right:8px;width:16px;height:16px}.download-filter-buttons{display:flex;gap:8px;margin-bottom:16px;overflow-x:auto;padding-bottom:4px}.download-filter-button{padding:4px 12px;background-color:#f1f1f1;color:#4b5563;border-radius:9999px;font-size:14px;border:none;cursor:pointer;transition:all .2s;white-space:nowrap}.download-filter-button:hover{background-color:#e5e5e5}.download-filter-button-active{background-color:#dbeafe;color:#2563eb}.download-filter-button-active:hover{background-color:#bfdbfe}.file-list-container{max-height:320px;overflow-y:auto;margin-bottom:16px;padding-right:16px}.file-list-container::-webkit-scrollbar{width:6px}.file-list-container::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.file-list-container::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:10px}.file-list-container::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.file-item{display:flex;align-items:center;flex-direction:column;justify-content:space-between;padding:12px;background-color:#f8f8f8;border-radius:8px;cursor:pointer;border-left:4px solid transparent;border:1px solid transparent;margin-bottom:8px;transition:all .2s ease;width:100%}.file-item-selected{background-color:#ebf5ff;border:1px solid #bfdbfe}.file-item-header{display:flex;align-items:center;gap:8px;width:100%;justify-content:space-between}.file-item-info{display:flex;align-items:center;gap:8px}.file-icon{font-size:24px}.file-name{font-weight:400}.expand-button{background:none;border:none;cursor:pointer;color:#6b7280;transition:color .2s;display:flex;align-items:center;justify-content:center;padding:4px}.expand-button:hover{color:#374151}.progress-container{width:100%;margin-top:8px}.progress-bar-container{width:100%;height:6px;background-color:#e2e2e2;border-radius:3px;overflow:hidden}.progress-bar-fill{height:100%;transition:width .3s ease,background-color .3s ease}.progress-bar-completed{background-color:#4caf50}.progress-bar-failed,.progress-bar-error{background-color:#f44336}.progress-bar-pending,.progress-bar-processing,.progress-bar-started{background-color:#2196f3}.progress-info{display:flex;justify-content:space-between;align-items:center;width:100%;margin-top:4px;font-size:12px;color:#666}.file-options-panel{display:flex;align-items:center;gap:8px;flex-direction:column;width:100%;padding:12px;margin-top:8px;border-top:1px solid #e5e7eb}.select-all-container{display:flex;align-items:center;gap:8px;width:100%;margin-bottom:12px}.language-select-container{width:100%}.language-label{display:block;font-size:12px;font-weight:400;margin-bottom:8px;color:#374151}.format-selection{width:100%;margin-top:12px}.format-label{display:block;font-size:12px;font-weight:300;margin-bottom:8px;color:#374151}.format-chips{display:flex;flex-wrap:wrap;gap:6px}.format-chip{padding:4px 12px;background-color:#f1f1f1;color:#4b5563;border-radius:9999px;font-size:12px;border:1px solid transparent;cursor:pointer;transition:all .2s}.format-chip:hover{background-color:#e5e5e5}.format-chip:disabled{opacity:.5;cursor:not-allowed}.format-chip-active{background-color:#dbeafe;color:#2563eb;border:1px solid #bfdbfe}.format-chip-active:hover{background-color:#bfdbfe}.popup-footer,.modal-footer{display:flex;justify-content:space-between;align-items:center;width:100%;gap:8px}@media (max-width: 640px){.popup-container{width:95vw;left:2.5vw;right:2.5vw}.download-filter-buttons{overflow-x:auto;white-space:nowrap}.file-options-panel{padding:8px}.format-chips{justify-content:flex-start}}.file-options-panel{animation:slideDown .2s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.presence-indicator{display:flex;align-items:center;gap:2px;padding:2px;border-radius:8px;z-index:1;position:relative;background:var(--color-white);border:1px solid var(--color-gray-2)}.presence-avatars{display:flex;align-items:center;max-width:180px;overflow-x:auto;scrollbar-width:none;scroll-behavior:smooth;gap:2px}.presence-avatars::-webkit-scrollbar{display:none}.presence-avatar-tooltip{position:fixed;background:var(--color-dark);color:var(--color-white);padding:6px 10px;border-radius:6px;font-size:12px;font-weight:500;white-space:nowrap;z-index:2;box-shadow:0 2px 8px #0003;pointer-events:none;transform:translate(-50%,-100%);margin-top:-8px}.presence-avatar{width:28px;height:28px;border-radius:50%;border:1px solid var(--color-gray-2);background-color:var(--color-white);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .2s ease;flex-shrink:0}.presence-avatar:hover{transform:scale(1.1)}.avatar-initials{font-size:9px;text-transform:uppercase;color:var(--color-white)}.presence-indicator.floating{position:fixed;margin-top:2px;right:24px;width:fit-content}.presence-indicator.subtitle-floating{position:absolute;bottom:0;right:0;width:fit-content}.error-boundary{display:flex;justify-content:center;width:100%;padding:1rem}.error-boundary-content{max-width:480px;width:100%;padding:2rem;background:#fff;border-radius:16px}.error-boundary-content h2{margin:0 0 .75rem;font-size:clamp(1.375rem,3vw,1.625rem);font-weight:700;color:#1e293b;letter-spacing:-.02em}.error-boundary-content p{margin:0 0 1.5rem;line-height:1.6;color:#64748b;font-size:clamp(.9rem,2.2vw,1rem)}.error-details{margin:1.5rem 0;text-align:left}.error-details summary{cursor:pointer;padding:.75rem 1rem;font-weight:500;color:#475569;background:#f8fafc;border-radius:8px;border:1px solid #e2e8f0;font-size:clamp(.875rem,2vw,.9rem);transition:all .2s ease}.error-details summary:hover{background:#f1f5f9;border-color:#cbd5e1}.error-stack{padding:1rem;background:#0f172a;color:#e2e8f0;border-radius:8px;font-family:SF Mono,Monaco,Inconsolata,Roboto Mono,monospace;font-size:clamp(.75rem,1.6vw,.8rem);line-height:1.5;white-space:pre-wrap;overflow-x:auto;margin-top:.75rem;max-height:180px;overflow-y:auto;border:1px solid #334155}.retry-button{padding:.875rem 1.75rem;background:#0f172a;color:#fff;border:none;border-radius:8px;font-size:clamp(.875rem,2vw,.95rem);font-weight:500;cursor:pointer;transition:all .2s ease;min-width:120px;letter-spacing:-.01em;width:100%}.retry-button:hover{background:#1e293b;transform:translateY(-1px);box-shadow:0 8px 16px #0000001f}.retry-button:active{transform:translateY(0);box-shadow:0 4px 8px #0000001a}@media (max-width: 480px){.error-boundary{padding:.75rem;min-height:160px}.error-boundary-content{padding:1.5rem;border-radius:12px}.error-details summary{padding:.625rem .875rem}.error-stack{max-height:140px;padding:.875rem}.retry-button{width:100%;padding:.75rem}}@media (max-width: 360px){.error-boundary-content{padding:1.25rem}.error-stack{max-height:120px}}.error-page-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background-color:var(--color-white);font-family:Inter,sans-serif}.error-page-content{text-align:center;color:var(--color-white);max-width:500px;padding:0 20px}.error-page-number{font-size:8rem;font-weight:700;line-height:1;margin-bottom:1rem;color:var(--color-dark)}.error-page-title{font-size:2.5rem;font-weight:600;margin:0 0 1rem;color:var(--color-dark)}.error-page-description{font-size:1.1rem;line-height:1.6;margin:0 0 2rem;color:var(--color-dark);font-weight:300}.error-page-button{display:inline-block;padding:12px 32px;background:var(--color-dark);color:var(--color-white);text-decoration:none;border-radius:50px;font-weight:500;font-size:1rem;border:2px solid var(--color-dark);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease}.error-page-button:hover{background:var(--color-dark);border-color:var(--color-dark);transform:translateY(-2px);box-shadow:0 8px 25px #0003}@media (max-width: 768px){.error-page-number{font-size:6rem}.error-page-title{font-size:2rem}.error-page-description{font-size:1rem}}.no-tab{display:flex;flex-direction:column;gap:1rem;width:100%;height:100%;padding:1rem;overflow-y:auto}.addons-modal{display:flex;flex-direction:column;height:100%}.addons-modal__header{display:flex;align-items:center;height:56px;border-bottom:4px solid #e8e8e8;background:#fff;flex-shrink:0}.addons-modal__tab-nav{display:flex;flex:1}.addons-modal__tab-nav-fill{height:100%;width:100%;display:flex}.addons-modal__content{display:flex;justify-content:space-between;gap:10px;min-height:0;overflow:hidden}.addons-modal__main{width:100%;overflow-y:auto;padding-right:10px}.addons-modal__sidebar{flex-shrink:0;padding:10px}.addons-modal__section-container{display:flex;flex-direction:column;gap:10px}.addons-modal__section:not(:first-child){margin-bottom:10px;padding-bottom:10px;border-bottom:1px solid #e8e8e8}.addons-modal__section:last-child{border-bottom:none;margin-bottom:0}.addons-modal__section-title{margin:0 0 10px;padding-bottom:10px;font-weight:600;font-size:18px;color:#374151;border-bottom:2px solid #e8e8e8}.addons-modal__form-group{margin-bottom:10px}.addons-modal__form-label{display:block;margin-bottom:10px;font-weight:500;font-size:14px;color:#374151}.addons-modal__select-wrapper{margin-top:12px;animation:fadeIn .2s ease-in-out}.addons-modal__help-text{display:block;color:#374151;margin-top:12px;font-size:12px;line-height:1.4}.addons-modal__receipt{padding:20px;background-color:#fff;border-radius:10px;border:1px solid #e8e8e8;height:fit-content;position:sticky;top:0}.addons-modal__receipt-title{margin:0 0 10px;font-size:16px;font-weight:600;color:#374151}.addons-modal__receipt-info{font-size:14px;color:#374151;margin-bottom:10px}.addons-modal__receipt-info-item{margin-bottom:10px}.addons-modal__receipt-item{font-size:14px;color:#374151;display:flex;justify-content:space-between;align-items:center}.addons-modal__receipt-total{font-weight:600;margin-top:10px;padding-top:10px;border-top:1px solid #d1d5db;font-size:16px;color:#374151;display:flex;justify-content:space-between;align-items:center}.addons-modal__receipt-divider{display:flex;flex-direction:column;border-top:1px solid #d1d5db;padding-top:10px;margin-top:10px}.addons-modal__footer{margin-top:auto;display:flex;justify-content:flex-end;align-items:center;padding:10px;border-top:1px solid #e8e8e8;background:#fff;flex-shrink:0;margin-left:10px!important;margin-right:10px!important;margin-top:0!important}@media (max-width: 768px){.addons-modal__content{flex-direction:column;gap:10px}.addons-modal__main,.addons-modal__sidebar{width:100%}.addons-modal__main{max-height:300px;overflow-y:auto}.addons-modal__receipt{position:static}}.addons-modal__main::-webkit-scrollbar{width:6px}.addons-modal__main::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.addons-modal__main::-webkit-scrollbar-thumb{background:#000;border-radius:3px}.addons-modal__main::-webkit-scrollbar-thumb:hover{background:#000}.addons-modal__section{transition:all .2s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.addons-modal__form-group:hover .addons-modal__form-label{color:#000;transition:color .2s ease-in-out}.addons-modal__section>div[role=checkbox]{padding:10px 0}.addons-modal__loading{display:flex;justify-content:center;align-items:center;padding:10px}.addons-modal__loading-spinner{width:24px;height:24px;border:2px solid #000;border-top:2px solid #000;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.addons-modal__receipt-item strong{font-weight:600}.addons-modal__receipt-info strong{font-weight:600;color:#000}.addons-modal__section>div[role=checkbox]+div{margin-top:10px}.addons-modal__form-group+.addons-modal__form-group{margin-top:10px}.addons-modal__section-title{position:relative}.addons-modal__section-title:after{content:"";position:absolute;bottom:-2px;left:0;width:40px;height:2px;background:#000}.addons-modal__item-line{display:flex;justify-content:space-between;align-items:center;font-weight:600;font-size:14px;color:#374151;border-radius:6px;width:100%;transition:background-color .2s ease-in-out;padding:10px}.addons-modal__item-line:hover{background-color:#f9fafb}.addons-modal__item-line-description{display:flex;align-items:center;gap:12px;width:100%}.addons-modal__item-line-label{color:#6b7280;font-weight:500;margin-right:8px;min-width:150px}.addons-modal__item-line-details{color:#5e5e5e;font-size:12px;font-weight:400;line-height:16px;display:flex;width:100%;padding:8px 0}.addons-modal__item-line-cost{color:#374151;font-weight:600;white-space:nowrap;flex-grow:1;text-align:end}.share-modal{display:flex;flex-direction:column;gap:1.5rem;min-height:300px;max-height:70vh;overflow-y:auto}.share-modal__warnings{display:flex;flex-direction:column;gap:.75rem}.share-modal__warning{padding:.2rem;padding-bottom:0;border-radius:6px;border-left:4px solid var(--color-primary);font-size:14px;line-height:1.4;color:var(--color-gray-text)}.share-modal__warning strong{display:block;font-weight:500}.share-modal__search{padding-bottom:1rem;border-bottom:1px solid var(--color-white)}.share-modal__search h4{margin:0 0 1rem;font-size:16px;font-weight:600;color:var(--color-dark)}.share-modal__section{display:flex;flex-direction:column;gap:1rem}.share-modal__section h4{margin:0;font-size:16px;font-weight:600;color:var(--color-dark)}.share-modal__users-list{display:flex;flex-direction:column;gap:.75rem}.share-modal__user-card{display:flex;justify-content:space-between;align-items:center;padding:1rem;border:1px solid var(--color-gray);border-radius:8px;background-color:var(--color-white);transition:all .2s ease}.share-modal__user-card:hover{background-color:var(--color-white);border-color:var(--color-gray)}.share-modal__user-info{display:flex;flex-direction:column;gap:.25rem;flex:1;min-width:0}.share-modal__user-name{font-weight:500;color:var(--color-dark);font-size:14px}.share-modal__user-email{color:var(--color-gray-text);font-size:13px;word-break:break-word}.share-modal__user-actions{display:flex;gap:.5rem;align-items:center;flex-shrink:0}.share-modal__empty{text-align:center;padding:2rem;color:var(--color-gray-text);font-style:italic;background-color:var(--color-gray-2);border-radius:8px;border:2px dashed var(--color-gray)}.share-modal__footer{display:flex;gap:.75rem;justify-content:flex-end;padding-top:.5rem}.project-header{display:flex;flex-direction:column;justify-content:space-between;align-items:center;width:100%;gap:1rem;flex-wrap:wrap;padding-right:1.5rem}.project-header-left{display:flex;flex-direction:row;align-items:center;gap:1rem;min-width:200px;width:50%}.project-header-top{display:flex;width:100%;justify-content:space-between;align-items:center;flex-wrap:wrap}.project-header-tabs{display:flex;width:100%;justify-content:center;align-items:center;margin-top:.3rem}.project-header-stepper{display:flex;justify-content:center;align-items:center}.project-header-right{display:flex;flex-shrink:0}.project-header-right-buttons{display:flex;flex-direction:row;align-items:center;gap:.5rem}.download-button-container{position:relative}@media (max-width: 1400px){.project-header-tabs{align-items:flex-start;flex-direction:column;gap:1rem}.stepper-container{margin-left:0!important}}@media (max-width: 768px){.project-header{gap:.5rem}.project-header-left{min-width:150px;max-width:60%;gap:.5rem}.project-header-stepper{margin-top:.5rem;padding:0 .5rem}}@media (max-width: 768px){.project-header{flex-direction:column;align-items:stretch;gap:.75rem}.project-header-top{flex-direction:column;align-items:flex-start;gap:.5rem}.project-header-left{min-width:unset;max-width:100%;justify-content:center}.project-header-right{justify-content:center}.project-header-stepper{margin-top:.75rem;padding:0}}.project-layout{position:relative;display:flex;flex-direction:column;justify-content:start;align-items:start;gap:1rem;background-color:var(--color-white);width:100%;height:calc(100vh - 5rem);padding:1.5rem;box-sizing:border-box}:root{--color-blue: #1080fc;--color-light: #dcf9e8;--color-green: #02693e;--color-green-2: #28a745;--color-green-bg: #dcf9e8;--color-gray: #dfdfdf;--color-dark: #181818;--color-dark-2: #292929;--color-white: #ffffff;--color-red: #8b131d;--color-red-2: #dc3545;--color-red-bg: #fadfdc;--color-dark-2: #282828;--color-gray-2: #f3f3f3;--color-gray-3: #8c8c8c;--color-yellow: #d97706;--color-yellow-2: #ffc107;--color-yellow-bg: #fef3c7;--color-gray-text: #6b7280;--color-gray-bg: #f3f4f6;--color-yellow-light: #fef3c7;--color-yellow-border: #fcd34d;--color-yellow-dark: #92400e;--color-red-light: #fef2f2;--color-red-border: #fca5a5;--color-red-dark: #7f1d1d;--color-green-light: #dcfce7;--color-green-border: #86efac;--color-green-dark: #14532d;--color-blue-light: #eff6ff;--color-blue-border: #93c5fd;--color-blue-dark: #1e3a8a;--container-width-default: 1200px;--container-width-narrow: 800px;--container-width-wide: 1400px}*{margin:0;padding:0;box-sizing:border-box;font-family:Inter,sans-serif;scroll-behavior:smooth}body{background-color:var(--color-white)}.main{min-height:100vh;width:100%;background-color:var(--color-white)}
