:root{--bg: #ffffff;--surface: #ffffff;--surface-2: #f2f2f2;--text: #242424;--text-body: #292929;--text-muted: #6b6b6b;--text-soft: #3d3d3d;--text-nav: #242424;--border: #e6e6e6;--border-soft: #ececec;--border-input: #d4d4d4;--accent: #1a8917;--accent-hover: #156a12;--tag-bg: #f2f2f2;--tag-text: #242424;--info-bg: #f0f9f0;--info-text: #1a8917;--error-bg: #ffeaea;--error-text: #b91c1c;--input-bg: #f9f9f9;color-scheme:light;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif;font-size:16px}[data-theme=dark]{--bg: #1a1a1a;--surface: #1a1a1a;--surface-2: #262626;--text: #e6e6e6;--text-body: #d9d9d9;--text-muted: #8c8c8c;--text-soft: #b3b3b3;--text-nav: #e6e6e6;--border: #2e2e2e;--border-soft: #333333;--border-input: #404040;--accent: #1a8917;--accent-hover: #22a81e;--tag-bg: #262626;--tag-text: #d9d9d9;--info-bg: #1a2e1a;--info-text: #4ade80;--error-bg: #2e1a1a;--error-text: #f87171;--input-bg: #242424;color-scheme:dark}*,*:before,*:after{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);min-height:100vh}button,input{font:inherit;cursor:pointer}a{color:inherit;text-decoration:none}h1,h2,h3,h4,p{margin:0}.link-reset{background:none;border:none;padding:0;text-align:left;color:inherit;cursor:pointer;width:100%}.site-header{position:fixed;top:0;left:0;right:0;height:57px;display:flex;align-items:center;gap:1rem;padding:0 1.25rem;background:var(--surface);border-bottom:1px solid var(--border);z-index:100}.header-logo{display:flex;align-items:center;gap:.5rem;background:none;border:none;cursor:pointer;color:var(--text);padding:.25rem 0;flex-shrink:0}.header-search{display:flex;align-items:center;gap:.5rem;flex:1;max-width:260px;background:var(--input-bg);border:1px solid var(--border-input);border-radius:999px;padding:.375rem .875rem}.header-search input{border:none;background:none;color:var(--text);font-size:.9rem;flex:1;outline:none;min-width:0}.header-search input::placeholder{color:var(--text-muted)}.header-right{display:flex;align-items:center;gap:.75rem;margin-left:auto}.header-user-btn{display:flex;align-items:center;gap:.4rem;padding:.375rem .875rem;border-radius:999px;background:none;border:none;color:var(--text-muted);font-size:.9rem;cursor:pointer;transition:color .12s}.header-user-btn:hover{color:var(--text)}.page-layout{display:flex;min-height:100vh;background:var(--bg);padding-top:57px}.left-sidebar{width:260px;position:fixed;top:57px;left:0;height:calc(100vh - 57px);overflow-y:auto;background:var(--surface);padding:1.25rem 1rem;display:flex;flex-direction:column;gap:.25rem;z-index:10}.sidebar-brand{display:none}.brand-mark{width:2.25rem;height:2.25rem;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:#242424;color:#fff;font-weight:700;font-size:.75rem;letter-spacing:-.03em;flex-shrink:0}[data-theme=dark] .brand-mark{background:#e6e6e6;color:#1a1a1a}.brand-name{font-size:1.25rem;font-weight:700;letter-spacing:-.02em;color:var(--text)}.sidebar-nav-item{display:flex;align-items:center;gap:.875rem;padding:.625rem .75rem;border-radius:999px;background:none;border:none;color:var(--text-nav);font-size:1rem;cursor:pointer;text-align:left;width:100%;transition:background .12s}.sidebar-nav-item:hover{background:var(--surface-2)}.sidebar-nav-item.active{font-weight:600}.sidebar-nav-item svg{flex-shrink:0;color:var(--text-muted)}.sidebar-nav-item.active svg{color:var(--text)}.sidebar-divider{height:1px;background:var(--border);margin:.75rem 0}.sidebar-section-title{font-size:.78rem;font-weight:600;color:var(--text-muted);letter-spacing:.04em;padding:0 .75rem;margin:.5rem 0 .25rem}.sidebar-search{display:flex;align-items:center;gap:.625rem;padding:.625rem .75rem;border-radius:999px;border:1px solid var(--border-input);background:var(--input-bg);margin:.5rem 0}.sidebar-search input{border:none;background:none;color:var(--text);font-size:.9rem;flex:1;outline:none;min-width:0}.sidebar-search input::placeholder{color:var(--text-muted)}.sidebar-footer{margin-top:auto;padding-top:1rem}.sidebar-user-btn{display:flex;align-items:center;gap:.625rem;padding:.625rem .75rem;border-radius:999px;background:none;border:none;color:var(--text-nav);font-size:.9rem;cursor:pointer;text-align:left;width:100%}.sidebar-user-btn:hover{background:var(--surface-2)}.user-avatar{width:2rem;height:2rem;border-radius:50%;background:linear-gradient(135deg,#1a8917,#0d5c0a);color:#fff;font-size:.85rem;font-weight:600;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.lang-theme-row{display:flex;gap:.5rem;padding:0 .75rem;margin-top:.5rem}.mini-toggle{display:inline-flex;border:1px solid var(--border-input);border-radius:999px;overflow:hidden;font-size:.75rem}.mini-toggle button{padding:.25rem .5rem;background:transparent;border:none;color:var(--text-muted);font-size:.75rem}.mini-toggle button.active{background:var(--text);color:var(--bg)}.main-content{margin-left:260px;flex:1;display:flex;min-height:calc(100vh - 57px)}.feed-area{flex:1;min-width:0;padding:3rem 2rem;border-right:1px solid var(--border)}.feed-tabs,.feed-list,.feed-area>h2,.feed-area>p,.feed-area>section,.feed-area>div,.feed-area>article{max-width:680px}.feed-tabs{display:flex;gap:0;border-bottom:1px solid var(--border);margin-bottom:0}.feed-tab{padding:.75rem 0;margin-right:1.5rem;font-size:.9rem;color:var(--text-muted);background:none;border:none;border-bottom:2px solid transparent;cursor:pointer;transition:color .12s,border-color .12s}.feed-tab:hover{color:var(--text)}.feed-tab.active{color:var(--text);border-bottom-color:var(--text);font-weight:500}.feed-item{display:flex;justify-content:space-between;align-items:flex-start;gap:2rem;padding:1.75rem 0;border-bottom:1px solid var(--border);cursor:pointer}.feed-item:hover .feed-item-title{color:var(--text-muted)}.feed-item-body{flex:1;min-width:0}.feed-item-channel{display:inline-block;font-size:.78rem;font-weight:600;color:var(--text-muted);margin-bottom:.5rem;letter-spacing:.02em}.feed-item-title{font-size:1.15rem;font-weight:700;line-height:1.4;letter-spacing:-.01em;color:var(--text);margin-bottom:.5rem;transition:color .12s;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.feed-item-excerpt{font-size:.9rem;color:var(--text-muted);line-height:1.6;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:.75rem}.feed-item-footer{display:flex;align-items:center;gap:1rem;font-size:.8rem;color:var(--text-muted)}.feed-item-thumb{width:112px;height:112px;flex-shrink:0;border-radius:2px;overflow:hidden;background:var(--surface-2)}.feed-item-thumb img{width:100%;height:100%;object-fit:cover;display:block}.feed-item-thumb-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:2rem;color:var(--border);background:var(--surface-2)}.right-sidebar{width:300px;flex-shrink:0;padding:3rem 1.5rem;position:sticky;top:0;height:100vh;overflow-y:auto}.right-section{margin-bottom:2.5rem}.right-section-title{font-size:1rem;font-weight:700;letter-spacing:-.01em;color:var(--text);margin-bottom:1rem}.sidebar-article-list{display:flex;flex-direction:column;gap:1.25rem}.sidebar-article-item{cursor:pointer;background:none;border:none;padding:0;text-align:left;width:100%}.sidebar-article-item:hover .sidebar-article-title{color:var(--text-muted)}.sidebar-article-date{font-size:.78rem;color:var(--text-muted);margin-bottom:.25rem}.sidebar-article-title{font-size:.9rem;font-weight:600;line-height:1.45;color:var(--text);transition:color .12s;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.see-all-link{display:inline-block;margin-top:.75rem;font-size:.85rem;color:var(--accent);background:none;border:none;padding:0;cursor:pointer}.see-all-link:hover{color:var(--accent-hover)}.topic-chips{display:flex;flex-wrap:wrap;gap:.5rem}.topic-chip{display:inline-flex;padding:.4rem .9rem;border-radius:999px;background:var(--tag-bg);color:var(--tag-text);font-size:.82rem;font-weight:500;border:none;cursor:pointer;transition:background .12s}.topic-chip:hover{background:var(--border)}.page-header{margin-bottom:2rem}.page-header h1{font-size:1.75rem;font-weight:700;letter-spacing:-.02em;color:var(--text);margin-bottom:.35rem}.page-header p{font-size:.9rem;color:var(--text-muted)}.article-detail-page{max-width:680px;position:relative}.article-close-btn{display:none;position:absolute;top:0;right:0;width:36px;height:36px;background:none;border:none;font-size:1.4rem;line-height:1;color:var(--text-muted);cursor:pointer;padding:0;align-items:center;justify-content:center}.article-detail-page .article-channel{font-size:.82rem;font-weight:600;color:var(--accent);margin-bottom:1rem;cursor:pointer;background:none;border:none;padding:0}.article-detail-page h1{font-size:2rem;font-weight:800;letter-spacing:-.025em;line-height:1.25;color:var(--text);margin-bottom:1rem}.article-detail-page .article-meta{display:flex;align-items:center;gap:1rem;font-size:.85rem;color:var(--text-muted);margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border)}.article-summary-text{font-size:1.05rem;color:var(--text-soft);line-height:1.75;margin-bottom:2rem;font-style:italic}.article-body{font-size:1rem;line-height:1.85;color:var(--text-body);margin-bottom:2rem}.article-source-link{display:inline-flex;align-items:center;gap:.35rem;font-size:.85rem;color:var(--accent);border:1px solid var(--accent);padding:.5rem 1rem;border-radius:999px;margin-bottom:2rem;transition:background .12s}.article-source-link:hover{background:var(--info-bg)}.related-section-title{font-size:1rem;font-weight:700;color:var(--text);margin-bottom:1rem;padding-top:1.5rem;border-top:1px solid var(--border)}.related-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.related-list li button{font-size:.9rem;color:var(--text);background:none;border:none;padding:0;cursor:pointer;text-align:left;line-height:1.5}.related-list li button:hover{color:var(--accent)}.channel-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1px;background:var(--border);border:1px solid var(--border);border-radius:8px;overflow:hidden}.channel-card-m{background:var(--surface);padding:1.25rem;display:flex;flex-direction:column;gap:.5rem}.channel-card-m h3{font-size:1rem;font-weight:700;color:var(--text)}.channel-card-m p{font-size:.85rem;color:var(--text-muted);line-height:1.5;flex:1}.channel-card-footer{display:flex;justify-content:space-between;align-items:center;font-size:.8rem;color:var(--text-muted);margin-top:.5rem}.enter-btn{font-size:.82rem;color:var(--accent);background:none;border:none;cursor:pointer;padding:0}.report-list{display:flex;flex-direction:column}.report-item{padding:1.5rem 0;border-bottom:1px solid var(--border)}.report-type-badge{display:inline-flex;padding:.2rem .6rem;border-radius:999px;background:var(--tag-bg);color:var(--text-muted);font-size:.72rem;font-weight:600;letter-spacing:.04em;margin-bottom:.5rem}.report-item h3{font-size:1rem;font-weight:700;color:var(--text);margin-bottom:.35rem;cursor:pointer}.report-item h3:hover{color:var(--text-muted)}.report-item p{font-size:.85rem;color:var(--text-muted);line-height:1.55}.report-item-footer{display:flex;justify-content:space-between;align-items:center;margin-top:.75rem;font-size:.8rem;color:var(--text-muted)}.view-btn{font-size:.82rem;color:var(--accent);background:none;border:none;cursor:pointer;padding:0}.archive-group{margin-bottom:2.5rem}.archive-month{font-size:1rem;font-weight:700;color:var(--text);margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid var(--border)}.auth-container{max-width:400px;margin:0 auto;padding:3rem 0}.auth-container h1{font-size:1.75rem;font-weight:800;letter-spacing:-.02em;margin-bottom:.5rem}.auth-container p{font-size:.9rem;color:var(--text-muted);margin-bottom:2rem}.google-button{display:flex;align-items:center;justify-content:center;gap:.65rem;width:100%;padding:.75rem 1rem;border:1px solid var(--border-input);border-radius:999px;background:var(--surface);color:var(--text);font-size:.95rem;font-weight:500;text-decoration:none;cursor:pointer;margin-bottom:1rem;transition:background .12s,border-color .12s}.google-button:hover{background:var(--surface-2);border-color:var(--text-muted)}.auth-divider{display:flex;align-items:center;gap:.75rem;color:var(--text-muted);font-size:.82rem;margin:1rem 0}.auth-divider:before,.auth-divider:after{content:"";flex:1;height:1px;background:var(--border)}.auth-form{display:grid;gap:1rem}.auth-form label{display:grid;gap:.35rem;font-size:.85rem;color:var(--text-muted)}.auth-form input{border:1px solid var(--border-input);background:var(--input-bg);color:var(--text);border-radius:4px;padding:.7rem .875rem;font-size:.95rem;outline:none;transition:border-color .12s}.auth-form input:focus{border-color:var(--text)}.primary-btn{background:var(--text);color:var(--bg);border:none;border-radius:999px;padding:.75rem 1.5rem;font-size:.9rem;font-weight:600;cursor:pointer;width:100%;transition:opacity .12s}.primary-btn:hover{opacity:.85}.logout-btn{display:none;margin-bottom:2rem;padding:.5rem 1.25rem;border-radius:999px;border:1px solid var(--border-input);background:none;color:var(--text-muted);font-size:.9rem;cursor:pointer;transition:color .12s,border-color .12s}.logout-btn:hover{color:var(--text);border-color:var(--text-muted)}@media(max-width:720px){.logout-btn{display:inline-block}}.account-section{max-width:560px}.account-section h2{font-size:1.5rem;font-weight:700;margin-bottom:.35rem}.account-section>p{color:var(--text-muted);font-size:.9rem;margin-bottom:2rem}.subscription-list{display:flex;flex-direction:column;gap:0}.subscription-item{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 0;border-bottom:1px solid var(--border)}.subscription-item strong{font-size:.95rem;display:block;margin-bottom:.2rem}.subscription-item span{font-size:.82rem;color:var(--text-muted)}.digest-page{max-width:680px}.digest-page h1{font-size:1.75rem;font-weight:800;margin-bottom:.5rem}.digest-page>p{font-size:.9rem;color:var(--text-muted);margin-bottom:2rem}.digest-channel-group{margin-bottom:2rem}.digest-channel-title{font-size:.78rem;font-weight:700;letter-spacing:.06em;color:var(--text-muted);margin-bottom:1rem;text-transform:uppercase}.digest-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column}.digest-item{padding:1.25rem 0;border-bottom:1px solid var(--border)}.digest-item strong{display:block;font-size:1rem;font-weight:700;margin-bottom:.4rem}.digest-item p{font-size:.88rem;color:var(--text-muted);line-height:1.6;margin-bottom:.5rem}.source-link{font-size:.82rem;color:var(--accent)}.search-header{margin-bottom:1.5rem}.search-header h2{font-size:1.35rem;font-weight:700}.search-header p{font-size:.85rem;color:var(--text-muted)}.loading-bar{padding:.75rem 1rem;background:var(--info-bg);color:var(--info-text);border-radius:4px;font-size:.85rem;margin-bottom:1rem}.error-banner{padding:.75rem 1rem;background:var(--error-bg);color:var(--error-text);border-radius:4px;font-size:.85rem;margin-bottom:1rem}.empty-state{padding:3rem 0;color:var(--text-muted);font-size:.9rem;text-align:center}.mobile-nav{display:none}@media(max-width:1100px){.right-sidebar{display:none}}@media(max-width:768px){body{overflow-x:hidden}.left-sidebar{display:none}.mobile-nav{display:flex;position:fixed;bottom:0;left:0;right:0;height:56px;background:var(--surface);border-top:1px solid var(--border);z-index:100}.mobile-nav-item{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;background:none;border:none;color:var(--text-muted);font-size:.62rem;cursor:pointer;padding:6px 0 4px;transition:color .12s;min-height:44px}.mobile-nav-item.active{color:var(--text)}.mobile-nav-item svg{flex-shrink:0}.main-content{margin-left:0;padding-bottom:64px}.feed-area{padding:1.25rem 1rem 2rem;border-right:none}.feed-area>h2,.feed-area>p,.feed-area>section,.feed-area>div,.feed-area>article,.feed-list{max-width:100%}.header-right .mini-toggle,.header-user-btn{display:none}.header-search{max-width:160px}.header-right .primary-btn{white-space:nowrap;width:auto;padding:.35rem .75rem;font-size:.85rem}.feed-item{gap:.875rem;padding:1.1rem 0}.feed-item-thumb{width:72px;height:72px;flex-shrink:0;border-radius:4px}.feed-item-title{font-size:.95rem;line-height:1.4}.feed-item-excerpt{display:none}.feed-item-footer{font-size:.78rem}.feed-area>h2{font-size:1.25rem}.topic-chips{gap:.4rem}.topic-chip{font-size:.78rem;padding:.3rem .65rem}.article-detail-page{padding:0}.article-detail-page h1{font-size:1.4rem;line-height:1.3}.article-summary-text{font-size:.92rem}.article-body{font-size:.95rem}.digest-page h1{font-size:1.35rem}.digest-channel-title{font-size:.72rem}.digest-item{padding:1rem 0}.digest-item p{font-size:.85rem}.auth-container{padding:2rem 0}.account-section{max-width:100%}.feed-item-channel{font-size:.72rem}}@media(max-width:390px){.site-header{padding:0 .875rem;gap:.5rem}.header-search{max-width:120px}.feed-area{padding:1rem .875rem 2rem}.feed-item-title{font-size:.9rem}.feed-item-thumb{width:60px;height:60px}.article-detail-page h1{font-size:1.25rem}.digest-page h1{font-size:1.2rem}}
