.Hero-module__ZARIfG__hero{width:100%;min-height:80vh;max-width:var(--container-max);grid-template-columns:1fr 1fr;align-items:center;gap:4rem;margin:0 auto;padding:4rem 2rem;display:grid;position:relative;overflow:hidden}.Hero-module__ZARIfG__heroBackground{border-radius:var(--radius-lg);width:100%;height:100%;box-shadow:var(--shadow-hover);order:2;position:relative;overflow:hidden}.Hero-module__ZARIfG__heroImage{object-fit:cover;width:100%;height:100%}.Hero-module__ZARIfG__overlay{pointer-events:none;background:linear-gradient(#0000 0%,#0000001a 100%);width:100%;height:100%;position:absolute;top:0;left:0}.Hero-module__ZARIfG__heroContent{z-index:2;order:1;padding-left:2rem;position:relative}.Hero-module__ZARIfG__badge{background-color:var(--bg-secondary);color:var(--accent-secondary);border-radius:var(--radius-full);letter-spacing:.05em;text-transform:uppercase;margin-bottom:1.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;display:inline-block}.Hero-module__ZARIfG__title{font-family:var(--font-heading);color:var(--text-main);letter-spacing:-.03em;margin-bottom:1.5rem;font-size:clamp(3rem,5vw,4.5rem);line-height:1.1;transition:color .3s}.Hero-module__ZARIfG__titleLink{text-decoration:none;display:inline-block}.Hero-module__ZARIfG__titleLink:hover .Hero-module__ZARIfG__title{color:var(--accent-secondary);text-underline-offset:4px;text-decoration:underline;text-decoration-thickness:2px}.Hero-module__ZARIfG__description{font-family:var(--font-body);color:var(--text-secondary);max-width:50ch;margin-bottom:2.5rem;font-size:1.125rem;line-height:1.8}@media (max-width:1024px){.Hero-module__ZARIfG__hero{grid-template-columns:1fr;gap:2rem;min-height:auto;padding:2rem 1rem}.Hero-module__ZARIfG__heroBackground{order:1;height:50vh}.Hero-module__ZARIfG__heroContent{text-align:center;order:2;padding-left:0}.Hero-module__ZARIfG__title{font-size:2.5rem}.Hero-module__ZARIfG__description{max-width:100%}}
.NewsSidebar-module__H7-KOq__sidebar{background-color:var(--bg-color);border-radius:var(--radius-lg);box-shadow:var(--shadow-soft);border:1px solid var(--border-subtle);height:fit-content;padding:1.5rem;position:sticky;top:2rem}.NewsSidebar-module__H7-KOq__header{border-bottom:1px solid var(--border-subtle);align-items:center;gap:.75rem;margin-bottom:1.5rem;padding-bottom:1rem;display:flex}.NewsSidebar-module__H7-KOq__icon{color:var(--accent-color)}.NewsSidebar-module__H7-KOq__title{color:var(--text-main);margin:0;font-size:1.25rem;font-weight:600}.NewsSidebar-module__H7-KOq__newsList{flex-direction:column;gap:1rem;margin:0;padding:0;list-style:none;display:flex}.NewsSidebar-module__H7-KOq__newsItem{background-color:var(--bg-secondary);border-radius:var(--radius-md);border:1px solid #0000;overflow:hidden}.NewsSidebar-module__H7-KOq__newsImage{object-fit:cover;width:100%;height:140px}.NewsSidebar-module__H7-KOq__newsContent{padding:1rem}.NewsSidebar-module__H7-KOq__newsTitle{color:var(--text-main);-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin:0 0 .5rem;font-size:1rem;font-weight:600;line-height:1.3;display:-webkit-box;overflow:hidden}.NewsSidebar-module__H7-KOq__newsText{color:var(--text-secondary);-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin:0 0 .5rem;font-size:.875rem;line-height:1.4;display:-webkit-box;overflow:hidden}.NewsSidebar-module__H7-KOq__newsDate{color:var(--text-light);margin:0;font-size:.75rem}.NewsSidebar-module__H7-KOq__newsLink{color:var(--accent-color);word-break:break-all;text-decoration:none;transition:color .2s}.NewsSidebar-module__H7-KOq__newsLink:hover{color:var(--accent-hover,#1a73e8);text-decoration:underline}.NewsSidebar-module__H7-KOq__emptyState{text-align:center;color:var(--text-secondary);padding:2rem 1rem}.NewsSidebar-module__H7-KOq__emptyIcon{opacity:.5;margin-bottom:1rem;font-size:2.5rem}.NewsSidebar-module__H7-KOq__emptyText{margin:0;font-size:.875rem}.NewsSidebar-module__H7-KOq__loading{justify-content:center;padding:2rem;display:flex}.NewsSidebar-module__H7-KOq__loadingSpinner{border:2px solid var(--border-subtle);border-top-color:var(--accent-color);border-radius:50%;width:24px;height:24px;animation:1s linear infinite NewsSidebar-module__H7-KOq__spin}@keyframes NewsSidebar-module__H7-KOq__spin{to{transform:rotate(360deg)}}@media screen and (max-width:1200px){.NewsSidebar-module__H7-KOq__sidebar{position:relative;top:0}}@media screen and (max-width:768px){.NewsSidebar-module__H7-KOq__sidebar{display:none}}
.NewsMobile-module__IXUE-a__section{border-top:1px solid var(--border-subtle);margin-top:4rem;padding-top:2rem}.NewsMobile-module__IXUE-a__header{align-items:center;gap:.75rem;margin-bottom:1.5rem;display:flex}.NewsMobile-module__IXUE-a__icon{color:var(--accent-color)}.NewsMobile-module__IXUE-a__title{color:var(--text-main);margin:0;font-size:1.25rem;font-weight:600}.NewsMobile-module__IXUE-a__newsGrid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;display:grid}.NewsMobile-module__IXUE-a__newsCard{background-color:var(--bg-secondary);border-radius:var(--radius-md);border:1px solid var(--border-subtle);gap:1rem;padding:1rem;display:flex}.NewsMobile-module__IXUE-a__newsImage{object-fit:cover;border-radius:var(--radius-sm);flex-shrink:0;width:80px;height:60px}.NewsMobile-module__IXUE-a__newsContent{flex-direction:column;flex:1;justify-content:center;min-width:0;display:flex}.NewsMobile-module__IXUE-a__newsTitle{color:var(--text-main);-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin:0 0 .25rem;font-size:.9rem;font-weight:600;line-height:1.3;display:-webkit-box;overflow:hidden}.NewsMobile-module__IXUE-a__newsText{color:var(--text-secondary);-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin:0 0 .25rem;font-size:.8rem;line-height:1.4;display:-webkit-box;overflow:hidden}.NewsMobile-module__IXUE-a__newsDate{color:var(--text-light);margin:0;font-size:.7rem}.NewsMobile-module__IXUE-a__newsLink{color:var(--accent-color);word-break:break-all;text-decoration:none;transition:color .2s}.NewsMobile-module__IXUE-a__newsLink:hover{color:var(--accent-hover,#1a73e8);text-decoration:underline}.NewsMobile-module__IXUE-a__emptyState{text-align:center;color:var(--text-secondary);background-color:var(--bg-secondary);border-radius:var(--radius-md);padding:2rem 1rem}.NewsMobile-module__IXUE-a__emptyIcon{opacity:.5;margin-bottom:.5rem;font-size:2rem}.NewsMobile-module__IXUE-a__emptyText{margin:0;font-size:.875rem}.NewsMobile-module__IXUE-a__loading{justify-content:center;padding:2rem;display:flex}.NewsMobile-module__IXUE-a__loadingSpinner{border:2px solid var(--border-subtle);border-top-color:var(--accent-color);border-radius:50%;width:24px;height:24px;animation:1s linear infinite NewsMobile-module__IXUE-a__spin}@keyframes NewsMobile-module__IXUE-a__spin{to{transform:rotate(360deg)}}@media (min-width:1201px){.NewsMobile-module__IXUE-a__section{display:none}}
