.ArticleSkeleton_skeletonCard__2vjm4{background-color:var(--color-surface,#ffffff);border:1px solid var(--color-border-light,#e5e5e5);border-radius:.5rem;padding:1.5rem;animation:ArticleSkeleton_pulse__rslAL 2s cubic-bezier(.4,0,.6,1) infinite}.ArticleSkeleton_cardContent__yR_Ib{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:.75rem}.ArticleSkeleton_textContent__1QwIn{flex:1;min-width:0}.ArticleSkeleton_titleSkeleton__52Bds{margin-bottom:.5rem;width:90%}.ArticleSkeleton_titleSkeleton2__i_SH7,.ArticleSkeleton_titleSkeleton__52Bds{height:1.25rem;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;animation:ArticleSkeleton_shimmer__EAhnA 1.5s ease-in-out infinite;border-radius:.25rem}.ArticleSkeleton_titleSkeleton2__i_SH7{width:60%}.ArticleSkeleton_thumbnailSkeleton__qUSld{flex-shrink:0;width:4rem;height:3rem;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;animation:ArticleSkeleton_shimmer__EAhnA 1.5s ease-in-out infinite;border-radius:.25rem;border:1px solid #e5e5e5}.ArticleSkeleton_metadataSkeleton__2BoLP{display:flex;justify-content:space-between;align-items:center;gap:1rem}.ArticleSkeleton_sourceSkeleton__Kb0j6{width:5rem}.ArticleSkeleton_sourceSkeleton__Kb0j6,.ArticleSkeleton_timestampSkeleton__9ymD5{height:.875rem;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;animation:ArticleSkeleton_shimmer__EAhnA 1.5s ease-in-out infinite;border-radius:.25rem}.ArticleSkeleton_timestampSkeleton__9ymD5{width:3rem}@keyframes ArticleSkeleton_shimmer__EAhnA{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes ArticleSkeleton_pulse__rslAL{0%,to{opacity:1}50%{opacity:.95}}@media (max-width:640px){.ArticleSkeleton_skeletonCard__2vjm4{padding:1rem}.ArticleSkeleton_cardContent__yR_Ib{flex-direction:column;gap:.75rem}.ArticleSkeleton_thumbnailSkeleton__qUSld{align-self:flex-start;width:5rem;height:3.75rem}.ArticleSkeleton_metadataSkeleton__2BoLP{flex-direction:column;align-items:flex-start;gap:.25rem}}.SimpleNewsSection_newsSection__6sIaw{--color-primary:#0a9338;--color-secondary:#e11d07;--color-accent:#3ea2d4;--color-neutral-50:#fafafa;--color-neutral-100:#f5f5f5;--color-neutral-200:#e5e5e5;--color-neutral-300:#d4d4d4;--color-neutral-400:#a3a3a3;--color-neutral-500:#737373;--color-neutral-600:#525252;--color-neutral-700:#404040;--color-neutral-800:#262626;--color-neutral-900:#171717;--color-text-primary:var(--color-neutral-900);--color-text-secondary:var(--color-neutral-600);--color-text-tertiary:var(--color-neutral-400);--color-border-light:var(--color-neutral-200);--color-border-medium:var(--color-neutral-300);--color-surface:#ffffff;--color-surface-elevated:var(--color-neutral-50);--font-size-xs:0.75rem;--font-size-sm:0.875rem;--font-size-base:1rem;--font-size-lg:1.125rem;--font-size-xl:1.25rem;--space-1:0.25rem;--space-2:0.5rem;--space-3:0.75rem;--space-4:1rem;--space-5:1.25rem;--space-6:1.5rem;--space-8:2rem;--space-10:2.5rem;--radius-sm:0.125rem;--radius-md:0.25rem;--radius-lg:0.5rem;--shadow-sm:0 1px 2px 0 rgba(0,0,0,0.05);--shadow-md:0 4px 6px -1px rgba(0,0,0,0.1);--transition-fast:0.15s ease-out;--transition-normal:0.25s ease-out}.SimpleNewsSection_container__Nk4q7{max-width:100%}.SimpleNewsSection_sectionHeader__dWtMy{margin-bottom:var(--space-6);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:var(--space-4)}.SimpleNewsSection_sectionTitle__vFhzi{font-size:var(--font-size-xs);font-weight:600;text-transform:uppercase;letter-spacing:.15em;color:var(--color-text-tertiary);margin:0;font-family:system-ui,-apple-system,sans-serif}.SimpleNewsSection_autoLoadToggle__FfhrR{display:flex;align-items:center}.SimpleNewsSection_toggleLabel___e8W_{display:flex;align-items:center;gap:var(--space-2);cursor:pointer;font-size:var(--font-size-sm);color:var(--color-text-secondary)}.SimpleNewsSection_toggleCheckbox__4BFQq{cursor:pointer;width:1.25rem;height:1.25rem}.SimpleNewsSection_articlesGrid__ZFryj{display:flex;flex-direction:column;gap:var(--space-6)}.SimpleNewsSection_card__NYenB{background-color:var(--color-surface);border:2px solid var(--color-border-light);border-radius:var(--radius-lg);padding:var(--space-6);transition:border-color var(--transition-normal),box-shadow var(--transition-normal),transform var(--transition-fast)}.SimpleNewsSection_card__NYenB:hover{border-color:var(--color-accent);box-shadow:0 8px 16px -4px rgba(62,162,212,.15);transform:translateY(-2px)}.SimpleNewsSection_cardContent__2PGey{display:flex;justify-content:space-between;align-items:flex-start;gap:var(--space-4);margin-bottom:var(--space-3)}.SimpleNewsSection_textContent__JblNw{flex:1;min-width:0}.SimpleNewsSection_title__Aslgt{font-size:var(--font-size-lg);font-weight:600;color:var(--color-text-primary);line-height:1.5;margin:0;margin-bottom:var(--space-3);text-decoration:none}.SimpleNewsSection_titleLink__LD2YI{color:var(--color-text-primary);text-decoration:none;transition:color var(--transition-fast)}.SimpleNewsSection_titleLink__LD2YI:hover{color:var(--color-accent)}.SimpleNewsSection_summary__y8TSR{font-size:var(--font-size-sm);color:var(--color-text-secondary);line-height:1.6;margin:var(--space-2) 0 0 0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.SimpleNewsSection_thumbnail__BvZD0{flex-shrink:0;width:5rem;height:3.75rem;border-radius:var(--radius-md);overflow:hidden;border:2px solid var(--color-border-light);transition:border-color var(--transition-fast)}.SimpleNewsSection_card__NYenB:hover .SimpleNewsSection_thumbnail__BvZD0{border-color:var(--color-accent)}.SimpleNewsSection_metadata__PxaP8{display:flex;justify-content:space-between;align-items:center;font-size:var(--font-size-sm);color:var(--color-text-tertiary);padding-top:var(--space-2);border-top:1px solid var(--color-border-light)}.SimpleNewsSection_source__tfD4k{font-weight:600;color:var(--color-text-secondary);text-transform:uppercase;letter-spacing:.05em;font-size:var(--font-size-xs)}.SimpleNewsSection_timestamp___fJSH{color:var(--color-text-tertiary);font-size:var(--font-size-xs)}.SimpleNewsSection_loadMoreSection__RTI7V{margin-top:var(--space-8);text-align:center}.SimpleNewsSection_loadMoreButton__K1t3H{background-color:var(--color-surface);border:1px solid var(--color-border-medium);color:var(--color-text-primary);font-size:var(--font-size-sm);font-weight:500;padding:var(--space-3) var(--space-6);border-radius:var(--radius-lg);cursor:pointer;transition:all var(--transition-fast);display:inline-flex;align-items:center;gap:var(--space-2)}.SimpleNewsSection_loadMoreButton__K1t3H:hover:not(:disabled){background-color:var(--color-surface-elevated);border-color:var(--color-border-medium);box-shadow:var(--shadow-sm)}.SimpleNewsSection_loadMoreButton__K1t3H:disabled{opacity:.6;cursor:not-allowed}.SimpleNewsSection_loadingIcon__EdLne{width:1rem;height:1rem;animation:SimpleNewsSection_spin__jdjVE 1s linear infinite}.SimpleNewsSection_autoLoadHint___nQNG{margin-top:var(--space-2);font-size:var(--font-size-xs);color:var(--color-text-tertiary);text-align:center}.SimpleNewsSection_loadingContainer__lCpqr{text-align:center;padding:var(--space-8)}.SimpleNewsSection_loadingContent__eJbZ8{display:inline-flex;align-items:center;gap:var(--space-2);color:var(--color-text-secondary);font-size:var(--font-size-sm)}.SimpleNewsSection_spinner__V3Zg4{width:1.25rem;height:1.25rem;border-top:2px solid var(--color-neutral-300);border:2px solid var(--color-neutral-300);border-top-color:var(--color-accent);border-radius:50%;animation:SimpleNewsSection_spin__jdjVE 1s linear infinite}.SimpleNewsSection_errorContainer__2QBDf{text-align:center;padding:var(--space-8)}.SimpleNewsSection_errorIcon__wd2ps{color:var(--color-secondary);font-size:var(--font-size-xl);margin-bottom:var(--space-4)}.SimpleNewsSection_errorTitle__kNYnS{color:var(--color-secondary);font-size:var(--font-size-base);font-weight:600;margin-bottom:var(--space-4)}.SimpleNewsSection_errorMessage__SZNK3{color:var(--color-text-secondary);font-size:var(--font-size-sm);margin-bottom:var(--space-4)}.SimpleNewsSection_retryButton__SxIg0{background-color:var(--color-accent);color:white;border:none;font-size:var(--font-size-sm);font-weight:500;padding:var(--space-2) var(--space-4);border-radius:var(--radius-md);cursor:pointer;transition:background-color var(--transition-fast)}.SimpleNewsSection_retryButton__SxIg0:hover{background-color:#2c8bb8}.SimpleNewsSection_emptyContainer__Yn_zo{text-align:center;padding:var(--space-8)}.SimpleNewsSection_emptyIcon__UPPdT{font-size:var(--font-size-xl);margin-bottom:var(--space-2)}.SimpleNewsSection_emptyTitle__3obT6{color:var(--color-text-secondary);font-size:var(--font-size-base);font-weight:500;margin-bottom:var(--space-2)}.SimpleNewsSection_emptyMessage__l7r7B{color:var(--color-text-tertiary);font-size:var(--font-size-sm)}.SimpleNewsSection_footer__R1w91{text-align:center;padding-top:var(--space-4);border-top:1px solid var(--color-border-light);margin-top:var(--space-6);font-size:var(--font-size-xs);color:var(--color-text-tertiary)}.SimpleNewsSection_footerLink__Il6XH{color:var(--color-accent);text-decoration:none;font-weight:500}.SimpleNewsSection_footerLink__Il6XH:hover{text-decoration:underline}.SimpleNewsSection_loadMoreTrigger__P4S5O{height:1px;margin-top:var(--space-4)}.SimpleNewsSection_pageLimitMessage__Yi6m0{text-align:center;padding:var(--space-6) var(--space-4);margin-top:var(--space-8);background-color:var(--color-surface-elevated);border:1px solid var(--color-border-light);border-radius:var(--radius-lg)}.SimpleNewsSection_pageLimitMessage__Yi6m0 p{color:var(--color-text-secondary);font-size:var(--font-size-sm);line-height:1.5;margin:0}@keyframes SimpleNewsSection_spin__jdjVE{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (max-width:640px){.SimpleNewsSection_card__NYenB{padding:var(--space-4)}.SimpleNewsSection_cardContent__2PGey{flex-direction:column;gap:var(--space-3)}.SimpleNewsSection_thumbnail__BvZD0{align-self:flex-start;width:5rem;height:3.75rem}.SimpleNewsSection_metadata__PxaP8{flex-direction:column;align-items:flex-start;gap:var(--space-1)}}