:root{--primary: #e60012;--primary-dark: #cc0010;--primary-light: #ff1a2a;--gray-900: #111827;--gray-800: #1f2937;--gray-700: #374151;--gray-600: #4b5563;--gray-500: #6b7280;--gray-400: #9ca3af;--gray-200: #e5e7eb;--gray-100: #f3f4f6;--gray-50: #f9fafb;--white: #ffffff;--radius: .75rem;--radius-lg: 1rem;--radius-xl: 1.5rem;--shadow: 0 1px 3px 0 rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1)}.news-index .container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.news-index .breadcrumb{background:var(--gray-50);padding:.75rem 0;margin-top:72px;font-size:.875rem}.news-index .breadcrumb-list{display:flex;align-items:center;gap:.5rem;list-style:none}.news-index .breadcrumb-list li:not(:last-child):after{content:">";margin-left:.5rem;color:var(--gray-400)}.news-index .breadcrumb-list a{color:var(--gray-600);text-decoration:none;transition:color .3s ease}.news-index .breadcrumb-list a:hover{color:var(--primary)}.news-index .page-header{padding:3rem 0;background:var(--gray-50);border-bottom:1px solid var(--gray-200)}.news-index .page-title{font-size:2.5rem;font-weight:800;margin-bottom:.5rem}.news-index .page-subtitle{font-size:1.25rem;color:var(--gray-600)}.news-index .category-section{padding:2rem 0;border-bottom:1px solid var(--gray-200);position:sticky;top:72px;background:var(--white);z-index:100}.news-index .category-tabs{display:flex;gap:1rem;overflow-x:auto;scrollbar-width:none}.news-index .category-tabs::-webkit-scrollbar{display:none}.news-index .category-tab{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:var(--gray-100);border-radius:2rem;font-weight:600;color:var(--gray-700);cursor:pointer;transition:all .3s ease;white-space:nowrap;border:none;text-decoration:none}.news-index .category-tab:hover{background:var(--gray-200)}.news-index .category-tab.active{background:var(--primary);color:var(--white)}.news-index .category-count{background:#fff3;padding:.125rem .5rem;border-radius:1rem;font-size:.875rem}.news-index .main-content{display:grid;grid-template-columns:2fr 1fr;gap:3rem;padding:3rem 0}.news-index .article-list{display:flex;flex-direction:column;gap:1.5rem}.news-index .article-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:1.5rem;display:flex;gap:1.5rem;text-decoration:none;color:inherit;transition:all .3s ease}.news-index .article-card:hover{border-color:var(--primary);box-shadow:var(--shadow-lg);transform:translateY(-2px)}.news-index .article-image{width:180px;height:120px;background:var(--gray-100);border-radius:var(--radius);flex-shrink:0;overflow:hidden}.news-index .article-image img{width:100%;height:100%;object-fit:cover}.news-index .article-content{flex:1;display:flex;flex-direction:column}.news-index .article-meta{display:flex;align-items:center;gap:1rem;margin-bottom:.5rem;font-size:.875rem;color:var(--gray-600)}.news-index .category-badge{background:var(--primary);color:var(--white);padding:.25rem .75rem;border-radius:1rem;font-size:.75rem;font-weight:600}.news-index .category-badge.useful{background:#f59e0b}.news-index .category-badge.tech{background:#6366f1}.news-index .article-title{font-size:1.25rem;font-weight:700;line-height:1.4;margin-bottom:.5rem;color:var(--gray-900)}.news-index .article-card:hover .article-title{color:var(--primary)}.news-index .article-excerpt{color:var(--gray-600);font-size:.875rem;line-height:1.5;flex:1}.news-index .load-more{text-align:center;padding:2rem 0}.news-index .load-more-button{background:var(--white);border:2px solid var(--primary);color:var(--primary);padding:.75rem 2rem;border-radius:2rem;font-weight:600;cursor:pointer;transition:all .3s ease}.news-index .load-more-button:hover{background:var(--primary);color:var(--white)}.news-index .sidebar{position:sticky;top:180px;height:fit-content}.news-index .widget{background:var(--gray-50);border-radius:var(--radius-lg);padding:1.5rem;margin-bottom:1.5rem}.news-index .widget-title{font-size:1.125rem;font-weight:700;margin-bottom:1rem;color:var(--gray-900)}.news-index .category-latest{display:flex;flex-direction:column;gap:1.25rem}.news-index .category-group{padding-bottom:1rem;border-bottom:1px solid var(--gray-200)}.news-index .category-group:last-child{border-bottom:none;padding-bottom:0}.news-index .latest-link{display:block;font-size:.875rem;line-height:1.4;color:var(--gray-700);text-decoration:none;transition:color .3s ease}.news-index .latest-link:hover{color:var(--primary)}.news-index .cta-box{background:linear-gradient(135deg,var(--primary),var(--primary-dark));color:var(--white);padding:2rem;border-radius:var(--radius-lg);text-align:center}.news-index .cta-box h3{font-size:1.25rem;margin-bottom:.5rem}.news-index .cta-box p{margin-bottom:1rem;opacity:.9}.news-index .cta-box-button{background:var(--white);color:var(--primary);padding:.75rem 1.5rem;border-radius:2rem;text-decoration:none;font-weight:600;display:inline-block;transition:all .3s ease}.news-index .cta-box-button:hover{transform:translateY(-2px);box-shadow:0 5px 15px #0003}.news-index .related-services{background:var(--gray-50);padding:4rem 0;margin-top:3rem}.news-index .related-services-header{text-align:center;margin-bottom:3rem}.news-index .related-services-title{font-size:2rem;font-weight:800;margin-bottom:.5rem}.news-index .services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.news-index .service-card{background:var(--white);padding:2rem;border-radius:var(--radius-lg);text-align:center;transition:all .3s ease;text-decoration:none;color:inherit;border:1px solid var(--gray-200)}.news-index .service-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg);border-color:var(--primary)}.news-index .service-icon{font-size:3rem;margin-bottom:1rem}.news-index .service-card h3{font-size:1.25rem;margin-bottom:.5rem;color:var(--gray-900)}.news-index .service-card p{color:var(--gray-600);margin-bottom:1.5rem}.news-index .service-link{color:var(--primary);font-weight:600;text-decoration:none}.news-index .fade-in{opacity:0;transform:translateY(20px);animation:newsIndexFadeIn .6s ease forwards}@keyframes newsIndexFadeIn{to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.news-index .page-title{font-size:1.75rem}.news-index .main-content{grid-template-columns:1fr}.news-index .article-card{flex-direction:column}.news-index .article-image{width:100%;height:180px}.news-index .sidebar{position:static}.news-index .services-grid{grid-template-columns:1fr}}
