:root{font-family:Inter,Segoe UI,Roboto,sans-serif;background:#f8f7f5;color:#111;line-height:1.5}*{box-sizing:border-box}body{margin:0;background:#f8f7f5}.page-shell{min-height:100vh;display:flex;flex-direction:column}.topbar{background:#fff;border-bottom:1px solid #e2e4e9;padding:12px 24px;display:flex;justify-content:space-between;align-items:center;position:sticky;top:0;z-index:10}.brand{font-size:1.5rem;font-weight:700;color:#e60023}.topbar-actions{display:flex;align-items:center;gap:12px;color:#6b7280}.topbar .pill{border:1px solid #d1d5db;background:transparent;padding:6px 14px;border-radius:999px;cursor:pointer}.content{flex:1;width:min(960px,100%);margin:0 auto;padding:20px}.category-stack{display:flex;flex-direction:column;gap:24px}.category-block{background:#fff;border-radius:16px;padding:18px;border:1px solid #f6d8cc;box-shadow:none}.category-heading{display:flex;align-items:center;gap:8px;margin:0 0 10px}.category-heading h2{margin:0;font-size:1.15rem;color:#c4121a}.category-dot{width:18px;height:18px;border-radius:50%;background:linear-gradient(135deg,#d91c23,#f97316);display:inline-flex;align-items:center;justify-content:center}.lead-article{border:none;background:none;padding:0 0 12px;margin:0 0 12px;text-align:left;cursor:pointer;width:100%;color:inherit;display:flex;gap:16px;align-items:flex-start;border-bottom:1px solid #fde0d1}.lead-image{flex:0 0 168px;max-width:168px;aspect-ratio:4 / 3;border-radius:12px;overflow:hidden;background:#fef2f2}.lead-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;display:block}.lead-copy h3{margin:0 0 6px;font-size:1.15rem;color:#c4121a;line-height:1.25;display:flex;flex-wrap:wrap;align-items:baseline;gap:8px}.lead-meta-inline{font-size:.82rem;color:#6b7280;font-weight:400}.lead-copy p{margin:0;color:#525252;font-size:.95rem}.category-link-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column}.category-link{border:none;background:none;padding:4px 0;text-align:left;width:100%;cursor:pointer;display:flex;flex-wrap:wrap;gap:6px;align-items:baseline;color:inherit}.category-link-title{color:#d91c1c;font-size:1rem;font-weight:600}.category-link-meta{font-size:.78rem;color:#6b7280}.category-link:hover .category-link-title,.category-link:focus-visible .category-link-title{text-decoration:underline}.hero-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px}.article-card{background:#fff;border-radius:18px;overflow:hidden;display:flex;flex-direction:column;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease;height:100%}.article-card:hover{transform:translateY(-4px);box-shadow:0 15px 40px #00000014}.article-card__image{width:100%;aspect-ratio:2 / 3;background:#fff;overflow:hidden;max-height:320px;border-bottom:1px solid #f3f4f6}.article-card__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;display:block}.article-card__image--hero{background:#0f172a}.article-card__image--hero{max-height:360px}.article-card__image--tall{max-height:280px}.article-card__image--mini{max-height:220px}.article-card--mini{min-height:140px}.article-meta{padding:16px;display:flex;flex-direction:column;gap:8px}.article-category{font-size:.85rem;color:#ef4444;text-transform:uppercase;letter-spacing:.08em}.article-meta h3{margin:0;font-size:1.1rem}.article-meta p{margin:0;color:#4b5563;font-size:.95rem}.article-time{font-size:.8rem;color:#9ca3af}.trending-strip{margin-top:32px}.trending-strip h2{margin-bottom:12px}.trending-list{display:flex;overflow-x:auto;gap:12px;padding-bottom:8px}.trending-list::-webkit-scrollbar{height:6px}.trending-list::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:999px}.trending-pill{min-width:220px;border:1px solid #e5e7eb;border-radius:999px;padding:10px 18px;background:#fff;display:flex;align-items:center;gap:12px;cursor:pointer}.trending-pill span:first-child{background:#111;color:#fff;width:28px;height:28px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center}.recommend-block{margin-top:32px;background:#fff;border-radius:24px;padding:24px}.recommend-block .title-list{margin-top:12px}.tabs{margin-top:32px;display:flex;flex-wrap:wrap;gap:10px}.tabs button{padding:8px 18px;border-radius:999px;border:1px solid #d1d5db;background:#fff;cursor:pointer}.tabs button.active{background:#111;color:#fff;border-color:#111}.section-panel{margin-top:16px;background:#fff;border-radius:24px;padding:24px;display:flex;flex-wrap:wrap;gap:20px}.section-feature{flex:1 1 280px;max-width:360px}.section-panel .title-list{flex:2 1 360px}.title-list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2px 12px}.title-list li{border-bottom:1px solid #f3f4f6}.title-list button{width:100%;border:none;background:transparent;text-align:left;padding:6px 0;cursor:pointer;font-size:.95rem;color:#111}.title-list button:hover .title-list__title{color:#e60023}.title-list__title{display:block}.detail-block{background:#fff;border-radius:20px;border:1px solid #f6d8cc;padding:24px;margin-bottom:32px}.detail-heading{display:flex;flex-direction:column}.detail-heading h1{margin:0;font-size:1.75rem;color:#111;line-height:1.3;display:flex;flex-wrap:wrap;align-items:baseline;gap:10px}.detail-heading .detail-meta{font-size:.9rem;color:#6b7280;font-weight:400}.detail-hero{margin:18px 0 24px;border-radius:16px;overflow:hidden;background:#fff5f2;max-height:320px}.detail-hero img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;display:block}.detail-body{font-size:1.05rem;color:#1f2933}.detail-body img{display:block;width:100%;max-width:100%;max-height:400px;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;border-radius:12px}.detail-body figure{margin:16px 0}.detail-body [data-dot=mol-gallery]{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:12px;margin:18px 0}.detail-body [data-dot=mol-gallery] img{width:100%;max-height:320px;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;border-radius:10px}.detail-actions{margin-top:18px}.source-link{display:inline-flex;color:#2563eb;font-weight:600}.error-banner{background:#fee2e2;color:#b91c1c;padding:12px;border-radius:12px;margin-bottom:16px}.loading{text-align:center;color:#6b7280}@media (max-width: 768px){.content{padding:16px}.lead-article{flex-direction:column;align-items:stretch;gap:12px}.lead-image{flex:0 0 auto;max-width:none;width:100%;aspect-ratio:4 / 3}.lead-copy{width:100%}.article-card img{height:180px}.hero-grid{grid-template-columns:1fr}.recommend-body,.section-panel{flex-direction:column}.recommend-body>.article-card,.section-feature,.title-list{max-width:100%;flex:1 1 100%}}
