.Blog-module__f2qemW__blogContainer{width:100%;max-width:1200px;margin:40px auto;padding:0 24px}.Blog-module__f2qemW__blogHeader{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.Blog-module__f2qemW__blogHeader h1{background:var(--brand-gradient);-webkit-text-fill-color:transparent;color:var(--accent-primary);-webkit-background-clip:text;background-clip:text;margin-bottom:12px;font-size:3.2rem;font-weight:800}.Blog-module__f2qemW__blogHeader p{color:var(--text-secondary);max-width:600px;margin:0 auto;font-size:1.15rem;line-height:1.6}.Blog-module__f2qemW__filterSection{flex-wrap:wrap;justify-content:center;align-items:center;gap:20px;margin-bottom:40px;display:flex}.Blog-module__f2qemW__categoryGroup{flex-wrap:wrap;gap:8px;display:flex}.Blog-module__f2qemW__filterButton{background:var(--pill-bg);border:1px solid var(--border-glow);color:var(--text-secondary);cursor:pointer;border-radius:20px;padding:8px 16px;font-size:.85rem;font-weight:600;transition:all .25s}.Blog-module__f2qemW__filterButton:hover{border-color:var(--accent-primary);color:var(--text-primary);transform:translateY(-1px)}.Blog-module__f2qemW__filterButton.Blog-module__f2qemW__active{background:var(--brand-gradient);color:#fff;border-color:#0000;box-shadow:0 4px 12px #3b82f640}.Blog-module__f2qemW__searchContainer{width:100%;max-width:480px;position:relative}@media (max-width:768px){.Blog-module__f2qemW__filterSection{flex-direction:column;align-items:stretch;gap:16px}.Blog-module__f2qemW__searchContainer{width:100%}}.Blog-module__f2qemW__searchBar{background:var(--input-bg);border:1px solid var(--border-glow);width:100%;color:var(--text-primary);border-radius:20px;padding:10px 16px 10px 40px;font-size:.85rem;font-weight:500;transition:all .25s}.Blog-module__f2qemW__searchBar:focus{border-color:var(--accent-primary);outline:none;box-shadow:0 0 10px #3b82f626}.Blog-module__f2qemW__searchIcon{color:var(--text-secondary);opacity:.7;pointer-events:none;position:absolute;top:50%;left:14px;transform:translateY(-50%)}.Blog-module__f2qemW__postsGrid{grid-template-columns:repeat(3,1fr);gap:30px;margin-bottom:64px;display:grid}@media (max-width:992px){.Blog-module__f2qemW__postsGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:680px){.Blog-module__f2qemW__postsGrid{grid-template-columns:1fr}}.Blog-module__f2qemW__postCard{background:var(--bg-card);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--border-glow);box-shadow:var(--card-shadow);border-radius:24px;flex-direction:column;width:100%;max-width:320px;height:100%;margin:0 auto;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.Blog-module__f2qemW__postCard:hover{border-color:var(--accent-primary);box-shadow:0 15px 30px #3b82f626}.Blog-module__f2qemW__postCardImageContainer{aspect-ratio:16/9;background:var(--bg-card);border-bottom:1px solid var(--border-glow);justify-content:center;align-items:center;width:100%;display:flex;position:relative;overflow:hidden}.Blog-module__f2qemW__cardCoverImage{object-fit:contain;filter:drop-shadow(0 4px 12px #0000000d);border-radius:20px;width:100%;height:100%;padding:12px;transition:transform .3s}.Blog-module__f2qemW__cardIconSvg{width:64px;height:64px;color:var(--accent-primary);opacity:.7;filter:drop-shadow(0 0 10px #3b82f640)}.Blog-module__f2qemW__postCardContent{flex-direction:column;flex-grow:1;padding:20px;display:flex}.Blog-module__f2qemW__postCardHeaderMeta{color:var(--text-secondary);align-items:center;gap:12px;margin-bottom:10px;font-size:.8rem;font-weight:600;display:flex}.Blog-module__f2qemW__postCardCategory{color:var(--accent-primary);text-transform:uppercase;letter-spacing:.05em}.Blog-module__f2qemW__postCardDate{opacity:.8}.Blog-module__f2qemW__postCardTitle{-webkit-line-clamp:2;height:3.24rem;color:var(--accent-primary);-webkit-box-orient:vertical;margin-bottom:8px;font-size:1.2rem;font-weight:800;line-height:1.35;display:-webkit-box;overflow:hidden;text-align:left!important}.Blog-module__f2qemW__postCardTitleLink{color:var(--accent-primary);text-decoration:none;transition:opacity .2s}.Blog-module__f2qemW__postCardTitleLink:after{content:"";z-index:1;position:absolute;inset:0}.Blog-module__f2qemW__postCardTitleLink:hover{opacity:.85}.Blog-module__f2qemW__postCardDesc{color:var(--text-secondary);-webkit-line-clamp:2;-webkit-box-orient:vertical;flex-grow:1;margin-bottom:14px;font-size:.9rem;line-height:1.45;display:-webkit-box;overflow:hidden;text-align:left!important}.Blog-module__f2qemW__postCardFooter{border-top:1px solid var(--border-glow);color:var(--text-secondary);justify-content:space-between;align-items:center;margin-top:auto;padding-top:16px;font-size:.8rem;font-weight:600;display:flex}.Blog-module__f2qemW__readTime{opacity:.8}.Blog-module__f2qemW__postCardLink{color:var(--accent-primary);align-items:center;gap:4px;font-weight:700;text-decoration:none;transition:color .2s;display:inline-flex}.Blog-module__f2qemW__postCardLink:hover{color:var(--accent-secondary)}.Blog-module__f2qemW__detailContainer{grid-template-columns:minmax(0,8fr) minmax(0,4fr);gap:40px;width:100%;max-width:1200px;margin:40px auto;padding:0 24px;display:grid}@media (max-width:900px){.Blog-module__f2qemW__detailContainer{grid-template-columns:minmax(0,1fr)}}.Blog-module__f2qemW__postHero{margin-bottom:40px}.Blog-module__f2qemW__backLink{color:var(--accent-primary);align-items:center;gap:8px;margin-bottom:24px;font-size:.95rem;font-weight:700;text-decoration:none;transition:all .2s;display:inline-flex}.Blog-module__f2qemW__backLink:hover{color:var(--accent-secondary);transform:translate(-3px)}.Blog-module__f2qemW__backLinkContainer{border-top:1px solid var(--border-glow);grid-column:1/-1;justify-content:flex-start;width:100%;margin-top:24px;padding-top:32px;display:flex}.Blog-module__f2qemW__postHero h1{background:var(--brand-gradient);-webkit-text-fill-color:transparent;color:var(--accent-primary);-webkit-background-clip:text;background-clip:text;margin-bottom:20px;font-size:3rem;font-weight:800;line-height:1.2;text-align:left!important}.Blog-module__f2qemW__postHeroMeta{color:var(--text-secondary);flex-wrap:wrap;align-items:center;gap:16px;font-size:.9rem;font-weight:600;display:flex}.Blog-module__f2qemW__detailCategoryBadge{color:var(--accent-primary);text-transform:uppercase;letter-spacing:.05em;background:#3b82f61f;border:1px solid #3b82f633;border-radius:12px;padding:4px 12px;font-size:.75rem;font-weight:800}.Blog-module__f2qemW__articleBody{background:var(--bg-card);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--border-glow);box-shadow:var(--card-shadow);border-radius:32px;margin-bottom:40px;padding:40px}@media (max-width:600px){.Blog-module__f2qemW__articleBody{padding:24px}.Blog-module__f2qemW__postHero h1{font-size:2.2rem}}.Blog-module__f2qemW__blockParagraph{color:var(--text-secondary);margin-bottom:24px;font-size:1.1rem;line-height:1.8}.Blog-module__f2qemW__blockHeading2{background:var(--brand-gradient);-webkit-text-fill-color:transparent;color:var(--accent-primary);-webkit-background-clip:text;background-clip:text;margin-top:40px;margin-bottom:16px;font-size:1.8rem;font-weight:800;text-align:left!important}.Blog-module__f2qemW__blockHeading3{background:var(--brand-gradient);-webkit-text-fill-color:transparent;color:var(--accent-primary);-webkit-background-clip:text;background-clip:text;margin-top:32px;margin-bottom:12px;font-size:1.4rem;font-weight:800;text-align:left!important}.Blog-module__f2qemW__blockQuote{border-left:4px solid var(--accent-primary);color:var(--text-primary);background:#3b82f60d;border-radius:16px;margin:32px 0;padding:20px 24px;font-size:1.15rem;font-style:italic}.Blog-module__f2qemW__blockList{margin:0 0 28px 24px;padding:0;list-style-type:none}.Blog-module__f2qemW__blockListItem{color:var(--text-secondary);margin-bottom:12px;padding-left:24px;font-size:1.1rem;line-height:1.7;position:relative}.Blog-module__f2qemW__blockListItem:before{content:"→";color:var(--accent-primary);font-weight:700;position:absolute;left:0}.Blog-module__f2qemW__sidebar{flex-direction:column;gap:32px;display:flex}.Blog-module__f2qemW__sidebarCard{background:var(--bg-card);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--border-glow);box-shadow:var(--card-shadow);border-radius:24px;padding:28px}.Blog-module__f2qemW__sidebarCardTitle{border-bottom:1px solid var(--border-glow);background:var(--brand-gradient);-webkit-text-fill-color:transparent;color:var(--accent-primary);-webkit-background-clip:text;background-clip:text;margin-bottom:20px;padding-bottom:12px;font-size:1.25rem;font-weight:800;text-align:left!important}.Blog-module__f2qemW__authorBio{border-top:1px solid var(--border-glow);align-items:flex-start;gap:20px;margin-top:40px;padding-top:32px;display:flex}@media (max-width:600px){.Blog-module__f2qemW__authorBio{gap:16px}}.Blog-module__f2qemW__authorAvatar{background:var(--brand-gradient);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:.95rem;font-weight:800;display:flex;box-shadow:0 4px 10px #3b82f633}.Blog-module__f2qemW__authorName{color:var(--text-primary);margin:0;font-size:1.1rem;font-weight:700}.Blog-module__f2qemW__authorRole{color:var(--accent-primary);margin:0;font-size:.85rem;font-weight:600}.Blog-module__f2qemW__authorText{color:var(--text-secondary);margin:0;font-size:.95rem;line-height:1.5}.Blog-module__f2qemW__commentsContainer{border-top:1px solid var(--border-glow);grid-column:1;margin-top:48px;padding-top:40px}.Blog-module__f2qemW__commentsSectionTitle{background:var(--brand-gradient);-webkit-text-fill-color:transparent;color:var(--accent-primary);-webkit-background-clip:text;background-clip:text;margin-bottom:24px;font-size:1.8rem;font-weight:800;text-align:left!important}.Blog-module__f2qemW__commentFormCard{background:var(--bg-card);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--border-glow);box-shadow:var(--card-shadow);border-radius:24px;margin-bottom:40px;padding:32px}.Blog-module__f2qemW__commentFormTitle{color:var(--text-primary);margin-bottom:20px;font-size:1.25rem;font-weight:700;text-align:left!important}.Blog-module__f2qemW__commentForm{flex-direction:column;gap:20px;display:flex}.Blog-module__f2qemW__formRow{grid-template-columns:1fr 1fr;gap:20px;display:grid}@media (max-width:600px){.Blog-module__f2qemW__formRow{grid-template-columns:1fr;gap:16px}.Blog-module__f2qemW__commentFormCard{padding:20px}}.Blog-module__f2qemW__formGroup{text-align:left;flex-direction:column;gap:8px;display:flex}.Blog-module__f2qemW__formGroup label{color:var(--text-secondary);font-size:.85rem;font-weight:600}.Blog-module__f2qemW__commentInput,.Blog-module__f2qemW__commentTextarea{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:var(--text-primary);background:#0f172a99;border:1px solid #3b82f633;border-radius:12px;width:100%;padding:12px 16px;font-family:inherit;font-size:.95rem;font-weight:500;transition:all .3s cubic-bezier(.4,0,.2,1)}.Blog-module__f2qemW__commentTextarea{resize:none}.Blog-module__f2qemW__commentInput::placeholder,.Blog-module__f2qemW__commentTextarea::placeholder{color:var(--text-secondary);opacity:.85}:is(body.light-mode .Blog-module__f2qemW__commentInput,body.force-light .Blog-module__f2qemW__commentInput,body.light-mode .Blog-module__f2qemW__commentTextarea,body.force-light .Blog-module__f2qemW__commentTextarea){background:#fff;border-color:#00000026}body.light-mode .Blog-module__f2qemW__commentInput::placeholder{color:#64748b;opacity:.85}body.force-light .Blog-module__f2qemW__commentInput::placeholder{color:#64748b;opacity:.85}body.light-mode .Blog-module__f2qemW__commentTextarea::placeholder{color:#64748b;opacity:.85}body.force-light .Blog-module__f2qemW__commentTextarea::placeholder{color:#64748b;opacity:.85}.Blog-module__f2qemW__commentInput:focus,.Blog-module__f2qemW__commentTextarea:focus{border-color:var(--accent-primary);background:#0f172ad9;outline:none;box-shadow:0 0 0 3px #3b82f640}.Blog-module__f2qemW__commentSubmitBtn{background:var(--brand-gradient);color:#fff;cursor:pointer;border:none;border-radius:24px;align-self:flex-start;padding:12px 28px;font-size:.95rem;font-weight:700;transition:transform .2s,box-shadow .2s}.Blog-module__f2qemW__commentSubmitBtn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 15px #3b82f64d}.Blog-module__f2qemW__commentSubmitBtn:disabled{opacity:.6;cursor:not-allowed}.Blog-module__f2qemW__commentsList{flex-direction:column;gap:24px;display:flex}.Blog-module__f2qemW__noCommentsYet{color:var(--text-secondary);text-align:center;padding:24px;font-style:italic}.Blog-module__f2qemW__commentCard{background:var(--bg-card);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--border-glow);box-shadow:var(--card-shadow);text-align:left;border-radius:20px;padding:24px}.Blog-module__f2qemW__commentHeader{align-items:center;gap:16px;margin-bottom:14px;display:flex}.Blog-module__f2qemW__commentAvatar{background:var(--brand-gradient);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.1rem;font-weight:800;display:flex;box-shadow:0 2px 8px #3b82f626}.Blog-module__f2qemW__commentMeta{flex-direction:column;align-items:flex-start;gap:2px;display:flex}.Blog-module__f2qemW__commentAuthor{color:var(--text-primary);margin:0;font-size:1rem;font-weight:700}.Blog-module__f2qemW__commentDate{color:var(--text-secondary);font-size:.8rem}.Blog-module__f2qemW__commentBody{color:var(--text-secondary);margin:0;padding-left:60px;font-size:1.05rem;line-height:1.6}@media (max-width:600px){.Blog-module__f2qemW__commentBody{margin-top:10px;padding-left:0}}.Blog-module__f2qemW__relatedPostsList{flex-direction:column;gap:20px;display:flex}.Blog-module__f2qemW__relatedPostItem{flex-direction:column;gap:6px;display:flex}.Blog-module__f2qemW__relatedPostTitle{background:var(--brand-gradient);-webkit-text-fill-color:transparent;color:var(--accent-primary);-webkit-background-clip:text;background-clip:text;font-size:.95rem;font-weight:700;line-height:1.4;text-decoration:none;transition:opacity .2s;text-align:left!important}.Blog-module__f2qemW__relatedPostTitle:hover{opacity:.8}.Blog-module__f2qemW__relatedPostMeta{color:var(--text-secondary);align-items:center;gap:12px;font-size:.75rem;font-weight:600;display:flex}.Blog-module__f2qemW__shareGroup{flex-wrap:wrap;gap:10px;display:flex}.Blog-module__f2qemW__shareBtn{background:var(--pill-bg);border:1px solid var(--border-glow);width:40px;height:40px;color:var(--text-secondary);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;font-size:.9rem;transition:all .2s;display:flex}.Blog-module__f2qemW__shareBtn:hover{border-color:var(--accent-primary);color:#fff;transform:translateY(-2px)}.Blog-module__f2qemW__noPostsFound{text-align:center;color:var(--text-secondary);grid-column:1/-1;padding:48px 0;font-size:1.1rem}.Blog-module__f2qemW__pagination{justify-content:center;align-items:center;gap:8px;margin-top:48px;margin-bottom:24px;display:flex}.Blog-module__f2qemW__pageButton{background:var(--pill-bg);border:1px solid var(--border-glow);color:var(--text-secondary);cursor:pointer;border-radius:20px;justify-content:center;align-items:center;padding:8px 16px;font-size:.85rem;font-weight:600;transition:all .25s cubic-bezier(.4,0,.2,1);display:inline-flex}.Blog-module__f2qemW__pageButton:hover:not(:disabled){border-color:var(--accent-primary);color:var(--text-primary);transform:translateY(-1px)}.Blog-module__f2qemW__pageButton.Blog-module__f2qemW__activePage{background:var(--brand-gradient);color:#fff;border-color:#0000;box-shadow:0 4px 12px #3b82f640}.Blog-module__f2qemW__pageButton:disabled{opacity:.4;cursor:not-allowed}.Blog-module__f2qemW__ctaHeader{border-bottom:1px solid var(--border-glow);align-items:center;gap:10px;margin-bottom:16px;padding-bottom:12px;display:flex}.Blog-module__f2qemW__ctaHeaderLink{background:var(--brand-gradient);-webkit-text-fill-color:transparent;color:var(--accent-primary);-webkit-background-clip:text;background-clip:text;align-items:center;gap:4px;font-size:1.15rem;font-weight:800;text-decoration:none;transition:opacity .2s;display:inline-flex}.Blog-module__f2qemW__ctaHeaderLink:hover{opacity:.8}.Blog-module__f2qemW__ctaTextSidebar{color:var(--text-secondary);margin:0;font-size:.9rem;line-height:1.5}.Blog-module__f2qemW__blogContainer h1,.Blog-module__f2qemW__blogContainer h2:not(.Blog-module__f2qemW__postCardTitle),.Blog-module__f2qemW__blogContainer h3,.Blog-module__f2qemW__blogContainer h4,.Blog-module__f2qemW__blogContainer h5,.Blog-module__f2qemW__blogContainer h6,.Blog-module__f2qemW__detailContainer h1,.Blog-module__f2qemW__detailContainer h2,.Blog-module__f2qemW__detailContainer h3,.Blog-module__f2qemW__detailContainer h4,.Blog-module__f2qemW__detailContainer h5,.Blog-module__f2qemW__detailContainer h6,.Blog-module__f2qemW__articleBody h1,.Blog-module__f2qemW__articleBody h2,.Blog-module__f2qemW__articleBody h3,.Blog-module__f2qemW__articleBody h4,.Blog-module__f2qemW__articleBody h5,.Blog-module__f2qemW__articleBody h6,.Blog-module__f2qemW__blogContainer h1 a,.Blog-module__f2qemW__blogContainer h2:not(.Blog-module__f2qemW__postCardTitle) a,.Blog-module__f2qemW__blogContainer h3 a,.Blog-module__f2qemW__blogContainer h4 a,.Blog-module__f2qemW__blogContainer h5 a,.Blog-module__f2qemW__blogContainer h6 a,.Blog-module__f2qemW__detailContainer h1 a,.Blog-module__f2qemW__detailContainer h2 a,.Blog-module__f2qemW__detailContainer h3 a,.Blog-module__f2qemW__detailContainer h4 a,.Blog-module__f2qemW__detailContainer h5 a,.Blog-module__f2qemW__detailContainer h6 a,.Blog-module__f2qemW__articleBody h1 a,.Blog-module__f2qemW__articleBody h2 a,.Blog-module__f2qemW__articleBody h3 a,.Blog-module__f2qemW__articleBody h4 a,.Blog-module__f2qemW__articleBody h5 a,.Blog-module__f2qemW__articleBody h6 a{text-decoration:none;background:var(--brand-gradient)!important;-webkit-text-fill-color:transparent!important;color:var(--accent-primary)!important;-webkit-background-clip:text!important;background-clip:text!important}.Blog-module__f2qemW__articleBodyImageContainer{justify-content:center;width:100%;margin:32px 0;display:flex}.Blog-module__f2qemW__articleBodyImage{border-radius:16px;max-width:100%;height:auto;box-shadow:0 4px 20px #00000014}.Blog-module__f2qemW__postCoverImageContainer{border:1px solid var(--border-glow);width:100%;box-shadow:var(--card-shadow);aspect-ratio:16/9;background:var(--bg-card);border-radius:24px;margin-bottom:32px;position:relative;overflow:hidden}.Blog-module__f2qemW__postCoverImage{object-fit:contain;filter:drop-shadow(0 6px 18px #0000000d);border-radius:36px;width:100%;height:100%;padding:24px}.Blog-module__f2qemW__authorLinks{flex-wrap:wrap;gap:12px;margin-top:16px;display:flex}.Blog-module__f2qemW__authorLinkButton{border:1px solid var(--border-glow);color:var(--text-secondary);cursor:pointer;-webkit-user-select:none;user-select:none;background:0 0;border-radius:50px;padding:8px 22px;font-size:.9rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-block;text-decoration:none!important}.Blog-module__f2qemW__authorLinkButton:hover{color:#3b82f6;background:#3b82f60d;border-color:#3b82f6;transform:translateY(-1px);box-shadow:0 0 10px #3b82f61a}.Blog-module__f2qemW__authorLinkButton.Blog-module__f2qemW__active{background:var(--brand-gradient);border-color:#0000;font-weight:700;box-shadow:0 4px 15px #3b82f64d;color:#fff!important}body.light-mode .Blog-module__f2qemW__authorLinkButton{color:#475569;border-color:#cbd5e1}body.light-mode .Blog-module__f2qemW__authorLinkButton:hover:not(.Blog-module__f2qemW__active){color:#2563eb;background:#2563eb0d;border-color:#2563eb}body.light-mode .Blog-module__f2qemW__authorLinkButton.Blog-module__f2qemW__active{background:var(--brand-gradient);border-color:#0000;box-shadow:0 4px 12px #2563eb40;color:#fff!important}.Blog-module__f2qemW__inlineRelatedSimple{color:var(--text-primary);margin:20px 0;font-size:1.05rem;line-height:1.6}.Blog-module__f2qemW__tocList{border-left:1px solid #ffffff14;flex-direction:column;gap:14px;margin-left:4px;padding-left:12px;display:flex}body.light-mode .Blog-module__f2qemW__tocList{border-left-color:#00000014}.Blog-module__f2qemW__tocItem{color:var(--text-secondary);text-align:left;padding-left:8px;font-size:.92rem;font-weight:500;line-height:1.4;transition:all .25s cubic-bezier(.4,0,.2,1);display:block;position:relative;text-decoration:none!important}.Blog-module__f2qemW__tocItem:before{content:"";background:var(--accent-primary);border-radius:50%;width:5px;height:5px;transition:transform .25s;position:absolute;top:50%;left:-15px;transform:translateY(-50%)scale(0)}.Blog-module__f2qemW__tocItem:hover{transform:translate(4px);color:var(--accent-primary)!important}.Blog-module__f2qemW__tocItem:hover:before{transform:translateY(-50%)scale(1)}.Blog-module__f2qemW__tocSubItem{opacity:.75;padding-left:20px;font-size:.86rem}.Blog-module__f2qemW__tocSubItem:before{left:-27px}@media (max-width:900px){.Blog-module__f2qemW__desktopToc{display:none}}.Blog-module__f2qemW__pagination{justify-content:center;align-items:center;gap:10px;margin:40px 0 20px;display:flex}.Blog-module__f2qemW__pageNavButton{height:36px;color:var(--text-secondary,#94a3b8);cursor:pointer;-webkit-user-select:none;user-select:none;background:0 0;border:1px solid #3b82f64d;border-radius:50px;justify-content:center;align-items:center;padding:0 16px;font-size:.88rem;font-weight:600;transition:all .25s;display:inline-flex;text-decoration:none!important}.Blog-module__f2qemW__pageNavButton:hover:not(:disabled){color:#38bdf8;background:#3b82f614;border-color:#3b82f6;text-decoration:none!important}.Blog-module__f2qemW__pageNavButton:disabled{color:#64748b;opacity:.45;cursor:not-allowed;box-shadow:none;background:0 0;border-color:#ffffff14;text-decoration:none!important}.Blog-module__f2qemW__pageNumber{width:36px;height:36px;color:var(--text-primary,#fff);cursor:pointer;-webkit-user-select:none;user-select:none;background:0 0;border:1px solid #3b82f64d;border-radius:50%;justify-content:center;align-items:center;font-size:.88rem;font-weight:600;transition:all .25s;display:inline-flex;text-decoration:none!important}.Blog-module__f2qemW__pageNumber:hover:not(.Blog-module__f2qemW__activePage){color:#38bdf8;background:#3b82f614;border-color:#3b82f6;text-decoration:none!important}.Blog-module__f2qemW__pageNumber.Blog-module__f2qemW__activePage{cursor:default;background:linear-gradient(135deg,#3b82f6,#8b5cf6);border:none;font-weight:700;box-shadow:0 4px 14px #3b82f666;color:#fff!important;text-decoration:none!important}body.light-mode .Blog-module__f2qemW__pageNavButton{color:#475569;border-color:#cbd5e1}body.light-mode .Blog-module__f2qemW__pageNavButton:hover:not(:disabled){color:#2563eb;background:#2563eb0d;border-color:#2563eb}body.light-mode .Blog-module__f2qemW__pageNavButton:disabled{color:#94a3b8;border-color:#e2e8f0}body.light-mode .Blog-module__f2qemW__pageNumber{color:#334155;border-color:#cbd5e1}body.light-mode .Blog-module__f2qemW__pageNumber:hover:not(.Blog-module__f2qemW__activePage){color:#2563eb;border-color:#2563eb}body.light-mode .Blog-module__f2qemW__pageNumber.Blog-module__f2qemW__activePage{background:linear-gradient(135deg,#3b82f6,#8b5cf6);color:#fff!important}
.CommonSections-module__Q5cxKW__introSection,.CommonSections-module__Q5cxKW__featuresSection,.CommonSections-module__Q5cxKW__stepsSection,.CommonSections-module__Q5cxKW__whyUseSection,.CommonSections-module__Q5cxKW__useCasesSection,.CommonSections-module__Q5cxKW__faqSection{width:100%;max-width:1200px;margin:40px auto;padding:0 20px}@media (max-width:768px){.CommonSections-module__Q5cxKW__introSection,.CommonSections-module__Q5cxKW__featuresSection,.CommonSections-module__Q5cxKW__stepsSection,.CommonSections-module__Q5cxKW__whyUseSection,.CommonSections-module__Q5cxKW__useCasesSection,.CommonSections-module__Q5cxKW__faqSection{margin:30px auto}}.CommonSections-module__Q5cxKW__sectionSubtitle{color:var(--text-secondary);text-align:center;max-width:800px;margin:12px auto 0;font-size:1.05rem;line-height:1.6}.CommonSections-module__Q5cxKW__featuresGrid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.CommonSections-module__Q5cxKW__stepsGrid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;display:grid}@media (max-width:900px){.CommonSections-module__Q5cxKW__featuresGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.CommonSections-module__Q5cxKW__stepsGrid{grid-template-columns:1fr}}@media (max-width:650px){.CommonSections-module__Q5cxKW__featuresGrid{grid-template-columns:1fr}}.CommonSections-module__Q5cxKW__featureCard,.CommonSections-module__Q5cxKW__stepCard{background:var(--bg-card);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-align:center;border:1px solid var(--border-glow);box-shadow:var(--card-shadow);border-radius:24px;flex-direction:column;align-items:center;padding:32px 24px;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.CommonSections-module__Q5cxKW__featureCard h3,.CommonSections-module__Q5cxKW__featureCard .CommonSections-module__Q5cxKW__cardHeading,.CommonSections-module__Q5cxKW__featureCard h4,.CommonSections-module__Q5cxKW__featureCard p,.CommonSections-module__Q5cxKW__stepCard h3,.CommonSections-module__Q5cxKW__stepCard .CommonSections-module__Q5cxKW__cardHeading,.CommonSections-module__Q5cxKW__stepCard h4,.CommonSections-module__Q5cxKW__stepCard p{text-align:center!important}.CommonSections-module__Q5cxKW__featureCard:hover,.CommonSections-module__Q5cxKW__stepCard:hover{background:var(--bg-card);opacity:1;border-color:var(--accent-primary);transform:translateY(-10px);box-shadow:0 15px 30px #3b82f626}.CommonSections-module__Q5cxKW__toolStepIcon,.CommonSections-module__Q5cxKW__toolFeatureIcon{background:var(--brand-gradient);color:#fff;cursor:pointer;border-radius:15px;justify-content:center;align-items:center;width:50px;height:50px;margin:0 auto 15px;font-size:1rem;font-weight:700;transition:all .3s cubic-bezier(.175,.885,.32,1.275);display:flex;box-shadow:0 4px 10px #3b82f633}.CommonSections-module__Q5cxKW__toolStepIcon:hover,.CommonSections-module__Q5cxKW__toolFeatureIcon:hover{filter:brightness(1.1);box-shadow:0 8px 20px #3b82f666}.CommonSections-module__Q5cxKW__toolFeatureIcon{border-radius:12px;font-size:1.2rem}.CommonSections-module__Q5cxKW__stepCard svg:not(:last-child),.CommonSections-module__Q5cxKW__stepCard i{color:var(--accent-primary);margin-bottom:24px;transition:transform .3s;display:inline-block}.CommonSections-module__Q5cxKW__featureIcon{color:var(--accent-primary);justify-content:center;align-items:center;width:2.2rem;height:2.2rem;margin-bottom:24px;transition:transform .3s;display:inline-flex}.CommonSections-module__Q5cxKW__featureIcon:not(svg),.CommonSections-module__Q5cxKW__stepCard i{background:linear-gradient(135deg,#3b82f6,#8b5cf6);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.CommonSections-module__Q5cxKW__featureIcon svg,.CommonSections-module__Q5cxKW__featureCard svg,.CommonSections-module__Q5cxKW__stepCard svg:not(:last-child){fill:var(--accent-primary)}.CommonSections-module__Q5cxKW__featureCard:hover .CommonSections-module__Q5cxKW__featureIcon,.CommonSections-module__Q5cxKW__featureCard:hover svg,.CommonSections-module__Q5cxKW__stepCard:hover svg:not(:last-child),.CommonSections-module__Q5cxKW__stepCard:hover i,.CommonSections-module__Q5cxKW__featureCard:hover .CommonSections-module__Q5cxKW__toolFeatureIcon,.CommonSections-module__Q5cxKW__stepCard:hover .CommonSections-module__Q5cxKW__toolStepIcon{transform:scale(1.15)rotate(5deg)translateY(-5px)}.CommonSections-module__Q5cxKW__featureCard h3,.CommonSections-module__Q5cxKW__featureCard .CommonSections-module__Q5cxKW__cardHeading,.CommonSections-module__Q5cxKW__stepCard h3,.CommonSections-module__Q5cxKW__stepCard .CommonSections-module__Q5cxKW__cardHeading{color:var(--text-primary);font-size:1.3rem;font-family:var(--font-display);margin-bottom:12px}.CommonSections-module__Q5cxKW__featureCard p,.CommonSections-module__Q5cxKW__stepCard p{color:var(--text-secondary);font-size:.95rem;line-height:1.5}.CommonSections-module__Q5cxKW__faqList{flex-direction:column;gap:12px;display:flex}.CommonSections-module__Q5cxKW__faqItem{background:var(--bg-card);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--border-glow);box-shadow:var(--card-shadow);border-radius:18px;transition:all .3s;overflow:hidden}.CommonSections-module__Q5cxKW__faqItem:hover{border-color:var(--accent-primary)}.CommonSections-module__Q5cxKW__faqQuestion h3,.CommonSections-module__Q5cxKW__faqQuestion h4,.CommonSections-module__Q5cxKW__faqQuestion .CommonSections-module__Q5cxKW__faqQuestionTitle{font-size:inherit;font-weight:inherit;align-items:center;gap:inherit;flex:1;margin:0;display:flex;background:0 0!important;-webkit-background-clip:initial!important;background-clip:initial!important;-webkit-text-fill-color:initial!important;color:inherit!important}.CommonSections-module__Q5cxKW__faqQuestion{text-align:left;cursor:pointer;width:100%;color:var(--text-primary);background:0 0;border:none;justify-content:space-between;align-items:center;padding:16px 24px;font-family:inherit;font-size:1.05rem;font-weight:600;display:flex}.CommonSections-module__Q5cxKW__faqItem.CommonSections-module__Q5cxKW__active{border-color:var(--accent-primary);box-shadow:0 4px 15px #3b82f61a}.CommonSections-module__Q5cxKW__faqQuestion i,.CommonSections-module__Q5cxKW__faqQuestion svg{color:var(--accent-primary);opacity:.6;font-size:.9rem;transition:transform .3s}.CommonSections-module__Q5cxKW__faqItem.CommonSections-module__Q5cxKW__active .CommonSections-module__Q5cxKW__faqQuestion{color:var(--accent-primary)}.CommonSections-module__Q5cxKW__faqItem.CommonSections-module__Q5cxKW__active .CommonSections-module__Q5cxKW__faqQuestion i,.CommonSections-module__Q5cxKW__faqItem.CommonSections-module__Q5cxKW__active .CommonSections-module__Q5cxKW__faqQuestion svg{opacity:1;transform:rotate(180deg)}.CommonSections-module__Q5cxKW__faqAnswer{opacity:0;max-height:0;color:var(--text-secondary);padding:0 24px;line-height:1.6;transition:all .4s cubic-bezier(.4,0,.2,1);overflow:hidden}.CommonSections-module__Q5cxKW__faqItem.CommonSections-module__Q5cxKW__active .CommonSections-module__Q5cxKW__faqAnswer{opacity:1;max-height:300px;padding:0 24px 20px}.CommonSections-module__Q5cxKW__aboutFooter{border-left:6px solid var(--accent-primary);border-right:1px solid var(--border-glow);border-top:1px solid var(--border-glow);border-bottom:1px solid var(--border-glow);background:#3b82f60a;border-radius:32px;margin-top:80px;padding:40px;position:relative;overflow:hidden}.CommonSections-module__Q5cxKW__aboutFooter:before{content:"";pointer-events:none;background:radial-gradient(circle at 0 0,#3b82f614 0%,#0000 50%);width:100%;height:100%;position:absolute;top:0;left:0}.CommonSections-module__Q5cxKW__aboutFooter h2{margin-top:0!important;margin-bottom:16px!important;font-size:1.8rem!important}.CommonSections-module__Q5cxKW__aboutFooter p{color:var(--text-secondary);font-size:1.05rem;line-height:1.7}.CommonSections-module__Q5cxKW__sectionIntro{text-align:center;max-width:800px;color:var(--text-secondary);margin:-24px auto 48px;font-size:1.05rem;line-height:1.6}.CommonSections-module__Q5cxKW__viewsGrid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.CommonSections-module__Q5cxKW__viewCard{background:var(--bg-card);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--border-glow);box-shadow:var(--card-shadow);border-radius:24px;flex-direction:column;padding:32px;transition:all .4s cubic-bezier(.4,0,.2,1);animation:.6s ease-out both CommonSections-module__Q5cxKW__fadeInUp;display:flex;position:relative;overflow:hidden}.CommonSections-module__Q5cxKW__viewCard:hover{background:var(--bg-card);border-color:var(--accent-primary);transform:translateY(-8px);box-shadow:0 15px 30px #3b82f626}.CommonSections-module__Q5cxKW__viewCardHeader{align-items:center;gap:20px;width:100%;margin-bottom:20px;display:flex}.CommonSections-module__Q5cxKW__viewIconContainer{width:56px;height:56px;color:var(--accent-primary);background:#3b82f614;border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;transition:all .3s;display:flex}.CommonSections-module__Q5cxKW__viewCard:hover .CommonSections-module__Q5cxKW__viewIconContainer{background:var(--brand-gradient);color:#fff;transform:scale(1.1)rotate(3deg);box-shadow:0 4px 12px #3b82f64d}.CommonSections-module__Q5cxKW__viewIconContainer svg{fill:currentColor}.CommonSections-module__Q5cxKW__viewTitleContainer{flex-direction:column;align-items:flex-start;gap:6px;display:flex}.CommonSections-module__Q5cxKW__viewCardHeading{color:var(--text-primary);font-size:1.25rem;font-weight:700;font-family:var(--font-display);margin:0;text-align:left!important}.CommonSections-module__Q5cxKW__badge{text-transform:uppercase;letter-spacing:.05em;border-radius:20px;padding:4px 10px;font-size:.75rem;font-weight:700;display:inline-block}.CommonSections-module__Q5cxKW__badge.CommonSections-module__Q5cxKW__free{color:#10b981;background:#10b9811a;border:1px solid #10b98133}.CommonSections-module__Q5cxKW__badge.CommonSections-module__Q5cxKW__premium{background:var(--badge-premium-bg);color:var(--badge-premium-color);border:1px solid var(--badge-premium-border)}.CommonSections-module__Q5cxKW__badge.CommonSections-module__Q5cxKW__enterprise{color:#f59e0b;background:#f59e0b1a;border:1px solid #f59e0b33}.CommonSections-module__Q5cxKW__viewCardDesc{color:var(--text-secondary);margin:0;font-size:.95rem;line-height:1.6;text-align:left!important}@media (max-width:900px){.CommonSections-module__Q5cxKW__viewsGrid{grid-template-columns:1fr}}@media (max-width:768px){.CommonSections-module__Q5cxKW__sectionIntro{margin:-16px auto 32px;padding:0 12px;font-size:1rem}.CommonSections-module__Q5cxKW__viewCard{padding:24px}.CommonSections-module__Q5cxKW__viewCardHeader{gap:16px}.CommonSections-module__Q5cxKW__viewIconContainer{border-radius:12px;width:48px;height:48px}}
.DiffViewPreview-module__xb-ZSG__container{width:100%;max-width:1200px;margin:40px auto;padding:0 20px}.DiffViewPreview-module__xb-ZSG__sectionHeader{text-align:center;margin-bottom:32px}.DiffViewPreview-module__xb-ZSG__sectionTitle{font-size:35px;font-weight:800;line-height:42px;font-family:var(--font-display);background:var(--brand-gradient,linear-gradient(135deg, #3b82f6, #8b5cf6));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:12px}.DiffViewPreview-module__xb-ZSG__sectionSubtitle{color:var(--text-secondary,#94a3b8);max-width:700px;margin:0 auto;font-size:1rem;line-height:1.5}.DiffViewPreview-module__xb-ZSG__tabBar{flex-wrap:wrap;justify-content:center;gap:12px;margin-bottom:24px;display:flex}.DiffViewPreview-module__xb-ZSG__tabButton{background:var(--pill-bg,#0f172a66);border:1px solid var(--border-glow,#ffffff0d);color:var(--text-secondary,#94a3b8);cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);-webkit-user-select:none;user-select:none;border-radius:14px;align-items:center;gap:8px;padding:10px 20px;font-size:.95rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.DiffViewPreview-module__xb-ZSG__tabButton:not(.DiffViewPreview-module__xb-ZSG__activeTabButton):hover{color:var(--text-primary,#f8fafc);background:#3b82f614;border-color:#3b82f64d;transform:translateY(-2px)}.DiffViewPreview-module__xb-ZSG__activeTabButton{background:var(--brand-gradient,linear-gradient(135deg, #3b82f6, #8b5cf6));border-color:#0000;transform:translateY(-2px);box-shadow:0 4px 15px #3b82f64d;color:#fff!important}.DiffViewPreview-module__xb-ZSG__mockupWindow{background:var(--card-bg,#0f172aa6);border:1px solid var(--border-glow,#3b82f626);box-shadow:var(--card-shadow,0 20px 40px #0006), inset 0 1px 0 var(--border-glow,#ffffff0d);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-radius:24px;max-width:800px;margin:0 auto;transition:border-color .3s;position:relative;overflow:hidden}.DiffViewPreview-module__xb-ZSG__mockupWindow:hover{border-color:#3b82f64d}.DiffViewPreview-module__xb-ZSG__windowContent{flex-direction:column;min-height:auto;padding:16px;display:flex}.DiffViewPreview-module__xb-ZSG__imageContainer{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.DiffViewPreview-module__xb-ZSG__previewImage{object-fit:contain;border-radius:12px;width:100%;max-width:750px;height:auto;max-height:500px;animation:.4s ease-in-out DiffViewPreview-module__xb-ZSG__fadeIn;box-shadow:0 10px 30px #0003}@keyframes DiffViewPreview-module__xb-ZSG__fadeIn{0%{opacity:0;transform:scale(.98)}to{opacity:1;transform:scale(1)}}.DiffViewPreview-module__xb-ZSG__sliderWrapper{justify-content:center;align-items:center;gap:20px;max-width:1000px;margin:0 auto;display:flex}.DiffViewPreview-module__xb-ZSG__carouselContainer{perspective:1200px;justify-content:center;align-items:center;width:100%;max-width:800px;height:520px;display:flex;position:relative}.DiffViewPreview-module__xb-ZSG__slide{pointer-events:none;width:100%;max-width:750px;transition:all .6s cubic-bezier(.25,.8,.25,1);position:absolute;margin:0!important}.DiffViewPreview-module__xb-ZSG__slideActive{opacity:1;z-index:3;pointer-events:auto;transform:translate(0)scale(1)translateZ(0)}.DiffViewPreview-module__xb-ZSG__slidePrev{opacity:.4;z-index:2;pointer-events:none;transform:translate(-40%)scale(.85)translateZ(-150px)rotateY(15deg)}.DiffViewPreview-module__xb-ZSG__slideNext{opacity:.4;z-index:2;pointer-events:none;transform:translate(40%)scale(.85)translateZ(-150px)rotateY(-15deg)}.DiffViewPreview-module__xb-ZSG__slideHidden{opacity:0;z-index:1;transform:translate(0)scale(.7)translateZ(-300px)}.DiffViewPreview-module__xb-ZSG__sliderButton{background:var(--card-bg,#0f172aa6);border:1px solid var(--border-glow,#3b82f626);color:var(--text-secondary,#cbd5e1);cursor:pointer;z-index:10;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.DiffViewPreview-module__xb-ZSG__sliderButton:hover{color:#fff;background:#3b82f61a;border-color:#3b82f666;transform:scale(1.1);box-shadow:0 4px 15px #3b82f633}.DiffViewPreview-module__xb-ZSG__sliderIcon{width:24px;height:24px}@media (max-width:768px){.DiffViewPreview-module__xb-ZSG__container{margin:20px auto}.DiffViewPreview-module__xb-ZSG__sliderWrapper{gap:8px}.DiffViewPreview-module__xb-ZSG__carouselContainer{height:250px}.DiffViewPreview-module__xb-ZSG__slidePrev{transform:translate(-30%)scale(.85)translateZ(-150px)rotateY(15deg)}.DiffViewPreview-module__xb-ZSG__slideNext{transform:translate(30%)scale(.85)translateZ(-150px)rotateY(-15deg)}.DiffViewPreview-module__xb-ZSG__sliderButton{width:40px;height:40px}.DiffViewPreview-module__xb-ZSG__sliderIcon{width:20px;height:20px}}
