.grid-news-section{grid-template-columns:1fr 2fr 1fr;gap:1rem;max-width:1200px;margin:2rem auto;display:grid}.grid-news-left,.grid-news-right,.grid-news-featured{flex-direction:column;gap:1rem;display:flex}.grid-news-featured div,.grid-news-left div,.grid-news-right div{background:var(--background);color:var(--foreground);padding:1rem;transition:background .3s ease-in-out}.grid-news-featured img,.grid-news-left img,.grid-news-right img{border-radius:5px;width:100%;height:auto}.grid-news-featured h2,.grid-news-left h3,.grid-news-right h3{margin:.5rem 0;font-size:1.1rem}.grid-news-left h3,.grid-news-right h3{font-size:1rem}.grid-news-featured a,.grid-news-left a,.grid-news-right a{color:inherit;text-decoration:none}.grid-news-featured a:hover,.grid-news-left a:hover,.grid-news-right a:hover{color:#ff6303;text-decoration:underline}@media (max-width:768px){.grid-news-section{grid-template-columns:1fr;margin:20px auto}}.h-ai{color:var(--foreground);background-color:var(--background);border-bottom:1px solid var(--border);padding:1rem 1.5rem;font-size:1.5rem;font-weight:600}.bg-grid-4{background-color:var(--background);flex-direction:column;gap:1rem;padding:1rem 1.5rem;display:flex}.bg-grid-4 a{background-color:var(--muted);border:1px solid var(--border);border-radius:.75rem;flex-direction:row;align-items:flex-start;gap:1rem;width:100%;padding:.75rem 1rem;text-decoration:none;transition:background-color .2s;display:flex}.bg-grid-4 a:hover{background-color:var(--muted-hover);color:#ff6303;text-decoration:underline}.bg-image-4{object-fit:cover;border-radius:.5rem;flex-shrink:0;width:100px;height:70px}.bg-content-4{color:var(--foreground);flex-direction:column;justify-content:center;width:100%;display:flex}.bg-title-4{color:var(--foreground);margin-bottom:.3rem;font-size:1rem;font-weight:600}.bg-date-4{color:var(--muted-foreground);font-size:.875rem}.section3{padding:2rem}.h-ai{color:var(--text-color);margin-bottom:1.5rem;font-size:2rem;font-weight:700}.bg-grid{grid-template-columns:2fr 1fr;gap:2rem;display:grid}.bg-grid>a:first-child{background-color:var(--card-bg);border-radius:12px;flex-direction:column;grid-row:1/span 3;display:flex;overflow:hidden}.bg-grid>a:first-child .bg-image img{object-fit:cover;width:100%;height:auto}.bg-grid>a:first-child .bg-content{padding:1rem}.bg-grid>a:first-child .bg-title{color:var(--text-color);margin-bottom:.5rem;font-size:1.6rem;font-weight:600}.bg-grid>a:first-child .bg-date{color:var(--muted-color);font-size:.9rem}.bg-grid>a:not(:first-child){background-color:var(--card-bg);border-radius:10px;align-items:center;gap:1rem;padding:.7rem;transition:transform .2s;display:flex}.bg-grid>a:not(:first-child):hover{color:#ff6303;text-decoration:underline;transform:translateY(-2px)}.bg-grid>a:not(:first-child) .bg-image{border-radius:6px;flex-shrink:0;width:100px;height:70px;overflow:hidden}.bg-grid>a:not(:first-child) .bg-image img{object-fit:cover;width:100%;height:100%}.bg-grid>a:not(:first-child) .bg-content{flex-direction:column;display:flex}.bg-grid>a:not(:first-child) .bg-title{color:var(--text-color);font-size:1rem;font-weight:500}.bg-grid>a:not(:first-child) .bg-date{color:var(--muted-color);font-size:.8rem}@media (max-width:900px){.bg-grid{flex-direction:column;display:flex}.bg-grid>a{width:100%}.bg-grid>a:first-child{order:-1}}:root{--text-color:#222;--muted-color:#666;--card-bg:#f9f9f9}@media (prefers-color-scheme:dark){:root{--text-color:#eee;--muted-color:#aaa;--card-bg:#1e1e1e}}.h-ai h1{color:var(--text-color);text-align:center;margin-bottom:1rem;font-size:2rem;font-weight:700}
