:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color-scheme:light;--page-bg: #f5f7f8;--page-bg-translucent: rgba(245, 247, 248, .94);--surface: #ffffff;--surface-soft: #fbfcfc;--surface-muted: #eef3f2;--surface-empty: #d8e4e0;--border: #dfe7e4;--control-border: #cbd8d5;--text: #182024;--text-strong: #172125;--control-text: #1c2a2e;--muted: #66757b;--muted-strong: #526066;--brand: #11665f;--brand-strong: #0f4d49;--brand-link: #0f615a;--brand-soft: #dff1ed;--success-bg: #e1f3e8;--success-text: #245c3b;--error-bg: #fde8e8;--error-text: #8b2929;--warning-bg: #f4ead1;--warning-text: #805a11;--fresh-bg: #f1fbf6;--fresh-border: #51a88e;--fresh-accent: #2f9b7c;--danger: #a73535;--youtube: #c4302b;--shadow: rgba(20, 33, 38, .04);--bottom-nav-bg: rgba(255, 255, 255, .96);background:var(--page-bg);color:var(--text);line-height:1.45;font-weight:500}[data-theme=dark]{color-scheme:dark;--page-bg: #101414;--page-bg-translucent: rgba(16, 20, 20, .94);--surface: #171d1d;--surface-soft: #1c2424;--surface-muted: #253030;--surface-empty: #2a3735;--border: #2d3a39;--control-border: #3a4a48;--text: #e6eeee;--text-strong: #f3f7f7;--control-text: #e6eeee;--muted: #a2b1af;--muted-strong: #bac7c4;--brand: #2f9b8f;--brand-strong: #7ed6ca;--brand-link: #89dfd2;--brand-soft: #183936;--success-bg: #163724;--success-text: #9ce0b9;--error-bg: #3e1e22;--error-text: #f0a2a2;--warning-bg: #3d321d;--warning-text: #f0cf85;--fresh-bg: #132c23;--fresh-border: #3aa37d;--fresh-accent: #55c79d;--danger: #f07e7e;--youtube: #ff6a60;--shadow: rgba(0, 0, 0, .22);--bottom-nav-bg: rgba(23, 29, 29, .96)}*{box-sizing:border-box}body{margin:0;min-width:320px;background:var(--page-bg)}button,input{font:inherit}a{color:inherit;text-decoration:none}.app-shell{min-height:100vh;display:grid;grid-template-columns:248px minmax(0,1fr)}.sidebar{position:sticky;top:0;height:100vh;display:flex;flex-direction:column;padding:24px 18px;background:var(--surface);border-right:1px solid var(--border)}.brand{display:flex;align-items:center;gap:10px;padding:8px 10px 24px;font-size:1.1rem;font-weight:800}.nav-list{display:grid;gap:6px}.theme-switcher{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:4px;padding:4px;border:1px solid var(--control-border);border-radius:8px;background:var(--surface-soft)}.theme-switcher button{min-width:0;min-height:48px;display:grid;place-items:center;gap:2px;border:0;border-radius:6px;background:transparent;color:var(--muted-strong);cursor:pointer;font:inherit;font-size:.72rem;font-weight:850}.theme-switcher button.active{background:var(--brand-soft);color:var(--brand-strong)}.nav-item,.bottom-item{display:flex;align-items:center;gap:10px;border-radius:8px;color:var(--muted-strong)}.nav-item{min-height:42px;padding:10px 12px}.nav-item.router-link-active,.nav-item.active,.bottom-item.router-link-active,.bottom-item.active{color:var(--brand-strong);background:var(--brand-soft)}.main-surface{width:min(100%,1120px);padding:28px 28px 64px}.page-header{position:sticky;top:0;z-index:2;display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:8px 0 20px;background:var(--page-bg-translucent);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.page-header h1{margin:0;display:flex;flex-wrap:wrap;align-items:center;gap:10px;font-size:clamp(1.7rem,3vw,2.45rem);line-height:1.08;letter-spacing:0}.page-header p{margin:7px 0 0;color:var(--muted);max-width:620px}.header-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px}.button,.icon-button,.segmented button{border:1px solid var(--control-border);background:var(--surface);color:var(--control-text);cursor:pointer}.button{min-height:40px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 14px;border-radius:8px;font-weight:750;white-space:nowrap}.button.primary{border-color:var(--brand);background:var(--brand);color:var(--surface)}.button:disabled,.icon-button:disabled{opacity:.55;cursor:not-allowed}.icon-button{width:38px;height:38px;display:inline-grid;place-items:center;border-radius:8px}.icon-button.danger{color:var(--danger)}.icon-link{color:var(--youtube)}.title-icon-link{width:34px;height:34px;transform:translateY(2px)}.segmented{display:flex;border:1px solid var(--control-border);border-radius:8px;overflow:hidden;background:var(--surface)}.segmented button{min-height:38px;padding:0 13px;border:0;border-right:1px solid var(--control-border);background:transparent;font-weight:750}.segmented button:last-child{border-right:0}.segmented button.active{background:var(--brand-soft);color:var(--brand-strong)}.video-list,.subscription-list,.subscription-group{display:grid;gap:10px}.subscription-group+.subscription-group{margin-top:8px}.subscription-group-title{margin:0;color:var(--muted-strong);font-size:.82rem;font-weight:850;text-transform:uppercase}.video-row,.bookmark-empty-row,.subscription-row,.tool-panel,.settings-panel,.empty-state{background:var(--surface);border:1px solid var(--border);border-radius:8px;box-shadow:0 1px 2px var(--shadow)}.video-row{display:grid;grid-template-columns:193px minmax(0,1fr) auto;gap:14px;min-height:104px;padding:10px}.bookmark-empty-row{min-height:104px;display:grid;align-items:center;padding:10px 14px;color:var(--muted);font-weight:750}.video-row.fresh{border-color:var(--fresh-border);background:var(--fresh-bg);box-shadow:inset 4px 0 0 var(--fresh-accent),0 1px 2px var(--shadow)}.thumb-link{display:block;aspect-ratio:16 / 9;align-self:center}.thumb{width:100%;height:100%;display:block;object-fit:cover;border-radius:6px;background:var(--surface-empty)}.thumb-empty{border:1px dashed var(--control-border)}.video-body{min-width:0;display:grid;align-content:center;gap:7px}.video-meta,.subscription-meta{display:flex;flex-wrap:wrap;align-items:center;gap:8px;color:var(--muted);font-size:.87rem}.video-meta a{color:var(--brand-link);font-weight:800}.video-title{display:block;overflow-wrap:anywhere;color:var(--text-strong);font-size:1.03rem;font-weight:800}.row-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px}.badge{display:inline-flex;align-items:center;min-height:22px;padding:0 8px;border-radius:999px;background:var(--surface-muted);color:var(--muted-strong);font-size:.76rem;font-weight:850;text-transform:uppercase}.badge.active{background:var(--brand-soft);color:var(--brand-strong)}.badge.disabled{background:var(--warning-bg);color:var(--warning-text)}.title-badge{transform:translateY(2px)}.new-badge{background:var(--brand-soft);color:var(--brand-strong)}.notice{margin:0 0 14px;padding:12px 14px;border-radius:8px;font-weight:700}.notice.error{background:var(--error-bg);color:var(--error-text)}.notice.success{background:var(--success-bg);color:var(--success-text)}.load-more{width:100%;margin-top:14px}.search-panel{display:flex;align-items:center;gap:8px;margin:0 0 14px}.search-field{min-width:0;flex:1;height:42px;display:flex;align-items:center;gap:9px;border:1px solid var(--control-border);border-radius:8px;padding:0 12px;background:var(--surface);color:var(--muted-strong)}.search-field input{min-width:0;flex:1;border:0;outline:0;background:transparent;color:var(--control-text)}.search-field input::placeholder{color:var(--muted)}.empty-state{padding:42px 18px;text-align:center}.empty-state h2{margin:0 0 8px;font-size:1.2rem}.empty-state p{margin:0;color:var(--muted)}.tool-panel,.settings-panel{display:flex;align-items:center;gap:10px;padding:12px;margin-bottom:14px}.settings-panel{justify-content:space-between;flex-wrap:wrap}.settings-title,.checkbox-field,.number-field{display:inline-flex;align-items:center;gap:8px}.settings-title{min-height:40px;margin-right:8px;color:var(--text-strong);font-weight:850}.auto-update-controls{display:inline-flex;align-items:center;gap:12px;padding:8px;border:1px solid var(--control-border);border-radius:8px;background:var(--surface-soft)}.checkbox-field,.number-field{min-height:40px;color:var(--muted-strong);font-weight:750}.checkbox-field input{width:18px;height:18px;accent-color:var(--brand)}.number-field input{width:92px;height:40px;border:1px solid var(--control-border);border-radius:8px;padding:0 10px;background:var(--surface-soft)}.add-form{flex:1;display:flex;gap:10px}.add-form input{min-width:0;flex:1;height:42px;border:1px solid var(--control-border);border-radius:8px;padding:0 12px;background:var(--surface-soft)}.file-button{position:relative;overflow:hidden}.file-button input{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer}.subscription-row{display:grid;grid-template-columns:48px minmax(0,1fr) auto;align-items:center;gap:14px;padding:14px}.subscription-logo{width:48px;height:48px;border-radius:8px;object-fit:cover;background:var(--surface-empty)}.logo-fallback{display:grid;place-items:center;color:var(--brand-strong);font-weight:850}.subscription-title{display:inline-block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:850}.subscription-main{min-width:0}.row-error{margin:8px 0 0;color:var(--error-text);font-size:.9rem}.bottom-nav{display:none}.login-page{min-height:100vh;display:grid;place-items:center;padding:24px}.login-panel{width:min(100%,380px);display:grid;gap:14px;padding:24px;border:1px solid var(--border);border-radius:8px;background:var(--surface);box-shadow:0 1px 2px var(--shadow)}.login-brand{display:flex;align-items:center;gap:10px;color:var(--text-strong)}.login-brand h1{margin:0;font-size:1.5rem;line-height:1.1}.login-field{display:grid;gap:6px;color:var(--muted-strong);font-weight:750}.login-field input{height:42px;border:1px solid var(--control-border);border-radius:8px;padding:0 12px;background:var(--surface-soft);color:var(--control-text)}.login-submit{width:100%}.spin{animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:760px){.app-shell{display:block}.sidebar{display:none}.main-surface{width:100%;padding:18px 12px 88px}.page-header{position:static;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:14px;padding-bottom:16px}.header-actions{grid-column:2;grid-row:1;align-self:start;justify-self:end;justify-content:flex-end}.header-actions>*{flex:0 0 auto}.video-row{grid-template-columns:133px minmax(0,1fr);gap:10px}.video-row .row-actions{grid-column:1 / -1;justify-content:flex-start;padding-left:143px}.video-title{font-size:.98rem}.tool-panel,.settings-panel,.auto-update-controls,.add-form,.search-panel,.subscription-row{display:grid}.search-panel{grid-template-columns:minmax(0,1fr) auto auto}.settings-panel{grid-template-columns:minmax(0,1fr) auto;align-items:start}.settings-panel .settings-title{grid-column:1;grid-row:1}.theme-panel .theme-switcher{grid-column:2;grid-row:1;justify-self:end}.auto-update-form .auto-update-controls{grid-column:1 / -1;width:100%}.subscription-row{grid-template-columns:44px minmax(0,1fr)}.subscription-logo{width:44px;height:44px}.subscription-row .row-actions{grid-column:2;justify-content:flex-start}.bottom-nav{position:fixed;left:0;right:0;bottom:0;z-index:3;display:grid;grid-template-columns:repeat(4,1fr);gap:4px;padding:8px 10px calc(8px + env(safe-area-inset-bottom));background:var(--bottom-nav-bg);border-top:1px solid var(--border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.bottom-item{min-height:50px;justify-content:center;flex-direction:column;gap:3px;font-size:.76rem;font-weight:850}}@media(max-width:420px){.video-row{grid-template-columns:1fr}.thumb-link{width:100%}.video-row .row-actions{padding-left:0}.segmented button{padding:0 10px}}
