order-top: 1px solid var(--border); border-radius: 16px 16px 0 0; padding: 12px 0 24px; padding-bottom: calc(24px + env(safe-area-inset-bottom)); } .filter-panel-title { padding: 12px 20px 8px; font-size: 12px; color: var(--text-dim); letter-spacing: 0.1em; } .filter-option { display: block; width: 100%; min-height: 48px; padding: 14px 20px; font-size: 16px; line-height: 1.4; text-align: left; background: none; border: none; border-bottom: 1px solid var(--border); color: var(--text); font-family: inherit; cursor: pointer; -webkit-tap-highlight-color: transparent; } .filter-option:last-child { border-bottom: none; } .filter-option:hover, .filter-option:active { background: rgba(0, 255, 242, 0.08); } .filter-option.selected { color: var(--glow-cyan); } @media (max-width: 768px) { .filters { flex-wrap: wrap; gap: 12px; } .filters label { width: 100%; font-size: 12px; } .filters .filter-select-native { display: none !important; } .filters .filter-trigger { display: block; } } @media (min-width: 769px) { .filter-trigger { display: none !important; } .filter-overlay { display: none !important; } } ul { list-style: none; margin: 0; padding: 0; } li { display: flex; align-items: center; padding: 14px 18px; margin-bottom: 8px; background: var(--bg-panel); border: 1px solid var(--border); border-left: 2px solid transparent; gap: 14px; transition: border-color .2s, box-shadow .2s, background .2s; } li:hover { border-left-color: var(--glow-cyan); box-shadow: var(--item-hover-shadow); background: var(--item-hover-bg); } .source { flex-shrink: 0; font-size: 10px; padding: 4px 10px; border: 1px solid var(--source-border); color: var(--glow-magenta); background: var(--source-bg); letter-spacing: 0.05em; max-width: 76px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .title { flex: 1; font-size: 14px; line-height: 1.5; min-width: 0; color: var(--text); } .heat { flex-shrink: 0; font-size: 11px; color: var(--glow-cyan); opacity: 0.9; } a.item-link { color: inherit; text-decoration: none; display: flex; align-items: center; gap: 14px; width: 100%; } a.item-link:hover .title { color: var(--glow-cyan); text-shadow: 0 0 12px rgba(0, 255, 242, 0.3); } [data-theme="light"] a.item-link:hover .title { text-shadow: none; } .empty { text-align: center; padding: 48px 24px; color: var(--text-dim); border: 1px dashed var(--border); font-size: 13px; } .footer { margin-top: 32px; font-size: 10px; color: var(--text-dim); letter-spacing: 0.15em; } .scroll-btns { position: fixed; bottom: 24px; right: 24px; z-index: 10; display: flex; flex-direction: column; gap: 8px; } .scroll-btn { width: 44px; height: 44px; padding: 0; display: flex; align-items: center; justify-content: center; bac