:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}}body{margin:0}#root{text-align:center;border-inline:1px solid var(--border);box-sizing:border-box;flex-direction:column;width:1126px;max-width:100%;min-height:100svh;margin:0 auto;display:flex}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#0f0f13;--surface:#1a1a22;--surface2:#22222e;--border:#2e2e3e;--text:#e8e8f0;--text2:#889;--accent:#7c6af7;--green:#4caf82;--red:#e05555;--yellow:#f0b429;--yt:#f44;--tg:#2aabee;--news:#7c6af7}html,body,#root{background:var(--bg);height:100%;color:var(--text);-webkit-font-smoothing:antialiased;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;line-height:1.5}.app{flex-direction:column;width:100%;max-width:800px;min-height:100dvh;margin:0 auto;display:flex}.header{z-index:20;background:var(--surface);border-bottom:1px solid var(--border);flex-shrink:0;align-items:center;gap:8px;height:52px;padding:0 12px;display:flex;position:sticky;top:0}.logo{white-space:nowrap;font-size:17px;font-weight:700}.header-user{color:var(--text2);cursor:pointer;white-space:nowrap;border-radius:6px;margin-left:auto;padding:4px 8px;font-size:11px}.header-user:hover{color:var(--text);background:var(--surface2)}.stats{gap:10px;display:flex}.stat{color:var(--text2);flex-direction:column;align-items:center;min-width:30px;font-size:9px;display:flex}.stat-n{color:var(--text);font-size:15px;font-weight:700;line-height:1.1}.stat-n.pending{color:var(--yellow)}.stat-n.approved{color:var(--green)}.stat-n.skipped{color:var(--red)}.nav{z-index:19;background:var(--surface);border-bottom:1px solid var(--border);scrollbar-width:none;flex-shrink:0;display:flex;position:sticky;top:52px;overflow-x:auto}.nav::-webkit-scrollbar{display:none}.nav button{min-width:64px;height:44px;color:var(--text2);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-bottom:2px solid #0000;flex:1;padding:0 6px;font-size:11px;transition:color .15s,border-color .15s}.nav button.active{color:var(--accent);border-bottom-color:var(--accent)}.nav button:active{opacity:.7}.main{flex:1;overflow-y:auto}.feed{flex-direction:column;gap:8px;padding:10px;display:flex}.filter-bar{flex-wrap:wrap;gap:6px;display:flex}.filter-btn{border:1px solid var(--border);background:var(--surface);color:var(--text2);cursor:pointer;white-space:nowrap;border-radius:20px;padding:5px 10px;font-size:12px}.filter-btn.active{background:var(--accent);color:#fff;border-color:var(--accent)}.filter-count{background:#ffffff26;border-radius:8px;margin-left:2px;padding:0 4px;font-size:10px}.count{color:var(--text2);font-size:12px}.section-title{color:var(--text2);padding:4px 0;font-size:12px;font-weight:600}.card{background:var(--surface);border:1px solid var(--border);border-radius:10px;flex-direction:column;gap:7px;width:100%;min-width:0;padding:12px;display:flex}.card--youtube{border-left:3px solid var(--yt)}.card--telegram{border-left:3px solid var(--tg)}.card--news{border-left:3px solid var(--news)}.card-header{color:var(--text2);flex-wrap:wrap;align-items:center;gap:6px;min-width:0;font-size:11px;display:flex}.card-date{white-space:nowrap;margin-left:auto;font-size:10px}.card-title{color:var(--text);word-break:break-word;font-size:14px;font-weight:600;line-height:1.4;text-decoration:none;display:block}.card-title:hover{color:var(--accent)}.card-summary{color:var(--text2);word-break:break-word;font-size:12px;line-height:1.55}.card-comment{color:var(--text2);background:var(--surface2);border-left:2px solid var(--accent);word-break:break-word;border-radius:7px;padding:7px 9px;font-size:12px;line-height:1.5}.card-actions{flex-wrap:wrap;gap:6px;display:flex}.btn{cursor:pointer;white-space:nowrap;border:none;border-radius:8px;min-height:36px;padding:8px 12px;font-size:12px;font-weight:500;transition:opacity .15s}.btn:active{opacity:.7}.btn--approve{background:var(--green);color:#fff}.btn--save{background:var(--surface2);color:var(--text);border:1px solid var(--border)}.btn--skip{background:var(--surface2);color:var(--red);border:1px solid var(--border)}.btn--reset{background:var(--surface2);color:var(--text2)}.task{cursor:pointer;flex-direction:row;align-items:center;gap:10px}.task--done .task-title{color:var(--text2);text-decoration:line-through}.task-check{flex-shrink:0;font-size:18px}.task-title{word-break:break-word;font-size:14px}.task-input{gap:8px;display:flex}.input{background:var(--surface2);border:1px solid var(--border);width:100%;min-width:0;color:var(--text);-webkit-appearance:none;border-radius:8px;padding:10px 12px;font-size:16px}.input:focus{border-color:var(--accent);outline:none}.select{cursor:pointer;-webkit-appearance:auto;background:var(--surface2)}.source-add-form{background:var(--surface);border:1px solid var(--border);border-radius:10px;flex-direction:column;gap:8px;padding:12px;display:flex}.source-form-row{flex-direction:column;gap:8px;display:flex}.hint{color:var(--text2);font-size:11px}.source-card{border-left:3px solid var(--surface2)}.source-url{color:var(--accent);word-break:break-all;font-size:11px;display:block}.source-status{white-space:nowrap;margin-left:auto;font-size:11px}.source-tags{flex-wrap:wrap;gap:4px;display:flex}.tag{background:var(--surface2);color:var(--text2);border-radius:6px;padding:2px 6px;font-size:10px}.login-wrap{background:var(--bg);justify-content:center;align-items:center;min-height:100dvh;padding:16px;display:flex}.login-box{background:var(--surface);border:1px solid var(--border);border-radius:16px;flex-direction:column;gap:16px;width:100%;max-width:360px;padding:28px 20px;display:flex}.login-logo{text-align:center;font-size:28px;font-weight:700}.login-form{flex-direction:column;gap:10px;display:flex}.login-error{color:var(--red);text-align:center;font-size:13px}.loading{text-align:center;color:var(--text2);padding:40px}@media (width>=600px){.header{gap:12px;height:56px;padding:0 16px}.logo{font-size:18px}.nav{top:56px}.nav button{min-width:80px;height:48px;font-size:13px}.feed{gap:10px;padding:14px}.card{border-radius:12px;gap:8px;padding:14px}.card-title{font-size:15px}.card-summary{font-size:13px}.stat{min-width:36px;font-size:10px}.stat-n{font-size:17px}.stats{gap:14px}.source-form-row{flex-direction:row}.btn{padding:8px 14px;font-size:13px}}@media (width>=800px){.header{height:60px;padding:0 20px}.nav{top:60px}.nav button{min-width:90px;padding:0 14px;font-size:14px}.feed{gap:12px;padding:16px}.card{padding:16px}.card-title{font-size:16px}.card-summary{font-size:14px}.stat-n{font-size:19px}.app{border-left:1px solid var(--border);border-right:1px solid var(--border)}.btn{padding:9px 18px;font-size:14px}.input{font-size:14px}}
