:root{--bg: #fafaf9;--surface: #ffffff;--surface-hover: #f5f5f4;--text: #1c1917;--text-secondary: #78716c;--text-muted: #a8a29e;--accent: #FF6D05;--accent-soft: #fff4eb;--accent-hover: #e65c00;--border: #e7e5e4;--border-light: #f5f5f4;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .04);--shadow: 0 1px 3px 0 rgb(0 0 0 / .06), 0 1px 2px -1px rgb(0 0 0 / .06);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .05), 0 2px 4px -2px rgb(0 0 0 / .05);--radius: 14px;--radius-sm: 10px}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased}body{font-family:Inter,system-ui,-apple-system,sans-serif;background:var(--bg);color:var(--text);line-height:1.6;min-height:100vh;font-feature-settings:"ss01" on,"ss02" on}a{color:inherit;text-decoration:none}.container{max-width:780px;margin:0 auto;padding:0 1.5rem}header{background:var(--surface);border-bottom:1px solid var(--border-light);padding:0}header .container{display:flex;align-items:center;justify-content:space-between;height:64px}.logo{display:flex;align-items:center;gap:.5rem;font-size:1.125rem;font-weight:700;color:var(--text);letter-spacing:-.01em}.logo-dot{width:8px;height:8px;border-radius:50%;background:var(--accent)}.logo span{color:var(--accent)}.nav-links{display:flex;align-items:center;gap:1.5rem}.nav-links a{font-size:.875rem;font-weight:500;color:var(--text-secondary);transition:color .15s}.nav-links a:hover{color:var(--text)}.hero{padding:3.5rem 0 2.5rem;text-align:center}.hero h1{font-size:2.5rem;font-weight:800;letter-spacing:-.03em;line-height:1.1;margin-bottom:.75rem}.hero p{font-size:1.125rem;color:var(--text-secondary);max-width:480px;margin:0 auto;line-height:1.55}.hero-badge{display:inline-flex;align-items:center;gap:.4rem;font-size:.8rem;font-weight:600;color:var(--accent);background:var(--accent-soft);padding:.4rem .9rem;border-radius:999px;margin-bottom:1.25rem;text-transform:uppercase;letter-spacing:.04em}.hero-badge:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--accent);animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.stats-bar{display:flex;gap:.5rem;flex-wrap:wrap;justify-content:center;margin:2rem 0 .5rem}.stat-pill{display:inline-flex;align-items:center;gap:.4rem;font-size:.8rem;font-weight:600;padding:.35rem .85rem;border-radius:999px;border:1px solid var(--border);background:var(--surface);color:var(--text-secondary)}.stat-pill .dot{width:6px;height:6px;border-radius:50%}.dot-red{background:#dc2626}.dot-amber{background:#d97706}.dot-green{background:#16a34a}.dot-blue{background:#4f46e5}.card{background:var(--surface);border-radius:var(--radius);padding:1.5rem;margin-bottom:.875rem;box-shadow:var(--shadow-sm);transition:box-shadow .2s,transform .2s}.card:hover{box-shadow:var(--shadow-md);transform:translateY(-1px)}.report-list{display:flex;flex-direction:column;gap:.75rem}.report-item{display:flex;align-items:center;justify-content:space-between;gap:1rem;background:var(--surface);border-radius:var(--radius-sm);padding:1.1rem 1.25rem;box-shadow:var(--shadow-sm);transition:all .2s;border:1px solid transparent}.report-item:hover{box-shadow:var(--shadow-md);transform:translateY(-1px);border-color:var(--border)}.report-item-left{display:flex;align-items:center;gap:.875rem;min-width:0}.report-item-icon{width:40px;height:40px;border-radius:10px;background:var(--accent-soft);display:flex;align-items:center;justify-content:center;font-size:1.1rem;flex-shrink:0}.report-item-date{font-weight:600;font-size:.95rem;color:var(--text);white-space:nowrap}.report-item-meta{font-size:.8rem;color:var(--text-muted);margin-top:.1rem}.report-item-arrow{color:var(--text-muted);font-size:1.1rem;transition:transform .2s,color .2s;flex-shrink:0}.report-item:hover .report-item-arrow{color:var(--accent);transform:translate(3px)}.section-header{display:flex;align-items:center;gap:.75rem;margin:2.5rem 0 1rem;padding-bottom:.75rem;border-bottom:1px solid var(--border-light)}.section-header h2{font-size:1.125rem;font-weight:700;letter-spacing:-.01em}.section-count{font-size:.75rem;font-weight:700;padding:.2rem .6rem;border-radius:6px;margin-left:auto}.count-action{background:#fef2f2;color:#dc2626}.count-watch{background:#fffbeb;color:#d97706}.count-learn{background:#f0fdf4;color:#16a34a}.count-fyi{background:#eef2ff;color:#4f46e5}article.card{padding:1.25rem 1.5rem;position:relative;overflow:hidden}article.card:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px}article.card.action:before{background:#dc2626}article.card.watch:before{background:#d97706}article.card.learn:before{background:#16a34a}article.card.fyi:before{background:#4f46e5}article h3{font-size:1rem;font-weight:600;line-height:1.4;margin-bottom:.35rem}article h3 a{color:var(--text);transition:color .15s}article h3 a:hover{color:var(--accent)}article .source{font-size:.8rem;font-weight:500;color:var(--text-muted);margin-bottom:.5rem;display:flex;align-items:center;gap:.35rem}article .source:before{content:"";width:4px;height:4px;border-radius:50%;background:var(--border)}article .summary{font-size:.875rem;color:var(--text-secondary);line-height:1.6}article .tags{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.75rem}article .tag-item{font-size:.75rem;font-weight:500;color:var(--text-muted);background:var(--bg);padding:.2rem .55rem;border-radius:5px}.source-badge{display:inline-flex;align-items:center;font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--accent);background:var(--accent-soft);padding:.12rem .4rem;border-radius:4px;margin-left:.4rem;vertical-align:middle}.back{display:inline-flex;align-items:center;gap:.4rem;margin-bottom:1.5rem;font-size:.875rem;font-weight:500;color:var(--text-secondary);transition:color .15s}.back:hover{color:var(--text)}.empty{text-align:center;padding:5rem 1rem}.empty-icon{font-size:3rem;margin-bottom:1rem;opacity:.5}.empty h2{font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.empty p{color:var(--text-secondary);font-size:.95rem;max-width:400px;margin:0 auto}.empty code{background:var(--surface);padding:.15rem .4rem;border-radius:5px;font-size:.85rem;color:var(--text);border:1px solid var(--border)}footer{text-align:center;padding:2.5rem 0 3rem;color:var(--text-muted);font-size:.8rem}footer .container{border-top:1px solid var(--border-light);padding-top:2rem}.search-btn{display:flex;align-items:center;gap:.4rem;font-size:.8rem;font-weight:500;color:var(--text-muted);background:var(--bg);border:1px solid var(--border);border-radius:8px;padding:.35rem .75rem;cursor:pointer;transition:all .15s}.search-btn:hover{color:var(--text);border-color:var(--text-muted)}.search-overlay{display:none;position:fixed;inset:0;background:#00000040;backdrop-filter:blur(4px);z-index:200;align-items:flex-start;justify-content:center;padding-top:12vh}.search-overlay.active{display:flex}.search-box{background:var(--surface);border-radius:var(--radius);box-shadow:var(--shadow-md);width:100%;max-width:560px;margin:0 1rem;position:relative;overflow:hidden}.search-close{position:absolute;top:.75rem;right:.75rem;width:28px;height:28px;border-radius:6px;border:none;background:var(--bg);color:var(--text-muted);font-size:.85rem;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:10}.search-close:hover{color:var(--text);background:var(--border-light)}.pagefind-ui{--pagefind-ui-scale: .9;--pagefind-ui-primary: var(--accent);--pagefind-ui-text: var(--text);--pagefind-ui-background: var(--surface);--pagefind-ui-border: var(--border);--pagefind-ui-tag: var(--bg)}.pagefind-ui__search-input{border-radius:8px!important;font-family:Inter,sans-serif!important}.pagefind-ui__result{border-radius:8px!important}.pagefind-ui__result-link{color:var(--text)!important;font-weight:600!important}.pagefind-ui__result-link:hover{color:var(--accent)!important}@media (max-width: 640px){.hero{padding:2.5rem 0 1.5rem}.hero h1{font-size:1.875rem}.hero p{font-size:1rem}.container{padding:0 1rem}.report-item{padding:.9rem 1rem}.report-item-icon{width:36px;height:36px}.stats-bar{gap:.4rem}.stat-pill{padding:.3rem .65rem;font-size:.75rem}}
