*{margin:0;padding:0;box-sizing:border-box}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;color:#333;background-color:#f8f9fa}html{font-size:18px;-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}a:hover{opacity:.8}header{background:linear-gradient(135deg,#2c3e50,#34495e);color:white;padding:2rem 0;box-shadow:0 2px 10px rgba(0,0,0,.1)}.header-content{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:flex-start;gap:26px}.logo-icon{height:72px;width:auto;border-radius:8px;object-fit:cover;text-decoration:none;margin-top:1px}.site-title{color:white;text-decoration:none;line-height:1.1}.site-title h1{font-size:2rem;font-weight:300;line-height:1.1;margin:2px 0 0}.tagline{font-size:.9rem;opacity:.9;margin-top:9px}nav ul{list-style:none;display:flex;gap:2rem}nav a{color:white;text-decoration:none;font-weight:500;transition:opacity .3s}nav a:hover{opacity:.8}.container{max-width:1200px;margin:0 auto;padding:0 20px}main{min-height:500px}footer,main{padding:2rem 0}footer{background:#2c3e50;color:white;margin-top:3rem;text-align:center}.footer-content{max-width:1200px;margin:0 auto;padding:0 20px}.footer-links{display:flex;justify-content:center;gap:2rem;margin-bottom:1rem}.footer-links a{color:white;text-decoration:none}.footer-links a:hover{opacity:.8}.footer-content p{font-size:.9rem}.border-blue,.category-blue,.filter-blue.active,.tag-blue{--category-color:#3498db}.border-red,.category-red,.filter-red.active,.tag-red{--category-color:#e74c3c}.border-green,.category-green,.filter-green.active,.tag-green{--category-color:#27ae60}.border-magenta,.category-magenta,.filter-magenta.active,.tag-magenta{--category-color:#e91e63}.border-orange,.category-orange,.filter-orange.active,.tag-orange{--category-color:#f39c12}.border-purple,.category-purple,.filter-purple.active,.tag-purple{--category-color:#9b59b6}.border-teal,.category-teal,.filter-teal.active,.tag-teal{--category-color:#1abc9c}.border-gray,.category-gray,.filter-gray.active,.tag-gray{--category-color:#7f8c8d}.welcome-section{background:white;border-radius:10px;padding:2rem;margin-bottom:2rem;box-shadow:0 2px 10px rgba(0,0,0,.1)}.welcome-section h2{color:#2c3e50;margin-bottom:1rem;font-size:1.8rem;font-weight:300}.welcome-carousel-container{position:relative;margin-top:1.5rem}.welcome-carousel{overflow:hidden;width:100%}.welcome-cards-track{display:flex;transition:transform .4s cubic-bezier(.25,.46,.45,.94);gap:1.5rem}.welcome-card{background:#f8f9fa;border-radius:8px;padding:1.5rem;border-left:4px solid #3498db;flex-grow:0;flex-shrink:0;flex-basis:calc(40% - 0.75rem);min-width:250px;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer}.welcome-card:hover{transform:translateY(-2px);box-shadow:0 4px 15px rgba(0,0,0,.1);text-decoration:none!important;color:inherit!important}.welcome-card.blue{border-left-color:#3498db}.welcome-card.red{border-left-color:#e74c3c}.welcome-card.green{border-left-color:#27ae60}.welcome-card.magenta{border-left-color:#e91e63}.welcome-card.orange{border-left-color:#f39c12}.welcome-card.purple{border-left-color:#9b59b6}.welcome-card.teal{border-left-color:#1abc9c}.welcome-card.gray{border-left-color:#7f8c8d}.welcome-card h3{color:#2c3e50;margin-bottom:.5rem;font-size:1.1rem}.welcome-card p{color:#666;line-height:1.4}.carousel-nav{position:absolute;top:50%;transform:translateY(-50%);background:rgba(52,58,64,.9);color:white;border:none;width:50px;height:60px;cursor:pointer;border-radius:5px;font-size:1.2rem;font-weight:700;transition:all .3s ease;z-index:10;display:flex;align-items:center;justify-content:center}.carousel-nav:hover{background:rgba(33,37,41,.95);transform:translateY(-50%) scale(1.05)}.carousel-nav:disabled{background:rgba(149,165,166,.5);cursor:not-allowed;transform:translateY(-50%);opacity:0;visibility:hidden}.carousel-nav.prev{left:-25px}.carousel-nav.next{right:-25px}.carousel-nav:before{content:"";width:0;height:0;border-style:solid}.carousel-nav.prev:before{border-width:8px 12px 8px 0;border-color:transparent white transparent transparent}.carousel-nav.next:before{border-width:8px 0 8px 12px;border-color:transparent transparent transparent white}.news-section{background:white;border-radius:10px;padding:2rem;box-shadow:0 2px 10px rgba(0,0,0,.1)}.news-section h2{color:#2c3e50;margin-bottom:.5rem;font-size:1.8rem;font-weight:300}.news-card{display:flex!important;align-items:flex-start!important;gap:1.2rem!important;padding:.75rem!important;border:.5px solid #eee!important;margin-bottom:.85rem!important;background:#f8f9fa!important;text-decoration:none!important;color:black!important;border-radius:5px!important;transition:all .3s ease!important}.news-card:hover{background-color:#f8f9fa!important;transform:translateY(-1px)!important;box-shadow:0 2px 8px rgba(0,0,0,.1)!important}.news-card:last-child{margin-bottom:0!important}.news-thumb{width:80px!important;height:60px!important;background:#3498db!important;color:white!important;display:flex!important;align-items:center!important;justify-content:center!important;border-radius:5px!important;flex-shrink:0!important;font-weight:700!important;overflow:hidden!important}.news-content{flex:1 1!important;min-width:0!important}.news-content h3{color:#2c3e50!important;margin:0 0 .3rem!important;font-size:1.1rem!important;line-height:1.3!important;transition:color .3s!important}.news-card:hover .news-content h3{color:#3498db!important}.news-meta{color:#666!important;font-size:.85rem!important;margin-bottom:.4rem!important}.news-excerpt{color:#555!important;font-size:.9rem!important;line-height:1.4!important}.view-all-btn{display:inline-block;margin-top:1.5rem;padding:.8rem 1.5rem;background:#3498db;color:white;text-decoration:none;border-radius:5px;transition:background-color .3s}.view-all-btn:hover{background:#2980b9}.page-header{background:white;border-radius:10px;padding:2rem;margin-bottom:2rem;box-shadow:0 2px 10px rgba(0,0,0,.1)}.page-header h1{color:#2c3e50;font-size:2rem;font-weight:300;margin-bottom:1rem}.filter-buttons{background:white;border-radius:10px;padding:1.5rem;margin-bottom:2rem;box-shadow:0 2px 10px rgba(0,0,0,.1)}.filter-buttons h3{color:#2c3e50;font-size:1.1rem;margin-bottom:1rem;font-weight:500}.filter-list{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center}.filter-btn{padding:.6rem 1.2rem;background:#f8f9fa;color:#555;text-decoration:none;border-radius:25px;font-size:.9rem;font-weight:500;transition:all .3s ease;border:2px solid transparent;cursor:pointer}.filter-btn:hover{background:#e9ecef;color:#2c3e50;text-decoration:none}.filter-btn.active{background:#3498db;color:white;border-color:#2980b9}.filter-btn.all-articles{background:#7f8c8d;color:white}.filter-btn.all-articles:hover{background:#95a5a6;color:white}.filter-btn.all-articles.active{background:#6c7b7d;border-color:#6c7b7d}.filter-blue{background:rgba(52,152,219,.15);color:#2c3e50}.filter-blue:hover{background:rgba(52,152,219,.25);color:#2c3e50}.filter-blue.active{background:#3498db;color:white;border-color:#2980b9}.filter-red{background:rgba(231,76,60,.15);color:#2c3e50}.filter-red:hover{background:rgba(231,76,60,.25);color:#2c3e50}.filter-red.active{background:#e74c3c;color:white;border-color:#c0392b}.filter-green{background:rgba(39,174,96,.15);color:#2c3e50}.filter-green:hover{background:rgba(39,174,96,.25);color:#2c3e50}.filter-green.active{background:#27ae60;color:white;border-color:#229954}.filter-magenta{background:rgba(233,30,99,.15);color:#2c3e50}.filter-magenta:hover{background:rgba(233,30,99,.25);color:#2c3e50}.filter-magenta.active{background:#e91e63;color:white;border-color:#c2185b}.filter-orange{background:rgba(243,156,18,.15);color:#2c3e50}.filter-orange:hover{background:rgba(243,156,18,.25);color:#2c3e50}.filter-orange.active{background:#f39c12;color:white;border-color:#e67e22}.filter-purple{background:rgba(155,89,182,.15);color:#2c3e50}.filter-purple:hover{background:rgba(155,89,182,.25);color:#2c3e50}.filter-purple.active{background:#9b59b6;color:white;border-color:#8e44ad}.filter-teal{background:rgba(26,188,156,.15);color:#2c3e50}.filter-teal:hover{background:rgba(26,188,156,.25);color:#2c3e50}.filter-teal.active{background:#1abc9c;color:white;border-color:#16a085}.filter-gray{background:rgba(127,140,141,.15);color:#2c3e50}.filter-gray:hover{background:rgba(127,140,141,.25);color:#2c3e50}.filter-gray.active{background:#7f8c8d;color:white;border-color:#6c7b7d}.articles-container{background:white;border-radius:10px;padding:2rem;box-shadow:0 2px 10px rgba(0,0,0,.1)}.articles-list{display:flex;flex-direction:column;gap:1.5rem}.article-card{border:1px solid #eee;border-radius:8px;padding:.75rem 1.5rem;display:flex;align-items:flex-start;gap:1.5rem;transition:transform .3s,box-shadow .3s,background-color .3s;cursor:pointer}.article-card,.article-card:hover{background-color:#f8f9fa;color:inherit;text-decoration:none}.article-card:hover{transform:translateY(-2px);box-shadow:0 4px 15px rgba(0,0,0,.1)}.article-card.hidden{display:none}.article-thumbnail{width:148px;height:111px;border-radius:8px;flex-shrink:0;display:flex;align-items:center;justify-content:center;color:white;font-weight:700;font-size:1rem;position:relative;overflow:hidden}.article-thumbnail img{width:100%;height:100%;object-fit:cover;border-radius:8px}.thumb-default{background:linear-gradient(45deg,#3498db,#2980b9)}.article-thumbnail .category-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:1rem;font-weight:700;text-align:center;z-index:2}.news-card-content{flex:1 1;min-width:0}.news-card-content h3{font-size:1.3rem;margin-bottom:0;color:#2c3e50;line-height:1.1}.article-card:hover .news-card-content h3{color:#3498db}.article-meta{color:#666;font-size:.85rem;margin-bottom:.3rem}.article-excerpt{color:#555;line-height:1.2;margin-bottom:.7rem}.category-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.1rem}.category-tag{background:#f8f9fa;color:#666;padding:.25rem .5rem;border-radius:3px;font-size:.8rem}.tag-blue{background:rgba(52,152,219,.15);color:#2c3e50}.tag-red{background:rgba(231,76,60,.15);color:#2c3e50}.tag-green{background:rgba(39,174,96,.15);color:#2c3e50}.tag-magenta{background:rgba(233,30,99,.15);color:#2c3e50}.tag-orange{background:rgba(243,156,18,.15);color:#2c3e50}.tag-purple{background:rgba(155,89,182,.15);color:#2c3e50}.tag-teal{background:rgba(26,188,156,.15);color:#2c3e50}.tag-gray{background:rgba(127,140,141,.15);color:#2c3e50}.articles-count{color:#666;font-size:.9rem;margin-bottom:1rem;transition:opacity .3s}.no-articles{text-align:center;padding:3rem;color:#666}.post-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.5rem;gap:1.5rem}.post-grid-card{background:white;border-radius:10px;overflow:hidden;box-shadow:0 2px 10px rgba(0,0,0,.08);display:flex;flex-direction:column;text-decoration:none;color:inherit;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease}.post-grid-card:hover{transform:translateY(-3px);box-shadow:0 6px 20px rgba(0,0,0,.12);text-decoration:none;color:inherit}.post-grid-card.hidden{display:none}.post-grid-image{position:relative;width:100%;aspect-ratio:3/2;overflow:hidden;background:#e9ecef}.post-grid-image img{width:100%;height:100%;object-fit:cover}.post-grid-image-default{background:linear-gradient(45deg,#3498db,#2980b9);display:flex;align-items:center;justify-content:center}.post-grid-image-text{color:white;font-weight:700;font-size:1.4rem;letter-spacing:.05em}.post-grid-body{padding:1rem 1.2rem 1.2rem;display:flex;flex-direction:column;gap:.4rem;flex:1 1}.post-grid-meta{color:#888;font-size:.8rem}.post-grid-title{font-size:1.1rem;font-weight:600;color:#2c3e50;line-height:1.3;margin:0}.post-grid-card:hover .post-grid-title{color:#3498db}.post-grid-excerpt{color:#555;font-size:.85rem;line-height:1.4;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.post-grid-tags{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:auto;padding-top:.5rem}@media (max-width:1023px){.post-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:767px){.post-grid{grid-template-columns:1fr}.post-grid-title{font-size:1.05rem}.post-grid-excerpt{-webkit-line-clamp:2}}.article-header{background:white;border-radius:10px;padding:2rem;margin-bottom:2rem;box-shadow:0 2px 10px rgba(0,0,0,.1)}.article-header h1{color:#2c3e50;font-size:2.2rem;font-weight:300;margin-bottom:1rem;line-height:1.3}.article-intro{font-size:1.1rem;color:#555;font-weight:500;line-height:1.6;border-left:4px solid #7f8c8d;padding-left:1rem;margin:1.5rem 0 0}.featured-image{max-width:100%;max-height:400px;width:auto;height:auto;border-radius:8px;margin:2rem auto;display:block}.article-content,.featured-image{box-shadow:0 2px 10px rgba(0,0,0,.1)}.article-content{background:white;border-radius:10px;padding:2rem;margin-bottom:2rem}.article-body h2{color:#2c3e50;font-size:1.6rem;font-weight:400;margin:2rem 0 1rem;border-bottom:2px solid #3498db;padding-bottom:.5rem}.article-body h3{color:#2c3e50;font-size:1.3rem;margin:1.5rem 0 1rem}.article-body p{margin-bottom:1rem;line-height:1.5}.article-body ol,.article-body ul{margin:1rem 0 1rem 2rem}.article-body li{margin-bottom:.5rem;line-height:1.6}.article-body blockquote{background:#f8f9fa;border-left:4px solid #7f8c8d;padding:1rem 1.5rem;margin:1.5rem 0;font-style:italic;color:#555}.article-body img{max-width:100%;height:auto;border-radius:5px;margin:1.5rem auto;display:block;box-shadow:0 2px 10px rgba(0,0,0,.1)}.article-body hr{border:none;border-top:2px solid #ddd;margin:1rem 0;width:100%}.article-body a{color:#3498db;text-decoration:underline;transition:color .2s ease,opacity .2s ease;cursor:pointer;pointer-events:auto}.article-body a:hover{color:#2980b9;opacity:.9}.article-body a:focus{color:#2980b9;outline:2px solid #3498db;outline-offset:2px}.article-body a:visited{color:#8e44ad}.article-body a:visited:hover{color:#7d3c98}.lexical-image{max-width:100%;height:auto;display:block;margin:1.5rem auto}.lexical-image-large{max-width:800px}.lexical-image-medium{max-width:533px}.lexical-image-small{max-width:400px}.lexical-document{margin:1.5rem 0}.document-link{display:inline-flex;align-items:center;gap:.75rem;padding:1rem 1.5rem;background-color:#f5f5f5;border:1px solid #ddd;border-radius:8px;text-decoration:none;color:#333;transition:all .2s ease;max-width:100%}.document-link:hover{background-color:#e8e8e8;border-color:#3498db;color:#3498db}.document-icon{flex-shrink:0;color:#e74c3c}.document-name{flex:1 1;font-weight:500;word-break:break-word}.article-footer{background:white;border-radius:10px;padding:2rem;box-shadow:0 2px 10px rgba(0,0,0,.1)}.article-categories{margin-bottom:1rem}.article-categories strong,.article-footer .category-tag{color:#2c3e50;margin-right:.5rem}.article-footer .category-tag{padding:.4rem .8rem;border-radius:20px;font-size:.9rem;display:inline-block;text-decoration:none;transition:opacity .3s ease,transform .2s ease;background:#f8f9fa}.article-footer .category-tag:hover{opacity:.9;transform:translateY(-1px);text-decoration:none;color:#2c3e50}.article-footer .category-tag.tag-blue{background:rgba(52,152,219,.15)!important;color:#2c3e50!important}.article-footer .category-tag.tag-red{background:rgba(231,76,60,.15)!important;color:#2c3e50!important}.article-footer .category-tag.tag-green{background:rgba(39,174,96,.15)!important;color:#2c3e50!important}.article-footer .category-tag.tag-magenta{background:rgba(233,30,99,.15)!important;color:#2c3e50!important}.article-footer .category-tag.tag-orange{background:rgba(243,156,18,.15)!important;color:#2c3e50!important}.article-footer .category-tag.tag-purple{background:rgba(155,89,182,.15)!important;color:#2c3e50!important}.article-footer .category-tag.tag-teal{background:rgba(26,188,156,.15)!important;color:#2c3e50!important}.article-footer .category-tag.tag-gray{background:rgba(127,140,141,.15)!important;color:#2c3e50!important}.article-tags{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #eee}.article-tags strong{color:#2c3e50;margin-right:.5rem}.tag{background:#f8f9fa;color:#666;padding:.3rem .6rem;border-radius:15px;font-size:.8rem;margin-right:.5rem;display:inline-block;margin-bottom:.5rem}.breadcrumb{margin-bottom:1rem;color:#666}.breadcrumb a{color:#3498db;text-decoration:none}.breadcrumb a:hover{text-decoration:underline}.category-header{background:white;border-radius:10px;padding:2rem;margin-bottom:2rem;box-shadow:0 2px 10px rgba(0,0,0,.1);border-left:6px solid #7f8c8d}.category-header h1{color:#2c3e50;font-size:2.2rem;font-weight:300;margin-bottom:1rem}.category-description{color:#666;font-size:1.1rem;line-height:1.6;margin-bottom:1.5rem}.category-image-section{background:white;border-radius:10px;padding:2rem;margin-bottom:2rem;box-shadow:0 2px 10px rgba(0,0,0,.1)}.category-image{max-width:100%;max-height:300px;width:auto;height:auto;border-radius:8px;margin:0 auto 2rem;display:block}.category-content h2{color:#2c3e50;font-size:1.8rem;font-weight:300;margin-bottom:1.5rem}.category-content h3{color:#2c3e50;font-size:1.4rem;font-weight:500;margin:2rem 0 1rem}.category-content p{color:#555;line-height:1.6;margin-bottom:1rem}.category-content blockquote{background:#f8f9fa;border-left:4px solid #7f8c8d;padding:1rem 1.5rem;margin:1.5rem 0;font-style:italic;color:#555}.articles-section{background:white;border-radius:10px;padding:2rem;box-shadow:0 2px 10px rgba(0,0,0,.1)}.articles-section h2{color:#2c3e50;font-size:1.8rem;font-weight:300;margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:3px solid #7f8c8d}.back-link{display:inline-block;margin-bottom:1rem;color:#3498db;text-decoration:none;font-weight:500;transition:color .3s}.back-link:hover{color:#2980b9;text-decoration:none}.back-link.left:before{content:"← ";margin-right:.5rem}.back-link.right:after{content:" →";margin-left:.5rem}.navigation-links{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.accent-blue .category-header{border-left-color:#3498db!important}.accent-red .category-header{border-left-color:#e74c3c!important}.accent-green .category-header{border-left-color:#27ae60!important}.accent-magenta .category-header{border-left-color:#e91e63!important}.accent-orange .category-header{border-left-color:#f39c12!important}.accent-purple .category-header{border-left-color:#9b59b6!important}.accent-teal .category-header{border-left-color:#1abc9c!important}.accent-gray .category-header{border-left-color:#7f8c8d!important}.accent-blue .article-content,.accent-blue .article-intro,.accent-blue .category-content blockquote{border-left-color:#3498db!important}.accent-red .article-content,.accent-red .article-intro,.accent-red .category-content blockquote{border-left-color:#e74c3c!important}.accent-green .article-content,.accent-green .article-intro,.accent-green .category-content blockquote{border-left-color:#27ae60!important}.accent-magenta .article-content,.accent-magenta .article-intro,.accent-magenta .category-content blockquote{border-left-color:#e91e63!important}.accent-orange .article-content,.accent-orange .article-intro,.accent-orange .category-content blockquote{border-left-color:#f39c12!important}.accent-purple .article-content,.accent-purple .article-intro,.accent-purple .category-content blockquote{border-left-color:#9b59b6!important}.accent-teal .article-content,.accent-teal .article-intro,.accent-teal .category-content blockquote{border-left-color:#1abc9c!important}.accent-gray .article-content,.accent-gray .article-intro,.accent-gray .category-content blockquote{border-left-color:#7f8c8d!important}.accent-blue .articles-section h2{border-bottom-color:#3498db!important}.accent-red .articles-section h2{border-bottom-color:#e74c3c!important}.accent-green .articles-section h2{border-bottom-color:#27ae60!important}.accent-magenta .articles-section h2{border-bottom-color:#e91e63!important}.accent-orange .articles-section h2{border-bottom-color:#f39c12!important}.accent-purple .articles-section h2{border-bottom-color:#9b59b6!important}.accent-teal .articles-section h2{border-bottom-color:#1abc9c!important}.accent-gray .articles-section h2{border-bottom-color:#7f8c8d!important}.content-card{background:#ffffff;border-radius:10px;box-shadow:0 2px 10px rgba(0,0,0,.06);padding:24px}.content-card h1{font-size:2rem;font-weight:300;margin-bottom:12px}.content-card .richtext>*+*{margin-top:.8rem}@media (max-width:768px){.header-content{flex-direction:column;text-align:center;gap:1rem}.logo{gap:15px}nav ul{flex-wrap:wrap;justify-content:center;gap:1rem}.site-title h1{font-size:1.5rem}.welcome-card{flex-grow:0;flex-shrink:0;flex-basis:calc(55% - 0.75rem);min-width:200px}.carousel-nav{width:40px;height:50px;font-size:1rem}.carousel-nav.prev{left:-20px}.carousel-nav.next{right:-20px}.news-card{padding:5.6rem!important;gap:.8rem!important;margin-bottom:5.4rem!important}.news-content h3{font-size:1rem!important}.news-meta{font-size:.8rem!important}.news-excerpt{font-size:.85rem!important}.filter-list{flex-direction:column;align-items:stretch}.filter-btn{text-align:center}.article-card{flex-direction:row}.article-thumbnail{width:148px;height:111px;flex-shrink:0}.article-header h1{font-size:1.8rem}.article-content,.article-footer,.article-header{padding:1.5rem}.featured-image{max-height:250px;margin:1.5rem auto}.articles-section,.category-header,.category-image-section{padding:1.5rem}.category-header h1{font-size:1.8rem}.category-description{font-size:1rem}.category-image{height:200px;margin-bottom:1.5rem}.article-card{padding:1rem;gap:1rem}.article-thumbnail{width:123px;height:92px}.news-card-content h3{font-size:1.1rem}.article-excerpt{font-size:.9rem}}@media (max-width:480px){.welcome-card{flex-grow:0;flex-shrink:0;flex-basis:calc(70% - 0.75rem);min-width:180px}.welcome-section{padding:1.5rem}.news-card{padding:.5rem!important;gap:.6rem!important}.news-thumb{width:70px!important;height:50px!important}.news-content h3{font-size:.95rem!important}.article-thumbnail{width:123px;height:92px}.category-tags{margin-top:.5rem}.category-tag{font-size:.75rem;padding:.2rem .4rem}.navigation-links{flex-direction:column;gap:.5rem;align-items:flex-start}.back-link.right{display:none}.articles-section,.category-header,.category-image-section{padding:1rem}.category-header h1{font-size:1.5rem}.category-image{height:180px;margin-bottom:1rem}.article-card{padding:.75rem;gap:.75rem}.article-thumbnail{width:98px;height:74px}.news-card-content h3{font-size:1rem;line-height:1.2}.article-meta{font-size:.8rem}.article-excerpt{font-size:.85rem;line-height:1.4}}