@charset "UTF-8";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #0f0f0f;--surface: #1a1a1a;--border: #2d2d2d;--text: #f0f0f0;--text-muted: #a0a0a0;--accent: #3b82f6;--font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif}@media (prefers-color-scheme: light){:root{--bg: #fafafa;--surface: #ffffff;--border: #e0e0e0;--text: #1a1a1a;--text-muted: #666666;--accent: #3b82f6}}[data-theme=dark]{--bg: #0f0f0f;--surface: #1a1a1a;--border: #2d2d2d;--text: #f0f0f0;--text-muted: #a0a0a0;--accent: #3b82f6}[data-theme=light]{--bg: #fafafa;--surface: #ffffff;--border: #e0e0e0;--text: #1a1a1a;--text-muted: #666666;--accent: #3b82f6}[data-theme=light]{--bg: #ffffff;--surface: #f7f9f9;--border: #eff3f4;--text: #0f1419;--text-muted: #536471;--accent: #1d9bf0}html,body{height:100%;background:var(--bg);color:var(--text);font-family:var(--font);font-size:14px;line-height:1.6;-webkit-font-smoothing:antialiased;padding:0 16px;max-width:640px;margin:0 auto}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}button{cursor:pointer;border:none;background:none;color:inherit;font:inherit;position:relative;overflow:hidden;-webkit-tap-highlight-color:transparent;transition:transform .12s cubic-bezier(.22,1,.36,1),box-shadow .12s ease}button:active:not(:disabled){transform:scale(.95)}button:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at var(--ripple-x, 50%) var(--ripple-y, 50%),rgba(255,255,255,.25) 0%,transparent 60%);opacity:0;transition:opacity .3s ease;pointer-events:none}button:active:not(:disabled):after{opacity:1;transition:opacity 0s}button:disabled{opacity:.5;cursor:not-allowed}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--surface)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}.login-wrap{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:1rem}.login-card{width:100%;max-width:360px;background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:2rem;display:flex;flex-direction:column;gap:1.25rem}.login-card .brand{font-size:1.8rem;font-weight:800;text-align:center}.login-card form{display:flex;flex-direction:column;gap:1rem}.login-card form label{display:flex;flex-direction:column;gap:.4rem;font-size:.85rem;color:var(--text-muted)}.login-card form label input{background:var(--bg);border:1px solid var(--border);border-radius:8px;color:var(--text);font-size:1rem;padding:.6rem .8rem;outline:none}.login-card form label input:focus{border-color:var(--accent)}.login-card form .error{color:#f4212e;font-size:.85rem}.login-card form button[type=submit]{background:var(--accent);color:#fff;font-weight:700;border-radius:24px;padding:.65rem;font-size:1rem;transition:opacity .15s}.login-card form button[type=submit]:hover:not(:disabled){opacity:.85}.login-card .switch-link{text-align:center;font-size:.85rem;color:var(--text-muted)}.login-card .switch-link a{color:var(--accent);cursor:pointer}.login-card .switch-link a:hover{text-decoration:underline}.timeline-shell{min-height:100vh;max-width:600px;margin:0 auto;position:relative}.timeline-shell:before{content:"";position:fixed;inset:0;z-index:-1;background:var(--timeline-bg, none);background-size:cover;background-position:center;background-repeat:no-repeat;opacity:.15;pointer-events:none}.radar-engine-container{padding:3rem 1.5rem;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:1rem;opacity:.9}.radar-scanner{width:100%;max-width:280px;height:4px;background:var(--border);border-radius:4px;position:relative;overflow:hidden}.radar-beam{position:absolute;top:0;left:-50%;width:40%;height:100%;background:linear-gradient(90deg,transparent,var(--accent),transparent);animation:radar-sweep 2.5s infinite linear}.radar-status{display:flex;align-items:center;gap:.6rem;font-family:Courier New,Courier,monospace;font-size:.75rem;color:var(--accent);letter-spacing:.5px;font-weight:600}.status-dot{width:6px;height:6px;background-color:var(--accent);border-radius:50%;box-shadow:0 0 8px var(--accent);animation:status-pulse 1.5s infinite ease-in-out}.radar-message{font-size:.85rem;color:var(--text-muted);line-height:1.5;max-width:400px}@keyframes radar-sweep{0%{left:-50%}to{left:110%}}@keyframes status-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.85)}}.tl-header{position:sticky;top:0;z-index:10;background:color-mix(in srgb,var(--bg) 80%,transparent);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;padding:.075rem .01rem}.tl-header .brand{font-weight:800;font-size:1.1rem}.tl-header .header-username{font-weight:600;font-size:.85rem;color:var(--text);cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100px;margin:5px}.tl-header .header-username:hover{color:var(--accent)}.tl-header .user-avatar-header{cursor:pointer;flex-shrink:0}.tl-header .user-avatar-header .header-avatar-img{width:32px;height:32px;border-radius:50%;object-fit:cover;border:1.5px solid var(--border)}.tl-header .user-avatar-header .header-avatar-letter{width:32px;height:32px;border-radius:50%;background:var(--accent);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14px;text-transform:uppercase}.tl-header .user-avatar-header:hover .header-avatar-img{border-color:var(--accent)}.tl-header .user-avatar-header:hover .header-avatar-letter{opacity:.85}.tl-header .header-actions{display:flex;gap:.5rem;flex:1;margin-left:20px;margin-right:20px}.tl-header .header-actions.hidden{display:none}.tl-header .header-actions .btn-icon{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1rem;transition:background .15s}.tl-header .header-actions .btn-icon:hover{background:var(--border)}[dir=rtl] .tl-header .header-actions{justify-content:flex-end}.tl-header .tl-nav{display:flex;align-items:center;gap:.4rem;flex-wrap:wrap;justify-content:center}.tl-header .btn-nav{padding:.2rem .6rem;border-radius:6px;font-size:1rem;background:transparent;border:1px solid rgba(255,255,255,.2);color:var(--text-primary, #e0e0e0);cursor:pointer;display:flex;align-items:center;gap:.3rem;transition:background .15s;white-space:nowrap}.tl-header .btn-nav:hover{background:var(--border)}.tl-header .btn-nav:active{background:#ffffff26}.tl-header .btn-nav .badge{background:#8b0000;color:#fff;border-radius:10px;padding:0 .4rem;font-size:.65rem;min-width:16px;text-align:center;line-height:1.4}.tl-header .btn-nav .caret{font-size:.6rem}.tl-header .jump-to-wrapper{position:relative}.tl-header .jump-to-wrapper .btn-newsfor-label{display:inline-flex;align-items:center;gap:4px}.tl-header .jump-to-panel{position:absolute;top:calc(100% + 8px);inset-inline-start:0;background:#191919f5;backdrop-filter:blur(14px);border:1px solid var(--border);border-radius:8px;padding:.5rem;display:flex;flex-direction:column;gap:.5rem;min-width:260px;max-height:400px;overflow-y:auto;z-index:20;animation:fadeSlideIn .12s ease-out}.tl-header .jump-to-panel .jump-to-item{display:flex;align-items:center;gap:10px;padding:.6rem;border-radius:6px;cursor:pointer;transition:background .15s}.tl-header .jump-to-panel .jump-to-item:hover{background:#ffffff14}.tl-header .jump-to-panel .jump-to-item .avatar{width:32px;height:32px;border-radius:50%;background-color:var(--accent);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14px;text-transform:uppercase;flex-shrink:0}.tl-header .jump-to-panel .jump-to-item .poster-info{display:flex;flex-direction:column;min-width:0;flex:1}.tl-header .jump-to-panel .jump-to-item .source-name{font-weight:600;font-size:14px;color:var(--text-primary, #e0e0e0);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tl-header .jump-to-panel .jump-to-item .author{font-size:12px;color:var(--text-secondary, #888);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tl-header .news-for-wrapper{position:relative}.tl-header .news-for-split{display:flex;align-items:stretch;align-self:center}.tl-header .news-for-split .btn-newsfor-arrow{border-start-start-radius:6px;border-end-start-radius:6px;border-start-end-radius:0;border-end-end-radius:0;border-inline-end:none;padding:.2rem .35rem;min-width:24px;justify-content:center}.tl-header .news-for-split .btn-newsfor-label{border-start-start-radius:0;border-end-start-radius:0;border-start-end-radius:6px;border-end-end-radius:6px;border-inline-start:none;padding:.2rem .6rem}.tl-header .news-for-split:not(.has-filter) .btn-newsfor-label{cursor:pointer}.tl-header .news-for-split.has-filter .btn-newsfor-label{background:#664cdc12}.tl-header .news-for-panel{position:absolute;top:calc(100% + 8px);inset-inline-start:0;background:#191919f5;backdrop-filter:blur(14px);border:1px solid var(--border);border-radius:8px;padding:.5rem;display:flex;flex-wrap:wrap;gap:.35rem;min-width:260px;z-index:20;animation:fadeSlideIn .12s ease-out}.tl-header .news-for-panel .btn-time{padding:.3rem .55rem;border-radius:4px;font-size:.82rem;background:#ffffff12;border:1px solid var(--border);color:var(--text-primary, #e0e0e0);cursor:pointer;transition:background .15s}.tl-header .news-for-panel .btn-time:hover{background:#ffffff26}.tl-header .news-for-panel .btn-time:active{background:#ffffff38}.tl-header .news-for-panel .last-hours-row{display:flex;align-items:center;gap:.35rem;width:100%;padding-top:.4rem;border-top:1px solid var(--border);margin-top:.1rem}.tl-header .news-for-panel .last-hours-row .last-label{font-size:.82rem;color:var(--text-secondary, #aaa)}.tl-header .news-for-panel .last-hours-row .last-hours-input{width:48px;padding:.15rem .3rem;border-radius:4px;border:1px solid var(--border);background:#ffffff12;color:var(--text-primary, #e0e0e0);font-size:.82rem;text-align:center}.tl-header .news-for-panel .last-hours-row .last-hours-input::-webkit-inner-spin-button,.tl-header .news-for-panel .last-hours-row .last-hours-input::-webkit-outer-spin-button{opacity:1}.tl-header .news-for-panel .last-hours-row .btn-refresh{width:26px;height:26px;border-radius:50%;font-size:.95rem;display:flex;align-items:center;justify-content:center;background:transparent;border:1px solid var(--border);color:var(--text-primary, #e0e0e0);cursor:pointer;transition:background .15s}.tl-header .news-for-panel .last-hours-row .btn-refresh:hover{background:var(--border)}.btn-latest{position:fixed;bottom:1px;right:max(1px,50vw - 380px);z-index:100;opacity:.6;background:#0006;padding:.6rem 1rem;border-radius:20px;border:1px solid var(--border);color:var(--text-primary, #e0e0e0);cursor:pointer;font-size:.75rem;display:flex;align-items:center;gap:.3rem;box-shadow:0 4px 12px #00000080;white-space:nowrap}.btn-latest:hover{background:var(--border)}.btn-latest .badge{background:#8b0000;color:#fff;border-radius:10px;padding:0 .4rem;font-size:.65rem;min-width:16px;text-align:center;line-height:1.4}.source-filter-header{position:sticky;top:0;z-index:9;background:#000000d9;backdrop-filter:blur(12px);border-bottom:1px solid var(--border);display:flex;align-items:center;gap:10px;padding:.6rem 1rem}.source-filter-header .source-back{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1rem;background:transparent;border:none;color:var(--text-primary, #e0e0e0);cursor:pointer;flex-shrink:0;transition:background .15s}.source-filter-header .source-back:hover{background:var(--border)}.source-filter-header .avatar{width:36px;height:36px;border-radius:50%;background-color:var(--accent, #4a9eff);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:15px;text-transform:uppercase;flex-shrink:0}.source-filter-header .avatar.avatar-img{object-fit:cover}.source-filter-header .poster-info{display:flex;flex-direction:column;min-width:0;flex:1}.source-filter-header .source-name{font-weight:600;font-size:14px;color:var(--text-primary, #e0e0e0);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.source-filter-header .author{font-size:12px;color:var(--text-secondary, #888);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.source-filter-header.user-activity-header{flex-wrap:wrap}.source-filter-header .user-activity-top{display:flex;align-items:center;gap:10px;width:100%}.source-filter-header .activity-chips{display:flex;gap:6px;width:100%;padding-top:6px}.source-filter-header .activity-chip{padding:3px 12px;border-radius:14px;border:1px solid var(--border);background:transparent;color:var(--text-muted, #999);font-size:.75rem;font-weight:600;cursor:pointer;transition:all .15s}.source-filter-header .activity-chip:hover{border-color:var(--accent);color:var(--accent)}.source-filter-header .activity-chip.active{background:var(--accent);border-color:var(--accent);color:#fff}.load-more{display:flex;justify-content:center;padding:.75rem}.load-more button{background:transparent;border:1px solid var(--border);border-radius:24px;padding:.5rem 1.5rem;color:var(--accent);font-weight:600;transition:background .15s}.load-more button:hover:not(:disabled){background:var(--border)}.new-badge{position:sticky;top:53px;z-index:9;background:var(--accent);color:#fff;font-weight:700;font-size:.85rem;text-align:center;padding:.4rem;cursor:pointer;animation:slidein .25s ease}@keyframes slidein{0%{transform:translateY(-100%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes fadeSlideIn{0%{transform:translateY(-10px);opacity:0}to{transform:translateY(0);opacity:1}}.btn-icon:disabled{opacity:.3}.spinner{text-align:center;padding:2rem;color:var(--text-muted)}.scroll-sentinel,.load-more,.radar-engine-container,.skeleton-card{overflow-anchor:none;height:1px}.load-more,.radar-engine-container,.skeleton-card{height:auto}.news-list{display:flex;flex-direction:column;gap:.75rem}.news-list.loading{padding:0}.news-list.no-older{padding-top:0}.news-card{overflow-anchor:auto;contain:layout style paint;background:var(--surface);border:1px solid var(--border);border-radius:14px;overflow:clip;display:flex;flex-direction:column;gap:.6rem;transition:border-color .15s,background .1s}.news-card:hover{border-color:#444;background:#ffffff0a}.news-card .card-img{width:100%;max-height:350px;object-fit:contain;background:#000;display:block}.news-card .card-body{padding:.75rem 1rem 1rem;display:flex;flex-direction:column;gap:.5rem}.news-card .card-meta{display:flex;justify-content:space-between;gap:.6rem;font-size:.78rem;color:var(--text-muted)}.news-card .card-meta .source{font-weight:700}.news-card .card-title-row{display:flex;align-items:flex-start;gap:.5rem}.news-card .card-title{font-size:1.1rem;font-weight:700;line-height:1.45;flex:1}.news-card .card-title a{color:var(--text);cursor:pointer}.news-card .card-title a:hover{color:var(--accent);text-decoration:none}.news-card .external-link{flex-shrink:0;margin-top:.15rem;width:28px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:50%;color:var(--text-muted);transition:background .15s,color .15s}.news-card .external-link:hover{background:var(--border);color:var(--accent)}.news-card .card-desc{font-size:1.2rem;color:var(--text);line-height:1.7;white-space:pre-wrap}.news-card .desc-wrap{position:relative}.news-card .btn-read-more{display:inline-block;margin-top:.4rem;color:var(--accent);font-weight:600;font-size:.9rem}.news-card .btn-read-more:hover{text-decoration:underline}.news-card .btn-show-less{position:absolute;top:-2rem;left:0;right:0;width:fit-content;margin-inline:auto;z-index:5;padding:.2rem .6rem;background:#000000d9;backdrop-filter:blur(8px);border:1px solid var(--border);border-radius:8px;color:var(--accent);font-weight:600;font-size:.8rem;white-space:nowrap;opacity:.7}.news-card .btn-show-less:hover{background:var(--border)}.skeleton-card .skeleton-img{width:100%;aspect-ratio:16/9;max-height:350px;border-radius:0}.skeleton-card .skeleton-line{height:.75rem;border-radius:4px;display:block}.shimmer{background:linear-gradient(90deg,#1a1a1a 25%,#2a2a2a,#1a1a1a 75%);background-size:200% 100%;animation:shimmer 1.5s infinite}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}
