.insight-skeleton{flex:0 0 280px;height:240px;border-radius:16px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 37%,#f0f0f0 63%);background-size:400% 100%;animation:shimmer 1.2s infinite linear}[data-theme=dark] .insight-skeleton{background:linear-gradient(90deg,#1a1a1a 25%,#2a2a2a 37%,#1a1a1a 63%)}@keyframes shimmer{0%{background-position:-400px 0}100%{background-position:400px 0}}.intro-section{text-align:center;padding:2rem 1rem 1rem}.intro-text{font-size:2rem;font-weight:800;color:var(--primary);margin-bottom:.4rem}[data-theme=dark] .intro-text{color:var(--text-dark)}.intro-sub{font-size:1rem;opacity:.8;margin:0 0 1.2rem}.read-search{display:flex;justify-content:center;gap:.6rem;padding:0 1rem 1rem}.read-search input{padding:.6rem .9rem;border:1px solid rgba(0,0,0,.2);border-radius:8px;min-width:240px;font-size:.95rem}[data-theme=dark] .read-search input{border:1px solid rgba(255,255,255,.15);background:rgba(255,255,255,.05);color:var(--text-dark)}.primary-btn.small{padding:.5rem .9rem;font-size:.9rem;border-radius:8px;background:var(--accent);color:#fff;border:none;cursor:pointer;transition:opacity .25s ease}.primary-btn.small:hover{opacity:.85}.insights-section{margin:1.4rem 0}.insights-section h2{font-weight:700;margin:1rem 0 .6rem;padding-left:2rem;color:var(--primary)}[data-theme=dark] .insights-section h2{color:var(--text-dark)}.insight-list{display:flex;gap:1rem;overflow-x:auto;padding:0 2rem 1.5rem;scrollbar-width:none}.insight-list::-webkit-scrollbar{display:none}.read-article{max-width:780px;margin:2rem auto;padding:1.4rem 1.6rem;background:var(--card-bg);border-radius:16px;box-shadow:0 2px 10px rgba(0,0,0,.06);color:var(--text-light);line-height:1.75;animation:fadeIn .3s ease}[data-theme=dark] .read-article{background:#0a1726;color:var(--text-dark);box-shadow:0 2px 10px rgba(255,255,255,.04)}.article-hero{width:100%;height:340px;object-fit:cover;border-radius:14px;margin-bottom:1.4rem}.article-title{font-size:2rem;font-weight:800;margin-bottom:.6rem;color:var(--primary);line-height:1.3}[data-theme=dark] .article-title{color:var(--text-dark)}.article-meta{font-size:.9rem;opacity:.7;margin-bottom:1.4rem}.article-body p{margin-bottom:1.1rem;font-size:1rem;line-height:1.8}.article-body h2,.article-body h3{margin-top:1.6rem;margin-bottom:.8rem;font-weight:700;color:var(--primary)}[data-theme=dark] .article-body h2,[data-theme=dark] .article-body h3{color:var(--text-dark)}.article-body img{max-width:100%;border-radius:12px;margin:1rem 0}.article-body ul,.article-body ol{margin-left:1.2rem;margin-bottom:1rem}.article-body blockquote{margin:1.2rem 0;padding:.8rem 1.2rem;border-left:4px solid var(--accent);background:rgba(0,0,0,.03);border-radius:8px;font-style:italic}[data-theme=dark] .article-body blockquote{background:rgba(255,255,255,.05)}.read-modal{position:fixed;inset:0;background:rgba(0,0,0,.75);display:none;align-items:center;justify-content:center;z-index:9999;backdrop-filter:blur(6px);padding:1rem}.read-modal.show{display:flex}.read-modal-content{position:relative;background:var(--card-bg);color:var(--text-light);border-radius:16px;max-width:820px;width:95%;max-height:90vh;overflow-y:auto;box-shadow:0 6px 20px rgba(0,0,0,.3);animation:fadeIn .3s ease}[data-theme=dark] .read-modal-content{background:#0a1726;color:var(--text-dark)}.close-btn{position:absolute;top:1rem;right:1.2rem;font-size:1.8rem;background:none;border:none;color:var(--text-light);cursor:pointer;transition:opacity .2s ease}.close-btn:hover{opacity:.7}[data-theme=dark] .close-btn{color:var(--text-dark)}.modal-body{padding:2rem 1.5rem;text-align:left}.modal-body h1{font-size:1.6rem;font-weight:800;margin-bottom:.4rem}.modal-meta{font-size:.85rem;opacity:.7;margin-bottom:1rem}.modal-cover img{width:100%;height:260px;object-fit:cover;border-radius:12px;margin-bottom:1.2rem}.modal-prose p{margin-bottom:1rem;line-height:1.7}.modal-prose h2,.modal-prose h3{margin-top:1.4rem;margin-bottom:.8rem}.modal-prose img{max-width:100%;border-radius:10px;margin:1rem 0}.modal-prose blockquote{margin:1rem 0;padding:.8rem 1rem;border-left:4px solid var(--accent);background:rgba(0,0,0,.04);border-radius:8px}[data-theme=dark] .modal-prose blockquote{background:rgba(255,255,255,.06)}@keyframes fadeIn{from{opacity:0;transform:scale(.97)}to{opacity:1;transform:scale(1)}}@media(max-width:768px){.article-hero{height:220px}.article-title{font-size:1.5rem}.read-article{margin:1rem auto;padding:1rem}.modal-body{padding:1.2rem}.modal-cover img{height:200px}.read-search{flex-direction:column}.read-search input{width:100%;max-width:400px}}@media(max-width:480px){.article-title{font-size:1.3rem}.article-body p{font-size:.95rem}.modal-body h1{font-size:1.3rem}}
