body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--bg-primary:#fff;--bg-sidebar:#f0f0f0;--header-blue:#5f99cf;--text-title:#00f;--text-meta:#888;--border-sep:#eee;--link-hover:#ff4500;--system-font:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif}[data-theme=dark]{--bg-primary:#1a1a1b;--bg-sidebar:#030303;--header-blue:#272729;--text-title:#d7dadc;--text-meta:#818384;--border-sep:#343536}body{background-color:#fff;background-color:var(--bg-primary);color:#1a1a1a;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-family:var(--system-font);font-size:12px;margin:0}[data-theme=dark] body{color:#d7dadc}header{align-items:center;background-color:#cee3f8;border-bottom:1px solid #5f99cf;display:flex;justify-content:space-between;padding:5px 10px}[data-theme=dark] header{background-color:#1a1a1b;border-bottom-color:#343536}.logo{color:#000;font-size:18px;font-weight:700;margin-right:20px;text-decoration:none}[data-theme=dark] .logo{color:#d7dadc}.nav-tabs{display:flex;gap:5px}.nav-tab{background:#eff7ff;border:1px solid #5f99cf;border-bottom:none;color:#5f99cf;cursor:pointer;font-family:inherit;font-size:12px;font-weight:700;padding:2px 5px;text-decoration:none}.nav-tab.active{background:#5f99cf;color:#fff}[data-theme=dark] .nav-tab{background:#272729;border-color:#444;color:#818384}[data-theme=dark] .nav-tab.active{background:#444;color:#d7dadc}.container{display:flex;gap:20px;padding:10px}.main-content{flex:1 1}.sidebar{width:300px}.article-row{align-items:flex-start;display:flex;margin-bottom:10px;padding-bottom:10px}.rank{color:#c6c6c6;margin-right:5px;padding-top:2px;text-align:right;width:25px}.vote-arrows{align-items:center;display:flex;flex-direction:column;margin-right:10px}.arrow{color:#c6c6c6;cursor:pointer;font-size:14px;line-height:1}.arrow:hover{color:#ff4500;color:var(--link-hover)}.arrow-active-up{color:#ff4500}.arrow-active-down{color:#7193ff}.article-body{flex:1 1}.article-title{font-size:14px;font-weight:400;margin:0}.article-title a{color:#00f;color:var(--text-title);text-decoration:none}.article-title a:hover{text-decoration:underline}.domain{margin-left:5px}.domain,.meta-line{color:#888;font-size:11px}.meta-line{color:var(--text-meta);margin-top:2px}.meta-line a{color:#888;color:var(--text-meta);text-decoration:none}.meta-line a:hover{text-decoration:underline}.category-banner{background:#f0f0f0;background:var(--bg-sidebar);border:1px solid #5f99cf;border-radius:4px;margin-bottom:16px;padding:12px 16px}.category-banner-title{color:var(--text-primary);font-size:18px;font-weight:700}.category-banner-path{color:#888;color:var(--text-meta);font-size:11px;margin-top:4px}.category-banner-path a{color:#5f99cf;text-decoration:none}.category-banner-path a:hover{text-decoration:underline}.follow-btn{background:#5f99cf;border:none;border-radius:20px;color:#fff;cursor:pointer;font-size:12px;font-weight:700;padding:4px 16px}.follow-btn:hover{background:#4a7faa}.follow-btn.following{background:#0000;border:1px solid #5f99cf;color:#5f99cf}.follow-btn.following:hover{background:#ff4500;border-color:#ff4500;color:#fff}.create-post-btn{background:#5f99cf;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:12px;font-weight:700;padding:4px 12px;text-decoration:none;white-space:nowrap}.create-post-btn:hover{background:#4a7faa}.header-right{align-items:center;color:#5f99cf;display:flex;font-size:11px;white-space:nowrap}.link-btn{background:none;border:none;color:inherit;cursor:pointer;font:inherit;padding:0}.link-btn:hover{text-decoration:underline}.sidebar-box{border:1px solid #5f99cf;margin-bottom:20px}.sidebar-header{background:#5f99cf;color:#fff;font-weight:700;padding:3px 10px}.sidebar-content{background:#eff7ff;padding:10px}[data-theme=dark] .sidebar-content{background:#272729}[data-theme=dark] .sidebar-box{border-color:#444}[data-theme=dark] .sidebar-header{background:#444}.modal-overlay{align-items:center;background:#0006;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.modal{background:#fff;background:var(--bg-primary);border:1px solid #5f99cf;border:1px solid var(--header-blue);box-shadow:5px 5px 0 #0000001a;padding:20px}.auth-modal{max-width:90vw;width:320px}.auth-form{display:flex;flex-direction:column;gap:6px}.auth-form label{color:#888;color:var(--text-meta);font-size:11px;font-weight:700}.auth-form input{background:#fff;background:var(--bg-primary);border:1px solid #5f99cf;color:inherit;font-family:inherit;font-size:11px;padding:4px 6px}.auth-form button{background:#5f99cf;border:none;color:#fff;cursor:pointer;font-family:inherit;font-size:11px;font-weight:700;margin-top:8px;padding:5px 12px}.auth-form button:disabled{cursor:default;opacity:.6}.onboarding-overlay{align-items:center;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:2000}.onboarding-card{background:#fff;background:var(--bg-primary);border:1px solid #5f99cf;box-shadow:5px 5px 0 #0000001a;display:flex;flex-direction:column;max-height:80vh;max-width:90vw;width:500px}.onboarding-header{align-items:center;background:#5f99cf;color:#fff;display:flex;justify-content:space-between;padding:10px 15px}.onboarding-steps{display:flex;gap:6px}.step-dot{background:#ffffff4d;border-radius:50%;height:10px;width:10px}.step-dot.active{background:#fff}.step-dot.done{background:#ffffffb3}.onboarding-body{flex:1 1;overflow-y:auto;padding:15px}.checkbox-grid{display:flex;flex-direction:column;gap:4px}.checkbox-grid.scrollable{max-height:300px;overflow-y:auto}.onboarding-checkbox{align-items:center;cursor:pointer;display:flex;font-size:12px;gap:6px}.onboarding-checkbox input[type=checkbox]{margin:0}.onboarding-actions{border-top:1px solid #eee;border-top:1px solid var(--border-sep);display:flex;gap:8px;justify-content:flex-end;margin-top:15px;padding-top:10px}.onboarding-actions button{background:#5f99cf;border:none;color:#fff;cursor:pointer;font-family:inherit;font-size:11px;font-weight:700;padding:5px 16px}.onboarding-actions button:disabled{cursor:default;opacity:.5}.onboarding-actions .btn-secondary{background:#0000;border:1px solid #5f99cf;color:#5f99cf}.bookmark-list-row{align-items:center;border-bottom:1px solid #eee;border-bottom:1px solid var(--border-sep);display:flex;padding:8px 0}.bookmark-list-row a{color:#00f;color:var(--text-title);text-decoration:none}.bookmark-list-row a:hover{text-decoration:underline}.bookmark-item{align-items:center;display:flex;font-size:12px;gap:8px;padding:4px 0}.bookmark-item a{color:#00f;color:var(--text-title);text-decoration:none}.bookmark-item a:hover{text-decoration:underline}.btn-remove{background:none;border:none;color:#888;cursor:pointer;font-size:11px}.btn-remove:hover{color:#ff4500}.save-dropdown{background:#fff;background:var(--bg-primary);border:1px solid #5f99cf;box-shadow:2px 2px 4px #0000001a;left:0;min-width:150px;padding:6px;position:absolute;top:16px;z-index:100}.save-dropdown-item{cursor:pointer;font-size:11px;padding:3px 6px}.save-dropdown-item:hover{background:#eff7ff}[data-theme=dark] .save-dropdown-item:hover{background:#272729}.homepage{background:#fafafa;font-family:Georgia,Times New Roman,serif;min-height:100vh}.homepage-header{background:#1a1a2e;padding:12px 24px}.homepage-nav{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1000px;padding:0 24px}.homepage-logo{color:#fff;font-size:20px;font-weight:700}.homepage-journals-link,.homepage-logo{font-family:-apple-system,BlinkMacSystemFont,sans-serif;text-decoration:none}.homepage-journals-link{color:#5f99cf;font-size:13px}.homepage-journals-link:hover{text-decoration:underline}.homepage-hero{margin:0 auto;max-width:800px;padding:16px 24px 20px;text-align:center}.homepage-hero h1{color:#1a1a2e;font-size:28px;margin:0 0 8px}[data-theme=dark] .homepage-hero h1{color:#d7dadc}.homepage-hero p{color:#666;font-size:15px;margin:0}[data-theme=dark] .homepage-hero p{color:#818384}.homepage-feed{margin:0 auto;max-width:800px;padding:0 24px 40px}.homepage-empty,.homepage-loading{color:#888;font-size:14px;padding:60px 0;text-align:center}.homepage-empty h2{color:#333;font-size:20px;margin-bottom:8px}[data-theme=dark] .homepage-empty h2{color:#d7dadc}.story-card{background:#fff;border:1px solid #e0e0e0;border-radius:8px;margin-bottom:20px;padding:24px;transition:box-shadow .2s}[data-theme=dark] .story-card{background:#272729;border-color:#343536}.story-card:hover{box-shadow:0 2px 12px #00000014}[data-theme=dark] .story-card:hover{box-shadow:0 2px 12px #0000004d}.story-source{align-items:center;display:flex;justify-content:space-between;margin-bottom:8px}a.story-source-name{text-decoration:none}a.story-source-name:hover{text-decoration:underline}.story-source-name{color:#5f99cf;font-weight:700;letter-spacing:.5px;text-transform:uppercase}.story-source-name,.story-time{font-family:-apple-system,BlinkMacSystemFont,sans-serif;font-size:11px}.story-time{color:#999}.story-headline{color:#1a1a2e;font-size:20px;line-height:1.3;margin:0 0 12px}.story-headline a{color:inherit;text-decoration:none}.story-headline a:hover{color:#5f99cf}[data-theme=dark] .story-headline{color:#d7dadc}.story-page{margin:0 auto;max-width:800px;padding:24px}.story-page-title{color:#1a1a2e;font-size:26px;line-height:1.3;margin:0 0 20px}[data-theme=dark] .story-page-title{color:#d7dadc}.story-page-body{color:#333;font-size:16px;line-height:1.8;margin-bottom:20px}[data-theme=dark] .story-page-body{color:#b0b3b8}[data-theme=dark] .story-page h3{color:#d7dadc}.story-summary{color:#333;font-size:15px;line-height:1.7;margin:0 0 16px}[data-theme=dark] .story-summary{color:#b0b3b8}.story-footer{display:flex;flex-wrap:wrap;font-family:-apple-system,BlinkMacSystemFont,sans-serif;gap:16px}.story-paper-link{color:#5f99cf;font-size:12px;text-decoration:none}.story-paper-link:hover{text-decoration:underline}.story-paper-ref{color:#888;font-size:12px;font-style:italic}.story-original-link{color:#888;font-size:12px;text-decoration:none}.story-original-link:hover{color:#5f99cf}.homepage-footer{border-top:1px solid #e0e0e0;color:#888;font-family:-apple-system,BlinkMacSystemFont,sans-serif;font-size:11px;padding:20px;text-align:center}.homepage-footer a{color:#5f99cf;text-decoration:none}.homepage-auth{color:#5f99cf;font-family:-apple-system,BlinkMacSystemFont,sans-serif;font-size:12px}.homepage-auth-link{color:#5f99cf;font-weight:700;text-decoration:none}.homepage-auth-link:hover{text-decoration:underline}.homepage-auth-btn{background:none;border:none;color:#5f99cf;cursor:pointer;font:inherit;font-size:12px;padding:0}.homepage-auth-btn:hover{text-decoration:underline}.homepage-auth-register{background:#5f99cf;border-radius:3px;color:#fff;font-weight:700;padding:4px 14px}.homepage-auth-register:hover{background:#4a7faa;text-decoration:none}.story-msm-sources{align-items:center;display:flex;flex-wrap:wrap;font-family:-apple-system,BlinkMacSystemFont,sans-serif;font-size:12px;gap:8px;margin-bottom:12px}.msm-label{color:#888;font-style:italic}.msm-link{background:#f0f7ff;border-radius:3px;color:#5f99cf;font-size:11px;padding:2px 8px;text-decoration:none}.msm-link:hover{background:#e0efff;text-decoration:underline}[data-theme=dark] .msm-link{background:#1a1a2e;color:#5f99cf}[data-theme=dark] .msm-link:hover{background:#2a2a3e}.story-comments-toggle{background:none;border:none;color:#888;cursor:pointer;font-family:-apple-system,BlinkMacSystemFont,sans-serif;font-size:12px;padding:0}.story-comments-toggle:hover{color:#5f99cf}.topic-tabs{display:flex;font-family:-apple-system,BlinkMacSystemFont,sans-serif;gap:8px;justify-content:center;margin-top:20px}.topic-tab{background:#eff7ff;border:1px solid #5f99cf;border-radius:20px;color:#5f99cf;cursor:pointer;font-family:inherit;font-size:13px;font-weight:700;padding:6px 18px;transition:background .15s,color .15s}.topic-tab:hover{background:#dceeff}.topic-tab.active{background:#5f99cf;color:#fff}[data-theme=dark] .topic-tab{background:#272729;border-color:#444;color:#818384}[data-theme=dark] .topic-tab:hover{background:#333}[data-theme=dark] .topic-tab.active{background:#444;color:#d7dadc}.story-topic-badge{border-radius:3px;font-family:-apple-system,BlinkMacSystemFont,sans-serif;font-size:9px;font-weight:700;letter-spacing:.5px;padding:1px 6px;text-transform:uppercase}.topic-science{background:#e8f5e9;color:#2e7d32}.topic-psychology{background:#f3e5f5;color:#7b1fa2}[data-theme=dark] .topic-science{background:#1b3a1b;color:#66bb6a}[data-theme=dark] .topic-psychology{background:#2a1a2e;color:#ba68c8}.story-comments{font-family:-apple-system,BlinkMacSystemFont,sans-serif}.mobile-menu-btn{background:none;border:none;color:#5f99cf;cursor:pointer;display:none;font-size:20px;line-height:1;padding:0 0 0 10px}.mobile-menu{background:#eff7ff;border-bottom:1px solid #5f99cf;display:none;padding:10px 16px}.mobile-menu-nav{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:10px}.mobile-menu-nav a{background:#eff7ff;border:1px solid #5f99cf;border-radius:3px;color:#5f99cf;font-size:12px;font-weight:700;padding:4px 10px;text-decoration:none}.mobile-menu-nav a.active{background:#5f99cf;color:#fff}[data-theme=dark] .mobile-menu-nav a{background:#272729;border-color:#444;color:#818384}[data-theme=dark] .mobile-menu-nav a.active{background:#444;color:#d7dadc}.mobile-menu-auth{align-items:center;border-top:1px solid #cee3f8;display:flex;flex-wrap:wrap;gap:8px;padding-top:8px}.mobile-menu-auth a,.mobile-menu-auth button{background:none;border:none;color:#5f99cf;cursor:pointer;font-family:inherit;font-size:12px;padding:4px 0;text-decoration:none}.mobile-menu-auth a:hover,.mobile-menu-auth button:hover{text-decoration:underline}[data-theme=dark] .mobile-menu{background:#272729;border-bottom-color:#343536}[data-theme=dark] .mobile-menu-auth{border-top-color:#444}.sidebar-toggle{background:#5f99cf;border:none;border-radius:4px;color:#fff;cursor:pointer;display:none;font-family:inherit;font-size:12px;font-weight:700;margin-bottom:10px;padding:8px 16px;width:100%}.sidebar-toggle:hover{background:#4a7faa}@media (max-width:768px){.mobile-menu-btn{display:block}.header-auth-links,.header-right>span,header .nav-tabs{display:none}.mobile-menu{display:block}.container{flex-direction:column;gap:0;padding:8px}.sidebar-toggle{display:block;order:-1}.main-content{order:1;width:100%}.sidebar{display:none!important;order:2;width:100%}.sidebar.sidebar-open{display:block!important;order:0}header{padding:8px 12px}.logo{font-size:16px;margin-right:8px}.article-row{margin-bottom:8px;padding-bottom:8px}.rank{font-size:10px;width:20px}.article-title{font-size:13px}.category-banner{margin-bottom:12px;padding:8px 12px}.category-banner-title{font-size:16px}.homepage-hero{padding:24px 16px 12px}.homepage-hero h1{font-size:22px}.homepage-hero p{font-size:13px}.homepage-feed{padding:0 12px 24px}.story-card{margin-bottom:12px;padding:16px}.story-headline{font-size:17px}.story-summary{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;font-size:14px;line-height:1.6;overflow:hidden}.story-footer{gap:10px}.modal{max-height:90vh;max-width:95vw!important;overflow-y:auto;width:95vw!important}}@media (max-width:480px){header{padding:6px 8px}.logo{font-size:14px;margin-right:6px}.container{padding:6px}.article-title{font-size:12px}.meta-line{font-size:10px}.vote-arrows{margin-right:6px}.arrow{font-size:12px}.rank{display:none}.homepage-hero{padding:16px 12px 8px}.homepage-hero h1{font-size:19px}.homepage-feed{padding:0 8px 16px}.story-card{border-radius:6px;padding:12px}.story-headline{font-size:16px}.story-summary{font-size:13px}.story-footer{font-size:11px;gap:8px}.story-msm-sources{gap:6px}.follow-btn{font-size:11px;padding:3px 12px}}
/*# sourceMappingURL=main.404ef6e8.css.map*/