:root{--bg: var(--tg-theme-secondary-bg-color, #efeff4);--section-bg: var(--tg-theme-section-bg-color, #ffffff);--text: var(--tg-theme-text-color, #000000);--hint: var(--tg-theme-hint-color, #8e8e93);--link: var(--tg-theme-link-color, #2481cc);--accent: var(--tg-theme-accent-text-color, #2481cc);--button: var(--tg-theme-button-color, #2481cc);--button-text: var(--tg-theme-button-text-color, #ffffff);--section-header: var(--tg-theme-section-header-text-color, #6d6d72);--separator: var(--tg-theme-section-separator-color, rgba(0, 0, 0, .08));--subtitle: var(--tg-theme-subtitle-text-color, #8e8e93);--destructive: var(--tg-theme-destructive-text-color, #ff3b30);--safe-top: var(--tg-content-safe-area-inset-top, 0px);--safe-bottom: var(--tg-safe-area-inset-bottom, 0px)}*{box-sizing:border-box}html,body{margin:0;background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,Roboto,Helvetica Neue,Arial,sans-serif;font-size:16px;line-height:1.35;-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:transparent}#root{min-height:100vh;padding-top:var(--safe-top);padding-bottom:calc(var(--safe-bottom) + 24px)}.header{position:sticky;top:0;z-index:2;background:var(--bg);padding:12px 16px 8px}.header h1{margin:0;font-size:22px;font-weight:700;letter-spacing:-.2px}.tabs{display:flex;gap:2px;margin-top:10px;padding:2px;border-radius:9px;background:#7f7f7f29}.tab{flex:1;border:0;border-radius:7px;padding:6px 8px;background:transparent;color:var(--text);font:inherit;font-size:14px;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;cursor:pointer}.tab.active{background:var(--section-bg);box-shadow:0 1px 3px #0000001f;font-weight:600}.status{margin:8px 16px 0;font-size:13px;color:var(--hint);display:flex;align-items:center;gap:6px;flex-wrap:wrap}.status .kw{flex-basis:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--subtitle)}.dot{width:8px;height:8px;border-radius:50%;background:var(--hint);display:inline-block}.dot.ok{background:#34c759}.dot.error{background:var(--destructive)}.dot.running{background:var(--accent);animation:pulse 1s infinite alternate}@keyframes pulse{0%{opacity:.4}to{opacity:1}}.section-title{margin:14px 16px 6px;font-size:13px;font-weight:400;text-transform:uppercase;letter-spacing:.3px;color:var(--section-header)}.section{background:var(--section-bg);margin:0 12px;border-radius:12px;overflow:hidden}.item{display:block;width:100%;text-align:left;border:0;background:transparent;color:inherit;font:inherit;padding:10px 14px 10px 16px;cursor:pointer;position:relative}.item+.item:before{content:"";position:absolute;left:16px;right:0;top:0;height:1px;background:var(--separator)}.item:active{background:#7f7f7f1f}.item .title{font-size:16px;font-weight:500;margin:0 0 3px}.item .meta{font-size:13px;color:var(--subtitle);display:flex;gap:6px;align-items:baseline}.item .meta .src{color:var(--accent);font-weight:500;max-width:60%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.item.fresh .title:before{content:"";display:inline-block;width:7px;height:7px;border-radius:50%;background:var(--accent);margin-right:7px;vertical-align:2px}.button{display:block;width:calc(100% - 24px);margin:16px 12px 0;padding:12px;border:0;border-radius:12px;background:var(--button);color:var(--button-text);font:inherit;font-size:16px;font-weight:600;cursor:pointer}.button:disabled{opacity:.6}.empty,.error-box{margin:40px 24px;text-align:center;color:var(--hint);font-size:15px}.error-box strong{color:var(--destructive);display:block;margin-bottom:6px}.end{min-height:32px;margin:12px 0 0;text-align:center;font-size:13px;color:var(--hint)}
