.CardListView-module__Tcgw0G__cardList{box-sizing:border-box;min-width:0;max-width:1480px;margin:0 auto}.CardListView-module__Tcgw0G__pageTitle{color:var(--fg);align-items:center;gap:10px;margin:0 0 24px;font-size:28px;font-weight:700;display:flex}.CardListView-module__Tcgw0G__header{justify-content:space-between;align-items:center;display:flex}.CardListView-module__Tcgw0G__mobileHeaderActions{display:none}.CardListView-module__Tcgw0G__mobileActionBtn{border:1px solid var(--border);background:var(--bg-card);width:40px;height:40px;color:var(--fg);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;display:flex}.CardListView-module__Tcgw0G__mobileFab{display:none}.CardListView-module__Tcgw0G__controlsRow{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:20px;display:flex}.CardListView-module__Tcgw0G__actionButtons{flex-wrap:wrap;gap:10px;min-width:0;display:flex}.CardListView-module__Tcgw0G__searchRow{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:20px;display:flex}.CardListView-module__Tcgw0G__searchInputWrapper{max-width:280px;position:relative}.CardListView-module__Tcgw0G__searchIcon{color:var(--muted);pointer-events:none;position:absolute;top:50%;left:14px;transform:translateY(-50%)}.CardListView-module__Tcgw0G__searchInput{background:var(--bg-card);border:1px solid var(--border);width:100%;color:var(--fg);border-radius:8px;outline:none;padding:10px 14px 10px 40px;font-family:inherit;font-size:14px;transition:border-color .18s}.CardListView-module__Tcgw0G__searchInput::placeholder{color:var(--muted)}.CardListView-module__Tcgw0G__searchInput:focus{border-color:var(--accent)}.CardListView-module__Tcgw0G__searchMeta{align-items:center;gap:16px;display:flex}.CardListView-module__Tcgw0G__resultsCount{color:var(--accent,#99cdff);font-size:14px}.CardListView-module__Tcgw0G__sortBtn{color:var(--fg);cursor:pointer;background:0 0;border:none;align-items:center;gap:6px;padding:6px 12px;font-family:inherit;font-size:14px;transition:color .18s;display:flex}.CardListView-module__Tcgw0G__sortBtn:hover{color:var(--accent)}.CardListView-module__Tcgw0G__foldersList{flex-direction:column;display:flex}.CardListView-module__Tcgw0G__folderRow{background:var(--bg-card);border:1px solid var(--border);cursor:pointer;border-radius:12px;grid-template-columns:40px minmax(120px,1.2fr) minmax(180px,1.8fr) auto 100px 40px;align-items:center;gap:16px;margin-bottom:8px;padding:16px 24px;transition:all .2s;display:grid}.CardListView-module__Tcgw0G__folderRow:hover{border-color:#ffffff40;box-shadow:0 4px 16px #0000000d}.CardListView-module__Tcgw0G__folderRowIcon{color:#006dfa;justify-content:center;align-items:center;display:flex}.CardListView-module__Tcgw0G__folderRowNameWrapper{min-width:0;display:flex;position:relative}.CardListView-module__Tcgw0G__folderRowName{color:var(--fg);white-space:nowrap;text-overflow:ellipsis;width:100%;font-size:14px;font-weight:600;overflow:hidden}.CardListView-module__Tcgw0G__folderRowDescWrapper{min-width:0;display:flex}.CardListView-module__Tcgw0G__folderRowDesc{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;width:100%;font-size:13px;overflow:hidden}.CardListView-module__Tcgw0G__folderRowCount{color:var(--accent,#99cdff);text-align:center;white-space:nowrap;background:var(--bg-alt);border:1px solid var(--border);border-radius:6px;padding:4px 8px;font-size:13px}.CardListView-module__Tcgw0G__folderRowDate{color:var(--muted);text-align:right;white-space:nowrap;font-size:13px;font-weight:500}.CardListView-module__Tcgw0G__folderRowMenu{color:var(--muted);cursor:pointer;background:0 0;border:none;padding:4px 8px;transition:color .18s}.CardListView-module__Tcgw0G__folderRowMenu:hover{color:var(--fg)}.CardListView-module__Tcgw0G__folderMenuWrapper{position:relative}.CardListView-module__Tcgw0G__dropdown{background:var(--bg-card);border:2px solid var(--border);z-index:100;border-radius:10px;min-width:140px;padding:4px 0;position:absolute;top:calc(100% + 4px);right:0;overflow:hidden;box-shadow:0 4px 14px #00000026}.CardListView-module__Tcgw0G__dropdownItem{width:100%;color:var(--fg);cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:8px;padding:8px 16px;font-family:inherit;font-size:14px;transition:background .15s;display:flex}.CardListView-module__Tcgw0G__dropdownItem:hover{background:#ffffff14}.CardListView-module__Tcgw0G__dropdownItemDanger{color:#c72323;}.CardListView-module__Tcgw0G__dropdownItemDanger:hover{background:#c723231a}.CardListView-module__Tcgw0G__createFolderInline{color:var(--fg);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;gap:6px;margin-top:4px;padding:14px;font-family:inherit;font-size:14px;transition:color .18s;display:flex}.CardListView-module__Tcgw0G__createFolderInline:hover{color:var(--accent)}.CardListView-module__Tcgw0G__loading{text-align:center;color:var(--muted);padding:40px;font-size:16px}.CardListView-module__Tcgw0G__emptyState{text-align:center;background:var(--bg-card);border:1px solid var(--border);color:var(--muted);border-radius:16px;padding:60px 20px}.CardListView-module__Tcgw0G__btnSecondary{cursor:pointer;background:var(--bg-card);height:40px;color:var(--fg);border:1px solid var(--border);border-radius:8px;align-items:center;gap:8px;padding:10px 16px;font-family:inherit;font-size:14px;font-weight:500;transition:all .18s;display:flex}.CardListView-module__Tcgw0G__btnSecondary:hover{border-color:var(--accent-solid);color:var(--accent-solid)}.CardListView-module__Tcgw0G__btnPrimary{cursor:pointer;background:var(--accent-solid);color:#fff;border:none;border-radius:8px;align-items:center;gap:8px;height:40px;padding:10px 16px;font-family:inherit;font-size:14px;font-weight:500;transition:all .18s;display:flex}.CardListView-module__Tcgw0G__renameOverlay{z-index:2000;background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.CardListView-module__Tcgw0G__renameDialog{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;min-width:340px;max-width:420px;padding:24px;box-shadow:0 16px 48px #00000080}.CardListView-module__Tcgw0G__renameHeader{color:var(--fg);margin-bottom:16px;font-size:16px;font-weight:600}.CardListView-module__Tcgw0G__renameInput{background:var(--bg-alt);border:1px solid var(--border);width:100%;color:var(--fg);box-sizing:border-box;border-radius:8px;outline:none;padding:10px 14px;font-family:inherit;font-size:14px;transition:border-color .18s}.CardListView-module__Tcgw0G__renameInput:focus{border-color:var(--accent)}.CardListView-module__Tcgw0G__renameActions{justify-content:flex-end;gap:8px;margin-top:16px;display:flex}.CardListView-module__Tcgw0G__renameBtnCancel{cursor:pointer;border:1px solid var(--border);color:var(--muted);background:0 0;border-radius:8px;padding:8px 20px;font-family:inherit;font-size:14px}.CardListView-module__Tcgw0G__renameBtnCancel:hover{color:var(--fg);border-color:var(--fg)}.CardListView-module__Tcgw0G__renameBtnConfirm{cursor:pointer;color:#fff;background:#007bff;border:none;border-radius:8px;padding:8px 20px;font-family:inherit;font-size:14px}.CardListView-module__Tcgw0G__renameBtnConfirm:hover{filter:brightness(1.15)}@media (max-width:1024px){.CardListView-module__Tcgw0G__folderRow{grid-template-columns:40px minmax(120px,1fr) auto 100px 30px;padding:14px 18px}.CardListView-module__Tcgw0G__folderRowDescWrapper{display:none}}@media (max-width:768px){.CardListView-module__Tcgw0G__searchMeta{display:none}.CardListView-module__Tcgw0G__pageTitle{margin-bottom:0;font-size:18px;font-weight:600}.CardListView-module__Tcgw0G__pageTitle svg{width:20px;height:20px}.CardListView-module__Tcgw0G__header{border-bottom:1px solid var(--border);align-items:center;margin-bottom:0;padding-bottom:14px}.CardListView-module__Tcgw0G__mobileHeaderActions{flex-shrink:0;gap:8px;display:flex}.CardListView-module__Tcgw0G__controlsRow,.CardListView-module__Tcgw0G__actionButtons{display:none}.CardListView-module__Tcgw0G__searchRow{flex-direction:column;align-items:stretch;margin-bottom:16px;display:none}.CardListView-module__Tcgw0G__searchRow.CardListView-module__Tcgw0G__mobileSearchOpen{display:flex}.CardListView-module__Tcgw0G__searchInputWrapper{width:100%;max-width:none}.CardListView-module__Tcgw0G__foldersList{-webkit-overflow-scrolling:touch;margin:0 -16px;padding:0 16px 80px;overflow-x:auto}.CardListView-module__Tcgw0G__folderRow{grid-template-columns:40px minmax(100px,1.2fr) minmax(140px,1.8fr) auto 80px 40px;gap:8px;width:fit-content;min-width:100%;padding:14px 16px}.CardListView-module__Tcgw0G__folderRowDescWrapper{display:flex}.CardListView-module__Tcgw0G__folderRowDate{display:block}.CardListView-module__Tcgw0G__mobileFab{color:#fff;z-index:100;background:#006dfa;border:none;border-radius:12px;justify-content:center;align-items:center;height:48px;font-family:inherit;font-size:16px;font-weight:600;display:flex;position:fixed;bottom:20px;left:16px;right:16px;box-shadow:0 4px 16px #006dfa66}}.CardListView-module__Tcgw0G__emptyStateContainer{text-align:center;background:var(--bg-card);border:1px solid var(--border);border-radius:12px;flex-direction:column;justify-content:center;align-items:center;margin-bottom:8px;padding:60px 24px;display:flex}.CardListView-module__Tcgw0G__emptyStateIcon{color:var(--muted);justify-content:center;align-items:center;margin-bottom:16px;display:flex}.CardListView-module__Tcgw0G__emptyStateTitle{color:var(--fg);margin:0 0 8px;font-size:18px;font-weight:600}.CardListView-module__Tcgw0G__emptyStateText{color:var(--muted);max-width:420px;margin:0 0 24px;font-size:14px;line-height:1.5}.CardListView-module__Tcgw0G__emptyStateActions{justify-content:center;gap:12px;display:flex}@media (max-width:576px){.CardListView-module__Tcgw0G__emptyStateContainer{padding:40px 16px}.CardListView-module__Tcgw0G__emptyStateActions{flex-direction:column;gap:8px;width:100%}}
.CreateFolderDialog-module__ldc_0a__overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#0006;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.CreateFolderDialog-module__ldc_0a__dialog{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;flex-direction:column;width:608px;max-width:95vw;max-height:85vh;display:flex;box-shadow:0 12px 48px #0003}.CreateFolderDialog-module__ldc_0a__header{justify-content:space-between;align-items:center;padding:32px 32px 24px;display:flex}.CreateFolderDialog-module__ldc_0a__heading{color:var(--fg);margin:0;font-size:20px;font-weight:600}.CreateFolderDialog-module__ldc_0a__closeBtn{width:28px;height:28px;color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;transition:color .18s;display:flex}.CreateFolderDialog-module__ldc_0a__closeBtn:hover{color:var(--fg)}.CreateFolderDialog-module__ldc_0a__body{padding:2px 32px 16px;overflow-y:auto}.CreateFolderDialog-module__ldc_0a__formGroup{margin-bottom:20px}.CreateFolderDialog-module__ldc_0a__formGroup label{color:var(--fg);margin-bottom:8px;font-size:14px;font-weight:500;display:block}.CreateFolderDialog-module__ldc_0a__requiredStar{color:#db132a;font-weight:600}.CreateFolderDialog-module__ldc_0a__textInput{box-sizing:border-box;background:var(--bg-alt);width:100%;color:var(--fg);border-radius:8px;outline:none;padding:10px 14px;font-family:inherit;font-size:14px;transition:border-color .18s}.CreateFolderDialog-module__ldc_0a__textInput:focus{border-color:var(--accent)}.CreateFolderDialog-module__ldc_0a__textInput::placeholder{color:var(--muted)}.CreateFolderDialog-module__ldc_0a__textarea{resize:vertical;min-height:80px;}.CreateFolderDialog-module__ldc_0a__footer{justify-content:flex-end;gap:12px;padding:24px 32px 32px;display:flex}.CreateFolderDialog-module__ldc_0a__btnGhost{border:1px solid var(--border);height:40px;color:var(--fg-secondary);cursor:pointer;background:0 0;border-radius:8px;padding:8px 16px;font-family:inherit;font-size:14px;font-weight:500;transition:all .18s}.CreateFolderDialog-module__ldc_0a__btnGhost:hover{border-color:var(--fg);color:var(--fg)}.CreateFolderDialog-module__ldc_0a__btnPrimary{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:8px;height:40px;padding:8px 20px;font-family:inherit;font-size:14px;font-weight:500;transition:opacity .18s}.CreateFolderDialog-module__ldc_0a__btnPrimary:hover:not(:disabled){opacity:.9}.CreateFolderDialog-module__ldc_0a__btnPrimary:disabled{opacity:.5;cursor:not-allowed}.CreateFolderDialog-module__ldc_0a__errorMessage{color:#ec5b5b;background:#db132a1a;border:1px solid #db132a4d;border-radius:4px;margin-top:4px;padding:12px;font-size:14px}@media (max-width:768px){.CreateFolderDialog-module__ldc_0a__dialog{width:calc(100% - 32px);margin:16px}.CreateFolderDialog-module__ldc_0a__header{padding:24px 20px 16px}.CreateFolderDialog-module__ldc_0a__body{padding:0 20px 16px}.CreateFolderDialog-module__ldc_0a__footer{flex-direction:column;gap:12px;padding:16px 20px 24px}.CreateFolderDialog-module__ldc_0a__btnGhost,.CreateFolderDialog-module__ldc_0a__btnPrimary{width:100%}}
.FolderResearchPage-module__FnI7oW__page{box-sizing:border-box;flex-direction:column;flex:1;max-width:100%;min-height:0;padding:0;display:flex}.FolderResearchPage-module__FnI7oW__projectLayout{flex-direction:column;flex:1;gap:4px;max-width:none;min-height:0;margin:0;display:flex}.FolderResearchPage-module__FnI7oW__layoutInner{flex:1;align-items:stretch;gap:10px;min-height:0;display:flex}.FolderResearchPage-module__FnI7oW__content{background:var(--bg-card);border:1px solid var(--border);border-radius:16px;flex-direction:column;flex:1;width:100%;min-width:0;padding:24px;display:flex;box-shadow:0 4px 12px #00000005}.FolderResearchPage-module__FnI7oW__contentBulk{padding-bottom:104px;}.FolderResearchPage-module__FnI7oW__grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:16px;display:grid}.FolderResearchPage-module__FnI7oW__loadingState,.FolderResearchPage-module__FnI7oW__emptyState{text-align:center;color:var(--muted);padding:40px;font-size:15px}.FolderResearchPage-module__FnI7oW__skeletonCard{cursor:default;background:var(--bg-card);border:1px solid var(--border);border-radius:12px;flex-direction:column;gap:12px;height:160px;padding:18px 20px;display:flex;position:relative;overflow:hidden}.FolderResearchPage-module__FnI7oW__skeletonCard:after{content:"";background:linear-gradient(90deg,#0000,#ffffff08,#0000);width:50%;height:100%;animation:1.5s linear infinite FolderResearchPage-module__FnI7oW__skeletonSweep;position:absolute;top:0;left:-100%}@keyframes FolderResearchPage-module__FnI7oW__skeletonSweep{to{left:100%}}.FolderResearchPage-module__FnI7oW__skeletonPill{background:var(--bg-alt);border-radius:12px;width:70px;height:22px}.FolderResearchPage-module__FnI7oW__skeletonText{background:var(--bg-alt);border-radius:4px;width:100%;height:14px;margin-bottom:8px}.FolderResearchPage-module__FnI7oW__skeletonTextShort{width:40%;margin-bottom:0;}.FolderResearchPage-module__FnI7oW__skeletonTextTitle{width:80%;height:18px;margin-bottom:12px;}.FolderResearchPage-module__FnI7oW__skeletonTextDesc{height:12px;}.FolderResearchPage-module__FnI7oW__skeletonTextDescLast{width:60%;}.FolderResearchPage-module__FnI7oW__loadMoreContainer{justify-content:center;margin-top:24px;display:flex}.FolderResearchPage-module__FnI7oW__loadMoreBtn{background:var(--bg-card);color:var(--fg);border:1px solid var(--border);cursor:pointer;border-radius:8px;padding:10px 16px;font-family:inherit;font-size:14px;transition:all .18s}.FolderResearchPage-module__FnI7oW__loadMoreBtn:hover{border-color:var(--accent-solid);color:var(--accent-solid)}@media (max-width:768px){.FolderResearchPage-module__FnI7oW__layoutInner{flex-direction:column;align-items:stretch}.FolderResearchPage-module__FnI7oW__page{padding:16px 12px}.FolderResearchPage-module__FnI7oW__content{border-radius:12px;padding:16px}.FolderResearchPage-module__FnI7oW__contentBulk{padding-bottom:120px}.FolderResearchPage-module__FnI7oW__grid{grid-template-columns:1fr;gap:12px}}.FolderResearchPage-module__FnI7oW__mobileFab{display:none}@media (max-width:768px){.FolderResearchPage-module__FnI7oW__mobileFab{background:var(--accent-solid);color:#fff;z-index:1000;cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;padding:10px;font-size:15px;font-weight:600;transition:transform .1s;display:flex;position:fixed;bottom:16px;left:16px;right:16px}.FolderResearchPage-module__FnI7oW__mobileFab:active{transform:scale(.98)}}
.InterviewHeader-module__l4wkEq__header{flex-direction:column;gap:24px;margin-bottom:24px;display:flex}.InterviewHeader-module__l4wkEq__topRow{justify-content:space-between;align-items:center;gap:12px;display:flex}.InterviewHeader-module__l4wkEq__titleBlock{align-items:center;gap:12px;display:flex}.InterviewHeader-module__l4wkEq__iconWrapper{color:var(--fg);justify-content:center;align-items:center;display:flex}.InterviewHeader-module__l4wkEq__pageTitle{color:var(--fg);margin:0;font-size:24px;font-weight:700}.InterviewHeader-module__l4wkEq__topRowActions{align-items:center;gap:10px;display:flex}.InterviewHeader-module__l4wkEq__btnSecondary{cursor:pointer;background:var(--bg-card);height:40px;color:var(--fg);border:1px solid var(--border);border-radius:8px;align-items:center;gap:8px;padding:10px 16px;font-family:inherit;font-size:14px;font-weight:500;transition:all .18s;display:flex}.InterviewHeader-module__l4wkEq__btnSecondary:hover{border-color:var(--accent-solid);color:var(--accent-solid)}.InterviewHeader-module__l4wkEq__btnSecondaryActive{border-color:var(--accent-solid);color:var(--accent-solid);background:#006dfa14;}.InterviewHeader-module__l4wkEq__btnPrimary{cursor:pointer;background:var(--accent-solid);color:#fff;border:none;border-radius:8px;align-items:center;gap:8px;height:40px;padding:10px 16px;font-family:inherit;font-size:14px;font-weight:500;transition:all .18s;display:flex}.InterviewHeader-module__l4wkEq__toolbarRow{justify-content:space-between;align-items:center;display:flex}.InterviewHeader-module__l4wkEq__searchWrapper{width:320px;position:relative}.InterviewHeader-module__l4wkEq__searchIcon{color:var(--muted);position:absolute;top:50%;left:12px;transform:translateY(-50%)}.InterviewHeader-module__l4wkEq__searchInput{border:1px solid var(--border);background:var(--bg-card);width:100%;height:40px;color:var(--fg);border-radius:8px;outline:none;padding:8px 16px 8px 40px;font-family:inherit;font-size:14px;transition:border-color .18s}.InterviewHeader-module__l4wkEq__searchInput::placeholder{color:var(--muted)}.InterviewHeader-module__l4wkEq__searchInput:focus{border-color:var(--accent-solid)}.InterviewHeader-module__l4wkEq__toolbarActions{align-items:center;gap:16px;display:flex}.InterviewHeader-module__l4wkEq__resultsCount{color:var(--accent-solid);font-size:14px;font-weight:500}.InterviewHeader-module__l4wkEq__sortButton{color:var(--muted);cursor:pointer;background:0 0;border:none;align-items:center;gap:8px;font-family:inherit;font-size:14px;font-weight:500;transition:color .2s;display:flex}.InterviewHeader-module__l4wkEq__sortButton:hover{color:var(--fg)}.InterviewHeader-module__l4wkEq__mobileHeader{display:none}@media (max-width:768px){.InterviewHeader-module__l4wkEq__header{gap:12px;margin-bottom:16px}.InterviewHeader-module__l4wkEq__mobileHeader{justify-content:space-between;align-items:center;width:100%;display:flex}.InterviewHeader-module__l4wkEq__mobileHeaderActions{gap:8px;display:flex}.InterviewHeader-module__l4wkEq__mobileActionBtn{background:var(--bg-card);border:1px solid var(--border);width:40px;height:40px;color:var(--fg);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;transition:all .2s;display:flex}.InterviewHeader-module__l4wkEq__mobileActionBtn:active{background:var(--bg-alt);border-color:var(--accent-solid)}.InterviewHeader-module__l4wkEq__topRow{display:none}.InterviewHeader-module__l4wkEq__toolbarRow{flex-direction:column;align-items:stretch;gap:12px;display:none}.InterviewHeader-module__l4wkEq__toolbarRow.InterviewHeader-module__l4wkEq__mobileSearchActive{display:flex}.InterviewHeader-module__l4wkEq__searchWrapper{width:100%}.InterviewHeader-module__l4wkEq__toolbarActions{justify-content:flex-end;padding-top:4px}.InterviewHeader-module__l4wkEq__resultsCount{color:var(--muted);font-size:13px}.InterviewHeader-module__l4wkEq__sortButton{display:none}}
.InterviewCard-module__APxPea__card{background:var(--bg-card);border:1px solid var(--border);cursor:pointer;border-radius:12px;flex-direction:column;gap:16px;min-height:180px;padding:20px;transition:all .2s;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 12px #00000005}.InterviewCard-module__APxPea__card:hover{border-color:var(--border-light);transform:translateY(-2px);box-shadow:0 8px 24px #0000000f}.InterviewCard-module__APxPea__selectionIndicator{background:var(--bg-card);border:1px solid var(--border);width:30px;height:30px;color:var(--muted);cursor:pointer;z-index:2;border-radius:999px;justify-content:center;align-items:center;transition:all .15s;display:flex;position:absolute;top:12px;right:12px}.InterviewCard-module__APxPea__selectionIndicator:hover{border-color:var(--accent-solid);color:var(--accent-solid)}.InterviewCard-module__APxPea__selectionIndicatorChecked{background:var(--accent-solid);border-color:var(--accent-solid);color:#fff;}.InterviewCard-module__APxPea__isSelectionMode{padding-top:24px}.InterviewCard-module__APxPea__isSelectionMode .InterviewCard-module__APxPea__cardHeader{padding-right:36px}.InterviewCard-module__APxPea__isSelected{border-color:var(--accent-solid);background:color-mix(in srgb, var(--bg-card) 92%, var(--accent-solid) 8%);box-shadow:0 10px 30px #006dfa1f}.InterviewCard-module__APxPea__accent{height:4px;position:absolute;top:0;left:0;right:0}.InterviewCard-module__APxPea__accentReady{background:var(--success)}.InterviewCard-module__APxPea__accentLoading{background:var(--accent-solid)}.InterviewCard-module__APxPea__accentError{background:var(--danger)}.InterviewCard-module__APxPea__cardHeader{justify-content:space-between;align-items:center;display:flex}.InterviewCard-module__APxPea__statusBadge{border:1px solid #0000;border-radius:100px;align-items:center;padding:4px 12px;font-size:13px;font-weight:500;display:inline-flex}.InterviewCard-module__APxPea__statusReady{color:var(--success);border-color:var(--success);}.InterviewCard-module__APxPea__statusLoading{color:var(--accent-solid);border-color:var(--accent-solid);}.InterviewCard-module__APxPea__statusError{color:var(--danger);border-color:var(--danger);}.InterviewCard-module__APxPea__cardDate{color:var(--muted);font-size:13px;font-weight:500}.InterviewCard-module__APxPea__cardBody{flex-direction:column;gap:8px;display:flex}.InterviewCard-module__APxPea__cardTitle{color:var(--fg);-webkit-line-clamp:2;word-break:break-word;-webkit-box-orient:vertical;margin:0;font-size:16px;font-weight:600;line-height:1.4;display:-webkit-box;overflow:hidden}.InterviewCard-module__APxPea__cardDesc{color:var(--muted);-webkit-line-clamp:3;word-break:break-word;-webkit-box-orient:vertical;margin:0;font-size:14px;line-height:1.5;display:-webkit-box;overflow:hidden}@media (max-width:768px){.InterviewCard-module__APxPea__card{gap:12px;min-height:140px;padding:16px}.InterviewCard-module__APxPea__cardTitle{-webkit-line-clamp:2;font-size:14px}.InterviewCard-module__APxPea__cardDesc{-webkit-line-clamp:2;font-size:13px}.InterviewCard-module__APxPea__statusBadge{padding:2px 8px;font-size:12px}}
.BulkActionBar-module__nQa1Ha__bar{background:color-mix(in srgb, var(--bg-card) 88%, transparent);border:1px solid var(--border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:20;border-radius:14px;align-items:center;gap:14px;padding:12px 14px;display:flex;position:fixed;bottom:24px;left:50%;transform:translate(-50%);box-shadow:0 18px 40px #0f172a2e}.BulkActionBar-module__nQa1Ha__label{color:var(--fg);white-space:nowrap;font-size:14px;font-weight:600}.BulkActionBar-module__nQa1Ha__buttons{align-items:center;gap:8px;display:flex}.BulkActionBar-module__nQa1Ha__btn{cursor:pointer;border:1px solid #0000;border-radius:10px;height:38px;padding:0 14px;font-family:inherit;font-size:14px;font-weight:500;transition:all .18s}.BulkActionBar-module__nQa1Ha__ghost{background:var(--bg-card);border-color:var(--border);color:var(--fg);}.BulkActionBar-module__nQa1Ha__ghost:hover{border-color:var(--accent-solid);color:var(--accent-solid)}.BulkActionBar-module__nQa1Ha__danger{color:#fff;background:#d92d20;}.BulkActionBar-module__nQa1Ha__danger:hover:not(:disabled){filter:brightness(1.08)}.BulkActionBar-module__nQa1Ha__danger:disabled{opacity:.6;cursor:not-allowed}@media (max-width:768px){.BulkActionBar-module__nQa1Ha__bar{flex-wrap:wrap;justify-content:space-between;bottom:16px;left:16px;right:16px;transform:none}.BulkActionBar-module__nQa1Ha__label,.BulkActionBar-module__nQa1Ha__buttons{width:100%}.BulkActionBar-module__nQa1Ha__btn{flex:1}}
.IdeasPageTitle-module__f3aYUW__titleSection{padding:32px 40px 16px}.IdeasPageTitle-module__f3aYUW__titleContent{justify-content:space-between;align-items:center;width:100%;display:flex}.IdeasPageTitle-module__f3aYUW__titleWithIcon{align-items:center;gap:16px;display:flex}.IdeasPageTitle-module__f3aYUW__desktopOnlyIcon{color:var(--fg)}.IdeasPageTitle-module__f3aYUW__pageMainTitle{color:var(--fg);letter-spacing:-.02em;margin:0;font-size:28px;font-weight:700}.IdeasPageTitle-module__f3aYUW__mobileTopActions{align-items:center;gap:8px;display:none}.IdeasPageTitle-module__f3aYUW__filterIconBtn{background:var(--bg-alt);border:1px solid var(--border);cursor:pointer;width:40px;height:40px;color:var(--fg);border-radius:8px;justify-content:center;align-items:center;padding:0;transition:all .2s;display:flex;position:relative}.IdeasPageTitle-module__f3aYUW__filterIconBtn.IdeasPageTitle-module__f3aYUW__active{border-color:var(--accent-solid);color:var(--accent-solid);background:#006dfa14}.IdeasPageTitle-module__f3aYUW__badge{color:#006dfa;background:#fff;border:1px solid #006dfa;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:12px;font-weight:600;display:flex;position:absolute;top:-8px;right:-8px}@media (max-width:768px){.IdeasPageTitle-module__f3aYUW__titleSection{padding:16px 16px 10px}.IdeasPageTitle-module__f3aYUW__desktopOnlyIcon{display:none!important}.IdeasPageTitle-module__f3aYUW__pageMainTitle{font-size:22px}.IdeasPageTitle-module__f3aYUW__mobileTopActions{display:flex}}
.IdeasSearchBar-module__AHQaEq__wrapper{width:auto;position:relative}.IdeasSearchBar-module__AHQaEq__desktopOnly{display:block}.IdeasSearchBar-module__AHQaEq__mobileSearchBar{width:100%;margin-top:16px;padding:0 16px;animation:.2s ease-out IdeasSearchBar-module__AHQaEq__searchSlideDown;display:none}.IdeasSearchBar-module__AHQaEq__searchIcon{color:var(--muted);position:absolute;top:50%;left:14px;transform:translateY(-50%)}.IdeasSearchBar-module__AHQaEq__searchInput{border:1px solid var(--border);width:100%;height:40px;color:var(--fg);background:var(--bg-alt);border-radius:8px;outline:none;padding:0 16px 0 40px;font-family:Onest,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:14px;transition:all .2s}.IdeasSearchBar-module__AHQaEq__searchInput::placeholder{color:var(--muted)}.IdeasSearchBar-module__AHQaEq__searchInput:hover{border-color:var(--accent-solid)}.IdeasSearchBar-module__AHQaEq__searchInput:focus{border-color:var(--accent-solid);box-shadow:0 0 0 .5px var(--accent-solid)}@keyframes IdeasSearchBar-module__AHQaEq__searchSlideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.IdeasSearchBar-module__AHQaEq__desktopOnly{display:none!important}.IdeasSearchBar-module__AHQaEq__mobileSearchBar{display:block}.IdeasSearchBar-module__AHQaEq__wrapper{flex:100%;width:100%;min-width:0;max-width:none}}
.IdeasFilterPopup-module__aR5nhG__container{position:relative}.IdeasFilterPopup-module__aR5nhG__filterBtn{cursor:pointer;border:1px solid var(--border);background:var(--bg-card);height:40px;color:var(--fg);border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:0 16px;font-size:14px;font-weight:500;transition:all .2s;display:inline-flex}.IdeasFilterPopup-module__aR5nhG__filterBtn:hover{border-color:var(--accent-solid);color:var(--accent-solid)}.IdeasFilterPopup-module__aR5nhG__filterBtn svg{color:var(--muted)}.IdeasFilterPopup-module__aR5nhG__popup{background:var(--bg-card);border:1px solid var(--border);z-index:100;border-radius:12px;flex-direction:column;width:260px;display:flex;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 4px 24px #0000001f}.IdeasFilterPopup-module__aR5nhG__scrollable{max-height:340px;padding:16px 0 0;overflow-y:auto}.IdeasFilterPopup-module__aR5nhG__section{padding:0 16px 16px}.IdeasFilterPopup-module__aR5nhG__title{color:var(--fg);margin-bottom:8px;font-size:13px;font-weight:600}.IdeasFilterPopup-module__aR5nhG__options{flex-direction:column;gap:2px;display:flex}.IdeasFilterPopup-module__aR5nhG__option{cursor:pointer;border-radius:8px;justify-content:space-between;align-items:center;padding:8px 12px;font-size:14px;transition:background-color .2s;display:flex}.IdeasFilterPopup-module__aR5nhG__option:hover{background-color:var(--bg-alt)}.IdeasFilterPopup-module__aR5nhG__option.IdeasFilterPopup-module__aR5nhG__selected{background-color:var(--bg-alt);color:var(--accent)}.IdeasFilterPopup-module__aR5nhG__optionText{color:var(--fg)}.IdeasFilterPopup-module__aR5nhG__selectWrapper{position:relative}.IdeasFilterPopup-module__aR5nhG__select{border:1px solid var(--border);width:100%;color:var(--fg);appearance:none;background:var(--bg-alt);cursor:pointer;border-radius:8px;outline:none;padding:10px 12px;font-family:Onest,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:14px}.IdeasFilterPopup-module__aR5nhG__select:hover{border-color:var(--accent-solid)}.IdeasFilterPopup-module__aR5nhG__select:focus{border-color:var(--accent-solid);box-shadow:0 0 0 .5px var(--accent-solid)}.IdeasFilterPopup-module__aR5nhG__chevron{pointer-events:none;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.IdeasFilterPopup-module__aR5nhG__footer{border-top:1px solid var(--border);padding:16px}.IdeasFilterPopup-module__aR5nhG__applyBtn{cursor:pointer;color:#fff;background:#006dfa;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;width:100%;height:40px;font-size:14px;font-weight:500;transition:all .2s;display:inline-flex}.IdeasFilterPopup-module__aR5nhG__applyBtn:hover{filter:brightness(1.1)}@media (max-width:768px){.IdeasFilterPopup-module__aR5nhG__desktopOnly{display:none!important}.IdeasFilterPopup-module__aR5nhG__popup{z-index:2000;max-height:85vh;animation:.3s ease-out IdeasFilterPopup-module__aR5nhG__slideUp;border-radius:24px 24px 0 0!important;width:100vw!important;position:fixed!important;inset:auto 0 0!important;box-shadow:0 -10px 40px #0003!important}.IdeasFilterPopup-module__aR5nhG__scrollable{max-height:calc(85vh - 72px);padding-bottom:24px}.IdeasFilterPopup-module__aR5nhG__footer{padding:16px;padding-bottom:env(safe-area-inset-bottom,24px);margin-bottom:8px}}@keyframes IdeasFilterPopup-module__aR5nhG__slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}
.ViewSettingsPopup-module__JhyO2a__container{display:flex;position:relative}.ViewSettingsPopup-module__JhyO2a__btn{cursor:pointer;border:1px solid var(--border);background:var(--bg-card);height:40px;color:var(--fg);border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:0 16px;font-size:14px;font-weight:500;transition:all .2s;display:inline-flex}.ViewSettingsPopup-module__JhyO2a__btn:hover{border-color:var(--accent-solid);color:var(--accent-solid)}.ViewSettingsPopup-module__JhyO2a__btn.ViewSettingsPopup-module__JhyO2a__active{border-color:var(--accent-solid);color:var(--accent-solid);background:#006dfa14}.ViewSettingsPopup-module__JhyO2a__iconOnly{width:40px;padding:0;position:relative}.ViewSettingsPopup-module__JhyO2a__badge{color:#006dfa;background:#fff;border:1px solid #006dfa;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:12px;font-weight:600;display:flex;position:absolute;top:-8px;right:-8px}.ViewSettingsPopup-module__JhyO2a__popup{background:var(--bg-card);border:1px solid var(--border);z-index:100;border-radius:12px;flex-direction:column;width:220px;display:flex;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 4px 24px #0000001f}.ViewSettingsPopup-module__JhyO2a__scrollable{max-height:340px;padding:12px 0 0;overflow-y:auto}.ViewSettingsPopup-module__JhyO2a__section{padding:0 16px 16px}.ViewSettingsPopup-module__JhyO2a__title{color:var(--fg);margin-bottom:8px;font-size:13px;font-weight:600}.ViewSettingsPopup-module__JhyO2a__options{flex-direction:column;gap:2px;display:flex}.ViewSettingsPopup-module__JhyO2a__option{cursor:pointer;border-radius:8px;justify-content:space-between;align-items:center;padding:8px 12px;font-size:14px;transition:background-color .2s;display:flex}.ViewSettingsPopup-module__JhyO2a__option:hover{background-color:var(--bg-alt)}.ViewSettingsPopup-module__JhyO2a__option.ViewSettingsPopup-module__JhyO2a__selected{background-color:var(--bg-alt);color:var(--accent)}.ViewSettingsPopup-module__JhyO2a__optionText{color:var(--fg)}.ViewSettingsPopup-module__JhyO2a__footer{border-top:1px solid var(--border);padding:16px}.ViewSettingsPopup-module__JhyO2a__applyBtn{cursor:pointer;color:#fff;background:#006dfa;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;width:100%;height:40px;font-size:14px;font-weight:500;transition:all .2s;display:inline-flex}.ViewSettingsPopup-module__JhyO2a__applyBtn:hover{filter:brightness(1.1)}@media (max-width:768px){.ViewSettingsPopup-module__JhyO2a__desktopOnly{display:none!important}.ViewSettingsPopup-module__JhyO2a__popup{z-index:2000;max-height:85vh;animation:.3s ease-out ViewSettingsPopup-module__JhyO2a__slideUp;border-radius:24px 24px 0 0!important;width:100vw!important;position:fixed!important;inset:auto 0 0!important;box-shadow:0 -10px 40px #0003!important}.ViewSettingsPopup-module__JhyO2a__scrollable{max-height:calc(85vh - 72px);padding-bottom:24px}.ViewSettingsPopup-module__JhyO2a__footer{padding:16px;padding-bottom:env(safe-area-inset-bottom,24px);margin-bottom:8px}}@keyframes ViewSettingsPopup-module__JhyO2a__slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}
.ActiveFilterPills-module__ZguS4G__row{gap:12px;padding:0 24px 16px;display:flex}.ActiveFilterPills-module__ZguS4G__pill{background-color:var(--bg-alt);border:1px solid var(--border);color:var(--fg);border-radius:20px;align-items:center;gap:6px;padding:6px 12px;font-size:13px;display:inline-flex}.ActiveFilterPills-module__ZguS4G__label{color:var(--muted)}.ActiveFilterPills-module__ZguS4G__pill strong{font-weight:500}.ActiveFilterPills-module__ZguS4G__remove{cursor:pointer;color:#6a7c92;margin-left:2px;transition:color .2s}.ActiveFilterPills-module__ZguS4G__remove:hover{color:#1a1a1a}@media (max-width:768px){.ActiveFilterPills-module__ZguS4G__row{flex-wrap:wrap;gap:8px;padding:0 16px 12px}}
.IdeasHeader-module__5mALrG__header{justify-content:space-between;align-items:center;padding:16px 40px 24px;display:flex}.IdeasHeader-module__5mALrG__left,.IdeasHeader-module__5mALrG__right{align-items:center;gap:12px;display:flex}.IdeasHeader-module__5mALrG__resultsCount{color:#929faf;margin-right:12px;font-size:13px;font-weight:500}.IdeasHeader-module__5mALrG__btn{cursor:pointer;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;gap:8px;height:40px;padding:0 16px;font-size:14px;font-weight:500;transition:all .2s;display:inline-flex}.IdeasHeader-module__5mALrG__btnSecondary{background:var(--bg-card);border-color:var(--border);color:var(--fg)}.IdeasHeader-module__5mALrG__btnSecondary:hover{border-color:var(--accent-solid);color:var(--accent-solid)}.IdeasHeader-module__5mALrG__btnSecondary svg{color:var(--muted)}.IdeasHeader-module__5mALrG__btnPrimary{color:#fff;background:#006dfa}.IdeasHeader-module__5mALrG__btnPrimary:hover{filter:brightness(1.1)}.IdeasHeader-module__5mALrG__btnIconOnly{width:40px;padding:0;position:relative}@media (max-width:768px){.IdeasHeader-module__5mALrG__header{flex-direction:column;align-items:stretch;gap:12px;padding:0 16px 16px}.IdeasHeader-module__5mALrG__left{flex-wrap:wrap;gap:0;width:100%;min-width:0}.IdeasHeader-module__5mALrG__right{background:var(--bg-card);z-index:999;border-top:1px solid var(--border);flex-direction:row;justify-content:space-between;align-items:center;gap:8px;width:auto;min-width:0;padding:12px 16px;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 16px #0000000d}.IdeasHeader-module__5mALrG__resultsCount{display:none}.IdeasHeader-module__5mALrG__btnExport{flex:auto;justify-content:center;min-width:0;padding:8px 12px}.IdeasHeader-module__5mALrG__btnNewIdea{flex:1.5 auto;justify-content:center;min-width:0;padding:8px 12px}.IdeasHeader-module__5mALrG__btn{white-space:normal;height:auto;min-height:40px;padding:8px 14px;line-height:1.25}}
.IdeasTable-module__CT8ECa__tableWrapper{border-top:1px solid var(--border);-webkit-overflow-scrolling:touch;flex-direction:column;min-height:280px;padding:0 10px 100px;display:flex;overflow:auto hidden}@media (max-width:768px){.IdeasTable-module__CT8ECa__tableWrapper.IdeasTable-module__CT8ECa__forceVerticalMobile{display:none!important}}.IdeasTable-module__CT8ECa__ideasTable{table-layout:fixed;border-collapse:collapse;text-align:left;width:100%;height:auto}.IdeasTable-module__CT8ECa__ideasTable thead th{z-index:4;background:var(--bg-card);box-shadow:0 1px 0 var(--border);position:sticky;top:0}.IdeasTable-module__CT8ECa__ideasTable th{color:var(--muted);border-bottom:1px solid var(--border);white-space:nowrap;padding:16px 24px;font-size:13px;font-weight:600}.IdeasTable-module__CT8ECa__ideasTable td{border-bottom:1px solid var(--border);color:var(--fg);vertical-align:middle;padding:16px 24px;font-size:14px}.IdeasTable-module__CT8ECa__ideasTable tr:hover,.IdeasTable-module__CT8ECa__ideasTable tr.IdeasTable-module__CT8ECa__isSelected{background-color:var(--bg-alt)}.IdeasTable-module__CT8ECa__thContent{align-items:center;display:flex}.IdeasTable-module__CT8ECa__sortArrows{color:#aebacd;cursor:pointer;align-items:center;margin-top:2px;margin-left:4px;display:inline-flex}.IdeasTable-module__CT8ECa__sortIcon{-webkit-user-select:none;user-select:none;transition:all .2s;display:block}.IdeasTable-module__CT8ECa__sortIcon path{transition:fill .2s}.IdeasTable-module__CT8ECa__customCheckbox{cursor:pointer;width:18px;height:18px;line-height:0;display:block;position:relative}.IdeasTable-module__CT8ECa__customCheckbox input{opacity:0;cursor:pointer;width:0;height:0;position:absolute}.IdeasTable-module__CT8ECa__checkmark{background-color:var(--bg-alt);border:1.5px solid #a7a7a7;border-radius:4px;width:16px;height:16px;transition:all .2s;position:absolute;left:0}.IdeasTable-module__CT8ECa__customCheckbox:hover input~.IdeasTable-module__CT8ECa__checkmark{border-color:var(--accent)}.IdeasTable-module__CT8ECa__customCheckbox input:checked~.IdeasTable-module__CT8ECa__checkmark{background-color:var(--accent);border-color:var(--accent)}.IdeasTable-module__CT8ECa__checkmark:after{content:"";border:1.5px solid #fff;border-width:0 1.5px 1.5px 0;width:4px;height:9px;display:none;position:absolute;top:2px;left:6px;transform:rotate(45deg)}.IdeasTable-module__CT8ECa__customCheckbox input:checked~.IdeasTable-module__CT8ECa__checkmark:after{display:block}.IdeasTable-module__CT8ECa__customCheckbox input:indeterminate~.IdeasTable-module__CT8ECa__checkmark{background-color:var(--accent);border-color:var(--accent)}.IdeasTable-module__CT8ECa__customCheckbox input:indeterminate~.IdeasTable-module__CT8ECa__checkmark:after{border:0 solid #fff;border-bottom-width:1.5px;width:8px;height:0;display:block;top:7px;left:4px;transform:none}.IdeasTable-module__CT8ECa__colSelection{vertical-align:middle;width:40px;padding-right:0!important}.IdeasTable-module__CT8ECa__colSelection>.IdeasTable-module__CT8ECa__customCheckbox{margin:0 auto}.IdeasTable-module__CT8ECa__colName{width:25%;max-width:0}.IdeasTable-module__CT8ECa__colType{width:10%}.IdeasTable-module__CT8ECa__colStatus{width:12%}.IdeasTable-module__CT8ECa__colPain{width:140px}.IdeasTable-module__CT8ECa__colPriority{text-align:center;width:10%}.IdeasTable-module__CT8ECa__colFolder{text-overflow:ellipsis;white-space:nowrap;width:10%;max-width:0;overflow:hidden}.IdeasTable-module__CT8ECa__colConfidence{width:12%}.IdeasTable-module__CT8ECa__ideaCellContent{cursor:pointer;z-index:1;border-radius:6px;flex-direction:column;min-width:0;max-width:100%;transition:background-color .2s;display:flex;position:relative}.IdeasTable-module__CT8ECa__ideaCellContent:hover .IdeasTable-module__CT8ECa__ideaTitle{color:var(--accent);text-decoration:underline}.IdeasTable-module__CT8ECa__ideaTitle{color:var(--fg);white-space:nowrap;text-overflow:ellipsis;margin-bottom:2px;font-weight:500;overflow:hidden}.IdeasTable-module__CT8ECa__ideaDesc{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;font-size:12px;overflow:hidden}.IdeasTable-module__CT8ECa__ideaTooltip{visibility:hidden;opacity:0;color:#f1f5f9;pointer-events:none;z-index:100;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;background-color:#1a202c;border:1px solid #ffffff14;border-radius:10px;width:300px;padding:12px;transition:opacity .2s,visibility .2s;position:absolute;top:calc(100% + 10px);left:0;box-shadow:0 8px 24px #0000004d}.IdeasTable-module__CT8ECa__ideaTooltip:after{content:"";border:7px solid #0000;border-bottom-color:#1a202c;position:absolute;bottom:100%;left:20px}.IdeasTable-module__CT8ECa__ideaCellContent:hover .IdeasTable-module__CT8ECa__ideaTooltip{visibility:visible;opacity:1}.IdeasTable-module__CT8ECa__tooltipTitle{color:#fff;margin-bottom:4px;font-size:14px;font-weight:600;line-height:1.4}.IdeasTable-module__CT8ECa__tooltipDesc{color:#94a3b8;line-clamp:4;word-break:break-word;-webkit-box-orient:vertical;font-size:13px;line-height:1.5;display:-webkit-box;overflow:hidden}.IdeasTable-module__CT8ECa__typeText{color:var(--fg-secondary)}.IdeasTable-module__CT8ECa__statusBadge{white-space:nowrap;border-radius:6px;align-items:center;padding:4px 10px;font-size:12px;font-weight:600;display:inline-flex}.IdeasTable-module__CT8ECa__statusSignals{color:#3b82f6;border:1px solid #dceafd}.IdeasTable-module__CT8ECa__statusNoData{color:#9ca3af;border:1px solid #e5e7eb}.IdeasTable-module__CT8ECa__statusRefuted{color:#ef4444;border:1px solid #fee2e2}.IdeasTable-module__CT8ECa__statusConfirmed{color:#22c55e;border:1px solid #dcfce7}.IdeasTable-module__CT8ECa__dotsRating{gap:5px;min-width:115px;display:flex}.IdeasTable-module__CT8ECa__dot{background-color:var(--border-light);border-radius:50%;width:7px;height:7px;transition:background-color .2s}.IdeasTable-module__CT8ECa__dot.IdeasTable-module__CT8ECa__active{background-color:var(--fg)}.IdeasTable-module__CT8ECa__painNumber{color:var(--fg);font-size:13px;font-weight:600;display:none}.IdeasTable-module__CT8ECa__priorityDisplayWrapper{cursor:pointer;border-radius:4px;display:inline-block}.IdeasTable-module__CT8ECa__priorityDisplayWrapper:hover .IdeasTable-module__CT8ECa__priorityBox{background-color:var(--bg-alt)}.IdeasTable-module__CT8ECa__priorityBox{background-color:var(--bg-alt);width:24px;height:24px;color:var(--fg);border-radius:4px;justify-content:center;align-items:center;font-size:13px;font-weight:600;transition:all .2s;display:inline-flex}.IdeasTable-module__CT8ECa__priorityEditWrapper{align-items:center;gap:6px;display:flex}.IdeasTable-module__CT8ECa__priorityInput{text-align:center;border:1px solid var(--border);width:32px;height:24px;color:var(--fg);background:var(--bg-alt);appearance:textfield;border-radius:4px;outline:none;padding:0;font-size:13px;font-weight:600;transition:all .2s}.IdeasTable-module__CT8ECa__priorityInput:hover{border-color:var(--accent-solid)}.IdeasTable-module__CT8ECa__priorityInput:focus{border-color:var(--accent-solid);box-shadow:0 0 0 .5px var(--accent-solid)}.IdeasTable-module__CT8ECa__priorityInput::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.IdeasTable-module__CT8ECa__priorityInput::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.IdeasTable-module__CT8ECa__priorityConfirmBtn{background:var(--bg-alt);border:1px solid var(--border);cursor:pointer;border-radius:4px;justify-content:center;align-items:center;width:24px;height:24px;padding:0;transition:all .2s;display:flex}.IdeasTable-module__CT8ECa__priorityConfirmBtn:hover{background:var(--bg-card);border-color:var(--accent)}.IdeasTable-module__CT8ECa__folderBadge{border:1px solid var(--border);color:var(--muted);text-overflow:ellipsis;white-space:nowrap;vertical-align:middle;border-radius:20px;max-width:100%;padding:4px 12px;font-size:12px;font-weight:500;display:inline-block;overflow:hidden}.IdeasTable-module__CT8ECa__confidenceWrapper{align-items:center;gap:12px;display:flex}.IdeasTable-module__CT8ECa__progressTrack{background-color:var(--border);border-radius:3px;width:80px;height:6px;overflow:hidden}.IdeasTable-module__CT8ECa__progressFill{background-color:var(--fg);border-radius:3px;height:100%}.IdeasTable-module__CT8ECa__confidenceText{color:var(--muted);width:36px;font-size:12px;font-weight:500}.IdeasTable-module__CT8ECa__evidenceStats{justify-content:space-between;width:100%;max-width:80px;margin-left:10px;font-size:13px;font-weight:600;display:flex}.IdeasTable-module__CT8ECa__evUp{color:#22c55e;align-items:center;gap:4px;display:flex}.IdeasTable-module__CT8ECa__evDown{color:#ef4444;align-items:center;gap:4px;display:flex}@media (max-width:768px){.IdeasTable-module__CT8ECa__tableWrapper{padding:0 0 80px;overflow-x:auto}.IdeasTable-module__CT8ECa__ideasTable{min-width:860px}.IdeasTable-module__CT8ECa__ideasTable th,.IdeasTable-module__CT8ECa__ideasTable td{padding:12px 14px}.IdeasTable-module__CT8ECa__colStatus{width:130px}.IdeasTable-module__CT8ECa__colFolder,.IdeasTable-module__CT8ECa__colPain,.IdeasTable-module__CT8ECa__colPriority{text-align:center}.IdeasTable-module__CT8ECa__colName,.IdeasTable-module__CT8ECa__colConfidence{width:18%}.IdeasTable-module__CT8ECa__colEvidence{width:13%}.IdeasTable-module__CT8ECa__dotsRating{display:none}.IdeasTable-module__CT8ECa__painNumber{display:inline}}
.MobileVerticalTable-module__q4R2Yq__verticalTable{flex-direction:column;gap:12px;padding:0 16px 100px;display:flex}.MobileVerticalTable-module__q4R2Yq__card{background:var(--bg-card);border:1px solid var(--border);border-radius:16px;flex-direction:column;gap:12px;padding:16px;display:flex}.MobileVerticalTable-module__q4R2Yq__cardTop{align-items:flex-start;gap:12px;display:flex}.MobileVerticalTable-module__q4R2Yq__checkboxArea{padding-top:4px}.MobileVerticalTable-module__q4R2Yq__contentArea{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.MobileVerticalTable-module__q4R2Yq__titleRow{justify-content:space-between;align-items:flex-start;gap:8px;display:flex}.MobileVerticalTable-module__q4R2Yq__title{color:var(--fg);word-break:break-word;font-size:15px;font-weight:700;line-height:1.4}.MobileVerticalTable-module__q4R2Yq__type{color:var(--muted);font-size:12px;font-weight:500}.MobileVerticalTable-module__q4R2Yq__statusArea{margin-top:2px}.MobileVerticalTable-module__q4R2Yq__statusBadge{text-transform:uppercase;letter-spacing:.02em;border-radius:6px;align-items:center;padding:3px 8px;font-size:11px;font-weight:700;display:inline-flex}.MobileVerticalTable-module__q4R2Yq__statusSignals{color:#3b82f6;background:#eff6ff;border:1px solid #dceafd}.MobileVerticalTable-module__q4R2Yq__statusNoData{color:#9ca3af;background:#f9fafb;border:1px solid #e5e7eb}.MobileVerticalTable-module__q4R2Yq__statusRefuted{color:#ef4444;background:#fef2f2;border:1px solid #fee2e2}.MobileVerticalTable-module__q4R2Yq__statusConfirmed{color:#22c55e;background:#f0fdf4;border:1px solid #dcfce7}.MobileVerticalTable-module__q4R2Yq__chevronArea{color:#606b85;padding-top:4px}.MobileVerticalTable-module__q4R2Yq__chevron{transition:transform .2s}.MobileVerticalTable-module__q4R2Yq__chevron.MobileVerticalTable-module__q4R2Yq__isExpanded{transform:rotate(180deg)}.MobileVerticalTable-module__q4R2Yq__cardDetails{border-top:1px solid var(--border);grid-template-columns:repeat(2,1fr);gap:16px;margin-top:4px;padding:12px 0 4px;display:grid}.MobileVerticalTable-module__q4R2Yq__detailItem{flex-direction:column;gap:4px;display:flex}.MobileVerticalTable-module__q4R2Yq__detailLabel{color:var(--muted);text-transform:uppercase;letter-spacing:.03em;font-size:11px;font-weight:600}.MobileVerticalTable-module__q4R2Yq__detailValue{color:var(--fg);font-size:14px;font-weight:500}.MobileVerticalTable-module__q4R2Yq__painWrapper{font-size:14px;font-weight:600}.MobileVerticalTable-module__q4R2Yq__confidenceWrapper{align-items:center;gap:8px;display:flex}.MobileVerticalTable-module__q4R2Yq__progressTrack{background-color:var(--border);border-radius:2px;flex:1;height:4px;overflow:hidden}.MobileVerticalTable-module__q4R2Yq__progressFill{background-color:var(--fg);border-radius:2px;height:100%}.MobileVerticalTable-module__q4R2Yq__confidenceText{color:var(--muted);font-size:12px;font-weight:600}.MobileVerticalTable-module__q4R2Yq__evidenceRow{gap:12px;display:flex}.MobileVerticalTable-module__q4R2Yq__evUp,.MobileVerticalTable-module__q4R2Yq__evDown{align-items:center;gap:4px;font-size:13px;font-weight:700;display:flex}.MobileVerticalTable-module__q4R2Yq__evUp{color:#16a34a}.MobileVerticalTable-module__q4R2Yq__evDown{color:#dc2626}.MobileVerticalTable-module__q4R2Yq__viewMore{justify-content:center;margin-top:8px;display:flex}.MobileVerticalTable-module__q4R2Yq__viewMoreBtn{color:var(--accent);cursor:pointer;background:0 0;border:none;padding:0;font-size:13px;font-weight:600}.MobileVerticalTable-module__q4R2Yq__customCheckbox{cursor:pointer;width:20px;height:20px;display:block;position:relative}.MobileVerticalTable-module__q4R2Yq__customCheckbox input{opacity:0;cursor:pointer;width:0;height:0;position:absolute}.MobileVerticalTable-module__q4R2Yq__checkmark{background-color:#fff;border:2px solid #d0d5dd;border-radius:6px;width:18px;height:18px;transition:all .2s;position:absolute;left:0}.MobileVerticalTable-module__q4R2Yq__customCheckbox input:checked~.MobileVerticalTable-module__q4R2Yq__checkmark{background-color:var(--accent);border-color:var(--accent)}.MobileVerticalTable-module__q4R2Yq__checkmark:after{content:"";border:2px solid #fff;border-width:0 2px 2px 0;width:4px;height:9px;display:none;position:absolute;top:2px;left:6px;transform:rotate(45deg)}.MobileVerticalTable-module__q4R2Yq__customCheckbox input:checked~.MobileVerticalTable-module__q4R2Yq__checkmark:after{display:block}@media (min-width:769px){.MobileVerticalTable-module__q4R2Yq__verticalTable{display:none!important}}.MobileVerticalTable-module__q4R2Yq__hideOnMobile{display:none!important}
.LayoutSwitcher-module__Br-H9G__container{display:none;position:relative}.LayoutSwitcher-module__Br-H9G__trigger{background:var(--bg-alt);border:1px solid var(--border);width:40px;height:40px;color:var(--fg);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;transition:all .2s;display:flex}.LayoutSwitcher-module__Br-H9G__trigger:hover{border-color:var(--accent-solid);color:var(--accent-solid)}.LayoutSwitcher-module__Br-H9G__dropdown{background:var(--bg-card);border:1px solid var(--border);z-index:1000;border-radius:12px;width:180px;padding:6px;position:absolute;bottom:calc(100% + 8px);right:0;overflow:hidden;box-shadow:0 4px 20px #0000001f}.LayoutSwitcher-module__Br-H9G__option{width:100%;color:var(--fg);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:8px;align-items:center;gap:10px;padding:10px 12px;font-size:14px;font-weight:500;transition:all .2s;display:flex}.LayoutSwitcher-module__Br-H9G__option:hover{background:var(--bg-alt)}.LayoutSwitcher-module__Br-H9G__option.LayoutSwitcher-module__Br-H9G__active{color:var(--accent-solid);background:#006dfa14}.LayoutSwitcher-module__Br-H9G__option svg{color:var(--muted)}.LayoutSwitcher-module__Br-H9G__active svg{color:var(--accent-solid)}@media (max-width:768px){.LayoutSwitcher-module__Br-H9G__container{display:block}}
.SelectionActionBar-module__45nY_a__actionBar{z-index:1000;background-color:#121c2d;border:1px solid #ffffff1a;border-radius:40px;align-items:center;gap:16px;padding:8px 12px 8px 20px;animation:.3s cubic-bezier(.16,1,.3,1) SelectionActionBar-module__45nY_a__slideUp;display:flex;position:fixed;bottom:32px;left:50%;transform:translate(-50%);box-shadow:0 12px 32px #0006}.SelectionActionBar-module__45nY_a__countText{color:#fff;white-space:nowrap;font-size:14px;font-weight:600}.SelectionActionBar-module__45nY_a__divider{background-color:#ffffff26;width:1px;height:20px}.SelectionActionBar-module__45nY_a__actions{align-items:center;gap:8px;display:flex}.SelectionActionBar-module__45nY_a__btn{cursor:pointer;color:#fff;border:none;border-radius:20px;align-items:center;gap:8px;height:36px;padding:0 16px;font-size:13px;font-weight:600;transition:all .2s;display:inline-flex}.SelectionActionBar-module__45nY_a__btnDelete{color:#fca5a5;background-color:#ef444426}.SelectionActionBar-module__45nY_a__btnDelete:hover{color:#fecaca;background-color:#ef444440}.SelectionActionBar-module__45nY_a__btnFolder{background-color:#ffffff14}.SelectionActionBar-module__45nY_a__btnFolder:hover{background-color:#ffffff26}.SelectionActionBar-module__45nY_a__btnClose{color:#94a3b8;cursor:pointer;background-color:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;margin-left:4px;transition:all .2s;display:flex}.SelectionActionBar-module__45nY_a__btnClose:hover{color:#fff;background-color:#fff3}@keyframes SelectionActionBar-module__45nY_a__slideUp{0%{opacity:0;transform:translate(-50%,100%)}to{opacity:1;transform:translate(-50%)}}@media (max-width:768px){.SelectionActionBar-module__45nY_a__actionBar{bottom:calc(16px + env(safe-area-inset-bottom,0px));justify-content:space-between;width:calc(100% - 32px);padding:8px 8px 8px 16px}.SelectionActionBar-module__45nY_a__countText{font-size:13px}.SelectionActionBar-module__45nY_a__btn{height:32px;padding:0 12px}.SelectionActionBar-module__45nY_a__btn span{display:none}}
.ChangeFolderModal-module__nJ1fkG__overlay{z-index:2000;background-color:#0006;justify-content:center;align-items:center;animation:.2s ease-out ChangeFolderModal-module__nJ1fkG__fadeIn;display:flex;position:fixed;inset:0}.ChangeFolderModal-module__nJ1fkG__modal{background-color:var(--bg-card);border:1px solid var(--border);border-radius:16px;width:400px;max-width:calc(100% - 32px);padding:24px;box-shadow:0 10px 32px #0000001a}.ChangeFolderModal-module__nJ1fkG__title{color:var(--fg);margin:0 0 16px;font-size:18px;font-weight:700}.ChangeFolderModal-module__nJ1fkG__label{color:var(--fg-secondary);margin-bottom:8px;font-size:14px;font-weight:600;display:block}.ChangeFolderModal-module__nJ1fkG__selectWrapper{margin-bottom:24px;position:relative}.ChangeFolderModal-module__nJ1fkG__select{background-color:var(--bg-alt);border:1px solid var(--border);width:100%;color:var(--fg);appearance:none;cursor:pointer;border-radius:8px;outline:none;padding:10px 36px 10px 12px;font-family:inherit;font-size:14px}.ChangeFolderModal-module__nJ1fkG__select:focus{border-color:var(--accent-solid)}.ChangeFolderModal-module__nJ1fkG__chevron{pointer-events:none;color:var(--muted);position:absolute;top:50%;right:12px;transform:translateY(-50%)}.ChangeFolderModal-module__nJ1fkG__footer{justify-content:flex-end;gap:12px;display:flex}.ChangeFolderModal-module__nJ1fkG__btn{cursor:pointer;border:1px solid #0000;border-radius:8px;height:40px;padding:0 16px;font-size:14px;font-weight:600;transition:all .2s}.ChangeFolderModal-module__nJ1fkG__btnSecondary{background-color:var(--bg-card);border-color:var(--border);color:var(--fg)}.ChangeFolderModal-module__nJ1fkG__btnSecondary:hover{border-color:var(--accent-solid);color:var(--accent-solid)}.ChangeFolderModal-module__nJ1fkG__btnPrimary{color:#fff;background-color:#006dfa}.ChangeFolderModal-module__nJ1fkG__btnPrimary:hover{filter:brightness(1.1)}@keyframes ChangeFolderModal-module__nJ1fkG__fadeIn{0%{opacity:0}to{opacity:1}}
.NewIdeaDrawer-module__5bJHaG__overlay{z-index:3000;background-color:#0006;justify-content:flex-end;animation:.3s ease-out NewIdeaDrawer-module__5bJHaG__fadeIn;display:flex;position:fixed;inset:0}.NewIdeaDrawer-module__5bJHaG__drawer{background-color:var(--bg-card);flex-direction:column;width:580px;max-width:100%;height:100%;animation:.3s cubic-bezier(.16,1,.3,1) NewIdeaDrawer-module__5bJHaG__slideIn;display:flex;box-shadow:-10px 0 40px #0003}.NewIdeaDrawer-module__5bJHaG__header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:22px 24px;display:flex}.NewIdeaDrawer-module__5bJHaG__title{color:var(--fg);margin:0;font-size:24px;font-weight:700}.NewIdeaDrawer-module__5bJHaG__closeBtn{width:32px;height:32px;color:var(--muted);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;transition:color .2s;display:flex}.NewIdeaDrawer-module__5bJHaG__closeBtn:hover{color:var(--fg)}.NewIdeaDrawer-module__5bJHaG__body{flex:1;padding:20px 36px;overflow-y:auto}.NewIdeaDrawer-module__5bJHaG__typeToggle{background-color:var(--bg-alt);border-radius:12px;margin-bottom:32px;padding:4px;display:flex}.NewIdeaDrawer-module__5bJHaG__typeBtn{height:40px;color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:8px;flex:1;justify-content:center;align-items:center;font-size:14px;font-weight:600;transition:all .2s;display:flex}.NewIdeaDrawer-module__5bJHaG__typeBtn.NewIdeaDrawer-module__5bJHaG__active{background-color:var(--bg-card);color:var(--accent-solid);box-shadow:0 2px 8px #0000000d}.NewIdeaDrawer-module__5bJHaG__libraryLink{width:40px;color:var(--muted);justify-content:center;align-items:center;transition:color .2s;display:flex}.NewIdeaDrawer-module__5bJHaG__libraryLink:hover{color:var(--fg)}.NewIdeaDrawer-module__5bJHaG__formSection{margin-bottom:32px}.NewIdeaDrawer-module__5bJHaG__formLabel{color:var(--fg-secondary);margin-bottom:12px;font-size:14px;font-weight:600;display:block}.NewIdeaDrawer-module__5bJHaG__input,.NewIdeaDrawer-module__5bJHaG__textarea{background-color:var(--bg-alt);border:1px solid var(--border);width:100%;color:var(--fg);border-radius:10px;outline:none;padding:12px 16px;font-family:inherit;font-size:15px;transition:all .2s}.NewIdeaDrawer-module__5bJHaG__input:focus,.NewIdeaDrawer-module__5bJHaG__textarea:focus{border-color:var(--accent-solid);box-shadow:0 0 0 .5px var(--accent-solid)}.NewIdeaDrawer-module__5bJHaG__textarea{resize:vertical;min-height:80px}.NewIdeaDrawer-module__5bJHaG__templateHeader{border-top:1px solid var(--border);justify-content:space-between;align-items:center;margin-bottom:24px;padding-top:24px;display:flex}.NewIdeaDrawer-module__5bJHaG__templateTitle{color:var(--fg);margin:0;font-size:16px;font-weight:700}.NewIdeaDrawer-module__5bJHaG__infoIconWrapper{color:var(--muted);cursor:pointer;display:flex}.NewIdeaDrawer-module__5bJHaG__hintBox{background:#faf9fd;border-left:2px solid #6941c6;border-radius:0 8px 8px 0;margin-bottom:24px;padding:16px 20px}.NewIdeaDrawer-module__5bJHaG__hintText{color:#6941c6;margin:0 0 12px;font-size:13px;line-height:1.6}.NewIdeaDrawer-module__5bJHaG__hintText:last-child{margin-bottom:0}.NewIdeaDrawer-module__5bJHaG__aiBox{background:var(--bg-alt);border:1px solid var(--border);border-radius:12px;align-items:flex-start;gap:12px;margin-bottom:32px;padding:16px;display:flex}.NewIdeaDrawer-module__5bJHaG__aiIcon{color:var(--accent)}.NewIdeaDrawer-module__5bJHaG__aiText{color:var(--fg-secondary);font-size:13px;font-weight:500;line-height:1.5}.NewIdeaDrawer-module__5bJHaG__splitInputs{gap:20px;display:flex}.NewIdeaDrawer-module__5bJHaG__splitItem{flex:1}.NewIdeaDrawer-module__5bJHaG__footer{border-top:1px solid var(--border);gap:16px;padding:24px 40px;display:flex}.NewIdeaDrawer-module__5bJHaG__btn{cursor:pointer;border:1px solid #0000;border-radius:10px;height:48px;padding:0 24px;font-size:15px;font-weight:600;transition:all .2s}.NewIdeaDrawer-module__5bJHaG__btnSecondary{background-color:var(--bg-card);border-color:var(--border);color:var(--fg)}.NewIdeaDrawer-module__5bJHaG__btnSecondary:hover{border-color:var(--accent-solid)}.NewIdeaDrawer-module__5bJHaG__btnPrimary{color:#fff;background-color:#006dfa;flex:1}.NewIdeaDrawer-module__5bJHaG__btnPrimary:hover{filter:brightness(1.1)}.NewIdeaDrawer-module__5bJHaG__btnPrimary:disabled{opacity:.6;cursor:not-allowed}@keyframes NewIdeaDrawer-module__5bJHaG__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes NewIdeaDrawer-module__5bJHaG__slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}@media (max-width:768px){.NewIdeaDrawer-module__5bJHaG__drawer{width:100%}.NewIdeaDrawer-module__5bJHaG__header,.NewIdeaDrawer-module__5bJHaG__body,.NewIdeaDrawer-module__5bJHaG__footer{padding:20px}}
.EmptyStates-module__p61NcW__container{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:80px 40px;display:flex}.EmptyStates-module__p61NcW__iconWrapper{background:var(--bg-alt);width:80px;height:80px;color:var(--muted);border-radius:50%;justify-content:center;align-items:center;margin-bottom:24px;display:flex}.EmptyStates-module__p61NcW__title{color:var(--fg);margin:0 0 12px;font-size:20px;font-weight:700}.EmptyStates-module__p61NcW__description{color:var(--muted);max-width:400px;margin:0 0 32px;font-size:15px;line-height:1.5}.EmptyStates-module__p61NcW__btn{cursor:pointer;border:1px solid #0000;border-radius:10px;height:44px;padding:0 24px;font-size:15px;font-weight:600;transition:all .2s}.EmptyStates-module__p61NcW__btnPrimary{color:#fff;background-color:#006dfa}.EmptyStates-module__p61NcW__btnPrimary:hover{filter:brightness(1.1)}.EmptyStates-module__p61NcW__btnSecondary{background-color:var(--bg-card);border-color:var(--border);color:var(--fg)}.EmptyStates-module__p61NcW__btnSecondary:hover{border-color:var(--accent-solid)}@media (max-width:768px){.EmptyStates-module__p61NcW__container{padding:60px 20px}}
.InsufficientBalanceModal-module__Tgpv8G__overlay{z-index:4000;background-color:#0006;justify-content:center;align-items:center;animation:.2s ease-out InsufficientBalanceModal-module__Tgpv8G__fadeIn;display:flex;position:fixed;inset:0}.InsufficientBalanceModal-module__Tgpv8G__modal{background-color:var(--bg-card);border:1px solid var(--border);text-align:center;border-radius:20px;width:480px;max-width:calc(100% - 32px);padding:32px;box-shadow:0 12px 48px #00000026}.InsufficientBalanceModal-module__Tgpv8G__iconWrapper{color:#d92d20;background-color:#fef3f2;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 24px;display:flex}.InsufficientBalanceModal-module__Tgpv8G__title{color:var(--fg);margin:0 0 12px;font-size:20px;font-weight:700}.InsufficientBalanceModal-module__Tgpv8G__message{color:var(--muted);margin:0 0 24px;font-size:15px;line-height:1.5}.InsufficientBalanceModal-module__Tgpv8G__balanceInfo{background-color:var(--bg-alt);border-radius:12px;flex-direction:column;gap:12px;margin-bottom:32px;padding:16px;display:flex}.InsufficientBalanceModal-module__Tgpv8G__infoRow{justify-content:space-between;font-size:14px;display:flex}.InsufficientBalanceModal-module__Tgpv8G__infoLabel{color:var(--muted)}.InsufficientBalanceModal-module__Tgpv8G__infoValue{color:var(--fg);font-weight:600}.InsufficientBalanceModal-module__Tgpv8G__footer{flex-direction:column;gap:12px;display:flex}.InsufficientBalanceModal-module__Tgpv8G__btn{cursor:pointer;border:1px solid #0000;border-radius:10px;justify-content:center;align-items:center;height:48px;padding:0 24px;font-size:15px;font-weight:600;transition:all .2s;display:flex}.InsufficientBalanceModal-module__Tgpv8G__btnPrimary{color:#fff;background-color:#006dfa}.InsufficientBalanceModal-module__Tgpv8G__btnPrimary:hover{filter:brightness(1.1)}.InsufficientBalanceModal-module__Tgpv8G__btnSecondary{background-color:var(--bg-card);border-color:var(--border);color:var(--fg)}.InsufficientBalanceModal-module__Tgpv8G__btnSecondary:hover{border-color:var(--accent-solid)}@keyframes InsufficientBalanceModal-module__Tgpv8G__fadeIn{0%{opacity:0}to{opacity:1}}
.ResponsiveModal-module__hodPOW__overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:3000;background:#0006;justify-content:center;align-items:center;display:flex;position:fixed;inset:0;overflow:hidden}.ResponsiveModal-module__hodPOW__dialog{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;flex-direction:column;width:608px;max-width:95vw;max-height:85vh;display:flex;position:relative;overflow:hidden;box-shadow:0 12px 48px #0003}.ResponsiveModal-module__hodPOW__header{justify-content:space-between;align-items:center;padding:32px 32px 24px;display:flex}.ResponsiveModal-module__hodPOW__heading{color:var(--fg);margin:0;font-size:20px;font-weight:600}.ResponsiveModal-module__hodPOW__closeBtn{width:28px;height:28px;color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;transition:color .18s;display:flex}.ResponsiveModal-module__hodPOW__closeBtn:hover{color:var(--fg)}.ResponsiveModal-module__hodPOW__dragHandleContainer{cursor:grab;z-index:10;justify-content:center;align-items:center;width:100%;height:24px;display:none;position:absolute;top:0;left:0}.ResponsiveModal-module__hodPOW__dragHandleContainer:active{cursor:grabbing}.ResponsiveModal-module__hodPOW__dragPill{background:var(--muted);opacity:.5;border-radius:100px;width:40px;height:5px}@media (max-width:768px){.ResponsiveModal-module__hodPOW__overlay{align-items:flex-end}.ResponsiveModal-module__hodPOW__dialog{border-bottom:none;border-left:none;border-right:none;border-radius:20px 20px 0 0;width:100%;max-width:100%;max-height:90vh;margin:0;padding-top:12px}.ResponsiveModal-module__hodPOW__dragHandleContainer{display:flex}.ResponsiveModal-module__hodPOW__header{padding:16px 20px}}
.ConfirmDialog-module__Zo7Yaq__overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:3000;background:#0e151e66;justify-content:center;align-items:center;padding:20px;animation:.2s ConfirmDialog-module__Zo7Yaq__fadeIn;display:flex;position:fixed;inset:0}@keyframes ConfirmDialog-module__Zo7Yaq__fadeIn{0%{opacity:0}to{opacity:1}}.ConfirmDialog-module__Zo7Yaq__content{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;width:100%;max-width:440px;animation:.3s cubic-bezier(.16,1,.3,1) ConfirmDialog-module__Zo7Yaq__modalPop;overflow:hidden;box-shadow:0 12px 48px #00000026}@keyframes ConfirmDialog-module__Zo7Yaq__modalPop{0%{opacity:0;transform:scale(.95)translateY(10px)}to{opacity:1;transform:scale(1)translateY(0)}}.ConfirmDialog-module__Zo7Yaq__header{justify-content:space-between;align-items:center;padding:24px 24px 16px;display:flex}.ConfirmDialog-module__Zo7Yaq__title{color:var(--fg);margin:0;font-size:18px;font-weight:600}.ConfirmDialog-module__Zo7Yaq__closeBtn{color:var(--muted);cursor:pointer;background:0 0;border:none;padding:0;font-size:24px;line-height:1;transition:color .2s}.ConfirmDialog-module__Zo7Yaq__closeBtn:hover{color:var(--fg)}.ConfirmDialog-module__Zo7Yaq__body{padding:0 24px 24px}.ConfirmDialog-module__Zo7Yaq__message{color:var(--fg-secondary);margin:0 0 16px;font-size:14px;line-height:1.5}.ConfirmDialog-module__Zo7Yaq__itemsList{margin:0 0 20px;padding:0;list-style:none}.ConfirmDialog-module__Zo7Yaq__itemsList li{color:var(--fg-secondary);white-space:nowrap;text-overflow:ellipsis;margin-bottom:8px;font-size:14px;overflow:hidden}.ConfirmDialog-module__Zo7Yaq__warning{color:#d92d20;align-items:center;gap:8px;margin-top:12px;font-size:13px;font-weight:500;display:flex}.ConfirmDialog-module__Zo7Yaq__footer{background:var(--bg-alt);border-top:1px solid var(--border);justify-content:flex-end;gap:12px;padding:16px 24px 24px;display:flex}.ConfirmDialog-module__Zo7Yaq__btn{cursor:pointer;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;padding:8px 16px;font-family:inherit;font-size:14px;font-weight:500;transition:all .2s;display:inline-flex}.ConfirmDialog-module__Zo7Yaq__btnSecondary{background:var(--bg-card);border-color:var(--border);color:var(--fg);}.ConfirmDialog-module__Zo7Yaq__btnSecondary:hover{background:var(--bg-alt)}.ConfirmDialog-module__Zo7Yaq__btnPrimary{background:var(--accent);color:#fff;}.ConfirmDialog-module__Zo7Yaq__btnPrimary:hover{filter:brightness(1.1)}.ConfirmDialog-module__Zo7Yaq__btnDanger{color:#fff;background:#d92d20;}.ConfirmDialog-module__Zo7Yaq__btnDanger:hover{filter:brightness(1.1)}@media (max-width:768px){.ConfirmDialog-module__Zo7Yaq__footer{flex-direction:column;gap:12px}.ConfirmDialog-module__Zo7Yaq__btnSecondary,.ConfirmDialog-module__Zo7Yaq__btnPrimary,.ConfirmDialog-module__Zo7Yaq__btnDanger{width:100%}}
.IdeasPage-module__gYXPZa__page{background-color:var(--bg);flex-direction:column;min-height:100vh;display:flex}.IdeasPage-module__gYXPZa__withBorderRadius{border-radius:16px}.IdeasPage-module__gYXPZa__container{flex-direction:column;flex:1;width:100%;margin:0 auto;padding:0 40px 40px;display:flex}.IdeasPage-module__gYXPZa__hasFolder{background-color:var(--bg-card);border-radius:16px}.IdeasPage-module__gYXPZa__ideasContent{background-color:var(--bg-card);border:1px solid var(--border);border-radius:16px;flex-direction:column;flex:1;display:flex;overflow:visible;box-shadow:0 4px 12px #0000000d}.IdeasPage-module__gYXPZa__loadingWrapper{flex-direction:column;flex:1;justify-content:center;align-items:center;padding:100px 40px;display:flex}.IdeasPage-module__gYXPZa__spinner{border:3px solid var(--bg-alt);border-top-color:var(--accent-solid);border-radius:50%;width:40px;height:40px;margin-bottom:16px;animation:.8s linear infinite IdeasPage-module__gYXPZa__spin}@keyframes IdeasPage-module__gYXPZa__spin{to{transform:rotate(360deg)}}.IdeasPage-module__gYXPZa__embedded{min-height:auto;padding:0}.IdeasPage-module__gYXPZa__embedded .IdeasPage-module__gYXPZa__container{max-width:none;padding:0}.IdeasPage-module__gYXPZa__embedded .IdeasPage-module__gYXPZa__ideasContent{box-shadow:none;border:none;border-radius:0 0 16px 16px;overflow:visible}@media (max-width:768px){.IdeasPage-module__gYXPZa__container{padding:0 16px 16px}.IdeasPage-module__gYXPZa__ideasContent{border-radius:12px}}
.InterviewSidebar-module__UaiwFW__sidebar{background:var(--bg-card);border:1px solid var(--border);border-radius:16px;flex-direction:column;flex-shrink:0;align-self:stretch;gap:24px;width:250px;padding:24px 16px;display:flex;position:relative}.InterviewSidebar-module__UaiwFW__collapseBtn{z-index:2;width:28px;height:28px;color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;padding:0;display:flex;position:absolute;top:10px;right:10px}.InterviewSidebar-module__UaiwFW__collapseBtn:hover{background:var(--bg-alt);color:var(--fg)}.InterviewSidebar-module__UaiwFW__sidebarCollapsed{align-items:stretch;gap:4px;width:64px;padding:8px 6px}html[data-research-sidebar=collapsed] .InterviewSidebar-module__UaiwFW__sidebar{align-items:stretch;gap:4px;width:64px;padding:8px 6px}:is(.InterviewSidebar-module__UaiwFW__sidebarCollapsed .InterviewSidebar-module__UaiwFW__collapseBtn,html[data-research-sidebar=collapsed] .InterviewSidebar-module__UaiwFW__collapseBtn){flex-shrink:0;width:100%;height:40px;position:static}.InterviewSidebar-module__UaiwFW__sidebarHeader{align-items:center;gap:12px;min-width:0;padding:0 36px 0 8px;display:flex}:is(.InterviewSidebar-module__UaiwFW__sidebarCollapsed .InterviewSidebar-module__UaiwFW__sidebarHeader,html[data-research-sidebar=collapsed] .InterviewSidebar-module__UaiwFW__sidebarHeader){display:none}.InterviewSidebar-module__UaiwFW__folderIcon{color:var(--accent-solid);justify-content:center;align-items:center;display:flex}.InterviewSidebar-module__UaiwFW__folderName{color:var(--fg);text-overflow:ellipsis;white-space:nowrap;min-width:0;margin:0;font-size:18px;font-weight:700;overflow:hidden}:is(.InterviewSidebar-module__UaiwFW__sidebarCollapsed .InterviewSidebar-module__UaiwFW__folderName,html[data-research-sidebar=collapsed] .InterviewSidebar-module__UaiwFW__folderName){display:none}.InterviewSidebar-module__UaiwFW__sidebarNav{flex-direction:column;gap:4px;display:flex}.InterviewSidebar-module__UaiwFW__navItem{color:var(--muted);border-radius:8px;align-items:center;gap:12px;padding:12px 16px;font-size:15px;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.InterviewSidebar-module__UaiwFW__navItem:hover{background:var(--bg-alt);color:var(--fg)}.InterviewSidebar-module__UaiwFW__navItemActive{background:var(--bg-alt);color:var(--fg);font-weight:600}:is(.InterviewSidebar-module__UaiwFW__sidebarCollapsed .InterviewSidebar-module__UaiwFW__navItem,html[data-research-sidebar=collapsed] .InterviewSidebar-module__UaiwFW__navItem){justify-content:center;gap:0;padding:10px 0}:is(.InterviewSidebar-module__UaiwFW__sidebarCollapsed .InterviewSidebar-module__UaiwFW__navItem svg,html[data-research-sidebar=collapsed] .InterviewSidebar-module__UaiwFW__navItem svg){width:20px;height:20px}:is(.InterviewSidebar-module__UaiwFW__sidebarCollapsed .InterviewSidebar-module__UaiwFW__navItem span,html[data-research-sidebar=collapsed] .InterviewSidebar-module__UaiwFW__navItem span){display:none}.InterviewSidebar-module__UaiwFW__sidebarDivider{background:var(--border);height:1px;margin:8px 0}@media (max-width:768px){.InterviewSidebar-module__UaiwFW__sidebar,.InterviewSidebar-module__UaiwFW__sidebar.InterviewSidebar-module__UaiwFW__sidebarCollapsed{background:0 0;border:none;border-radius:0;align-items:stretch;gap:0;width:100%;margin-bottom:0;padding:12px 16px}html[data-research-sidebar=collapsed] .InterviewSidebar-module__UaiwFW__sidebar{background:0 0;border:none;border-radius:0;align-items:stretch;gap:0;width:100%;margin-bottom:0;padding:12px 16px}.InterviewSidebar-module__UaiwFW__collapseBtn,.InterviewSidebar-module__UaiwFW__sidebarHeader{display:none}:is(.InterviewSidebar-module__UaiwFW__sidebarCollapsed .InterviewSidebar-module__UaiwFW__navItem,html[data-research-sidebar=collapsed] .InterviewSidebar-module__UaiwFW__navItem){justify-content:flex-start;padding:4px 10px}:is(.InterviewSidebar-module__UaiwFW__sidebarCollapsed .InterviewSidebar-module__UaiwFW__navItem span,html[data-research-sidebar=collapsed] .InterviewSidebar-module__UaiwFW__navItem span){display:inline}.InterviewSidebar-module__UaiwFW__sidebarNav{-ms-overflow-style:none;scrollbar-width:none;flex-direction:row;gap:8px;padding-bottom:4px;overflow-x:auto}.InterviewSidebar-module__UaiwFW__sidebarNav::-webkit-scrollbar{display:none}.InterviewSidebar-module__UaiwFW__navItem{background:var(--bg-card);color:#121c2d;border:1px solid #c9e2ff;border-radius:20px;flex-shrink:0;gap:0;padding:4px 10px;font-size:14px}.InterviewSidebar-module__UaiwFW__navItem svg{display:none}.InterviewSidebar-module__UaiwFW__navItemActive{color:#fff;background:#00084d;border-color:#00084d}}
.InterviewDetailView-module___aRaqG__cardDetail{background:var(--bg-card);border:1px solid var(--border);border-radius:16px;position:relative;overflow:hidden}.InterviewDetailView-module___aRaqG__cardHeader{border-bottom:1px solid var(--border);justify-content:space-between;align-items:flex-start;gap:16px;padding:20px;display:flex}.InterviewDetailView-module___aRaqG__mobileHeader{display:none}.InterviewDetailView-module___aRaqG__titleSection{flex:1}.InterviewDetailView-module___aRaqG__title{color:var(--fg);margin:0 0 8px;font-size:24px}.InterviewDetailView-module___aRaqG__titleInline{flex-direction:column;gap:6px;display:flex}.InterviewDetailView-module___aRaqG__titleInput{border:1px solid var(--accent);background:var(--bg-alt);width:100%;color:var(--fg);box-sizing:border-box;border-radius:8px;padding:8px;font-size:20px;font-weight:700}.InterviewDetailView-module___aRaqG__statusBadge{text-transform:uppercase;border-radius:12px;padding:4px 10px;font-size:12px;font-weight:600;display:inline-block}.InterviewDetailView-module___aRaqG__ready{color:var(--success);background:#28a7451a;border:1px solid #28a74533}.InterviewDetailView-module___aRaqG__failed{color:var(--danger);background:#dc26261a;border:1px solid #dc262633}.InterviewDetailView-module___aRaqG__processing,.InterviewDetailView-module___aRaqG__uploading,.InterviewDetailView-module___aRaqG__analyzing,.InterviewDetailView-module___aRaqG__converting{color:var(--warning);background:#ff98001a;border:1px solid #ff980033}.InterviewDetailView-module___aRaqG__metaValue{color:var(--warning);border:1px solid #ff980033}.InterviewDetailView-module___aRaqG__actions{gap:8px;display:flex}.InterviewDetailView-module___aRaqG__btnIcon{border:1px solid var(--border);background:var(--bg-card);color:var(--fg);cursor:pointer;white-space:nowrap;border-radius:8px;padding:8px 12px;font-size:13px;font-weight:500;transition:all .18s}.InterviewDetailView-module___aRaqG__btnIcon:hover{background:var(--bg-alt);border-color:var(--muted)}.InterviewDetailView-module___aRaqG__btnSave{background:var(--success);color:#fff;border-color:var(--success)}.InterviewDetailView-module___aRaqG__btnSave:hover{opacity:.9}.InterviewDetailView-module___aRaqG__btnCancel{background:var(--border)}.InterviewDetailView-module___aRaqG__btnRetry{background:var(--warning);color:#fff;border-color:var(--warning)}.InterviewDetailView-module___aRaqG__btnDelete{color:var(--danger);border-color:var(--danger)}.InterviewDetailView-module___aRaqG__btnDelete:hover{background:var(--danger);color:#fff}.InterviewDetailView-module___aRaqG__section{border-bottom:1px solid var(--border);padding:20px;overflow:hidden}.InterviewDetailView-module___aRaqG__section:last-child{border-bottom:none}.InterviewDetailView-module___aRaqG__section h3{color:var(--fg);margin:0 0 12px;font-size:16px;font-weight:600}.InterviewDetailView-module___aRaqG__description{white-space:pre-wrap;word-wrap:break-word;color:var(--fg);line-height:1.6}.InterviewDetailView-module___aRaqG__descriptionInput{border:1px solid var(--border);background:var(--bg-alt);width:100%;color:var(--fg);box-sizing:border-box;resize:vertical;border-radius:8px;min-height:100px;padding:12px;font-family:inherit;font-size:14px}.InterviewDetailView-module___aRaqG__transcriptContainer{flex-direction:column;gap:12px;display:flex}.InterviewDetailView-module___aRaqG__transcriptContent{background:var(--bg-alt);border:1px solid var(--border);border-radius:8px;max-height:320px;padding:16px;overflow-y:auto}.InterviewDetailView-module___aRaqG__plainLine{color:var(--muted);flex-wrap:wrap;gap:6px;line-height:1.6;display:flex}.InterviewDetailView-module___aRaqG__plainText{white-space:pre-wrap;word-break:break-word;color:var(--fg);flex:auto}.InterviewDetailView-module___aRaqG__placeholder{color:var(--muted);background:var(--bg-alt);border-radius:8px;padding:12px;font-style:italic}.InterviewDetailView-module___aRaqG__notesSection{flex-direction:column;display:flex}.InterviewDetailView-module___aRaqG__notesHeader{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.InterviewDetailView-module___aRaqG__notesEditorTextarea{border:1px solid var(--border);background:var(--bg-card);width:100%;min-height:140px;color:var(--fg);resize:vertical;box-sizing:border-box;border-radius:10px;padding:14px 16px;font-family:inherit;font-size:15px;line-height:1.6}.InterviewDetailView-module___aRaqG__notesPreviewCard{background:var(--bg-alt);border:1px solid var(--border);border-radius:10px;padding:20px}.InterviewDetailView-module___aRaqG__notesMarkdown{color:var(--fg);white-space:pre-wrap;gap:12px;display:grid}.InterviewDetailView-module___aRaqG__metadata{background:var(--bg-alt)}.InterviewDetailView-module___aRaqG__metaItem{margin-bottom:8px;display:flex}.InterviewDetailView-module___aRaqG__metaItem:last-child{margin-bottom:0}.InterviewDetailView-module___aRaqG__metaLabel{width:100px;color:var(--muted);font-weight:600}.InterviewDetailView-module___aRaqG__metaValue{color:var(--fg);word-break:break-all;font-family:monospace;font-size:13px}@media (max-width:768px){.InterviewDetailView-module___aRaqG__cardDetail{border:none;border-radius:0}.InterviewDetailView-module___aRaqG__mobileHeader{background:var(--bg-card);border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:16px;display:flex}.InterviewDetailView-module___aRaqG__pageTitle{color:var(--fg);white-space:nowrap;text-overflow:ellipsis;max-width:70%;margin:0;font-size:20px;font-weight:700;overflow:hidden}.InterviewDetailView-module___aRaqG__mobileHeaderActions{gap:8px;display:flex}.InterviewDetailView-module___aRaqG__mobileActionBtn{background:var(--bg-card);border:1px solid var(--border);width:40px;height:40px;color:var(--fg);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;transition:all .2s;display:flex}.InterviewDetailView-module___aRaqG__mobileActionBtn:active{background:var(--bg-alt);border-color:var(--accent-solid)}.InterviewDetailView-module___aRaqG__mobileClaudeBtn{color:#d97757;text-decoration:none}.InterviewDetailView-module___aRaqG__mobileClaudeBtn:hover{color:#c45d3a}.InterviewDetailView-module___aRaqG__mobileSearchRow{background:var(--bg-card);border-bottom:1px solid var(--border);padding:12px 16px}.InterviewDetailView-module___aRaqG__searchWrapper{width:100%;position:relative}.InterviewDetailView-module___aRaqG__searchIcon{position:absolute;top:50%;left:12px;transform:translateY(-50%)}.InterviewDetailView-module___aRaqG__searchInput{border:1px solid var(--border);background:var(--bg-alt);width:100%;height:40px;color:var(--fg);border-radius:8px;outline:none;padding:8px 16px 8px 40px;font-family:inherit;font-size:14px}.InterviewDetailView-module___aRaqG__cardHeader{display:none}.InterviewDetailView-module___aRaqG__section{padding:16px}.InterviewDetailView-module___aRaqG__metaItem{flex-direction:column;margin-bottom:12px}.InterviewDetailView-module___aRaqG__metaLabel{width:100%;margin-bottom:4px}}.InterviewDetailView-module___aRaqG__audioReady{width:100%;max-width:100%;overflow:hidden}.InterviewDetailView-module___aRaqG__audioProcessing{text-align:center;border:1px solid var(--warning);color:var(--warning);background:#ff98001a;border-radius:8px;padding:20px}.InterviewDetailView-module___aRaqG__processingMessage{margin:0;font-size:14px}.InterviewDetailView-module___aRaqG__uploadFailed{text-align:center;background:#dc26261a;border:1px solid #dc26264d;border-radius:16px;padding:24px 16px}.InterviewDetailView-module___aRaqG__failedIcon{margin-bottom:8px;font-size:24px}.InterviewDetailView-module___aRaqG__failedMessage{color:#f87171;margin:0 0 12px;font-size:14px;font-weight:500}.InterviewDetailView-module___aRaqG__btnRetryUpload{background:var(--warning);color:var(--fg);cursor:pointer;border:none;border-radius:8px;padding:8px 16px;font-size:13px;font-weight:500;transition:opacity .18s}.InterviewDetailView-module___aRaqG__btnRetryUpload:hover{opacity:.9}.InterviewDetailView-module___aRaqG__sectionHeader{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.InterviewDetailView-module___aRaqG__sectionHeader h3{margin:0}.InterviewDetailView-module___aRaqG__btnClaude{border:1px solid var(--border);background:var(--bg-card);color:#d97757;border-radius:8px;flex:none;justify-content:center;align-items:center;width:36px;height:36px;padding:0;text-decoration:none;transition:background .18s,border-color .18s,color .18s;display:inline-flex}.InterviewDetailView-module___aRaqG__btnClaude:hover{background:var(--bg-alt);color:#c45d3a;border-color:#e8b39a}.InterviewDetailView-module___aRaqG__btnClaudeIcon{width:18px;height:18px;display:block}.InterviewDetailView-module___aRaqG__downloads{background:var(--bg-alt)}.InterviewDetailView-module___aRaqG__buttonGroup{flex-wrap:wrap;gap:12px;display:flex}.InterviewDetailView-module___aRaqG__btnDownload{background:var(--success);color:#fff;cursor:pointer;border:none;border-radius:8px;flex:1;min-width:180px;padding:10px 16px;font-weight:600;transition:opacity .18s}.InterviewDetailView-module___aRaqG__btnDownload:hover:not(:disabled){opacity:.9}.InterviewDetailView-module___aRaqG__btnDownload:disabled{opacity:.6;cursor:not-allowed}.InterviewDetailView-module___aRaqG__btnDownloadLoading{justify-content:center;align-items:center;gap:8px;display:inline-flex}.InterviewDetailView-module___aRaqG__btnDownloadSpinner{border:2px solid #fff6;border-top-color:#fff;border-radius:50%;width:14px;height:14px;animation:.8s linear infinite InterviewDetailView-module___aRaqG__spin;display:inline-block}.InterviewDetailView-module___aRaqG__supportAction{justify-content:flex-end;margin-top:16px;display:flex}.InterviewDetailView-module___aRaqG__btnSupport{color:#fff;cursor:pointer;background:linear-gradient(135deg,#ef4444 0%,#dc2626 100%);border:none;border-radius:12px;padding:10px 20px;font-size:14px;font-weight:600;transition:all .2s;box-shadow:0 4px 12px #dc262633}.InterviewDetailView-module___aRaqG__btnSupport:hover{opacity:1;transform:translateY(-1px);box-shadow:0 6px 16px #dc26264d}.InterviewDetailView-module___aRaqG__btnSupport:active{transform:translateY(0)}@keyframes InterviewDetailView-module___aRaqG__spin{to{transform:rotate(360deg)}}.InterviewDetailView-module___aRaqG__btnAnalyze{background:linear-gradient(to right, var(--accent,#007bff), #a855f7);color:#fff;border:none}.InterviewDetailView-module___aRaqG__btnAnalyze:hover:not(:disabled){opacity:.9;transform:translateY(-1px)}.InterviewDetailView-module___aRaqG__btnJtbd{color:#fff;background:linear-gradient(90deg,#f59e0b,#f97316);border:none}.InterviewDetailView-module___aRaqG__btnJtbd:hover:not(:disabled){opacity:.9;transform:translateY(-1px)}
.UploadArea-module__y5_-qq__uploadArea{flex-direction:column;gap:12px;display:flex}.UploadArea-module__y5_-qq__dropZone{border:2px dashed var(--border);background:var(--bg-alt);text-align:center;cursor:pointer;border-radius:16px;padding:32px 20px;transition:all .18s;position:relative}.UploadArea-module__y5_-qq__dropZone:hover,.UploadArea-module__y5_-qq__dragOver{border-color:var(--accent);background:#007bff0d}.UploadArea-module__y5_-qq__dropZoneContent{flex-direction:column;align-items:center;gap:4px;display:flex}.UploadArea-module__y5_-qq__uploadIcon{margin-bottom:4px;font-size:32px}.UploadArea-module__y5_-qq__uploadTitle{color:var(--fg);margin:0;font-size:14px;font-weight:500}.UploadArea-module__y5_-qq__uploadSubtitle{color:var(--muted);margin:0;font-size:13px}.UploadArea-module__y5_-qq__uploadFormats{color:var(--muted);margin:4px 0 0;font-size:11px}.UploadArea-module__y5_-qq__fileInput{opacity:0;cursor:pointer;width:100%;height:100%;position:absolute;top:0;left:0}.UploadArea-module__y5_-qq__selectedFiles{background:var(--bg-card);border:1px solid var(--border);border-radius:8px;overflow:hidden}.UploadArea-module__y5_-qq__filesHeader{background:var(--bg-alt);border-bottom:1px solid var(--border);color:var(--fg);justify-content:space-between;align-items:center;padding:12px 16px;font-size:14px;font-weight:500;display:flex}.UploadArea-module__y5_-qq__btnClear{color:var(--danger);cursor:pointer;background:0 0;border:none;border-radius:8px;padding:4px 8px;font-size:12px;transition:background .18s}.UploadArea-module__y5_-qq__btnClear:hover{background:#dc26261a}.UploadArea-module__y5_-qq__filesList{max-height:160px;overflow-y:auto}.UploadArea-module__y5_-qq__fileItem{border-bottom:1px solid var(--border);align-items:center;gap:10px;padding:12px 16px;display:flex}.UploadArea-module__y5_-qq__fileItem:last-child{border-bottom:none}.UploadArea-module__y5_-qq__fileName{color:var(--fg);white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:14px;overflow:hidden}.UploadArea-module__y5_-qq__fileSize{color:var(--muted);font-size:13px}.UploadArea-module__y5_-qq__btnRemove{color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;width:20px;height:20px;font-size:12px;transition:all .18s;display:flex}.UploadArea-module__y5_-qq__btnRemove:hover{color:var(--danger);background:#ffffff0d}.UploadArea-module__y5_-qq__languageSelect{border-top:1px solid var(--border);align-items:center;gap:12px;padding:12px 16px;display:flex}.UploadArea-module__y5_-qq__languageSelect label{color:var(--fg);white-space:nowrap;font-size:14px;font-weight:500}.UploadArea-module__y5_-qq__btnStartUpload{background:var(--success);color:#fff;cursor:pointer;border:none;border-radius:0 0 8px 8px;width:100%;padding:10px 16px;font-size:14px;font-weight:600;transition:opacity .18s}.UploadArea-module__y5_-qq__btnStartUpload:hover:not(:disabled){opacity:.9}.UploadArea-module__y5_-qq__btnStartUpload:disabled{opacity:.6;cursor:not-allowed}.UploadArea-module__y5_-qq__uploadError{color:#f87171;background:#dc26261a;border:1px solid #dc26264d;border-radius:8px;padding:10px 12px;font-size:13px}@media (max-width:768px){.UploadArea-module__y5_-qq__dropZone{padding:24px 16px}.UploadArea-module__y5_-qq__uploadIcon{font-size:28px}.UploadArea-module__y5_-qq__languageSelect{flex-direction:column;align-items:flex-start;gap:8px}}
