.Blog-module__hv8fdG__container{max-width:var(--container-width);margin:0 auto;padding:40px 24px}.Blog-module__hv8fdG__content_box{background:var(--glass-bg);-webkit-backdrop-filter:blur(32px);border:1px solid var(--glass-border);border-radius:var(--border-radius-xl);box-shadow:var(--glass-shadow);overflow:hidden}.Blog-module__hv8fdG__image_container{border-radius:var(--border-radius-lg);width:95%;max-width:1000px;box-shadow:var(--shadow-lg);background:var(--surface-bg);border:1px solid var(--glass-border);margin:40px auto 0;overflow:hidden}.Blog-module__hv8fdG__img{object-fit:cover;width:100%;height:350px;transition:transform .6s cubic-bezier(.4,0,.2,1);display:block}.Blog-module__hv8fdG__image_container:hover .Blog-module__hv8fdG__img{transform:scale(1.05)}.Blog-module__hv8fdG__article_header{text-align:center;max-width:800px;margin:0 auto;padding:60px 48px 40px}.Blog-module__hv8fdG__blog_time{color:var(--secondary-text);border:1px solid var(--glass-border);border-radius:var(--border-radius-full,100px);background:#ffffff08;align-items:center;gap:8px;margin-bottom:24px;padding:8px 16px;font-size:.85rem;display:inline-flex}.Blog-module__hv8fdG__time_icon{width:14px;height:14px;color:var(--accent-color)}.Blog-module__hv8fdG__heading{color:var(--primary-text);letter-spacing:-1.5px;margin:0;font-size:max(2rem,min(4vw,3rem));font-weight:800;line-height:1.2}.Blog-module__hv8fdG__content{max-width:800px;color:var(--secondary-text);margin:0 auto;padding:0 48px 60px;font-family:Inter,sans-serif;font-size:1.15rem;line-height:1.8}.Blog-module__hv8fdG__content h1,.Blog-module__hv8fdG__content h2,.Blog-module__hv8fdG__content h3,.Blog-module__hv8fdG__content h4{color:var(--primary-text);margin-top:2em;margin-bottom:.8em;font-family:Outfit,sans-serif;font-weight:700;line-height:1.3}.Blog-module__hv8fdG__content h1{font-size:2.2rem}.Blog-module__hv8fdG__content h2{font-size:1.8rem}.Blog-module__hv8fdG__content h3{font-size:1.5rem}.Blog-module__hv8fdG__content p{color:var(--secondary-text);margin-bottom:1.6em}.Blog-module__hv8fdG__content a{color:var(--accent-color);text-underline-offset:4px;transition:var(--transition-fast);text-decoration:underline}.Blog-module__hv8fdG__content a:hover{color:var(--accent-secondary)}.Blog-module__hv8fdG__content img{border-radius:var(--border-radius-md);max-width:100%;margin:3em auto;display:block}.Blog-module__hv8fdG__content blockquote{border-left:4px solid var(--accent-color);color:var(--primary-text);border-radius:0 var(--border-radius-md)var(--border-radius-md)0;background:#ffffff05;margin:2.5em 0;padding:24px;font-style:italic}.Blog-module__hv8fdG__content code{color:var(--accent-secondary);background:#ffffff0d;border-radius:6px;padding:4px 8px;font-size:.9em}.Blog-module__hv8fdG__content pre{border-radius:var(--border-radius-md);background:#ffffff0d;padding:1.5em;overflow-x:auto}.Blog-module__hv8fdG__content pre code{background:0 0;padding:0}.Blog-module__hv8fdG__meta_section{border-top:1px solid var(--glass-border);max-width:800px;margin:0 auto;padding:40px 48px}.Blog-module__hv8fdG__tags,.Blog-module__hv8fdG__sites{flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:24px;display:flex}.Blog-module__hv8fdG__section_label{color:var(--placeholder-text);text-transform:uppercase;letter-spacing:1px;font-size:.8rem;font-weight:700}.Blog-module__hv8fdG__tag{background:var(--accent-gradient);color:#fff;border-radius:var(--border-radius-full,100px);transition:var(--transition-smooth);padding:10px 20px;font-size:.85rem;font-weight:600;text-decoration:none}.Blog-module__hv8fdG__tag:hover{transform:translateY(-2px);box-shadow:0 8px 20px #6366f166}.Blog-module__hv8fdG__site_tag{color:var(--primary-text);border-radius:var(--border-radius-full,100px);border:1px solid var(--glass-border);transition:var(--transition-fast);background:#ffffff0d;padding:8px 18px;font-size:.85rem;text-decoration:none}.Blog-module__hv8fdG__site_tag:hover{background:#ffffff1a;border-color:#fff3}.Blog-module__hv8fdG__loading_container{flex-direction:column;justify-content:center;align-items:center;gap:24px;padding:100px 24px;display:flex}.Blog-module__hv8fdG__spinner{border:3px solid #ffffff0d;border-top-color:var(--accent-color);border-radius:50%;width:48px;height:48px;animation:1s infinite Blog-module__hv8fdG__spin}.Blog-module__hv8fdG__error_container{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:100px 24px;display:flex}.Blog-module__hv8fdG__error_icon{color:#ef4444;width:64px;height:64px;margin-bottom:24px}.Blog-module__hv8fdG__error_title{color:var(--primary-text);margin:0 0 16px;font-size:1.5rem;font-weight:700}.Blog-module__hv8fdG__error_text{color:var(--secondary-text);max-width:500px;margin-bottom:32px;font-size:1rem}.Blog-module__hv8fdG__back_button{background:var(--accent-gradient);color:#fff;border-radius:var(--border-radius-md);transition:var(--transition-smooth);align-items:center;gap:10px;padding:14px 28px;font-weight:600;text-decoration:none;display:inline-flex}.Blog-module__hv8fdG__back_button:hover{transform:translateY(-2px);box-shadow:0 8px 20px #6366f166}@keyframes Blog-module__hv8fdG__fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes Blog-module__hv8fdG__spin{to{transform:rotate(360deg)}}@media (max-width:1024px){.Blog-module__hv8fdG__heading{font-size:2.25rem}.Blog-module__hv8fdG__content{font-size:1.0625rem}}@media (max-width:768px){.Blog-module__hv8fdG__container{padding:24px 16px 60px}.Blog-module__hv8fdG__article_header{padding:32px 24px 24px}.Blog-module__hv8fdG__content{color:var(--secondary-text);padding:0 24px 32px;font-size:1rem}.Blog-module__hv8fdG__meta_section{padding:24px 24px 32px}.Blog-module__hv8fdG__heading{color:var(--primary-text);font-size:1.875rem}.Blog-module__hv8fdG__content h1{color:var(--primary-text);font-size:1.75rem}.Blog-module__hv8fdG__content h2{color:var(--primary-text);font-size:1.5rem}.Blog-module__hv8fdG__content h3{color:var(--primary-text);font-size:1.25rem}.Blog-module__hv8fdG__content h4{color:var(--primary-text)}.Blog-module__hv8fdG__content p{color:var(--secondary-text)}.Blog-module__hv8fdG__tags,.Blog-module__hv8fdG__sites{gap:8px}.Blog-module__hv8fdG__tag,.Blog-module__hv8fdG__site_tag{padding:6px 12px;font-size:.8125rem}.Blog-module__hv8fdG__image_container{width:calc(100% - 32px);margin:24px auto 0}.Blog-module__hv8fdG__img{height:280px}.Blog-module__hv8fdG__error_container{padding:80px 24px}.Blog-module__hv8fdG__error_icon{width:56px;height:56px}.Blog-module__hv8fdG__error_title{font-size:1.375rem}.Blog-module__hv8fdG__error_text{font-size:.9375rem}}@media (max-width:480px){.Blog-module__hv8fdG__container{padding:16px 12px 40px}.Blog-module__hv8fdG__content_box{border-radius:12px}.Blog-module__hv8fdG__article_header{padding:24px 16px 20px}.Blog-module__hv8fdG__content{color:var(--secondary-text);padding:0 16px 24px;font-size:.9375rem;line-height:1.7}.Blog-module__hv8fdG__meta_section{padding:20px 16px 24px}.Blog-module__hv8fdG__heading{letter-spacing:-.25px;color:var(--primary-text);font-size:1.5rem}.Blog-module__hv8fdG__image_container{border-radius:12px;width:calc(100% - 32px);margin:20px auto 0}.Blog-module__hv8fdG__img{height:220px}.Blog-module__hv8fdG__blog_time{color:var(--secondary-text);padding:6px 12px;font-size:.8125rem}.Blog-module__hv8fdG__time_icon{color:var(--accent-color)}.Blog-module__hv8fdG__content h1{color:var(--primary-text);font-size:1.5rem}.Blog-module__hv8fdG__content h2{color:var(--primary-text);font-size:1.375rem}.Blog-module__hv8fdG__content h3{color:var(--primary-text);font-size:1.125rem}.Blog-module__hv8fdG__content h4{color:var(--primary-text);font-size:1rem}.Blog-module__hv8fdG__content p{color:var(--secondary-text)}.Blog-module__hv8fdG__content a{color:var(--accent-color)}.Blog-module__hv8fdG__content img{border-radius:8px;margin:1.5em auto}.Blog-module__hv8fdG__content blockquote{color:var(--primary-text);margin:1.5em 0;padding:1em}.Blog-module__hv8fdG__content pre{padding:1em;font-size:.85em}.Blog-module__hv8fdG__content code{color:var(--accent-secondary)}.Blog-module__hv8fdG__section_label{width:100%;color:var(--placeholder-text);margin-bottom:8px}.Blog-module__hv8fdG__tag{color:#fff;padding:6px 10px;font-size:.75rem}.Blog-module__hv8fdG__site_tag{color:var(--primary-text);padding:6px 10px;font-size:.75rem}.Blog-module__hv8fdG__error_container{padding:60px 16px}.Blog-module__hv8fdG__error_icon{width:48px;height:48px;margin-bottom:16px}.Blog-module__hv8fdG__error_title{color:var(--primary-text);font-size:1.25rem}.Blog-module__hv8fdG__error_text{color:var(--secondary-text);margin-bottom:24px;font-size:.9375rem}.Blog-module__hv8fdG__back_button{padding:12px 24px;font-size:.875rem}}@media (max-width:360px){.Blog-module__hv8fdG__container{padding:12px 8px 32px}.Blog-module__hv8fdG__article_header{padding:20px 12px 16px}.Blog-module__hv8fdG__content{padding:0 12px 20px;font-size:.875rem}.Blog-module__hv8fdG__meta_section{padding:16px 12px 20px}.Blog-module__hv8fdG__heading{font-size:1.25rem}.Blog-module__hv8fdG__image_container{width:calc(100% - 16px);margin:16px auto 0}.Blog-module__hv8fdG__img{height:180px}.Blog-module__hv8fdG__content h1{font-size:1.25rem}.Blog-module__hv8fdG__content h2{font-size:1.125rem}.Blog-module__hv8fdG__content h3{font-size:1rem}.Blog-module__hv8fdG__tag,.Blog-module__hv8fdG__site_tag{padding:5px 8px;font-size:.6875rem}}
