*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--navy: #1e3a5f;--blue: #2563eb;--text: #1e293b;--text-gray: #6b7280;--text-light: #9ca3af;--border: #e2e8f0;--bg: #ffffff;--bg-light: #f8fafc;--radius-sm: 6px;--radius-md: 10px;--radius-lg: 16px;--radius-full: 9999px;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .04);--shadow-md: 0 4px 12px rgba(0, 0, 0, .08);--shadow-lg: 0 8px 30px rgba(0, 0, 0, .12);--ease: cubic-bezier(.4, 0, .2, 1)}html{font-size:16px;-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:-apple-system,BlinkMacSystemFont,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,sans-serif;color:var(--text);background:var(--bg-light);line-height:1.6;min-height:100dvh}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer;border:none;background:none;color:inherit}input{font:inherit;border:none;outline:none;background:none;color:inherit}.app{max-width:640px;margin:0 auto;min-height:100dvh;background:var(--bg);position:relative}.header{position:sticky;top:0;z-index:100;background:var(--bg);display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid var(--border)}.header-title{font-size:1.25rem;font-weight:700;color:var(--navy);letter-spacing:-.02em;display:flex;align-items:center;gap:6px}.header-title span{font-size:1.1rem}.refresh-btn{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-full);background:var(--bg-light);transition:background .2s var(--ease),transform .2s var(--ease)}.refresh-btn:hover{background:var(--border)}.refresh-btn.spinning svg{animation:spin .6s var(--ease)}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.refresh-btn svg{width:18px;height:18px;color:var(--navy)}.tab-bar{display:flex;gap:6px;padding:10px 16px;background:var(--bg);position:sticky;top:57px;z-index:90;border-bottom:1px solid var(--border)}.tab-item{padding:7px 16px;border-radius:var(--radius-full);font-size:.875rem;font-weight:500;background:var(--bg-light);color:var(--text-gray);transition:all .2s var(--ease);white-space:nowrap}.tab-item:hover{background:var(--border)}.tab-item.active{background:var(--navy);color:#fff}.category-filter{display:flex;gap:8px;padding:12px 16px;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;background:var(--bg);border-bottom:1px solid var(--border)}.category-filter::-webkit-scrollbar{display:none}.cat-pill{padding:6px 14px;border-radius:var(--radius-full);font-size:.8125rem;font-weight:500;white-space:nowrap;border:1.5px solid var(--border);color:var(--text-gray);background:var(--bg);transition:all .2s var(--ease)}.cat-pill:hover{border-color:var(--text-light)}.cat-pill.active{background:#eef2ff;color:#4f46e5;border-color:#4f46e5}.search-bar{padding:8px 16px 12px;background:var(--bg);border-bottom:1px solid var(--border)}.search-input{width:100%;padding:10px 14px;border-radius:var(--radius-md);background:var(--bg-light);border:1.5px solid var(--border);font-size:.875rem;transition:border-color .2s var(--ease)}.search-input::placeholder{color:var(--text-light)}.search-input:focus{border-color:var(--blue)}.content{padding-bottom:32px}.loading-state,.error-state,.empty-state{text-align:center;padding:48px 24px;color:var(--text-light);font-size:.9375rem}.error-state{color:#dc2626}.article-card{padding:16px;border-bottom:1px solid var(--border);cursor:pointer;transition:background .15s var(--ease);-webkit-tap-highlight-color:rgba(0,0,0,.04)}.article-card:hover{background:var(--bg-light)}.article-card:active{background:#f0f4f8}.article-title{font-size:1rem;font-weight:600;line-height:1.5;color:var(--text);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:6px}.article-summary{font-size:.875rem;line-height:1.6;color:var(--text-gray);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:10px}.article-meta{display:flex;align-items:center;gap:8px;font-size:.75rem;color:var(--text-light);flex-wrap:wrap}.article-source{font-weight:500}.article-date{margin-left:auto}.cat-badge{display:inline-block;padding:2px 8px;border-radius:var(--radius-full);font-size:.6875rem;font-weight:500}.cat-badge.ai-models{background:#dbeafe;color:#2563eb}.cat-badge.ai-products{background:#dcfce7;color:#16a34a}.cat-badge.industry{background:#fef3c7;color:#d97706}.cat-badge.paper{background:#ede9fe;color:#7c3aed}.cat-badge.tip{background:#fce7f3;color:#be185d}.load-more{display:block;width:100%;padding:16px;text-align:center;font-size:.9375rem;font-weight:500;color:var(--navy);border-bottom:2px solid var(--navy);margin:16px 0 0;transition:opacity .2s var(--ease)}.load-more:hover{opacity:.7}.load-more:disabled{opacity:.4;cursor:not-allowed}.detail-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;background:#0000004d;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);opacity:0;transition:opacity .25s var(--ease);pointer-events:none}.detail-overlay.open{opacity:1;pointer-events:auto}.detail-panel{position:fixed;top:0;right:0;bottom:0;width:100%;max-width:640px;background:var(--bg);z-index:210;transform:translate(100%);transition:transform .3s var(--ease);overflow-y:auto;-webkit-overflow-scrolling:touch}.detail-overlay.open+.detail-panel,.detail-panel.open{transform:translate(0)}.detail-header{position:sticky;top:0;background:var(--bg);padding:12px 16px;display:flex;align-items:center;gap:12px;border-bottom:1px solid var(--border);z-index:1}.detail-back{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-full);background:var(--bg-light);font-size:1.2rem;transition:background .2s var(--ease)}.detail-back:hover{background:var(--border)}.detail-header-title{font-size:.9375rem;font-weight:600;color:var(--navy);flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.detail-body{padding:24px 16px 48px}.detail-title{font-size:1.25rem;font-weight:700;line-height:1.5;color:var(--text);margin-bottom:4px}.detail-title-en{font-size:.875rem;color:var(--text-light);font-style:italic;margin-bottom:16px;line-height:1.5}.detail-source-row{font-size:.8125rem;color:var(--text-gray);margin-bottom:20px;display:flex;align-items:center;gap:8px}.detail-summary{font-size:.9375rem;line-height:1.8;color:var(--text);white-space:pre-line;margin-bottom:28px}.detail-link{display:inline-flex;align-items:center;gap:6px;padding:10px 20px;background:var(--navy);color:#fff;border-radius:var(--radius-md);font-size:.875rem;font-weight:500;transition:opacity .2s var(--ease)}.detail-link:hover{opacity:.85}.daily-lead{background:linear-gradient(135deg,var(--navy) 0%,var(--blue) 100%);padding:28px 20px;color:#fff;margin-bottom:4px}.daily-lead-title{font-size:1.25rem;font-weight:700;line-height:1.5;margin-bottom:8px}.daily-lead-paragraph{font-size:.9375rem;line-height:1.7;opacity:.9}.daily-section{margin-bottom:4px}.daily-section-header{background:var(--bg-light);padding:12px 20px;font-size:.9375rem;font-weight:600;color:var(--navy);border-bottom:1px solid var(--border)}.daily-item{padding:14px 20px;border-bottom:1px solid var(--border);cursor:pointer;transition:background .15s var(--ease);-webkit-tap-highlight-color:rgba(0,0,0,.04)}.daily-item:hover{background:var(--bg-light)}.daily-item-header{display:flex;align-items:flex-start;gap:10px}.daily-item-num{flex-shrink:0;width:22px;height:22px;background:var(--navy);color:#fff;border-radius:var(--radius-full);display:flex;align-items:center;justify-content:center;font-size:.6875rem;font-weight:700;margin-top:2px}.daily-item-title{font-size:.9375rem;font-weight:600;color:var(--text);line-height:1.5}.daily-item-summary{font-size:.8125rem;line-height:1.6;color:var(--text-gray);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin:6px 0 6px 32px}.daily-item-source{font-size:.75rem;color:var(--text-light);margin-left:32px}.dailies-list{padding:8px 0}.daily-card{padding:16px 20px;border-bottom:1px solid var(--border);cursor:pointer;transition:background .15s var(--ease);-webkit-tap-highlight-color:rgba(0,0,0,.04)}.daily-card:hover{background:var(--bg-light)}.daily-card-date{font-size:.8125rem;font-weight:600;color:var(--navy);margin-bottom:4px}.daily-card-title{font-size:.9375rem;line-height:1.5;color:var(--text);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}@media(max-width:640px){.detail-panel{max-width:100%}}
