.page-module___8aEwW__container{flex-direction:column;min-height:100vh;display:flex}.page-module___8aEwW__header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;height:64px;padding:0 2rem;display:flex}.page-module___8aEwW__brand{align-items:center;gap:.5rem;display:flex}.page-module___8aEwW__logoIcon{color:var(--primary);flex-shrink:0;transform:rotate(-20deg)}.page-module___8aEwW__header h1{font-family:var(--font-serif);color:var(--primary);font-size:1.6rem;font-style:italic;font-weight:500}.page-module___8aEwW__loginButton{border:1px solid var(--border);transition:all var(--transition-speed);border-radius:6px;padding:.5rem 1rem;font-weight:500}.page-module___8aEwW__loginButton:hover{background:var(--secondary)}.page-module___8aEwW__main{flex:1;justify-content:center;align-items:center;padding:2rem;display:flex}.page-module___8aEwW__hero{text-align:center;max-width:600px}.page-module___8aEwW__hero h2{letter-spacing:-.02em;margin-bottom:1.5rem;font-size:3rem}.page-module___8aEwW__hero p{color:var(--text-muted);margin-bottom:2rem;font-size:1.25rem}.page-module___8aEwW__ctaButton{background:var(--primary);color:#fff;transition:background var(--transition-speed);border-radius:8px;padding:.875rem 2rem;font-size:1.125rem;font-weight:600}.page-module___8aEwW__ctaButton:hover{background:var(--primary-hover)}.page-module___8aEwW__loading{height:100vh;color:var(--primary);justify-content:center;align-items:center;font-size:1.25rem;display:flex}
.Sidebar-module__WZVnLW__sidebar{width:var(--sidebar-width);background:var(--sidebar-bg);border-right:1px solid var(--border);flex-direction:column;height:100vh;padding:1.5rem .5rem;display:flex;overflow:hidden}@media (max-width:768px){.Sidebar-module__WZVnLW__sidebar{border-right:none;width:100%}}.Sidebar-module__WZVnLW__top{flex-direction:column;flex:1;min-height:0;padding:0 .5rem;display:flex}.Sidebar-module__WZVnLW__logo{font-family:var(--font-serif);color:var(--primary);flex-shrink:0;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:2rem;font-size:1.35rem;font-style:italic;font-weight:500;display:flex}.Sidebar-module__WZVnLW__logoIcon{color:var(--primary);flex-shrink:0;transform:rotate(-20deg)}.Sidebar-module__WZVnLW__sidebarToggle{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:4px;transition:all .2s;display:flex}.Sidebar-module__WZVnLW__sidebarToggle:hover{background:var(--secondary);color:var(--foreground)}.Sidebar-module__WZVnLW__collapsed{display:none!important}@media (max-width:768px){.Sidebar-module__WZVnLW__sidebar{z-index:100;border-right:none;width:100%;position:fixed;top:0;left:0}.Sidebar-module__WZVnLW__sidebarToggle{display:flex}}.Sidebar-module__WZVnLW__nav{flex-direction:column;flex-shrink:0;gap:.25rem;margin-bottom:2rem;display:flex}.Sidebar-module__WZVnLW__navItem{color:var(--text-muted);transition:all var(--transition-speed);border-radius:8px;align-items:center;gap:.75rem;padding:.75rem;font-weight:500;display:flex}.Sidebar-module__WZVnLW__navItem:hover{background:var(--secondary);color:var(--foreground)}.Sidebar-module__WZVnLW__navItem.Sidebar-module__WZVnLW__active{background:var(--primary);color:#fff}.Sidebar-module__WZVnLW__section{flex-direction:column;flex:1;min-height:0;margin-top:1rem;display:flex}.Sidebar-module__WZVnLW__sectionHeader{color:var(--text-muted);letter-spacing:.05em;flex-shrink:0;justify-content:space-between;align-items:center;margin-bottom:.75rem;padding:0 .5rem;font-size:.75rem;font-weight:700;display:flex}.Sidebar-module__WZVnLW__headerActions{align-items:center;gap:.25rem;display:flex}.Sidebar-module__WZVnLW__addBtn{color:var(--text-muted);transition:all var(--transition-speed);border-radius:4px;justify-content:center;align-items:center;padding:2px;display:flex}.Sidebar-module__WZVnLW__addBtn:hover{background:var(--secondary);color:var(--foreground)}.Sidebar-module__WZVnLW__loading,.Sidebar-module__WZVnLW__empty{color:var(--text-muted);text-align:center;padding:1rem .5rem;font-size:.875rem}.Sidebar-module__WZVnLW__emptyDiscoverLink{color:var(--primary);font-weight:600;text-decoration:underline}.Sidebar-module__WZVnLW__spin{animation:1s linear infinite Sidebar-module__WZVnLW__spin}@keyframes Sidebar-module__WZVnLW__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.Sidebar-module__WZVnLW__searchBar{flex-shrink:0;align-items:center;gap:.5rem;margin-bottom:.5rem;padding:0 .5rem;display:flex}.Sidebar-module__WZVnLW__searchInputWrapper{flex:1;align-items:center;display:flex;position:relative}.Sidebar-module__WZVnLW__searchIcon{color:var(--text-muted);pointer-events:none;position:absolute;left:8px}.Sidebar-module__WZVnLW__searchInput{background:var(--secondary);border:1px solid var(--border);width:100%;color:var(--foreground);border-radius:6px;outline:none;padding:6px 8px 6px 28px;font-size:.8125rem;transition:all .2s}.Sidebar-module__WZVnLW__searchInput:focus{border-color:var(--primary);background:var(--sidebar-bg)}.Sidebar-module__WZVnLW__filterBtn{background:var(--secondary);border:1px solid var(--border);width:32px;height:32px;color:var(--text-muted);cursor:pointer;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;transition:all .2s;display:flex}.Sidebar-module__WZVnLW__filterBtn:hover{background:var(--border);color:var(--foreground)}.Sidebar-module__WZVnLW__filterBtnActive{background:var(--primary)!important;color:#fff!important;border-color:var(--primary)!important}.Sidebar-module__WZVnLW__feedList{flex-direction:column;flex:1;gap:4px;margin-top:4px;padding-right:4px;display:flex;overflow-y:auto}.Sidebar-module__WZVnLW__feedList::-webkit-scrollbar{width:4px}.Sidebar-module__WZVnLW__feedList::-webkit-scrollbar-thumb{background:#ffffff0d;border-radius:2px}.Sidebar-module__WZVnLW__feedList:hover::-webkit-scrollbar-thumb{background:#ffffff1a}.Sidebar-module__WZVnLW__folderGroup{flex-direction:column;gap:2px;display:flex}.Sidebar-module__WZVnLW__folderHeader{width:100%;color:var(--text-muted);cursor:pointer;text-transform:uppercase;letter-spacing:.05em;background:0 0;border:none;align-items:center;gap:8px;padding:8px;font-size:.75rem;font-weight:700;transition:color .2s;display:flex}.Sidebar-module__WZVnLW__folderHeader:hover{color:var(--foreground)}.Sidebar-module__WZVnLW__folderName{text-align:left;white-space:nowrap;text-overflow:ellipsis;flex-grow:1;overflow:hidden}.Sidebar-module__WZVnLW__count{color:var(--text-muted);background:#ffffff0d;border-radius:10px;padding:2px 6px;font-size:.7rem}.Sidebar-module__WZVnLW__folderItems{border-left:1px solid var(--border);flex-direction:column;gap:2px;margin-left:8px;display:flex}.Sidebar-module__WZVnLW__feedItemWrapper{border-radius:8px;align-items:center;gap:4px;width:100%;padding-right:4px;transition:background .2s;display:flex}.Sidebar-module__WZVnLW__feedItemWrapper:hover{background:var(--secondary)}.Sidebar-module__WZVnLW__feedItem{color:var(--text-muted);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:8px;flex-grow:1;align-items:center;gap:8px;padding:6px 8px;transition:all .2s;display:flex;overflow:hidden}.Sidebar-module__WZVnLW__feedName{white-space:nowrap;text-overflow:ellipsis;flex-grow:1;font-size:.8rem;font-weight:500;overflow:hidden}.Sidebar-module__WZVnLW__deleteBtn{color:var(--text-muted);cursor:pointer;opacity:0;background:0 0;border:none;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;padding:4px;transition:all .2s;display:flex}.Sidebar-module__WZVnLW__feedItemWrapper:hover .Sidebar-module__WZVnLW__deleteBtn{opacity:.5}.Sidebar-module__WZVnLW__deleteBtn:hover{color:#f87171;background:#ef44441a;opacity:1!important}.Sidebar-module__WZVnLW__active{background:var(--primary)!important;color:#fff!important}.Sidebar-module__WZVnLW__feedItemActive{color:var(--primary)!important;background:#22c55e26!important}.Sidebar-module__WZVnLW__feedItemActive .Sidebar-module__WZVnLW__feedName{font-weight:600}.Sidebar-module__WZVnLW__unreadCount{background:var(--primary);color:#fff;text-align:center;border-radius:10px;min-width:18px;padding:2px 6px;font-size:.7rem;font-weight:600}.Sidebar-module__WZVnLW__feedUnreadBadge{background:var(--primary);color:#fff;text-align:center;border-radius:10px;flex-shrink:0;min-width:18px;padding:2px 6px;font-size:.7rem;font-weight:600;transition:opacity .2s}.Sidebar-module__WZVnLW__unreadContainer{flex-shrink:0;align-items:center;margin-left:auto;display:flex;position:relative}.Sidebar-module__WZVnLW__markAsReadHoverBtn{white-space:nowrap;background:var(--foreground);color:var(--background);cursor:pointer;opacity:0;pointer-events:none;z-index:10;border:none;border-radius:6px;padding:5px 9px;font-size:11px;font-weight:500;transition:opacity .2s,transform .2s;position:absolute;right:0;transform:translate(10px);box-shadow:0 4px 6px #0000004d}.Sidebar-module__WZVnLW__unreadContainer:hover .Sidebar-module__WZVnLW__markAsReadHoverBtn{opacity:1;pointer-events:auto;transform:translate(0)}.Sidebar-module__WZVnLW__unreadContainer:hover .Sidebar-module__WZVnLW__feedUnreadBadge{opacity:0}.Sidebar-module__WZVnLW__bottom{border-top:1px solid var(--border);flex-shrink:0;padding:1.5rem .5rem .5rem}.Sidebar-module__WZVnLW__userProfile{align-items:center;gap:.75rem;margin-bottom:1rem;padding:0 .5rem;display:flex}.Sidebar-module__WZVnLW__avatar{object-fit:cover;border-radius:50%;width:32px;height:32px}.Sidebar-module__WZVnLW__userInfo{flex-direction:column;display:flex;overflow:hidden}.Sidebar-module__WZVnLW__userName{white-space:nowrap;text-overflow:ellipsis;font-size:.8125rem;font-weight:600;overflow:hidden}.Sidebar-module__WZVnLW__userEmail{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;font-size:.6875rem;overflow:hidden}.Sidebar-module__WZVnLW__footerActions{gap:.25rem;display:flex}.Sidebar-module__WZVnLW__footerBtn{color:var(--text-muted);transition:all var(--transition-speed);border-radius:6px;flex:1;justify-content:center;align-items:center;padding:.5rem;display:flex}.Sidebar-module__WZVnLW__footerBtn:hover{background:var(--secondary);color:var(--foreground)}.Sidebar-module__WZVnLW__feedIcon{color:var(--text-muted);flex-shrink:0}.Sidebar-module__WZVnLW__menuBtn{color:var(--text-muted);cursor:pointer;opacity:0;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:4px;transition:all .2s;display:flex}.Sidebar-module__WZVnLW__feedItemWrapper:hover .Sidebar-module__WZVnLW__menuBtn{opacity:1}.Sidebar-module__WZVnLW__menuBtn:hover{background:var(--secondary);color:var(--foreground)}.Sidebar-module__WZVnLW__contextMenuOverlay{z-index:998;background:0 0;width:100vw;height:100vh;position:fixed;top:0;left:0}.Sidebar-module__WZVnLW__contextMenu{background:var(--sidebar-bg);border:1px solid var(--border);z-index:999;border-radius:8px;flex-direction:column;gap:2px;min-width:180px;max-height:80vh;padding:4px;display:flex;overflow-y:auto;box-shadow:0 4px 12px #0000001a}.Sidebar-module__WZVnLW__contextMenuItem{color:var(--foreground);text-align:left;cursor:pointer;background:0 0;border:none;border-radius:4px;align-items:center;gap:8px;width:100%;padding:8px 12px;font-size:.8125rem;transition:background .2s;display:flex}.Sidebar-module__WZVnLW__contextMenuItem:hover{background:var(--secondary)}.Sidebar-module__WZVnLW__contextMenuItemDanger{color:#ef4444}.Sidebar-module__WZVnLW__contextMenuItemDanger:hover{background:#ef44441a}@media (max-width:768px){.Sidebar-module__WZVnLW__searchInput{font-size:16px}.Sidebar-module__WZVnLW__filterBtn{width:44px;height:44px}.Sidebar-module__WZVnLW__footerBtn{min-height:44px}}
.AddFeedModal-module__HyEPIq__overlay{z-index:1000;background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.AddFeedModal-module__HyEPIq__modal{background:var(--background);border-radius:12px;width:100%;max-width:400px;overflow:hidden;box-shadow:0 8px 32px #0003}.AddFeedModal-module__HyEPIq__header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.AddFeedModal-module__HyEPIq__header h2{font-size:1.25rem;font-weight:700}.AddFeedModal-module__HyEPIq__closeBtn{color:var(--text-muted);transition:color var(--transition-speed)}.AddFeedModal-module__HyEPIq__closeBtn:hover{color:var(--foreground)}.AddFeedModal-module__HyEPIq__form{flex-direction:column;gap:1.5rem;padding:1.5rem;display:flex}.AddFeedModal-module__HyEPIq__field{flex-direction:column;gap:.5rem;display:flex}.AddFeedModal-module__HyEPIq__field label{color:var(--text-muted);font-size:.875rem;font-weight:600}.AddFeedModal-module__HyEPIq__field input{border:1px solid var(--border);background:var(--secondary);color:var(--foreground);border-radius:8px;padding:.75rem;font-size:1rem}.AddFeedModal-module__HyEPIq__checkboxRow{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:12px;display:flex}.AddFeedModal-module__HyEPIq__checkboxRow input{cursor:pointer;width:18px;height:18px}.AddFeedModal-module__HyEPIq__checkboxRow span{color:var(--foreground);font-size:.9rem}.AddFeedModal-module__HyEPIq__submitBtn{background:var(--primary);color:#fff;transition:background var(--transition-speed);border-radius:8px;justify-content:center;align-items:center;padding:.75rem;font-weight:600;display:flex}.AddFeedModal-module__HyEPIq__submitBtn:hover{background:var(--primary-hover)}.AddFeedModal-module__HyEPIq__submitBtn:disabled{opacity:.5;cursor:not-allowed}.AddFeedModal-module__HyEPIq__spin{animation:1s linear infinite AddFeedModal-module__HyEPIq__spin}@keyframes AddFeedModal-module__HyEPIq__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.AddFeedModal-module__HyEPIq__importLink{text-align:center;color:var(--text-muted);padding-top:1rem;font-size:.875rem}.AddFeedModal-module__HyEPIq__importLink a{color:var(--primary);font-weight:600;text-decoration:none}.AddFeedModal-module__HyEPIq__importLink a:hover{text-decoration:underline}.AddFeedModal-module__HyEPIq__urlRow{align-items:stretch;gap:.5rem;display:flex}.AddFeedModal-module__HyEPIq__urlRow input{flex:1}.AddFeedModal-module__HyEPIq__detectBtn{border:1px solid var(--border);background:var(--secondary);color:var(--foreground);white-space:nowrap;transition:background var(--transition-speed);border-radius:8px;justify-content:center;align-items:center;gap:.35rem;padding:0 .85rem;font-size:.8rem;font-weight:600;display:flex}.AddFeedModal-module__HyEPIq__detectBtn:hover:not(:disabled){background:var(--border)}.AddFeedModal-module__HyEPIq__detectBtn:disabled{opacity:.6;cursor:not-allowed}.AddFeedModal-module__HyEPIq__discoveryStatus{align-items:center;gap:.35rem;font-size:.8rem;display:flex}.AddFeedModal-module__HyEPIq__discoveryStatus.AddFeedModal-module__HyEPIq__success{color:var(--primary)}.AddFeedModal-module__HyEPIq__discoveryStatus.AddFeedModal-module__HyEPIq__error{color:#ef4444}.AddFeedModal-module__HyEPIq__discoveryCandidates{flex-direction:column;gap:.35rem;display:flex}.AddFeedModal-module__HyEPIq__discoveryCandidateBtn{text-align:left;border:1px solid var(--border);background:var(--secondary);color:var(--foreground);border-radius:6px;padding:.5rem .65rem;font-size:.8rem}.AddFeedModal-module__HyEPIq__discoveryCandidateBtn:hover{background:var(--border)}
.SimilarFeedsModal-module__GQFLgG__overlay{z-index:1000;background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.SimilarFeedsModal-module__GQFLgG__modal{background:var(--background);border-radius:12px;flex-direction:column;width:100%;max-width:420px;max-height:80vh;display:flex;overflow:hidden;box-shadow:0 8px 32px #0003}.SimilarFeedsModal-module__GQFLgG__header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.SimilarFeedsModal-module__GQFLgG__header h2{font-size:1.1rem;font-weight:700}.SimilarFeedsModal-module__GQFLgG__subtitle{color:var(--text-muted);margin-top:.25rem;font-size:.8rem}.SimilarFeedsModal-module__GQFLgG__closeBtn{color:var(--text-muted);transition:color var(--transition-speed)}.SimilarFeedsModal-module__GQFLgG__closeBtn:hover{color:var(--foreground)}.SimilarFeedsModal-module__GQFLgG__content{flex-direction:column;gap:.5rem;padding:1rem 1.5rem 1.5rem;display:flex;overflow-y:auto}.SimilarFeedsModal-module__GQFLgG__loading,.SimilarFeedsModal-module__GQFLgG__empty{text-align:center;color:var(--text-muted);padding:2rem 0;font-size:.9rem}.SimilarFeedsModal-module__GQFLgG__resultRow{border:1px solid var(--border);border-radius:8px;align-items:center;gap:.75rem;padding:.65rem;display:flex}.SimilarFeedsModal-module__GQFLgG__resultInfo{flex-direction:column;flex:1;min-width:0;display:flex}.SimilarFeedsModal-module__GQFLgG__resultTitle{white-space:nowrap;text-overflow:ellipsis;font-size:.9rem;font-weight:600;overflow:hidden}.SimilarFeedsModal-module__GQFLgG__resultDomain{color:var(--text-muted);font-size:.75rem}.SimilarFeedsModal-module__GQFLgG__addBtn{background:var(--primary);color:#fff;white-space:nowrap;border-radius:6px;align-items:center;gap:.3rem;padding:.4rem .7rem;font-size:.8rem;font-weight:600;display:flex}.SimilarFeedsModal-module__GQFLgG__addBtn:hover:not(:disabled){background:var(--primary-hover)}.SimilarFeedsModal-module__GQFLgG__addBtn:disabled{opacity:.6;cursor:default}.SimilarFeedsModal-module__GQFLgG__spin{animation:1s linear infinite SimilarFeedsModal-module__GQFLgG__spin}@keyframes SimilarFeedsModal-module__GQFLgG__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
.Feed-module__v3FsyG__feed{border-right:1px solid var(--border);background:var(--background);flex-direction:column;width:400px;height:100%;display:flex}@media (max-width:768px){.Feed-module__v3FsyG__feed{border-right:none;width:100%}}.Feed-module__v3FsyG__header{border-bottom:1px solid var(--border);padding:1rem 1.25rem .5rem}.Feed-module__v3FsyG__headerTop{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.Feed-module__v3FsyG__headerTitleGroup{align-items:center;gap:.75rem;display:flex}.Feed-module__v3FsyG__brandIcon{align-items:center;display:flex}.Feed-module__v3FsyG__mainTitle{color:var(--foreground);font-size:1.35rem;font-weight:700}.Feed-module__v3FsyG__headerIcons{color:var(--text-muted);align-items:center;gap:.5rem;display:flex}.Feed-module__v3FsyG__iconBtn{cursor:pointer;color:var(--text-muted);background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;padding:6px;transition:background .15s,color .15s;display:flex;position:relative}.Feed-module__v3FsyG__iconBtn:hover{background:var(--secondary);color:var(--foreground)}.Feed-module__v3FsyG__iconBtnActive{color:var(--primary);background:color-mix(in srgb,var(--primary)12%,transparent)}.Feed-module__v3FsyG__filterDot{background:var(--primary);border-radius:50%;width:6px;height:6px;position:absolute;top:4px;right:4px}.Feed-module__v3FsyG__searchBarExpanded{background:var(--secondary);border:1px solid var(--border);border-radius:10px;align-items:center;gap:8px;margin-bottom:10px;padding:8px 12px;transition:border-color .2s;display:flex}.Feed-module__v3FsyG__searchBarExpanded:focus-within{border-color:var(--primary)}.Feed-module__v3FsyG__searchIcon{color:var(--text-muted);flex-shrink:0}.Feed-module__v3FsyG__searchInput{color:var(--foreground);background:0 0;border:none;outline:none;flex:1;font-size:.875rem}.Feed-module__v3FsyG__searchInput::placeholder{color:var(--text-muted)}.Feed-module__v3FsyG__clearSearchBtn{cursor:pointer;color:var(--text-muted);background:0 0;border:none;border-radius:4px;align-items:center;padding:2px;transition:color .15s;display:flex}.Feed-module__v3FsyG__clearSearchBtn:hover{color:var(--foreground)}.Feed-module__v3FsyG__filterWrapper{position:relative}.Feed-module__v3FsyG__filterDropdown{background:var(--background);border:1px solid var(--border);z-index:100;border-radius:12px;width:200px;animation:.15s ease-out Feed-module__v3FsyG__dropdownFadeIn;position:absolute;top:calc(100% + 8px);right:0;overflow:hidden;box-shadow:0 8px 24px #00000026}@keyframes Feed-module__v3FsyG__dropdownFadeIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.Feed-module__v3FsyG__filterSection{padding:8px}.Feed-module__v3FsyG__filterLabel{letter-spacing:.08em;color:var(--text-muted);text-transform:uppercase;padding:6px 8px 4px;font-size:.7rem;font-weight:700}.Feed-module__v3FsyG__filterOption{text-align:left;cursor:pointer;width:100%;color:var(--foreground);background:0 0;border:none;border-radius:8px;padding:8px 10px;font-size:.85rem;transition:background .15s;display:block}.Feed-module__v3FsyG__filterOption:hover{background:#ffffff0d}.Feed-module__v3FsyG__filterOptionActive{background:color-mix(in srgb,var(--primary)15%,transparent);color:var(--primary);font-weight:600}.Feed-module__v3FsyG__noResults{text-align:center;color:var(--text-muted);flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:60px 24px;display:flex}.Feed-module__v3FsyG__noResultsIcon{opacity:.3}.Feed-module__v3FsyG__noResults p{font-size:.9rem;line-height:1.5}.Feed-module__v3FsyG__noResults strong{color:var(--foreground)}.Feed-module__v3FsyG__clearSearchLink{border:1px solid var(--border);cursor:pointer;color:var(--primary);background:0 0;border-radius:20px;padding:6px 14px;font-size:.8rem;transition:background .15s}.Feed-module__v3FsyG__clearSearchLink:hover{background:color-mix(in srgb,var(--primary)10%,transparent)}.Feed-module__v3FsyG__onboarding{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:8px;padding:72px 24px;display:flex}.Feed-module__v3FsyG__onboardingIcon{color:var(--primary);margin-bottom:4px}.Feed-module__v3FsyG__onboarding h3{color:var(--foreground);font-size:1.15rem;font-weight:600}.Feed-module__v3FsyG__onboarding p{color:var(--text-muted);max-width:320px;font-size:.9rem}.Feed-module__v3FsyG__onboardingActions{flex-wrap:wrap;justify-content:center;gap:10px;margin-top:16px;display:flex}.Feed-module__v3FsyG__onboardingPrimaryBtn,.Feed-module__v3FsyG__onboardingSecondaryBtn{cursor:pointer;border-radius:8px;align-items:center;gap:6px;padding:.6rem 1.1rem;font-size:.875rem;font-weight:600;transition:background .15s,opacity .15s;display:flex}.Feed-module__v3FsyG__onboardingPrimaryBtn{background:var(--primary);color:#fff;border:none}.Feed-module__v3FsyG__onboardingPrimaryBtn:hover{background:var(--primary-hover)}.Feed-module__v3FsyG__onboardingSecondaryBtn{color:var(--foreground);border:1px solid var(--border);background:0 0}.Feed-module__v3FsyG__onboardingSecondaryBtn:hover{background:var(--secondary)}.Feed-module__v3FsyG__tabs{background:var(--secondary);border-radius:8px;margin-bottom:1rem;padding:4px;display:flex}.Feed-module__v3FsyG__tab{color:var(--text-muted);letter-spacing:.05em;cursor:pointer;background:0 0;border:none;border-radius:6px;flex:1;padding:.6rem;font-size:.75rem;font-weight:700;transition:all .2s}.Feed-module__v3FsyG__activeTab{background:var(--background);color:var(--foreground);box-shadow:0 2px 4px #0000000d}.Feed-module__v3FsyG__dateHeader{color:var(--text-muted);letter-spacing:.1em;background:var(--background);padding:1rem 1.25rem .75rem;font-size:.7rem;font-weight:800}.Feed-module__v3FsyG__articleItem{z-index:1;border-bottom:1px solid var(--border);background:var(--background);cursor:pointer;touch-action:pan-y;padding:1.25rem;transition:background .2s;position:relative}.Feed-module__v3FsyG__articleItem:hover{background:var(--secondary)}.Feed-module__v3FsyG__swipeRow{position:relative;overflow:hidden}.Feed-module__v3FsyG__swipeActions{display:flex;position:absolute;top:0;bottom:0;right:0}.Feed-module__v3FsyG__swipeActionBtn{background:var(--secondary);width:72px;color:var(--foreground);cursor:pointer;border:none;flex-direction:column;justify-content:center;align-items:center;gap:4px;font-size:.7rem;font-weight:600;display:flex}.Feed-module__v3FsyG__swipeActionSave{background:var(--primary);color:#fff}.Feed-module__v3FsyG__articleItem:active{background:var(--secondary)}.Feed-module__v3FsyG__articleItem.Feed-module__v3FsyG__selected{background:var(--secondary);border-left:3px solid var(--primary);padding-left:calc(1.25rem - 3px)}.Feed-module__v3FsyG__articleHeader{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.Feed-module__v3FsyG__articleSourceInfo{color:var(--text-muted);align-items:center;gap:.5rem;font-size:.75rem;font-weight:600;display:flex}.Feed-module__v3FsyG__favicon{flex-shrink:0;border-radius:4px!important}.Feed-module__v3FsyG__sourceName{color:var(--foreground)}.Feed-module__v3FsyG__dot,.Feed-module__v3FsyG__timeAgo{color:var(--text-muted)}.Feed-module__v3FsyG__unreadStatusDot{background:var(--primary);border-radius:50%;width:8px;height:8px}.Feed-module__v3FsyG__savedIcon{color:var(--primary)}.Feed-module__v3FsyG__articleTitle{color:var(--foreground);margin-bottom:1rem;font-size:1.1rem;font-weight:700;line-height:1.4}.Feed-module__v3FsyG__articleFooter{color:var(--text-muted);align-items:center;gap:1rem;font-size:.75rem;font-weight:600;display:flex}.Feed-module__v3FsyG__categoryTag{background:var(--secondary);color:var(--text-muted);border-radius:4px;padding:2px 8px}.Feed-module__v3FsyG__readingTime{color:var(--text-muted)}.Feed-module__v3FsyG__clusterChip{background:color-mix(in srgb,var(--primary)12%,transparent);color:var(--primary);cursor:pointer;border:none;border-radius:10px;align-items:center;gap:4px;padding:2px 8px;font-size:.7rem;font-weight:700;display:inline-flex}.Feed-module__v3FsyG__clusterChip:hover{background:color-mix(in srgb,var(--primary)20%,transparent)}.Feed-module__v3FsyG__clusterSources{border-top:1px dashed var(--border);flex-direction:column;gap:6px;margin-top:.75rem;padding-top:.75rem;display:flex}.Feed-module__v3FsyG__clusterSourceItem{text-align:left;background:var(--secondary);cursor:pointer;border:none;border-radius:6px;flex-direction:column;align-items:flex-start;gap:2px;width:100%;padding:6px 10px;display:flex}.Feed-module__v3FsyG__clusterSourceItem:hover{background:var(--border)}.Feed-module__v3FsyG__clusterSourceName{color:var(--text-muted);font-size:.7rem;font-weight:700}.Feed-module__v3FsyG__clusterSourceTitle{color:var(--foreground);font-size:.8rem}.Feed-module__v3FsyG__spin{animation:1s linear infinite Feed-module__v3FsyG__spin}@keyframes Feed-module__v3FsyG__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.Feed-module__v3FsyG__list{flex:1;padding-bottom:80px;overflow-y:auto}@media (max-width:768px){.Feed-module__v3FsyG__searchInput{font-size:16px}.Feed-module__v3FsyG__iconBtn{padding:12px}.Feed-module__v3FsyG__brandIcon{display:none}}
.ReadingStats-module__4wWZDa__container{background:var(--secondary);border:1px solid var(--border);border-radius:16px;margin-bottom:24px;padding:20px}.ReadingStats-module__4wWZDa__header{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.ReadingStats-module__4wWZDa__titleInfo{align-items:center;gap:10px;display:flex}.ReadingStats-module__4wWZDa__headerIcon{color:var(--primary)}.ReadingStats-module__4wWZDa__header h2{color:var(--foreground);margin:0;font-size:1.1rem;font-weight:600}.ReadingStats-module__4wWZDa__settingsBtn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:8px;padding:6px;transition:all .2s}.ReadingStats-module__4wWZDa__settingsBtn:hover{background:var(--background);color:var(--foreground)}.ReadingStats-module__4wWZDa__statsGrid{grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:20px;display:grid}@media (max-width:768px){.ReadingStats-module__4wWZDa__statsGrid{grid-template-columns:1fr}}.ReadingStats-module__4wWZDa__statCard{background:var(--background);border:1px solid var(--border);border-radius:12px;flex-direction:column;gap:8px;padding:16px;display:flex}.ReadingStats-module__4wWZDa__statHeader{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;align-items:center;gap:6px;font-size:.75rem;display:flex}.ReadingStats-module__4wWZDa__statValue{color:var(--foreground);font-size:1.5rem;font-weight:700}.ReadingStats-module__4wWZDa__progressTrack{background:var(--secondary);border-radius:2px;height:4px;margin:4px 0;overflow:hidden}.ReadingStats-module__4wWZDa__progressBar{background:linear-gradient(90deg,var(--primary),#60a5fa);border-radius:2px;height:100%;transition:width .5s cubic-bezier(.4,0,.2,1)}.ReadingStats-module__4wWZDa__goalLabel{color:var(--text-muted);font-size:.7rem}.ReadingStats-module__4wWZDa__statFooter{color:var(--text-muted);align-items:center;gap:6px;margin-top:auto;font-size:.8rem;display:flex}.ReadingStats-module__4wWZDa__goalSettings{background:var(--background);border:1px solid var(--border);border-radius:12px;grid-template-columns:1fr 1fr auto;align-items:flex-end;gap:16px;margin-bottom:20px;padding:16px;display:grid}.ReadingStats-module__4wWZDa__settingItem label{color:var(--text-muted);font-size:.75rem}.ReadingStats-module__4wWZDa__settingItem input{background:var(--secondary);border:1px solid var(--border);color:var(--foreground);border-radius:6px;outline:none;padding:8px 12px;font-size:.9rem}.ReadingStats-module__4wWZDa__settingItem input:focus{border-color:var(--primary)}.ReadingStats-module__4wWZDa__saveBtn{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:6px;padding:8px 16px;font-weight:600}.ReadingStats-module__4wWZDa__insights{border-top:1px solid var(--border);padding-top:16px}.ReadingStats-module__4wWZDa__insightItem{align-items:center;gap:12px;display:flex}.ReadingStats-module__4wWZDa__insightIcon{background:var(--secondary);width:32px;height:32px;color:var(--primary);border-radius:50%;justify-content:center;align-items:center;display:flex}.ReadingStats-module__4wWZDa__insightText{color:var(--text-muted);font-size:.85rem}.ReadingStats-module__4wWZDa__weeklySection{border-top:1px solid var(--border);margin-top:24px;padding-top:20px}.ReadingStats-module__4wWZDa__sectionHeader{color:var(--foreground);align-items:center;gap:8px;margin-bottom:12px;display:flex}.ReadingStats-module__4wWZDa__sectionHeader h3{margin:0;font-size:.9rem;font-weight:600}.ReadingStats-module__4wWZDa__articleList{flex-direction:column;gap:8px;display:flex}.ReadingStats-module__4wWZDa__articleItem{background:var(--background);border:1px solid var(--border);cursor:default;border-radius:10px;justify-content:space-between;align-items:center;padding:10px 14px;transition:transform .2s,background .2s;display:flex}.ReadingStats-module__4wWZDa__articleItem:hover{background:var(--secondary)}.ReadingStats-module__4wWZDa__articleInfo{flex-direction:column;flex:1;gap:2px;display:flex}.ReadingStats-module__4wWZDa__articleTitle{color:var(--foreground);-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical;font-size:.85rem;font-weight:500;display:-webkit-box;overflow:hidden}.ReadingStats-module__4wWZDa__articleSource{color:var(--text-muted);font-size:.7rem}.ReadingStats-module__4wWZDa__chevron{color:var(--text-muted);opacity:.5}.ReadingStats-module__4wWZDa__loading,.ReadingStats-module__4wWZDa__emptyState{text-align:center;background:var(--background);border:1px solid var(--border);color:var(--text-muted);border-radius:12px;padding:24px;font-size:.85rem;font-style:italic}.ReadingStats-module__4wWZDa__errorBanner{color:#ef4444;background:#ef44441a;border:1px solid #ef444433;border-radius:12px;align-items:flex-start;gap:12px;margin-bottom:20px;padding:16px;display:flex}.ReadingStats-module__4wWZDa__errorBanner strong{margin-bottom:4px;font-size:.9rem;display:block}.ReadingStats-module__4wWZDa__errorBanner p{color:var(--foreground);opacity:.8;margin:0;font-size:.8125rem;line-height:1.4}
.ArticleViewer-module__njBqZW__viewer{background:var(--background);flex-direction:column;flex:1;height:100%;display:flex;position:relative;overflow-y:auto}.ArticleViewer-module__njBqZW__header{border-bottom:1px solid var(--border);background:var(--background);z-index:10;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 2rem;display:flex;position:sticky;top:0}.ArticleViewer-module__njBqZW__mobileHeader{background:var(--background);z-index:20;border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:1rem;transition:transform .3s cubic-bezier(.4,0,.2,1);display:none;position:sticky;top:0}.ArticleViewer-module__njBqZW__mobileFooter{background:var(--background);z-index:20;border-top:1px solid var(--border);justify-content:space-between;align-items:center;padding:.75rem 1rem;transition:transform .3s cubic-bezier(.4,0,.2,1);display:none;position:sticky;bottom:0}.ArticleViewer-module__njBqZW__hiddenMobileHeader{transform:translateY(-100%)}.ArticleViewer-module__njBqZW__hiddenMobileFooter{transform:translateY(100%)}.ArticleViewer-module__njBqZW__closeBtn,.ArticleViewer-module__njBqZW__iconBtn{color:var(--foreground);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:.5rem;transition:color .2s;display:flex}.ArticleViewer-module__njBqZW__headerActions{gap:.5rem;display:flex}.ArticleViewer-module__njBqZW__meta{align-items:center;gap:1rem;margin-bottom:2.5rem;display:flex}.ArticleViewer-module__njBqZW__contentFavicon{background:var(--secondary);width:28px;height:28px;color:var(--text-muted);border-radius:6px;justify-content:center;align-items:center;font-size:.75rem;font-weight:700;display:flex}.ArticleViewer-module__njBqZW__metaInfo{flex-direction:column;gap:2px;display:flex}.ArticleViewer-module__njBqZW__source{color:var(--text-muted);letter-spacing:.1em;font-size:.75rem;font-weight:800}.ArticleViewer-module__njBqZW__date{color:var(--text-muted);font-size:.8rem}.ArticleViewer-module__njBqZW__title{color:var(--foreground);margin-bottom:2.5rem;font-family:Merriweather,serif;font-size:2.25rem;font-weight:700;line-height:1.25}.ArticleViewer-module__njBqZW__body{color:var(--foreground);font-family:ui-serif,Georgia,Cambria,Times New Roman,Times,serif;font-size:1.15rem;line-height:1.8}.ArticleViewer-module__njBqZW__body p{margin-bottom:1.75rem}.ArticleViewer-module__njBqZW__content{max-width:680px;margin:0 auto;padding:2.5rem 1.25rem 5rem}.ArticleViewer-module__njBqZW__navBtn{background:var(--secondary);color:var(--foreground);cursor:pointer;border:none;border-radius:8px;align-items:center;gap:.5rem;padding:.6rem 1rem;font-size:.875rem;font-weight:600;display:flex}.ArticleViewer-module__njBqZW__readingProgress{color:var(--text-muted);letter-spacing:.05em;font-size:.75rem;font-weight:700}.ArticleViewer-module__njBqZW__actions{gap:.5rem;display:flex}.ArticleViewer-module__njBqZW__actionBtn{color:var(--text-muted);border-radius:6px;align-items:center;gap:.5rem;padding:.5rem .75rem;font-size:.875rem;font-weight:500;display:flex}.ArticleViewer-module__njBqZW__backBtn{background:var(--secondary);width:32px;height:32px;color:var(--text-muted);border:none;border-radius:50%;justify-content:center;align-items:center;display:flex}.ArticleViewer-module__njBqZW__author{color:var(--text-muted);margin-bottom:1.5rem;font-size:.9rem}.ArticleViewer-module__njBqZW__mainImage{object-fit:cover;border-radius:12px;width:100%;max-height:420px;margin-bottom:2rem}.ArticleViewer-module__njBqZW__footer{border-top:1px solid var(--border);margin-top:2.5rem;padding-top:1.5rem}.ArticleViewer-module__njBqZW__excerptNotice{color:var(--text-muted);margin-bottom:1rem;font-size:.9rem;line-height:1.5}.ArticleViewer-module__njBqZW__visitBanner{background:var(--secondary);color:var(--foreground);text-align:center;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1rem;font-size:.9rem;font-weight:600;transition:background .15s;display:flex}.ArticleViewer-module__njBqZW__visitBanner span{overflow-wrap:break-word;min-width:0}.ArticleViewer-module__njBqZW__visitBanner:hover{background:var(--border)}.ArticleViewer-module__njBqZW__visitBannerProminent{background:var(--primary);color:#fff;padding:1rem 1.25rem;font-size:1rem}.ArticleViewer-module__njBqZW__visitBannerProminent:hover{background:var(--primary-hover)}.ArticleViewer-module__njBqZW__shortcutHintBanner{display:none}@media (min-width:769px){.ArticleViewer-module__njBqZW__shortcutHintBanner{background:#ffffff26;border-radius:4px;justify-content:center;align-items:center;padding:2px 6px;font-family:ui-monospace,monospace;font-size:.75rem;display:inline-flex}}@media (max-width:768px){.ArticleViewer-module__njBqZW__header{display:none}.ArticleViewer-module__njBqZW__mobileHeader{display:flex;position:fixed;left:0;right:0}.ArticleViewer-module__njBqZW__mobileFooter{padding-bottom:calc(.75rem + env(safe-area-inset-bottom,0px));display:flex;position:fixed;left:0;right:0}.ArticleViewer-module__njBqZW__content{padding-top:72px!important;padding-bottom:72px!important}.ArticleViewer-module__njBqZW__title{margin-bottom:1.5rem;font-size:1.65rem}.ArticleViewer-module__njBqZW__meta{margin-bottom:1.5rem}.ArticleViewer-module__njBqZW__mobileHeader .ArticleViewer-module__njBqZW__closeBtn,.ArticleViewer-module__njBqZW__mobileHeader .ArticleViewer-module__njBqZW__iconBtn{min-width:44px;min-height:44px}.ArticleViewer-module__njBqZW__navBtn{min-height:44px}}
.RSVPViewer-module__Zmjmpq__overlay{background:var(--background);z-index:1000;color:var(--foreground);justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.RSVPViewer-module__Zmjmpq__container{flex-direction:column;width:100%;max-width:800px;height:100%;padding:2rem;display:flex;position:relative}.RSVPViewer-module__Zmjmpq__header{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.RSVPViewer-module__Zmjmpq__headerInfo h3{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;max-width:400px;margin:0;font-size:1rem;font-weight:500;overflow:hidden}.RSVPViewer-module__Zmjmpq__pacing{color:var(--text-muted);font-size:.875rem}.RSVPViewer-module__Zmjmpq__closeBtn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:50%;padding:.5rem;transition:all .2s}.RSVPViewer-module__Zmjmpq__closeBtn:hover{color:var(--foreground);background:var(--secondary)}.RSVPViewer-module__Zmjmpq__readerArea{flex-direction:column;flex:1;justify-content:center;align-items:center;display:flex;position:relative}.RSVPViewer-module__Zmjmpq__focusLine{background:var(--primary);width:60px;height:2px;margin:1rem 0}.RSVPViewer-module__Zmjmpq__wordWrapper{justify-content:center;align-items:center;width:100%;height:120px;display:flex}.RSVPViewer-module__Zmjmpq__wordContainer{justify-content:center;align-items:center;width:100%;font-family:Inter,system-ui,-apple-system,sans-serif;font-weight:600;display:flex}.RSVPViewer-module__Zmjmpq__prefix{text-align:right;flex:1;padding-right:2px}.RSVPViewer-module__Zmjmpq__orp{color:var(--primary);padding:0 1px}.RSVPViewer-module__Zmjmpq__suffix{text-align:left;flex:1;padding-left:2px}@media (max-width:768px){.RSVPViewer-module__Zmjmpq__container{padding:1rem}.RSVPViewer-module__Zmjmpq__wordWrapper{height:80px}.RSVPViewer-module__Zmjmpq__headerInfo h3{max-width:200px}.RSVPViewer-module__Zmjmpq__mainControls{gap:1rem}.RSVPViewer-module__Zmjmpq__playBtn{width:56px;height:56px}.RSVPViewer-module__Zmjmpq__shortcutHint{display:none}}.RSVPViewer-module__Zmjmpq__shortcutHint{background:var(--secondary);border:1px solid var(--border);color:var(--text-muted);border-radius:4px;margin-left:.25rem;padding:.125rem .375rem;font-family:inherit;font-size:.75rem}.RSVPViewer-module__Zmjmpq__progressContainer{background:var(--border);border-radius:2px;width:100%;height:4px;margin:2rem 0;overflow:hidden}.RSVPViewer-module__Zmjmpq__progressBar{background:var(--primary);height:100%;transition:width .1s linear}.RSVPViewer-module__Zmjmpq__controls{flex-direction:column;align-items:center;gap:1.5rem;display:flex}.RSVPViewer-module__Zmjmpq__mainControls{align-items:center;gap:2rem;display:flex}.RSVPViewer-module__Zmjmpq__iconBtn,.RSVPViewer-module__Zmjmpq__navBtn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:.5rem;transition:all .2s;display:flex}.RSVPViewer-module__Zmjmpq__iconBtn:hover,.RSVPViewer-module__Zmjmpq__navBtn:not(:disabled):hover{color:#fff;background:var(--border)}.RSVPViewer-module__Zmjmpq__navBtn:disabled{opacity:.3;cursor:not-allowed}.RSVPViewer-module__Zmjmpq__playBtn{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;transition:transform .2s,background-color .2s;display:flex;box-shadow:0 4px 20px #0000004d}.RSVPViewer-module__Zmjmpq__playBtn:hover{background:var(--primary-hover);transform:scale(1.05)}.RSVPViewer-module__Zmjmpq__settingsPanel{background:var(--secondary);border:1px solid var(--border);border-radius:12px;flex-direction:column;gap:1.25rem;width:100%;max-width:400px;padding:1.5rem;display:flex;overflow:hidden}.RSVPViewer-module__Zmjmpq__settingItem{flex-direction:column;gap:.5rem;display:flex}.RSVPViewer-module__Zmjmpq__settingItem label{color:var(--text-muted);font-size:.875rem;font-weight:500}.RSVPViewer-module__Zmjmpq__settingItem input[type=range]{width:100%;accent-color:var(--primary);cursor:pointer}
.ListenPlayer-module___kfqhq__playerBar{background:var(--bg-secondary,#1e293b);border-top:1px solid var(--border-color,#ffffff1a);z-index:200;border-radius:12px 12px 0 0;position:sticky;bottom:0;left:0;right:0;overflow:hidden;box-shadow:0 -4px 24px #0003}.ListenPlayer-module___kfqhq__progressTrack{background:#ffffff1a;width:100%;height:3px}.ListenPlayer-module___kfqhq__progressFill{background:var(--primary,#6366f1);height:100%;transition:width .3s linear}.ListenPlayer-module___kfqhq__playerInner{padding:10px 16px calc(10px + env(safe-area-inset-bottom,0px));flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.ListenPlayer-module___kfqhq__titleArea{flex:1;align-items:center;gap:8px;min-width:0;display:flex;overflow:hidden}.ListenPlayer-module___kfqhq__volumeIcon{color:var(--primary,#6366f1);flex-shrink:0}.ListenPlayer-module___kfqhq__nowPlaying{color:var(--text-secondary,#94a3b8);white-space:nowrap;text-overflow:ellipsis;font-size:.8rem;overflow:hidden}.ListenPlayer-module___kfqhq__nowPlaying em{color:var(--text-primary,#f1f5f9);font-style:normal;font-weight:500}.ListenPlayer-module___kfqhq__controls{flex-shrink:0;align-items:center;gap:8px;display:flex}.ListenPlayer-module___kfqhq__speedSelector{background:#0003;border-radius:20px;align-items:center;gap:2px;padding:2px;display:flex}.ListenPlayer-module___kfqhq__speedBtn{cursor:pointer;color:var(--text-secondary,#94a3b8);background:0 0;border:none;border-radius:16px;padding:3px 7px;font-size:.7rem;font-weight:600;transition:all .15s}.ListenPlayer-module___kfqhq__speedBtn:hover{color:var(--text-primary,#f1f5f9)}.ListenPlayer-module___kfqhq__speedActive{background:var(--primary,#6366f1);color:#fff!important}.ListenPlayer-module___kfqhq__playBtn{background:var(--primary,#6366f1);cursor:pointer;color:#fff;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;transition:transform .15s,opacity .15s;display:flex}.ListenPlayer-module___kfqhq__playBtn:hover{opacity:.9;transform:scale(1.05)}.ListenPlayer-module___kfqhq__stopBtn{cursor:pointer;width:32px;height:32px;color:var(--text-secondary,#94a3b8);background:#ffffff12;border:1px solid #ffffff1a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:all .15s;display:flex}.ListenPlayer-module___kfqhq__stopBtn:hover{color:#ef4444;background:#ef444426;border-color:#ef444466}.ListenPlayer-module___kfqhq__settingsToggle{cursor:pointer;width:28px;height:28px;color:var(--text-secondary,#94a3b8);background:0 0;border:1px solid #ffffff1a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:all .15s;display:flex}.ListenPlayer-module___kfqhq__settingsToggle:hover,.ListenPlayer-module___kfqhq__settingsToggleActive{color:var(--text-primary,#f1f5f9);background:#ffffff12}.ListenPlayer-module___kfqhq__voiceSettings{border-top:1px solid #ffffff0f;align-items:center;gap:10px;padding:10px 16px 14px;display:flex}.ListenPlayer-module___kfqhq__voiceLabel{color:var(--text-secondary,#94a3b8);text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;font-size:.75rem;font-weight:600}.ListenPlayer-module___kfqhq__voiceSelect{color:var(--text-primary,#f1f5f9);cursor:pointer;background:#0000004d;border:1px solid #ffffff1a;border-radius:8px;outline:none;flex:1;padding:6px 10px;font-size:.8rem}.ListenPlayer-module___kfqhq__voiceSelect:focus{border-color:var(--primary,#6366f1)}
.ReadingPreferencesMenu-module__kDxGFq__menu{background:var(--bg-secondary,#fff);border:1px solid var(--border);z-index:100;border-radius:12px;flex-direction:column;gap:20px;width:240px;margin-top:8px;padding:16px;display:flex;position:absolute;top:100%;left:0;box-shadow:0 10px 25px -5px #0000001a,0 8px 10px -6px #0000001a}.ReadingPreferencesMenu-module__kDxGFq__section{flex-direction:column;gap:10px;display:flex}.ReadingPreferencesMenu-module__kDxGFq__sectionTitle{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:12px;font-weight:600}.ReadingPreferencesMenu-module__kDxGFq__themeGrid{grid-template-columns:repeat(2,1fr);gap:8px;display:grid}.ReadingPreferencesMenu-module__kDxGFq__themeOption{cursor:pointer;border:2px solid #0000;border-radius:8px;flex-direction:column;align-items:center;gap:6px;padding:8px;transition:all .2s;display:flex}.ReadingPreferencesMenu-module__kDxGFq__themeOption:hover{background:var(--secondary)}.ReadingPreferencesMenu-module__kDxGFq__activeTheme{border-color:var(--primary);background:var(--secondary)}.ReadingPreferencesMenu-module__kDxGFq__themePreview{border:1px solid var(--border);border-radius:50%;width:32px;height:32px}.ReadingPreferencesMenu-module__kDxGFq__lightPreview{background:#fdfbf6}.ReadingPreferencesMenu-module__kDxGFq__whitePreview{background:#fff}.ReadingPreferencesMenu-module__kDxGFq__darkPreview{background:#121212}.ReadingPreferencesMenu-module__kDxGFq__sepiaPreview{background:#f4ecd8}.ReadingPreferencesMenu-module__kDxGFq__themeLabel{font-size:11px;font-weight:500}.ReadingPreferencesMenu-module__kDxGFq__fontList{flex-direction:column;gap:4px;display:flex}.ReadingPreferencesMenu-module__kDxGFq__fontOption{cursor:pointer;border-radius:8px;justify-content:space-between;align-items:center;padding:10px 12px;font-size:14px;transition:background .2s;display:flex}.ReadingPreferencesMenu-module__kDxGFq__fontOption:hover{background:var(--secondary)}.ReadingPreferencesMenu-module__kDxGFq__activeFont{background:var(--secondary);color:var(--primary);font-weight:600}.ReadingPreferencesMenu-module__kDxGFq__check{color:var(--primary)}.ReadingPreferencesMenu-module__kDxGFq__backdrop{z-index:90;cursor:default;background:0 0;transition:background .3s;position:fixed;inset:0}@media (max-width:768px){.ReadingPreferencesMenu-module__kDxGFq__backdrop{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0006}.ReadingPreferencesMenu-module__kDxGFq__menu{border:none;border-top:1px solid var(--border);padding:24px;padding-bottom:calc(24px + env(safe-area-inset-bottom,0px));z-index:100;margin-top:0;animation:.3s cubic-bezier(.4,0,.2,1) ReadingPreferencesMenu-module__kDxGFq__slideUp;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -10px 25px #00000026;border-radius:20px 20px 0 0!important;width:100%!important;top:auto!important}}@keyframes ReadingPreferencesMenu-module__kDxGFq__slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}
.ShortcutHelp-module__Xf3DFa__overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#0006;justify-content:center;align-items:center;animation:.2s ease-out ShortcutHelp-module__Xf3DFa__fadeIn;display:flex;position:fixed;inset:0}.ShortcutHelp-module__Xf3DFa__modal{background:var(--background);border:1px solid var(--border);border-radius:12px;width:100%;max-width:400px;animation:.3s ease-out ShortcutHelp-module__Xf3DFa__slideUp;overflow:hidden;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.ShortcutHelp-module__Xf3DFa__header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:1.25rem;display:flex}.ShortcutHelp-module__Xf3DFa__header h2{color:var(--foreground);margin:0;font-size:1.25rem;font-weight:600}.ShortcutHelp-module__Xf3DFa__closeBtn{color:var(--text-muted);border-radius:6px;padding:.5rem;transition:all .2s}.ShortcutHelp-module__Xf3DFa__closeBtn:hover{background:var(--secondary);color:var(--foreground)}.ShortcutHelp-module__Xf3DFa__content{padding:1.25rem}.ShortcutHelp-module__Xf3DFa__shortcutItem{justify-content:space-between;align-items:center;padding:.75rem 0;display:flex}.ShortcutHelp-module__Xf3DFa__shortcutItem:not(:last-child){border-bottom:1px solid var(--border)}.ShortcutHelp-module__Xf3DFa__key{background:var(--secondary);border:1px solid var(--border);color:var(--foreground);border-radius:4px;padding:.25rem .6rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.875rem;font-weight:600;box-shadow:0 1px #0000001a}.ShortcutHelp-module__Xf3DFa__description{color:var(--text-muted);font-size:.9375rem}@keyframes ShortcutHelp-module__Xf3DFa__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes ShortcutHelp-module__Xf3DFa__slideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}
.SettingsModal-module__TCnG-q__overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#0009;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.SettingsModal-module__TCnG-q__modal{background:var(--background);border:1px solid var(--border);border-radius:16px;flex-direction:column;width:90%;max-width:480px;max-height:80vh;display:flex;overflow:hidden;box-shadow:0 20px 60px #0006}.SettingsModal-module__TCnG-q__header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.SettingsModal-module__TCnG-q__header h2{margin:0;font-size:1.25rem;font-weight:600}.SettingsModal-module__TCnG-q__closeBtn{width:32px;height:32px;color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;transition:all .2s;display:flex}.SettingsModal-module__TCnG-q__closeBtn:hover{background:var(--secondary);color:var(--foreground)}.SettingsModal-module__TCnG-q__content{padding:1.5rem;overflow-y:auto}.SettingsModal-module__TCnG-q__section{margin-bottom:1.5rem}.SettingsModal-module__TCnG-q__section:last-child{margin-bottom:0}.SettingsModal-module__TCnG-q__section h3{color:var(--foreground);align-items:center;gap:.5rem;margin:0 0 .5rem;font-size:1rem;font-weight:600;display:flex}.SettingsModal-module__TCnG-q__description{color:var(--text-muted);margin:0 0 1rem;font-size:.875rem;line-height:1.5}.SettingsModal-module__TCnG-q__statsGrid{grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem;display:grid}.SettingsModal-module__TCnG-q__statCard{background:var(--secondary);border:1px solid var(--border);border-radius:12px;align-items:center;gap:.75rem;padding:1rem;display:flex}.SettingsModal-module__TCnG-q__statIcon{background:var(--primary);color:#fff;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.SettingsModal-module__TCnG-q__statInfo{flex-direction:column;display:flex}.SettingsModal-module__TCnG-q__statValue{font-size:1.5rem;font-weight:700;line-height:1.2}.SettingsModal-module__TCnG-q__statLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.75rem}.SettingsModal-module__TCnG-q__resetBtn{background:var(--secondary);border:1px solid var(--border);width:100%;color:var(--foreground);cursor:pointer;border-radius:8px;padding:.75rem 1rem;font-size:.875rem;font-weight:500;transition:all .2s}.SettingsModal-module__TCnG-q__resetBtn:hover{background:var(--border)}.SettingsModal-module__TCnG-q__toggleRow{align-items:center;margin-bottom:.75rem;display:flex}.SettingsModal-module__TCnG-q__toggleLabel{color:var(--foreground);cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:.75rem;width:100%;font-size:.9rem;display:flex}.SettingsModal-module__TCnG-q__toggleLabel input[type=checkbox]{width:16px;height:16px;accent-color:var(--accent-color,#3b82f6);cursor:pointer}.SettingsModal-module__TCnG-q__toggleLabel[data-disabled=true]{color:var(--text-muted);cursor:not-allowed}.SettingsModal-module__TCnG-q__keywordSection{border-top:1px solid var(--border);margin-top:1.25rem;padding-top:1.25rem}.SettingsModal-module__TCnG-q__keywordSection h4{color:var(--foreground);margin:0 0 .5rem;font-size:.9rem;font-weight:600}.SettingsModal-module__TCnG-q__keywordInputRow{gap:.5rem;margin-bottom:.75rem;display:flex}.SettingsModal-module__TCnG-q__keywordInputRow input{background:var(--secondary);border:1px solid var(--border);color:var(--foreground);border-radius:6px;outline:none;flex:1;padding:.5rem .75rem;font-size:.875rem;transition:border-color .2s}.SettingsModal-module__TCnG-q__keywordInputRow input:focus{border-color:var(--accent-color,#3b82f6)}.SettingsModal-module__TCnG-q__keywordInputRow input:disabled{opacity:.5;cursor:not-allowed}.SettingsModal-module__TCnG-q__addKeywordBtn{background:var(--primary,#3b82f6);color:#fff;cursor:pointer;border:none;border-radius:6px;justify-content:center;align-items:center;padding:.5rem .75rem;transition:background-color .2s;display:flex}.SettingsModal-module__TCnG-q__addKeywordBtn:hover:not(:disabled){background:var(--primary-hover,#2563eb)}.SettingsModal-module__TCnG-q__addKeywordBtn:disabled{opacity:.5;cursor:not-allowed}.SettingsModal-module__TCnG-q__keywordList{flex-wrap:wrap;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.SettingsModal-module__TCnG-q__keywordItem{background:var(--secondary);border:1px solid var(--border);color:var(--foreground);border-radius:6px;align-items:center;gap:.35rem;padding:.25rem .5rem;font-size:.75rem;display:flex}.SettingsModal-module__TCnG-q__removeKeywordBtn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0;transition:color .2s;display:flex}.SettingsModal-module__TCnG-q__removeKeywordBtn:hover{color:var(--error,#ef4444)}.SettingsModal-module__TCnG-q__feedsPrioritySection{border-top:1px solid var(--border);margin-top:1.25rem;padding-top:1.25rem}.SettingsModal-module__TCnG-q__feedsPrioritySection h4{color:var(--foreground);margin:0 0 .75rem;font-size:.9rem;font-weight:600}.SettingsModal-module__TCnG-q__feedsPriorityList{flex-direction:column;gap:.75rem;max-height:200px;padding-right:.25rem;display:flex;overflow-y:auto}.SettingsModal-module__TCnG-q__feedPriorityItem{justify-content:space-between;align-items:center;gap:1rem;display:flex}.SettingsModal-module__TCnG-q__feedTitle{color:var(--foreground);white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:.825rem;overflow:hidden}.SettingsModal-module__TCnG-q__priorityGroup{background:var(--secondary);border:1px solid var(--border);border-radius:6px;padding:2px;display:flex}.SettingsModal-module__TCnG-q__priorityBtn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:4px;padding:.25rem .5rem;font-size:.75rem;transition:all .2s}.SettingsModal-module__TCnG-q__priorityBtn:hover{color:var(--foreground)}.SettingsModal-module__TCnG-q__activePriority{background:var(--background);color:var(--foreground);font-weight:600;box-shadow:0 1px 3px #0000001a}
.FeedbackModal-module__wOhEfW__overlay{z-index:1000;background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.FeedbackModal-module__wOhEfW__modal{background:var(--background);border-radius:12px;width:100%;max-width:420px;overflow:hidden;box-shadow:0 8px 32px #0003}.FeedbackModal-module__wOhEfW__header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.FeedbackModal-module__wOhEfW__header h2{font-size:1.25rem;font-weight:700}.FeedbackModal-module__wOhEfW__closeBtn{color:var(--text-muted);transition:color var(--transition-speed)}.FeedbackModal-module__wOhEfW__closeBtn:hover{color:var(--foreground)}.FeedbackModal-module__wOhEfW__form{flex-direction:column;gap:1.25rem;padding:1.5rem;display:flex}.FeedbackModal-module__wOhEfW__typeRow{gap:.5rem;display:flex}.FeedbackModal-module__wOhEfW__typeBtn{border:1px solid var(--border);background:var(--secondary);color:var(--text-muted);transition:all var(--transition-speed);border-radius:8px;flex:1;justify-content:center;align-items:center;gap:.35rem;padding:.6rem .5rem;font-size:.8rem;font-weight:600;display:flex}.FeedbackModal-module__wOhEfW__typeBtn:hover{color:var(--foreground)}.FeedbackModal-module__wOhEfW__typeBtnActive{background:var(--primary);border-color:var(--primary);color:#fff}.FeedbackModal-module__wOhEfW__field{flex-direction:column;gap:.5rem;display:flex}.FeedbackModal-module__wOhEfW__field label{color:var(--text-muted);font-size:.875rem;font-weight:600}.FeedbackModal-module__wOhEfW__field textarea{border:1px solid var(--border);background:var(--secondary);color:var(--foreground);resize:vertical;border-radius:8px;min-height:100px;padding:.75rem;font-family:inherit;font-size:.9rem}.FeedbackModal-module__wOhEfW__charCount{color:var(--text-muted);align-self:flex-end;font-size:.75rem}.FeedbackModal-module__wOhEfW__disclaimer{color:var(--text-muted);margin:-.5rem 0 0;font-size:.75rem;line-height:1.4}.FeedbackModal-module__wOhEfW__errorMessage{color:#ef4444;font-size:.8rem}.FeedbackModal-module__wOhEfW__submitBtn{background:var(--primary);color:#fff;transition:background var(--transition-speed);border-radius:8px;justify-content:center;align-items:center;padding:.75rem;font-weight:600;display:flex}.FeedbackModal-module__wOhEfW__submitBtn:hover{background:var(--primary-hover)}.FeedbackModal-module__wOhEfW__submitBtn:disabled{opacity:.5;cursor:not-allowed}.FeedbackModal-module__wOhEfW__spin{animation:1s linear infinite FeedbackModal-module__wOhEfW__spin}@keyframes FeedbackModal-module__wOhEfW__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.FeedbackModal-module__wOhEfW__successState{text-align:center;flex-direction:column;align-items:center;gap:1rem;padding:2.5rem 1.5rem;display:flex}.FeedbackModal-module__wOhEfW__successIcon{color:var(--primary)}.FeedbackModal-module__wOhEfW__successState p{color:var(--foreground);font-size:.95rem}.FeedbackModal-module__wOhEfW__successState .FeedbackModal-module__wOhEfW__submitBtn{width:100%}
.CommandPalette-module__0KULLW__overlay{z-index:2000;background:#00000080;justify-content:center;align-items:flex-start;padding-top:12vh;display:flex;position:fixed;inset:0}.CommandPalette-module__0KULLW__palette{background:var(--background);border:1px solid var(--border);border-radius:12px;flex-direction:column;width:100%;max-width:560px;max-height:60vh;margin:0 1rem;display:flex;overflow:hidden;box-shadow:0 16px 48px #0000004d}.CommandPalette-module__0KULLW__inputRow{border-bottom:1px solid var(--border);flex-shrink:0;align-items:center;gap:.6rem;padding:.9rem 1rem;display:flex}.CommandPalette-module__0KULLW__inputRow input{color:var(--foreground);background:0 0;border:none;outline:none;flex:1;font-size:1rem}.CommandPalette-module__0KULLW__inputRow input::placeholder{color:var(--text-muted)}.CommandPalette-module__0KULLW__searchIcon{color:var(--text-muted);flex-shrink:0}.CommandPalette-module__0KULLW__hint{color:var(--text-muted);border:1px solid var(--border);border-radius:4px;padding:1px 5px;font-size:.7rem}.CommandPalette-module__0KULLW__results{padding:.5rem;overflow-y:auto}.CommandPalette-module__0KULLW__groupLabel{letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);padding:8px 10px 4px;font-size:.7rem;font-weight:700}.CommandPalette-module__0KULLW__item{text-align:left;width:100%;color:var(--foreground);background:0 0;border:none;border-radius:8px;align-items:center;gap:.65rem;padding:.6rem .65rem;font-size:.875rem;display:flex}.CommandPalette-module__0KULLW__item svg{color:var(--text-muted);flex-shrink:0}.CommandPalette-module__0KULLW__itemActive{background:var(--secondary)}.CommandPalette-module__0KULLW__itemActive svg{color:var(--primary)}.CommandPalette-module__0KULLW__itemLabel{white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;overflow:hidden}.CommandPalette-module__0KULLW__itemSublabel{color:var(--text-muted);flex-shrink:0;font-size:.75rem}.CommandPalette-module__0KULLW__empty{text-align:center;color:var(--text-muted);padding:2rem 1rem;font-size:.875rem}
.page-module__TA0jIG__container{max-width:900px;min-height:100vh;color:var(--foreground);margin:0 auto;padding:60px 24px}.page-module__TA0jIG__backLink{color:#888;align-items:center;gap:8px;margin-bottom:32px;font-weight:500;text-decoration:none;transition:color .2s;display:inline-flex}.page-module__TA0jIG__backLink:hover{color:var(--foreground)}.page-module__TA0jIG__header{margin-bottom:48px}.page-module__TA0jIG__title{background:linear-gradient(135deg,var(--foreground)0%,var(--text-muted)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:12px;font-size:3rem;font-weight:800}.page-module__TA0jIG__subtitle{color:#888;font-size:1.25rem}.page-module__TA0jIG__sections{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:32px;display:grid}.page-module__TA0jIG__card{background:var(--secondary);border:1px solid var(--border);border-radius:20px;flex-direction:column;gap:24px;padding:40px;transition:transform .3s,background .3s,border-color .3s;display:flex}.page-module__TA0jIG__card:hover{background:var(--secondary);border-color:var(--primary);transform:translateY(-8px)}.page-module__TA0jIG__card h2{align-items:center;gap:16px;margin:0;font-size:1.75rem;font-weight:700;display:flex}.page-module__TA0jIG__card p{color:var(--text-muted);flex-grow:1;margin:0;font-size:1.05rem;line-height:1.7}.page-module__TA0jIG__button{color:#000;cursor:pointer;background:#fff;border:none;border-radius:12px;justify-content:center;align-items:center;gap:12px;width:100%;padding:16px 24px;font-size:1.1rem;font-weight:700;transition:all .2s;display:flex}.page-module__TA0jIG__button:hover{background:#e0e0e0;transform:scale(1.02)}.page-module__TA0jIG__button:active{transform:scale(.98)}.page-module__TA0jIG__button:disabled{opacity:.5;cursor:not-allowed}.page-module__TA0jIG__importButton{color:#fff;background:#222;border:1px solid #fff3}.page-module__TA0jIG__importButton:hover{background:#333;border-color:#fff}.page-module__TA0jIG__fileInput{opacity:0;pointer-events:none;width:0;height:0;position:absolute}.page-module__TA0jIG__status{border-radius:12px;align-items:center;gap:12px;margin-top:32px;padding:20px;font-size:1rem;font-weight:500;display:flex}.page-module__TA0jIG__success{color:#4ade80;background:#22c55e1a;border:1px solid #22c55e4d}.page-module__TA0jIG__error{color:#f87171;background:#ef44441a;border:1px solid #ef44444d}.page-module__TA0jIG__dangerZone{border-top:1px solid #ffffff1a;margin-top:60px;padding-top:40px}.page-module__TA0jIG__dangerZone h2{color:#f87171;margin-bottom:24px;font-size:1.5rem}.page-module__TA0jIG__dangerCard{background:#ef44440d;border:1px solid #ef444433;border-radius:16px;justify-content:space-between;align-items:center;gap:24px;padding:24px;display:flex}.page-module__TA0jIG__dangerCard h3{margin:0 0 8px;font-size:1.25rem}.page-module__TA0jIG__dangerCard p{color:#888;margin:0}.page-module__TA0jIG__deleteButton{color:#fff;cursor:pointer;white-space:nowrap;background:#ef4444;border:none;border-radius:12px;align-items:center;gap:8px;padding:12px 24px;font-weight:600;transition:all .2s;display:flex}.page-module__TA0jIG__deleteButton:hover{background:#dc2626;transform:scale(1.02)}.page-module__TA0jIG__deleteButton:disabled{opacity:.5;cursor:not-allowed}.page-module__TA0jIG__spin{animation:1s linear infinite page-module__TA0jIG__spin}@keyframes page-module__TA0jIG__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width:600px){.page-module__TA0jIG__sections{grid-template-columns:1fr}.page-module__TA0jIG__dangerCard{flex-direction:column;align-items:flex-start}.page-module__TA0jIG__deleteButton{justify-content:center;width:100%}}.page-module__TA0jIG__manageSources{margin-top:60px}.page-module__TA0jIG__manageSourcesHeader{align-items:center;gap:16px;margin-bottom:24px;display:flex}.page-module__TA0jIG__manageSourcesHeader h2{margin:0}.page-module__TA0jIG__addBtn{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:transform .2s,background .2s;display:flex}.page-module__TA0jIG__addBtn:hover{background:var(--primary-hover);transform:scale(1.1)}.page-module__TA0jIG__sourceList{flex-direction:column;gap:16px;margin-top:24px;display:flex}.page-module__TA0jIG__sourceItem{background:var(--secondary);border:1px solid var(--border);border-radius:16px;justify-content:space-between;align-items:center;gap:24px;padding:20px;transition:background .2s;display:flex}.page-module__TA0jIG__sourceItem:hover{background:var(--secondary);border-color:var(--primary)}.page-module__TA0jIG__sourceInfo{flex-grow:1}.page-module__TA0jIG__sourceTitle{color:var(--foreground);margin-bottom:4px;font-size:1.1rem;font-weight:600}.page-module__TA0jIG__sourceUrl{color:#666;word-break:break-all;font-size:.85rem}.page-module__TA0jIG__sourceActions{align-items:center;gap:24px;display:flex}.page-module__TA0jIG__toggleContainer{cursor:pointer;-webkit-user-select:none;user-select:none;color:#888;align-items:center;gap:8px;font-size:.9rem;display:flex}.page-module__TA0jIG__toggle{background:#333;border-radius:12px;width:44px;height:24px;transition:background .3s;position:relative}.page-module__TA0jIG__toggleActive{background:#4ade80}.page-module__TA0jIG__toggleCircle{background:#fff;border-radius:50%;width:20px;height:20px;transition:transform .3s;position:absolute;top:2px;left:2px}.page-module__TA0jIG__toggleCircleActive{transform:translate(20px)}.page-module__TA0jIG__smallDeleteBtn{color:#666;cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;padding:8px;transition:all .2s;display:flex}.page-module__TA0jIG__smallDeleteBtn:hover{color:#f87171;background:#ef44441a}.page-module__TA0jIG__noSources{text-align:center;color:#666;border:1px dashed #ffffff1a;border-radius:16px;padding:40px}.page-module__TA0jIG__sourceTitleWrapper{align-items:center;gap:10px;margin-bottom:4px;display:flex}.page-module__TA0jIG__healthDead{color:#ef4444;background-color:#ef444426;border-radius:4px;align-items:center;gap:4px;padding:2px 6px;font-size:.75rem;font-weight:600;display:flex}.page-module__TA0jIG__healthError{color:#f97316;background-color:#f9731626;border-radius:4px;align-items:center;gap:4px;padding:2px 6px;font-size:.75rem;font-weight:500;display:flex}.page-module__TA0jIG__healthWarning{color:#eab308;background-color:#eab30826;border-radius:4px;align-items:center;gap:4px;padding:2px 6px;font-size:.75rem;font-weight:500;display:flex}.page-module__TA0jIG__sourceStats{color:var(--text-muted);gap:10px;margin-top:4px;font-size:.75rem;display:flex}.page-module__TA0jIG__statItem{align-items:center;gap:4px;display:flex}.page-module__TA0jIG__smartSortSection{background:var(--secondary);border:1px solid var(--border);border-radius:20px;margin-top:60px;padding:40px}.page-module__TA0jIG__smartSortHeader{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;margin-bottom:24px;padding-bottom:16px;display:flex}.page-module__TA0jIG__smartSortHeader h2{align-items:center;gap:12px;margin:0;font-size:1.75rem;font-weight:700;display:flex}.page-module__TA0jIG__toggleRow{align-items:center;margin-bottom:1rem;display:flex}.page-module__TA0jIG__toggleLabel{color:var(--foreground);cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:12px;width:100%;font-size:1.05rem;display:flex}.page-module__TA0jIG__toggleLabel input[type=checkbox]{width:18px;height:18px;accent-color:var(--accent-color,#3b82f6);cursor:pointer}.page-module__TA0jIG__toggleLabel[data-disabled=true]{color:var(--text-muted);cursor:not-allowed}.page-module__TA0jIG__keywordSection{border-top:1px solid var(--border);margin-top:24px;padding-top:24px}.page-module__TA0jIG__keywordSection h3{color:var(--foreground);margin:0 0 12px;font-size:1.2rem;font-weight:600}.page-module__TA0jIG__keywordInputRow{gap:12px;margin-bottom:16px;display:flex}.page-module__TA0jIG__keywordInputRow input{background:var(--background);border:1px solid var(--border);color:var(--foreground);border-radius:8px;outline:none;flex:1;padding:12px 16px;font-size:.95rem;transition:border-color .2s}.page-module__TA0jIG__keywordInputRow input:focus{border-color:var(--accent-color,#3b82f6)}.page-module__TA0jIG__keywordInputRow input:disabled{opacity:.5;cursor:not-allowed}.page-module__TA0jIG__addKeywordBtn{background:var(--primary,#3b82f6);color:#fff;cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;padding:12px 20px;font-weight:600;transition:background-color .2s;display:flex}.page-module__TA0jIG__addKeywordBtn:hover:not(:disabled){background:var(--primary-hover,#2563eb)}.page-module__TA0jIG__addKeywordBtn:disabled{opacity:.5;cursor:not-allowed}.page-module__TA0jIG__keywordList{flex-wrap:wrap;gap:8px;margin:0;padding:0;list-style:none;display:flex}.page-module__TA0jIG__keywordItem{background:var(--background);border:1px solid var(--border);color:var(--foreground);border-radius:8px;align-items:center;gap:6px;padding:6px 12px;font-size:.875rem;display:flex}.page-module__TA0jIG__removeKeywordBtn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0;transition:color .2s;display:flex}.page-module__TA0jIG__removeKeywordBtn:hover{color:var(--error,#ef4444)}.page-module__TA0jIG__feedsPrioritySection{border-top:1px solid var(--border);margin-top:24px;padding-top:24px}.page-module__TA0jIG__feedsPrioritySection h3{color:var(--foreground);margin:0 0 16px;font-size:1.2rem;font-weight:600}.page-module__TA0jIG__feedsPriorityList{flex-direction:column;gap:12px;max-height:250px;padding-right:8px;display:flex;overflow-y:auto}.page-module__TA0jIG__feedPriorityItem{background:var(--background);border:1px solid var(--border);border-radius:12px;justify-content:space-between;align-items:center;gap:16px;padding:8px 12px;display:flex}.page-module__TA0jIG__feedTitle{color:var(--foreground);white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:.95rem;font-weight:500;overflow:hidden}.page-module__TA0jIG__priorityGroup{background:var(--secondary);border:1px solid var(--border);border-radius:8px;padding:3px;display:flex}.page-module__TA0jIG__priorityBtn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:6px;padding:6px 12px;font-size:.825rem;font-weight:600;transition:all .2s}.page-module__TA0jIG__priorityBtn:hover{color:var(--foreground)}.page-module__TA0jIG__activePriority{background:var(--background);color:var(--foreground);box-shadow:0 2px 4px #0000001a}
.Dashboard-module__DB7hEa__dashboard{background:var(--background);width:100vw;height:100vh;display:flex;overflow:hidden}.Dashboard-module__DB7hEa__mainContent{flex:1;display:flex;overflow:hidden}@media (max-width:768px){.Dashboard-module__DB7hEa__dashboard{flex-direction:column}.Dashboard-module__DB7hEa__dashboard .sidebar-root{z-index:100;max-width:300px;height:100%;transition:transform .3s ease-in-out;position:fixed;top:0;left:0;transform:translate(-100%);box-shadow:2px 0 10px #0003;width:80%!important}.Dashboard-module__DB7hEa__dashboard[data-sidebar-open=true] .sidebar-root{transform:translate(0)}.Dashboard-module__DB7hEa__dashboard[data-sidebar-open=true]:after{content:"";z-index:90;pointer-events:auto;background:#00000080;position:fixed;inset:0}.Dashboard-module__DB7hEa__mainContent{width:100%;display:flex}.Dashboard-module__DB7hEa__dashboard[data-mobile-view=feed] .feed-root{width:100%!important;display:flex!important}.Dashboard-module__DB7hEa__dashboard[data-mobile-view=feed] .viewer-root{display:none!important}.Dashboard-module__DB7hEa__dashboard[data-mobile-view=article] .feed-root{display:none!important}.Dashboard-module__DB7hEa__dashboard[data-mobile-view=article] .viewer-root{width:100%!important;display:flex!important}.Dashboard-module__DB7hEa__bottomNav{height:calc(64px + env(safe-area-inset-bottom,0px));padding-bottom:env(safe-area-inset-bottom,0px);background:var(--background);border-top:1px solid var(--border);z-index:80;justify-content:space-around;align-items:center;display:flex;position:fixed;bottom:0;left:0;right:0}.Dashboard-module__DB7hEa__navItem{color:var(--text-muted);cursor:pointer;background:0 0;border:none;flex-direction:column;align-items:center;gap:4px;padding:8px;font-size:.75rem;font-weight:500;transition:color .2s;display:flex}.Dashboard-module__DB7hEa__navItem.Dashboard-module__DB7hEa__activeNav{color:var(--primary)}.Dashboard-module__DB7hEa__fab{bottom:calc(80px + env(safe-area-inset-bottom,0px));background:var(--primary);color:#fff;z-index:80;cursor:pointer;border:none;border-radius:28px;justify-content:center;align-items:center;width:56px;height:56px;transition:transform .2s;display:flex;position:fixed;right:20px;box-shadow:0 4px 12px #0000004d}.Dashboard-module__DB7hEa__fab:active{transform:scale(.9)}.Dashboard-module__DB7hEa__dashboard[data-mobile-view=article] .Dashboard-module__DB7hEa__bottomNav,.Dashboard-module__DB7hEa__dashboard[data-mobile-view=article] .Dashboard-module__DB7hEa__fab{display:none}}@media (min-width:769px){.Dashboard-module__DB7hEa__bottomNav,.Dashboard-module__DB7hEa__fab{display:none}}
