.recent-data-badge{display:inline-flex;align-items:center;gap:8px;font-size:12px;color:#6f6875;white-space:nowrap;margin-left:12px}.recent-data-badge .recent-data-text{font-weight:500;letter-spacing:.01em}.recent-data-badge .analyze{display:flex;align-items:center;justify-content:center}.recent-data-badge .analyze svg{color:#6f6875}.recent-data-badge .analyze svg path.stick{transform:translate(0);animation:stick 2s ease infinite}.recent-data-badge .analyze svg path.star-1{fill:#fc5736;animation:sparkles 2s ease infinite,scaleStars 2s ease infinite,colorChange 2s ease infinite;animation-delay:.15s}.recent-data-badge .analyze svg path.star-2{fill:#e8a13c;animation:sparkles 2s ease infinite,scaleStars 2s ease infinite,colorChange 2s ease infinite}.recent-data-badge .analyze svg .board,.recent-data-badge .analyze svg path.board{animation:bounce 2s ease infinite}@keyframes sparkles{0%{opacity:1}35%{opacity:1}55%{opacity:0}75%{opacity:1}to{opacity:1}}@keyframes stick{0%{transform:translateZ(0) rotate(0)}25%{transform:translateZ(0) rotate(0)}50%{transform:translate3d(3px,-2px,0) rotate(8deg)}75%{transform:translateZ(0) rotate(0)}to{transform:translateZ(0) rotate(0)}}@keyframes scaleStars{0%{transform:scale(1)}50%{transform:scale(.9)}to{transform:scale(1)}}@keyframes bounce{0%{transform:translateY(0)}25%{transform:translateY(0)}50%{transform:translateY(0)}75%{transform:translateY(-1px)}to{transform:translateY(0)}}@keyframes colorChange{0%{fill:#fc5736}25%{fill:#e8a13c}50%{fill:#c9962a}75%{fill:#d63f22}to{fill:#fc5736}}@media (max-width:640px){.recent-data-badge .recent-data-text{display:none}.recent-data-badge{margin-left:8px}}.data-insights{padding:0;margin-bottom:32px}.data-insights-headline{font-size:24px;font-weight:700;color:#1d1a22;margin:0 0 16px;line-height:1.3;font-family:var(--page-title)}.data-insights-context{font-size:16px;line-height:1.7;color:#524c56;margin-bottom:24px;font-style:italic}.data-insights-analysis{display:flex;flex-direction:column;gap:16px}.data-insights-paragraph{font-size:16px;line-height:1.8;color:#37323c;margin:0;text-align:justify}.data-insights-paragraph strong{color:#1d1a22;font-weight:600}.data-insights-static{font-size:16px;line-height:1.8;color:#37323c;margin:0}.data-insights-enhanced{padding:0}.data-insights-seo-content{font-size:16px;line-height:1.85;color:#37323c}.data-insights-seo-content p{margin:0 0 18px;text-align:justify;hyphens:auto}.data-insights-seo-content p:last-child{margin-bottom:0}.data-insights-seo-content p:first-child{font-size:17px;line-height:1.75;color:#1d1a22}.data-insights-seo-content strong{color:#1d1a22;font-weight:600}.data-insights-seo-content p strong:first-child{color:#1d1a22;font-weight:700;display:inline}.data-insights-seo-content p:last-child em{color:#6f6875;font-style:italic;font-size:14px;display:block;margin-top:8px;padding-top:12px;border-top:1px solid #e6e1da}.data-insights-seo-content em{font-style:italic}.data-insights-seo-content a{color:#d63f22;text-decoration:underline;text-decoration-color:transparent;transition:text-decoration-color .2s ease}.data-insights-seo-content a:hover{text-decoration-color:#d63f22}.data-insights-seo-content ol,.data-insights-seo-content ul{margin:16px 0;padding-left:24px}.data-insights-seo-content li{margin-bottom:8px;line-height:1.7}@media (max-width:768px){.data-insights-headline{font-size:20px}.data-insights-context,.data-insights-paragraph{font-size:15px;text-align:left}.data-insights-seo-content{font-size:15px;line-height:1.75}.data-insights-seo-content p{text-align:left;margin-bottom:16px}.data-insights-seo-content em{font-size:13px}}@media print{.data-insights-seo-content{font-size:12pt;line-height:1.6}.data-insights-seo-content strong{font-weight:700}}.download-dropdown{position:relative;display:inline-block}.download-dropdown-trigger{display:flex;align-items:center;gap:6px;padding:10px 16px;background:#ffffff;border:1px solid #e6e1da;border-radius:5px;cursor:pointer;transition:all .2s ease;color:#37323c;font-family:var(--page-sub-title)}.download-dropdown-trigger:hover{background:#faf8f5;border-color:#cfc8bf}.download-dropdown-trigger:focus{outline:none;border-color:#fc5736;box-shadow:0 0 0 3px rgba(252,87,54,.1)}.download-icon{flex-shrink:0}.chevron-icon{flex-shrink:0;transition:transform .2s ease}.chevron-icon.rotated{transform:rotate(180deg)}.download-dropdown-menu{position:absolute;top:calc(100% + 4px);right:0;min-width:200px;background:#ffffff;border:1px solid #e6e1da;border-radius:5px;box-shadow:3px 3px 0 0 rgba(29,26,34,.14);z-index:100;overflow:hidden;animation:dropdownFadeIn .15s ease-out}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.download-dropdown-item{display:flex;align-items:center;gap:12px;width:100%;padding:12px 16px;background:none;border:none;cursor:pointer;text-align:left;font-size:14px;font-weight:500;color:#37323c;font-family:var(--page-sub-title);transition:background-color .15s ease}.download-dropdown-item:hover{background-color:#faf8f5}.download-dropdown-item:active{background-color:#f3f0ea}.download-dropdown-item:not(:last-child){border-bottom:1px solid #f3f0ea}.download-dropdown-item .item-icon{flex-shrink:0;color:#6f6875}.download-dropdown-item:hover .item-icon{color:#fc5736}.download-dropdown-item span{flex:1}.download-dropdown-item-featured{background:linear-gradient(135deg,#fef3f2,#fff1ed);border-left:3px solid #fc5736;margin-left:-1px}.download-dropdown-item-featured:hover{background:linear-gradient(135deg,#fee2e0,#fef3f2)}.download-dropdown-item-featured .item-icon{color:#fc5736}.download-dropdown-item .item-text-group{display:flex;flex-direction:column;gap:2px}.download-dropdown-item .item-subtext{font-size:11px;font-weight:400;color:#8f8992}.download-dropdown-item-featured .item-subtext{color:#d63f22}@media (max-width:768px){.download-dropdown-menu{min-width:180px}.download-dropdown-item{padding:10px 14px;font-size:13px}.download-dropdown-trigger{padding:8px 14px}}