.related-articles.svelte-l7any5{background-color:#fff;padding:0 20px 100px}.related-articles-container.svelte-l7any5{display:flex;flex-direction:column;gap:50px;margin:0 auto;max-width:1200px}.header-section.svelte-l7any5{align-items:center;display:flex;gap:20px;justify-content:space-between}.header-content.svelte-l7any5{display:flex;flex:1;flex-direction:column;gap:10px}.section-title.svelte-l7any5{color:#212121;font-size:28px;font-weight:500;line-height:34px}.section-subtitle.svelte-l7any5,.section-title.svelte-l7any5{font-family:Graphik,-apple-system,BlinkMacSystemFont,sans-serif;margin:0}.section-subtitle.svelte-l7any5{color:#667085;font-size:16px;font-weight:400;line-height:22px}.navigation-buttons.svelte-l7any5{align-items:center;display:flex;gap:14px}.pagination-indicator.svelte-l7any5{color:#667085;font-family:Graphik,-apple-system,BlinkMacSystemFont,sans-serif;font-size:14px;font-weight:500;min-width:50px;text-align:center}.nav-button.svelte-l7any5{align-items:center;background:#fff;border:1px solid #d0d5dd;border-radius:999px;color:#212121;cursor:pointer;display:flex;height:50px;justify-content:center;transition:all .2s ease;width:50px}.nav-button.svelte-l7any5 svg:where(.svelte-l7any5){flex-shrink:0;height:24px;width:24px}.nav-button.svelte-l7any5:hover:not(:disabled){background-color:#f9fafb;transform:scale(1.05)}.nav-button.svelte-l7any5:disabled{color:#98a2b3;cursor:not-allowed;opacity:.4}.articles-grid.svelte-l7any5{display:grid;gap:20px;grid-template-columns:repeat(4,1fr);opacity:1;transform:translate(0);transition:all .4s ease-in-out}.articles-grid.slide-out-left.svelte-l7any5{opacity:0;transform:translate(-30px)}.articles-grid.slide-in-left.svelte-l7any5,.articles-grid.slide-out-right.svelte-l7any5{opacity:0;transform:translate(30px)}.articles-grid.slide-in-left.svelte-l7any5{animation:svelte-l7any5-slideInFromRight .4s ease-in-out forwards}.articles-grid.slide-in-right.svelte-l7any5{animation:svelte-l7any5-slideInFromLeft .4s ease-in-out forwards;opacity:0;transform:translate(-30px)}@keyframes svelte-l7any5-slideInFromRight{to{opacity:1;transform:translate(0)}}@keyframes svelte-l7any5-slideInFromLeft{to{opacity:1;transform:translate(0)}}.article-card.svelte-l7any5{background:#fff;border:1px solid #e3e6eb;border-radius:16px;box-shadow:0 0 32px #00000005;color:inherit;cursor:pointer;display:flex;flex-direction:column;gap:40px;min-width:0;padding:20px;text-decoration:none;transition:all .3s ease}.article-card.svelte-l7any5:focus{outline:2px solid #002fff;outline-offset:2px}.article-card.svelte-l7any5:hover{box-shadow:0 8px 40px #00000014;transform:translateY(-4px)}.app-logo.svelte-l7any5{align-items:center;background:#f6f7f8;border-radius:999px;display:flex;flex-shrink:0;height:60px;justify-content:center;overflow:hidden;width:60px}.app-logo.svelte-l7any5 img:where(.svelte-l7any5){height:100%;object-fit:cover;width:100%}.logo-placeholder.svelte-l7any5{align-items:center;background:linear-gradient(135deg,#4458bb,#1f2855);color:#667085;color:#fff;display:flex;font-size:24px;font-weight:600;height:100%;justify-content:center;width:100%}.article-content.svelte-l7any5{display:flex;flex:1;flex-direction:column;gap:14px;justify-content:space-between;min-width:0}.article-title.svelte-l7any5{color:#212121;display:-webkit-box;font-family:Graphik,-apple-system,BlinkMacSystemFont,sans-serif;font-size:20px;font-weight:500;line-height:28px;margin:0;width:100%;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;min-height:56px;overflow:hidden;text-overflow:ellipsis}.author-badge.svelte-l7any5{align-items:center;background:#f2f4f7;border-radius:99px;display:flex;gap:10px;margin-top:auto;padding:4px 18px 4px 4px;width:fit-content}.author-avatar.svelte-l7any5{border:1px solid #e3e6eb;border-radius:9999px;flex-shrink:0;height:32px;object-fit:cover;width:32px}.author-name.svelte-l7any5{color:#212121;font-family:Graphik,-apple-system,BlinkMacSystemFont,sans-serif;font-size:16px;font-weight:400;line-height:22px;margin-bottom:0;white-space:nowrap}@media (max-width:1024px){.related-articles.svelte-l7any5{padding:60px 20px}.related-articles-container.svelte-l7any5{gap:40px}.articles-grid.svelte-l7any5{grid-template-columns:repeat(2,1fr)}.section-title.svelte-l7any5{font-size:24px;line-height:30px}}@media (max-width:768px){.related-articles.svelte-l7any5{padding:40px 16px}.related-articles-container.svelte-l7any5{gap:30px}.header-section.svelte-l7any5{align-items:center;flex-direction:row;gap:12px;justify-content:space-between}.header-content.svelte-l7any5{flex:1;min-width:0}.navigation-buttons.svelte-l7any5{flex-shrink:0}.articles-grid.svelte-l7any5{grid-template-columns:1fr;will-change:transform,opacity}.articles-grid.mobile-slide-out-left.svelte-l7any5{animation:svelte-l7any5-mobileSlideOutLeft .2s ease-out forwards}.articles-grid.mobile-slide-out-right.svelte-l7any5{animation:svelte-l7any5-mobileSlideOutRight .2s ease-out forwards}.articles-grid.mobile-slide-in-left.svelte-l7any5{animation:svelte-l7any5-mobileSlideInFromRight .2s ease-out forwards}.articles-grid.mobile-slide-in-right.svelte-l7any5{animation:svelte-l7any5-mobileSlideInFromLeft .2s ease-out forwards}@keyframes svelte-l7any5-mobileSlideOutLeft{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(-20px)}}@keyframes svelte-l7any5-mobileSlideOutRight{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(20px)}}@keyframes svelte-l7any5-mobileSlideInFromRight{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}@keyframes svelte-l7any5-mobileSlideInFromLeft{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}.section-title.svelte-l7any5{font-size:18px;line-height:24px}.section-subtitle.svelte-l7any5{display:none}.nav-button.svelte-l7any5{height:48px;width:48px}.nav-button.svelte-l7any5 svg:where(.svelte-l7any5){height:40px!important;width:40px!important}}@media (max-width:428px){.nav-button.svelte-l7any5{height:52px;width:52px}.nav-button.svelte-l7any5 svg:where(.svelte-l7any5){height:32px!important;width:32px!important}}.cancellation-activity-wrapper.svelte-ty32wi{display:flex;flex-direction:column;gap:30px;width:100%}.cancellation-activity.svelte-ty32wi{display:flex;flex-direction:column;gap:20px;width:100%}.activity-title.svelte-ty32wi{color:#667085;font-family:Graphik,-apple-system,BlinkMacSystemFont,sans-serif;font-size:16px;font-weight:400;line-height:22px;margin:0}.activity-list.svelte-ty32wi{display:flex;flex-direction:column;gap:14px}.activity-item.svelte-ty32wi{align-items:flex-start;display:flex;gap:8px;width:100%}.activity-icon.svelte-ty32wi{padding:5px 0}.activity-icon.svelte-ty32wi,.app-logo.svelte-ty32wi{align-items:center;display:flex}.app-logo.svelte-ty32wi{background:#f5f5f5;border-radius:999px;flex-shrink:0;height:24px;justify-content:center;overflow:hidden;width:24px}.app-logo.svelte-ty32wi img:where(.svelte-ty32wi){height:100%;object-fit:cover;width:100%}.activity-content.svelte-ty32wi{display:flex;flex:1;flex-direction:column;gap:6px;justify-content:center;min-width:0}.activity-text.svelte-ty32wi{color:#212121;font-family:Graphik,-apple-system,BlinkMacSystemFont,sans-serif;font-size:14px;font-weight:400;line-height:20px;margin:0}.name-bold.svelte-ty32wi{color:#212121;font-weight:500}.text-gray.svelte-ty32wi{color:#667085}.text-black.svelte-ty32wi{color:#212121}.activity-time.svelte-ty32wi{font-size:12px;font-weight:400;line-height:14px;margin:0;white-space:nowrap}.activity-empty.svelte-ty32wi,.activity-loading.svelte-ty32wi,.activity-time.svelte-ty32wi{color:#667085;font-family:Graphik,-apple-system,BlinkMacSystemFont,sans-serif}.activity-empty.svelte-ty32wi,.activity-loading.svelte-ty32wi{font-size:14px;padding:20px;text-align:center}.activity-empty.svelte-ty32wi p:where(.svelte-ty32wi),.activity-loading.svelte-ty32wi p:where(.svelte-ty32wi){margin:0}
