.page-module___8aEwW__mainLayout{background:var(--bg-primary);min-height:100vh;color:var(--text-primary);flex-direction:column;display:flex}.page-module___8aEwW__contentBody{flex:1}.page-module___8aEwW__featuredSection{width:95%;max-width:100%;margin:0 auto 5rem}.page-module___8aEwW__featuredHeader{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.page-module___8aEwW__featuredTitle{color:var(--text-primary);align-items:center;gap:.6rem;font-size:1.75rem;font-weight:800;display:flex}.page-module___8aEwW__titleSparkle{color:var(--accent-violet)}.page-module___8aEwW__titleGradient{background:var(--gradient-brand);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.page-module___8aEwW__viewAllLink{color:var(--primary);transition:var(--transition-fast);align-items:center;gap:.4rem;font-size:.9rem;font-weight:600;display:flex}.page-module___8aEwW__viewAllLink:hover{color:var(--primary-hover);transform:translate(3px)}.page-module___8aEwW__gridContainer{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.5rem;display:grid}.page-module___8aEwW__sectionWrapper{width:95%;max-width:100%;margin:0 auto 6rem}.page-module___8aEwW__sectionHeaderCenter{text-align:center;max-width:750px;margin:0 auto 3.5rem}.page-module___8aEwW__sectionTag{border-radius:var(--radius-full);background:var(--gradient-brand-subtle);color:var(--primary);text-transform:uppercase;letter-spacing:.05em;border:1px solid #4f46e533;align-items:center;gap:.4rem;margin-bottom:1rem;padding:.35rem .9rem;font-size:.775rem;font-weight:700;display:inline-flex}.page-module___8aEwW__sectionTitle{color:var(--text-primary);letter-spacing:-.02em;margin-bottom:.75rem;font-size:2.25rem;font-weight:800}.page-module___8aEwW__sectionSubtitle{color:var(--text-secondary);font-size:1.05rem;line-height:1.6}.page-module___8aEwW__categoriesGrid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;display:grid}.page-module___8aEwW__categoryCard{border:1px solid var(--glass-border);border-radius:var(--radius-xl);transition:all var(--transition-normal);background:#fff;flex-direction:column;justify-content:space-between;padding:2rem;text-decoration:none;display:flex;box-shadow:0 4px 15px #00000005}.page-module___8aEwW__categoryCard:hover{border-color:var(--glass-border-hover);box-shadow:var(--glass-shadow);transform:translateY(-5px)}.page-module___8aEwW__categoryTop{justify-content:space-between;align-items:center;margin-bottom:1.25rem;display:flex}.page-module___8aEwW__categoryIconBox{border-radius:var(--radius-md);background:var(--bg-tertiary);width:52px;height:52px;color:var(--primary);transition:var(--transition-normal);justify-content:center;align-items:center;display:flex}.page-module___8aEwW__categoryCard:hover .page-module___8aEwW__categoryIconBox{background:var(--gradient-brand);color:#fff;box-shadow:var(--glow-primary)}.page-module___8aEwW__categoryBadge{border-radius:var(--radius-full);background:var(--bg-tertiary);color:var(--text-muted);padding:.25rem .65rem;font-size:.75rem;font-weight:700}.page-module___8aEwW__categoryName{color:var(--text-primary);margin-bottom:.5rem;font-size:1.25rem;font-weight:700}.page-module___8aEwW__categoryDesc{color:var(--text-secondary);margin-bottom:1.5rem;font-size:.875rem;line-height:1.55}.page-module___8aEwW__categoryLink{color:var(--primary);align-items:center;gap:.4rem;font-size:.85rem;font-weight:700;display:flex}.page-module___8aEwW__categoryCard:hover .page-module___8aEwW__categoryLink{color:var(--primary-hover);transform:translate(4px)}.page-module___8aEwW__seoArticleCard{border:1px solid var(--glass-border);border-radius:var(--radius-xl);box-shadow:var(--glass-shadow);background:#fff;grid-template-columns:1fr 1fr;align-items:center;gap:3rem;padding:3rem;display:grid}.page-module___8aEwW__articleContent{flex-direction:column;gap:1.25rem;display:flex}.page-module___8aEwW__articleHeading{color:var(--text-primary);font-size:1.85rem;font-weight:800;line-height:1.3}.page-module___8aEwW__articleText{color:var(--text-secondary);font-size:.95rem;line-height:1.7}.page-module___8aEwW__articleHighlightGrid{grid-template-columns:1fr 1fr;gap:1rem;margin-top:.5rem;display:grid}.page-module___8aEwW__highlightBox{background:var(--bg-primary);border:1px solid var(--glass-border);border-radius:var(--radius-md);padding:1.25rem}.page-module___8aEwW__highlightTitle{color:var(--text-primary);margin-bottom:.25rem;font-size:.95rem;font-weight:700}.page-module___8aEwW__highlightSub{color:var(--text-muted);font-size:.8rem;line-height:1.5}.page-module___8aEwW__comparisonCard{border:1px solid var(--glass-border);border-radius:var(--radius-xl);box-shadow:var(--glass-shadow);background:#fff;overflow:hidden}.page-module___8aEwW__tableWrapper{width:100%;overflow-x:auto}.page-module___8aEwW__comparisonTable{border-collapse:collapse;text-align:left;width:100%;font-size:.9rem}.page-module___8aEwW__comparisonTable th,.page-module___8aEwW__comparisonTable td{border-bottom:1px solid var(--glass-border);padding:1.25rem 1.5rem}.page-module___8aEwW__comparisonTable th{background:var(--bg-tertiary);color:var(--text-primary);font-weight:700}.page-module___8aEwW__cwsCol{color:var(--primary);background:#4f46e50a;font-weight:700}.page-module___8aEwW__faqGrid{grid-template-columns:repeat(auto-fit,minmax(450px,1fr));gap:1.5rem;display:grid}.page-module___8aEwW__faqItem{border:1px solid var(--glass-border);border-radius:var(--radius-lg);transition:var(--transition-normal);background:#fff;padding:1.75rem;box-shadow:0 4px 15px #00000005}.page-module___8aEwW__faqItem:hover{border-color:var(--glass-border-hover);box-shadow:var(--glass-shadow)}.page-module___8aEwW__faqQuestion{color:var(--text-primary);align-items:center;gap:.6rem;margin-bottom:.6rem;font-size:1.1rem;font-weight:700;display:flex}.page-module___8aEwW__faqQuestionIcon{color:var(--primary);flex-shrink:0}.page-module___8aEwW__faqAnswer{color:var(--text-secondary);font-size:.9rem;line-height:1.65}.page-module___8aEwW__ctaBanner{background:var(--gradient-brand);border-radius:var(--radius-xl);text-align:center;color:#fff;box-shadow:var(--glow-primary);flex-direction:column;justify-content:center;align-items:center;padding:4rem 2rem;display:flex}.page-module___8aEwW__ctaTitle{color:#fff;letter-spacing:-.02em;margin-bottom:1rem;font-size:2.5rem;font-weight:800}.page-module___8aEwW__ctaSubtitle{color:#ffffffe6;max-width:600px;margin:0 auto 2rem;font-size:1.1rem;line-height:1.6}.page-module___8aEwW__ctaBtn{border-radius:var(--radius-full);color:var(--primary);transition:all var(--transition-normal);background:#fff;align-items:center;gap:.6rem;padding:1rem 2.25rem;font-size:1rem;font-weight:800;text-decoration:none;display:inline-flex;box-shadow:0 10px 25px #00000026}.page-module___8aEwW__ctaBtn:hover{color:var(--primary-hover);transform:translateY(-3px)scale(1.02);box-shadow:0 15px 35px #00000040}@media (max-width:900px){.page-module___8aEwW__seoArticleCard{grid-template-columns:1fr;gap:2rem}.page-module___8aEwW__faqGrid{grid-template-columns:1fr}}@media (max-width:768px){.page-module___8aEwW__sectionTitle{font-size:1.75rem}.page-module___8aEwW__ctaTitle{font-size:1.85rem}}
.Header-module__hBw1pG__header{z-index:9999;-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--glass-border);width:100%;transition:var(--transition-normal);background:#ffffffeb;position:sticky;top:0;left:0;box-shadow:0 4px 20px #0000000d}.Header-module__hBw1pG__container{justify-content:space-between;align-items:center;gap:1.5rem;width:95%;max-width:100%;margin:0 auto;padding:.9rem 0;display:flex}.Header-module__hBw1pG__brand{cursor:pointer;align-items:center;gap:.75rem;display:flex}.Header-module__hBw1pG__logoIcon{border-radius:var(--radius-md);background:var(--gradient-brand);color:#fff;width:40px;height:40px;box-shadow:var(--glow-primary);transition:var(--transition-normal);justify-content:center;align-items:center;display:flex}.Header-module__hBw1pG__brand:hover .Header-module__hBw1pG__logoIcon{transform:scale(1.05)rotate(-3deg)}.Header-module__hBw1pG__logoTextContainer{flex-direction:column;display:flex}.Header-module__hBw1pG__logoTitle{letter-spacing:-.02em;color:var(--text-primary);align-items:center;gap:.3rem;font-size:1.25rem;font-weight:800;display:flex}.Header-module__hBw1pG__logoAccent{background:var(--gradient-brand);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.Header-module__hBw1pG__logoSub{color:var(--primary);letter-spacing:.08em;text-transform:uppercase;font-size:.7rem;font-weight:700}.Header-module__hBw1pG__navMenu{flex:1;justify-content:center;align-items:center;gap:2rem;display:flex}.Header-module__hBw1pG__navItem{color:var(--text-secondary);cursor:pointer;transition:var(--transition-fast);align-items:center;gap:.4rem;padding:.5rem 0;font-size:.9rem;font-weight:600;display:flex;position:relative}.Header-module__hBw1pG__navItem:hover{color:var(--primary)}.Header-module__hBw1pG__navItem:hover .Header-module__hBw1pG__dropdownIcon{transform:rotate(180deg)}.Header-module__hBw1pG__dropdownIcon{transition:transform var(--transition-fast)}.Header-module__hBw1pG__dropdownMenu{border:1px solid var(--glass-border);border-radius:var(--radius-md);opacity:0;visibility:hidden;width:max-content;min-width:240px;transition:all var(--transition-normal);z-index:100;background:#fff;flex-direction:column;gap:.2rem;padding:.75rem;display:flex;position:absolute;top:100%;left:50%;transform:translate(-50%)translateY(10px);box-shadow:0 10px 30px #00000014}.Header-module__hBw1pG__navItem:hover .Header-module__hBw1pG__dropdownMenu{opacity:1;visibility:visible;transform:translate(-50%)translateY(0)}.Header-module__hBw1pG__dropdownItem{border-radius:var(--radius-sm);color:var(--text-primary);transition:var(--transition-fast);align-items:center;gap:.75rem;padding:.6rem .8rem;font-size:.85rem;font-weight:600;text-decoration:none;display:flex}.Header-module__hBw1pG__dropdownItem:hover{background:var(--bg-tertiary);color:var(--primary)}.Header-module__hBw1pG__dropdownIconWrapper{color:var(--text-muted);justify-content:center;align-items:center;display:flex}.Header-module__hBw1pG__dropdownItem:hover .Header-module__hBw1pG__dropdownIconWrapper{color:var(--primary)}.Header-module__hBw1pG__dropdownDivider{border-top:1px solid var(--glass-border);margin:.4rem 0}.Header-module__hBw1pG__dropdownViewAll{color:var(--primary);justify-content:center}.Header-module__hBw1pG__actions{align-items:center;gap:1rem;display:flex}.Header-module__hBw1pG__ctaBtn{border-radius:var(--radius-full);background:var(--gradient-brand);color:#fff;box-shadow:var(--glow-primary);transition:var(--transition-normal);align-items:center;gap:.4rem;padding:.6rem 1.25rem;font-size:.85rem;font-weight:700;text-decoration:none;display:flex}.Header-module__hBw1pG__ctaBtn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #4f46e566}.Header-module__hBw1pG__mobileMenuBtn{color:var(--text-primary);padding:.5rem;display:none}@media (max-width:1024px){.Header-module__hBw1pG__navMenu{display:none}.Header-module__hBw1pG__mobileMenuBtn{display:block}}@media (max-width:600px){.Header-module__hBw1pG__ctaBtn span{display:none}.Header-module__hBw1pG__ctaBtn{padding:.6rem}}
.Footer-module__S6Hkya__footer{border-top:1px solid var(--glass-border);background:#fff;width:100%;margin-top:auto;padding:4rem 0 2rem}.Footer-module__S6Hkya__container{width:95%;max-width:100%;margin:0 auto}.Footer-module__S6Hkya__topGrid{grid-template-columns:2fr repeat(3,1fr);gap:3rem;margin-bottom:3.5rem;display:grid}.Footer-module__S6Hkya__brandCol{flex-direction:column;gap:1rem;display:flex}.Footer-module__S6Hkya__brandLogo{color:var(--text-primary);align-items:center;gap:.6rem;font-size:1.35rem;font-weight:800;display:flex}.Footer-module__S6Hkya__brandAccent{background:var(--gradient-brand);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.Footer-module__S6Hkya__brandDesc{color:var(--text-muted);max-width:380px;font-size:.9rem;line-height:1.6}.Footer-module__S6Hkya__badgeRow{gap:.5rem;margin-top:.5rem;display:flex}.Footer-module__S6Hkya__techBadge{border-radius:var(--radius-xs);background:var(--bg-tertiary);border:1px solid var(--glass-border);color:var(--text-secondary);padding:.25rem .6rem;font-size:.725rem;font-weight:700}.Footer-module__S6Hkya__colTitle{color:var(--text-primary);letter-spacing:-.01em;margin-bottom:1.25rem;font-size:.95rem;font-weight:700}.Footer-module__S6Hkya__linkList{flex-direction:column;gap:.75rem;list-style:none;display:flex}.Footer-module__S6Hkya__linkItem{color:var(--text-secondary);cursor:pointer;transition:var(--transition-fast);font-size:.875rem}.Footer-module__S6Hkya__linkItem:hover{color:var(--primary);transform:translate(4px)}.Footer-module__S6Hkya__bottomBar{border-top:1px solid var(--glass-border);color:var(--text-muted);justify-content:space-between;align-items:center;padding-top:2rem;font-size:.825rem;display:flex}.Footer-module__S6Hkya__heart{color:var(--accent-rose);margin:0 .2rem}@media (max-width:900px){.Footer-module__S6Hkya__topGrid{grid-template-columns:1fr 1fr;gap:2rem}}@media (max-width:600px){.Footer-module__S6Hkya__topGrid{grid-template-columns:1fr}.Footer-module__S6Hkya__bottomBar{text-align:center;flex-direction:column;gap:1rem}}
.ImageCompressor-module___hGV-G__container{flex-direction:column;gap:2rem;width:100%;display:flex}.ImageCompressor-module___hGV-G__controlsBar{background:var(--bg-tertiary);border-radius:var(--radius-lg);border:1px solid var(--glass-border);grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.25rem;padding:1.5rem;display:grid}.ImageCompressor-module___hGV-G__controlGroup{flex-direction:column;gap:.5rem;display:flex}.ImageCompressor-module___hGV-G__controlLabel{color:var(--text-secondary);justify-content:space-between;font-size:.825rem;font-weight:700;display:flex}.ImageCompressor-module___hGV-G__controlValue{color:var(--primary);font-weight:800}.ImageCompressor-module___hGV-G__rangeInput{width:100%;accent-color:var(--primary);cursor:pointer}.ImageCompressor-module___hGV-G__selectInput,.ImageCompressor-module___hGV-G__numberInput{border-radius:var(--radius-sm);border:1px solid var(--glass-border);width:100%;color:var(--text-primary);background:#fff;padding:.65rem .85rem;font-size:.875rem}.ImageCompressor-module___hGV-G__dropzone{border:2px dashed var(--glass-border-hover);border-radius:var(--radius-xl);text-align:center;background:var(--bg-primary);cursor:pointer;transition:var(--transition-normal);flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:3.5rem 1.5rem;display:flex}.ImageCompressor-module___hGV-G__dropzone:hover{background:var(--primary-light);border-color:var(--primary);transform:scale(1.005)}.ImageCompressor-module___hGV-G__dropzoneIcon{color:var(--primary);width:48px;height:48px}.ImageCompressor-module___hGV-G__dropzoneText{color:var(--text-primary);font-size:1.05rem;font-weight:700}.ImageCompressor-module___hGV-G__dropzoneSub{color:var(--text-muted);font-size:.85rem}.ImageCompressor-module___hGV-G__fileInputHidden{display:none}.ImageCompressor-module___hGV-G__previewGrid{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.ImageCompressor-module___hGV-G__previewCard{border:1px solid var(--glass-border);border-radius:var(--radius-lg);background:#fff;flex-direction:column;gap:1rem;padding:1.5rem;display:flex;box-shadow:0 4px 15px #00000005}.ImageCompressor-module___hGV-G__previewHeader{border-bottom:1px solid var(--glass-border);justify-content:space-between;align-items:center;padding-bottom:.75rem;display:flex}.ImageCompressor-module___hGV-G__previewTitle{color:var(--text-primary);font-size:.9rem;font-weight:700}.ImageCompressor-module___hGV-G__badgeSavings{background:var(--accent-emerald-light);color:var(--accent-emerald);border-radius:var(--radius-full);padding:.25rem .65rem;font-size:.75rem;font-weight:800}.ImageCompressor-module___hGV-G__imageBox{border-radius:var(--radius-md);background:var(--bg-tertiary);justify-content:center;align-items:center;width:100%;height:240px;display:flex;position:relative;overflow:hidden}.ImageCompressor-module___hGV-G__imgPreview{object-fit:contain;max-width:100%;max-height:100%}.ImageCompressor-module___hGV-G__metaRow{color:var(--text-secondary);justify-content:space-between;align-items:center;font-size:.825rem;display:flex}.ImageCompressor-module___hGV-G__metaSize{color:var(--text-primary);font-weight:800}.ImageCompressor-module___hGV-G__downloadBtn{border-radius:var(--radius-full);background:var(--gradient-brand);color:#fff;box-shadow:var(--glow-primary);transition:var(--transition-fast);cursor:pointer;border:none;justify-content:center;align-items:center;gap:.5rem;padding:.85rem 1.5rem;font-size:.9rem;font-weight:700;text-decoration:none;display:flex}.ImageCompressor-module___hGV-G__downloadBtn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #4f46e566}.ImageCompressor-module___hGV-G__resetBtn{border-radius:var(--radius-full);background:var(--bg-tertiary);color:var(--text-secondary);cursor:pointer;transition:var(--transition-fast);border:1px solid var(--glass-border);align-self:center;padding:.65rem 1.25rem;font-size:.85rem;font-weight:600}.ImageCompressor-module___hGV-G__resetBtn:hover{background:var(--accent-rose);color:#fff;border-color:var(--accent-rose)}@media (max-width:768px){.ImageCompressor-module___hGV-G__previewGrid{grid-template-columns:1fr}}
.ImageConverter-module__v7RaqG__container{flex-direction:column;gap:2rem;width:100%;display:flex}.ImageConverter-module__v7RaqG__controlsBar{background:var(--bg-tertiary);border-radius:var(--radius-lg);border:1px solid var(--glass-border);grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.25rem;padding:1.5rem;display:grid}.ImageConverter-module__v7RaqG__controlGroup{flex-direction:column;gap:.5rem;display:flex}.ImageConverter-module__v7RaqG__controlLabel{color:var(--text-secondary);justify-content:space-between;font-size:.825rem;font-weight:700;display:flex}.ImageConverter-module__v7RaqG__controlValue{color:var(--primary);font-weight:800}.ImageConverter-module__v7RaqG__selectInput,.ImageConverter-module__v7RaqG__colorInput{border-radius:var(--radius-sm);border:1px solid var(--glass-border);width:100%;color:var(--text-primary);background:#fff;padding:.65rem .85rem;font-size:.875rem}.ImageConverter-module__v7RaqG__rangeInput{width:100%;accent-color:var(--primary);cursor:pointer}.ImageConverter-module__v7RaqG__dropzone{border:2px dashed var(--glass-border-hover);border-radius:var(--radius-xl);text-align:center;background:var(--bg-primary);cursor:pointer;transition:var(--transition-normal);flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:3.5rem 1.5rem;display:flex}.ImageConverter-module__v7RaqG__dropzone:hover{background:var(--primary-light);border-color:var(--primary);transform:scale(1.005)}.ImageConverter-module__v7RaqG__dropzoneIcon{color:var(--primary);width:48px;height:48px}.ImageConverter-module__v7RaqG__dropzoneText{color:var(--text-primary);font-size:1.05rem;font-weight:700}.ImageConverter-module__v7RaqG__dropzoneSub{color:var(--text-muted);font-size:.85rem}.ImageConverter-module__v7RaqG__fileInputHidden{display:none}.ImageConverter-module__v7RaqG__previewGrid{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.ImageConverter-module__v7RaqG__previewCard{border:1px solid var(--glass-border);border-radius:var(--radius-lg);background:#fff;flex-direction:column;gap:1rem;padding:1.5rem;display:flex;box-shadow:0 4px 15px #00000005}.ImageConverter-module__v7RaqG__previewHeader{border-bottom:1px solid var(--glass-border);justify-content:space-between;align-items:center;padding-bottom:.75rem;display:flex}.ImageConverter-module__v7RaqG__previewTitle{color:var(--text-primary);font-size:.9rem;font-weight:700}.ImageConverter-module__v7RaqG__badgeFormat{background:var(--primary-light);color:var(--primary);border-radius:var(--radius-full);text-transform:uppercase;padding:.25rem .65rem;font-size:.75rem;font-weight:800}.ImageConverter-module__v7RaqG__imageBox{border-radius:var(--radius-md);background:var(--bg-tertiary);justify-content:center;align-items:center;width:100%;height:240px;display:flex;position:relative;overflow:hidden}.ImageConverter-module__v7RaqG__imgPreview{object-fit:contain;max-width:100%;max-height:100%}.ImageConverter-module__v7RaqG__docPreview{flex-direction:column;justify-content:center;align-items:center;gap:.75rem;display:flex}.ImageConverter-module__v7RaqG__docText{color:var(--text-primary);font-size:.9rem;font-weight:700}.ImageConverter-module__v7RaqG__metaRow{color:var(--text-secondary);justify-content:space-between;align-items:center;font-size:.825rem;display:flex}.ImageConverter-module__v7RaqG__metaSize{color:var(--text-primary);font-weight:800}.ImageConverter-module__v7RaqG__downloadBtn{border-radius:var(--radius-full);background:var(--gradient-brand);color:#fff;box-shadow:var(--glow-primary);transition:var(--transition-fast);cursor:pointer;border:none;justify-content:center;align-items:center;gap:.5rem;padding:.85rem 1.5rem;font-size:.9rem;font-weight:700;text-decoration:none;display:flex}.ImageConverter-module__v7RaqG__downloadBtn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #4f46e566}.ImageConverter-module__v7RaqG__resetBtn{border-radius:var(--radius-full);background:var(--bg-tertiary);color:var(--text-secondary);cursor:pointer;transition:var(--transition-fast);border:1px solid var(--glass-border);align-self:center;padding:.65rem 1.25rem;font-size:.85rem;font-weight:600}.ImageConverter-module__v7RaqG__resetBtn:hover{background:var(--accent-rose);color:#fff;border-color:var(--accent-rose)}@media (max-width:768px){.ImageConverter-module__v7RaqG__previewGrid{grid-template-columns:1fr}}
.JsonFormatter-module__V5h39q__container{flex-direction:column;gap:1.5rem;width:100%;display:flex}.JsonFormatter-module__V5h39q__actionBar{background:var(--bg-tertiary);border-radius:var(--radius-lg);border:1px solid var(--glass-border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.25rem;display:flex}.JsonFormatter-module__V5h39q__actionGroup{flex-wrap:wrap;align-items:center;gap:.6rem;display:flex}.JsonFormatter-module__V5h39q__btnPrimary{border-radius:var(--radius-md);background:var(--gradient-brand);color:#fff;cursor:pointer;box-shadow:var(--glow-primary);transition:var(--transition-fast);border:none;align-items:center;gap:.4rem;padding:.6rem 1.15rem;font-size:.85rem;font-weight:700;display:flex}.JsonFormatter-module__V5h39q__btnPrimary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #4f46e559}.JsonFormatter-module__V5h39q__btnSecondary{border-radius:var(--radius-md);border:1px solid var(--glass-border);color:var(--text-primary);cursor:pointer;transition:var(--transition-fast);background:#fff;align-items:center;gap:.4rem;padding:.6rem 1rem;font-size:.85rem;font-weight:600;display:flex}.JsonFormatter-module__V5h39q__btnSecondary:hover{background:var(--bg-primary);color:var(--primary);border-color:var(--primary)}.JsonFormatter-module__V5h39q__selectInput{border-radius:var(--radius-md);border:1px solid var(--glass-border);color:var(--text-primary);background:#fff;padding:.55rem .85rem;font-size:.85rem;font-weight:600}.JsonFormatter-module__V5h39q__validBanner{border-radius:var(--radius-md);background:var(--accent-emerald-light);color:#065f46;border:1px solid #10b98140;align-items:center;gap:.75rem;padding:.85rem 1.25rem;font-size:.875rem;font-weight:700;display:flex}.JsonFormatter-module__V5h39q__invalidBanner{border-radius:var(--radius-md);background:var(--accent-rose-light);color:#9f1239;border:1px solid #f43f5e40;align-items:center;gap:.75rem;padding:.85rem 1.25rem;font-size:.875rem;font-weight:700;display:flex}.JsonFormatter-module__V5h39q__editorGrid{grid-template-columns:1fr 1fr;gap:1.25rem;display:grid}.JsonFormatter-module__V5h39q__editorBox{border:1px solid var(--glass-border);border-radius:var(--radius-lg);background:#fff;flex-direction:column;display:flex;overflow:hidden;box-shadow:0 4px 15px #00000005}.JsonFormatter-module__V5h39q__editorHeader{background:var(--bg-tertiary);border-bottom:1px solid var(--glass-border);color:var(--text-secondary);justify-content:space-between;align-items:center;padding:.75rem 1.25rem;font-size:.825rem;font-weight:700;display:flex}.JsonFormatter-module__V5h39q__editorTitle{align-items:center;gap:.5rem;display:flex}.JsonFormatter-module__V5h39q__textArea{width:100%;height:380px;color:var(--text-primary);resize:vertical;background:#fff;border:none;outline:none;padding:1.25rem;font-family:Fira Code,Courier New,monospace;font-size:.875rem;line-height:1.6}.JsonFormatter-module__V5h39q__textArea:focus{background:#fdfdfd}.JsonFormatter-module__V5h39q__outputCode{width:100%;height:380px;color:var(--primary);background:var(--bg-primary);white-space:pre-wrap;word-break:break-all;padding:1.25rem;font-family:Fira Code,Courier New,monospace;font-size:.875rem;line-height:1.6;overflow:auto}.JsonFormatter-module__V5h39q__statsRow{color:var(--text-muted);gap:1rem;font-size:.775rem;display:flex}@media (max-width:900px){.JsonFormatter-module__V5h39q__editorGrid{grid-template-columns:1fr}}
.SeoMetaGenerator-module__sudHAa__container{flex-direction:column;gap:2rem;width:100%;padding:1.5rem;display:flex}.SeoMetaGenerator-module__sudHAa__workspaceGrid{grid-template-columns:420px 1fr;gap:2rem;width:100%;display:grid}.SeoMetaGenerator-module__sudHAa__formCard{border:1px solid var(--glass-border);border-radius:var(--radius-lg);background:#fff;flex-direction:column;gap:1.25rem;min-width:0;padding:1.75rem;display:flex;box-shadow:0 4px 15px #00000005}.SeoMetaGenerator-module__sudHAa__formHeader{color:var(--text-primary);border-bottom:1px solid var(--glass-border);align-items:center;gap:.5rem;padding-bottom:.85rem;font-size:1rem;font-weight:700;display:flex}.SeoMetaGenerator-module__sudHAa__inputGroup{flex-direction:column;gap:.4rem;width:100%;display:flex}.SeoMetaGenerator-module__sudHAa__labelRow{color:var(--text-secondary);justify-content:space-between;align-items:center;font-size:.85rem;font-weight:600;display:flex}.SeoMetaGenerator-module__sudHAa__counterBadge{color:var(--text-muted);font-size:.75rem;font-weight:700}.SeoMetaGenerator-module__sudHAa__counterOptimal{color:var(--accent-emerald)}.SeoMetaGenerator-module__sudHAa__counterWarning{color:var(--accent-rose)}.SeoMetaGenerator-module__sudHAa__textInput,.SeoMetaGenerator-module__sudHAa__textAreaInput,.SeoMetaGenerator-module__sudHAa__selectInput{border-radius:var(--radius-md);border:1px solid var(--glass-border);width:100%;color:var(--text-primary);box-sizing:border-box;transition:var(--transition-normal);background:#fff;padding:.75rem 1rem;font-size:.875rem}.SeoMetaGenerator-module__sudHAa__textInput:focus,.SeoMetaGenerator-module__sudHAa__textAreaInput:focus,.SeoMetaGenerator-module__sudHAa__selectInput:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #4f46e51a}.SeoMetaGenerator-module__sudHAa__textAreaInput{resize:vertical;height:95px;line-height:1.5}.SeoMetaGenerator-module__sudHAa__previewCol{flex-direction:column;gap:1.5rem;min-width:0;display:flex}.SeoMetaGenerator-module__sudHAa__previewTabs{border-bottom:1px solid var(--glass-border);flex-wrap:wrap;gap:.5rem;padding-bottom:.5rem;display:flex}.SeoMetaGenerator-module__sudHAa__tabBtn{border-radius:var(--radius-md);background:var(--bg-tertiary);color:var(--text-secondary);cursor:pointer;transition:var(--transition-fast);border:none;padding:.6rem 1.1rem;font-size:.85rem;font-weight:600}.SeoMetaGenerator-module__sudHAa__tabActive{background:var(--primary);color:#fff;box-shadow:var(--glow-primary)}.SeoMetaGenerator-module__sudHAa__serpMockup{border:1px solid var(--glass-border);border-radius:var(--radius-lg);background:#fff;flex-direction:column;gap:.5rem;padding:1.5rem;display:flex;box-shadow:0 2px 12px #00000008}.SeoMetaGenerator-module__sudHAa__serpUrlRow{color:#202124;align-items:center;gap:.6rem;font-size:.85rem;display:flex}.SeoMetaGenerator-module__sudHAa__serpFavicon{color:#fff;background:#4f46e5;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:11px;font-weight:800;display:flex}.SeoMetaGenerator-module__sudHAa__serpTitle{color:#1a0dab;cursor:pointer;font-size:1.25rem;font-weight:500;line-height:1.35}.SeoMetaGenerator-module__sudHAa__serpTitle:hover{text-decoration:underline}.SeoMetaGenerator-module__sudHAa__serpDesc{color:#4d5156;font-size:.875rem;line-height:1.55}.SeoMetaGenerator-module__sudHAa__ogMockup{border:1px solid var(--glass-border);border-radius:var(--radius-lg);background:#fff;overflow:hidden;box-shadow:0 4px 15px #0000000a}.SeoMetaGenerator-module__sudHAa__ogImgBox{background:var(--bg-tertiary);justify-content:center;align-items:center;width:100%;height:220px;display:flex;overflow:hidden}.SeoMetaGenerator-module__sudHAa__ogImg{object-fit:cover;width:100%;height:100%}.SeoMetaGenerator-module__sudHAa__ogContent{background:#f8fafc;padding:1.25rem}.SeoMetaGenerator-module__sudHAa__ogDomain{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.35rem;font-size:.775rem}.SeoMetaGenerator-module__sudHAa__ogTitle{color:var(--text-primary);margin-bottom:.35rem;font-size:1.05rem;font-weight:700}.SeoMetaGenerator-module__sudHAa__ogDesc{color:var(--text-secondary);font-size:.85rem;line-height:1.5}.SeoMetaGenerator-module__sudHAa__codeCard{border:1px solid var(--glass-border);border-radius:var(--radius-lg);background:#fff;flex-direction:column;display:flex;overflow:hidden;box-shadow:0 4px 15px #00000005}.SeoMetaGenerator-module__sudHAa__codeHeader{background:var(--bg-tertiary);border-bottom:1px solid var(--glass-border);justify-content:space-between;align-items:center;padding:.85rem 1.25rem;font-size:.825rem;font-weight:700;display:flex}.SeoMetaGenerator-module__sudHAa__btnAction{border-radius:var(--radius-sm);border:1px solid var(--glass-border);color:var(--text-primary);cursor:pointer;transition:var(--transition-fast);background:#fff;align-items:center;gap:.4rem;padding:.5rem .95rem;font-size:.8rem;font-weight:600;display:flex}.SeoMetaGenerator-module__sudHAa__btnAction:hover{background:var(--primary);color:#fff;border-color:var(--primary)}.SeoMetaGenerator-module__sudHAa__codeBox{color:var(--primary);background:var(--bg-primary);white-space:pre;max-height:280px;padding:1.25rem;font-family:Fira Code,Courier New,monospace;font-size:.825rem;line-height:1.6;overflow-x:auto}@media (max-width:1080px){.SeoMetaGenerator-module__sudHAa__workspaceGrid{grid-template-columns:1fr}}
.TextDiffChecker-module__RPa4jW__container{flex-direction:column;gap:1.5rem;width:100%;display:flex}.TextDiffChecker-module__RPa4jW__actionBar{background:var(--bg-tertiary);border-radius:var(--radius-lg);border:1px solid var(--glass-border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.25rem;display:flex}.TextDiffChecker-module__RPa4jW__actionGroup{flex-wrap:wrap;align-items:center;gap:.6rem;display:flex}.TextDiffChecker-module__RPa4jW__btnPrimary{border-radius:var(--radius-md);background:var(--gradient-brand);color:#fff;cursor:pointer;box-shadow:var(--glow-primary);transition:var(--transition-fast);border:none;align-items:center;gap:.4rem;padding:.6rem 1.15rem;font-size:.85rem;font-weight:700;display:flex}.TextDiffChecker-module__RPa4jW__btnPrimary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #4f46e559}.TextDiffChecker-module__RPa4jW__btnSecondary{border-radius:var(--radius-md);border:1px solid var(--glass-border);color:var(--text-primary);cursor:pointer;transition:var(--transition-fast);background:#fff;align-items:center;gap:.4rem;padding:.6rem 1rem;font-size:.85rem;font-weight:600;display:flex}.TextDiffChecker-module__RPa4jW__btnSecondary:hover{background:var(--bg-primary);color:var(--primary);border-color:var(--primary)}.TextDiffChecker-module__RPa4jW__statsBar{border-radius:var(--radius-md);border:1px solid var(--glass-border);background:#fff;align-items:center;gap:1rem;padding:.85rem 1.25rem;font-size:.85rem;font-weight:700;display:flex}.TextDiffChecker-module__RPa4jW__statItem{align-items:center;gap:.35rem;display:flex}.TextDiffChecker-module__RPa4jW__badgeAdded{color:var(--accent-emerald);background:var(--accent-emerald-light);border-radius:var(--radius-sm);padding:.2rem .5rem}.TextDiffChecker-module__RPa4jW__badgeRemoved{color:var(--accent-rose);background:var(--accent-rose-light);border-radius:var(--radius-sm);padding:.2rem .5rem}.TextDiffChecker-module__RPa4jW__badgeUnchanged{color:var(--text-secondary)}.TextDiffChecker-module__RPa4jW__inputGrid{grid-template-columns:1fr 1fr;gap:1.25rem;display:grid}.TextDiffChecker-module__RPa4jW__inputCard{border:1px solid var(--glass-border);border-radius:var(--radius-lg);background:#fff;flex-direction:column;display:flex;overflow:hidden;box-shadow:0 4px 15px #00000005}.TextDiffChecker-module__RPa4jW__inputHeader{background:var(--bg-tertiary);border-bottom:1px solid var(--glass-border);color:var(--text-secondary);justify-content:space-between;align-items:center;padding:.75rem 1.25rem;font-size:.825rem;font-weight:700;display:flex}.TextDiffChecker-module__RPa4jW__textArea{width:100%;height:260px;color:var(--text-primary);resize:vertical;background:#fff;border:none;outline:none;padding:1.25rem;font-family:Fira Code,Courier New,monospace;font-size:.85rem;line-height:1.6}.TextDiffChecker-module__RPa4jW__diffCard{border:1px solid var(--glass-border);border-radius:var(--radius-lg);background:#fff;flex-direction:column;display:flex;overflow:hidden;box-shadow:0 4px 15px #00000005}.TextDiffChecker-module__RPa4jW__diffHeader{background:var(--bg-tertiary);border-bottom:1px solid var(--glass-border);justify-content:space-between;align-items:center;padding:.85rem 1.25rem;font-size:.825rem;font-weight:700;display:flex}.TextDiffChecker-module__RPa4jW__diffContent{background:#fdfdfd;max-height:400px;padding:1.25rem;font-family:Fira Code,Courier New,monospace;font-size:.85rem;line-height:1.65;overflow-x:auto}.TextDiffChecker-module__RPa4jW__diffLine{white-space:pre-wrap;word-break:break-all;border-radius:3px;align-items:center;margin-bottom:2px;padding:.2rem .5rem;display:flex}.TextDiffChecker-module__RPa4jW__lineAdded{color:#065f46;border-left:3px solid var(--accent-emerald);background:#10b9811f}.TextDiffChecker-module__RPa4jW__lineRemoved{color:#9f1239;border-left:3px solid var(--accent-rose);background:#f43f5e1f}.TextDiffChecker-module__RPa4jW__lineUnchanged{color:var(--text-primary);border-left:3px solid #0000}.TextDiffChecker-module__RPa4jW__prefixSymbol{-webkit-user-select:none;user-select:none;width:24px;font-weight:800;display:inline-block}@media (max-width:900px){.TextDiffChecker-module__RPa4jW__inputGrid{grid-template-columns:1fr}}
.MortgageCalculator-module__zkCxdq__container{flex-direction:column;gap:2rem;width:100%;display:flex}.MortgageCalculator-module__zkCxdq__workspaceGrid{grid-template-columns:440px 1fr;gap:2rem;width:100%;display:grid}.MortgageCalculator-module__zkCxdq__formCard{border:1px solid var(--glass-border);border-radius:var(--radius-lg);background:#fff;flex-direction:column;gap:1.5rem;min-width:0;padding:1.75rem;display:flex;box-shadow:0 4px 15px #00000005}.MortgageCalculator-module__zkCxdq__formHeader{color:var(--text-primary);border-bottom:1px solid var(--glass-border);align-items:center;gap:.5rem;padding-bottom:.85rem;font-size:1.05rem;font-weight:700;display:flex}.MortgageCalculator-module__zkCxdq__inputGroup{flex-direction:column;gap:.5rem;display:flex}.MortgageCalculator-module__zkCxdq__labelRow{color:var(--text-secondary);justify-content:space-between;align-items:center;font-size:.85rem;font-weight:600;display:flex}.MortgageCalculator-module__zkCxdq__labelValue{color:var(--primary);font-weight:800}.MortgageCalculator-module__zkCxdq__inputBox{border:1px solid var(--glass-border);border-radius:var(--radius-md);background:#fff;align-items:center;display:flex;overflow:hidden}.MortgageCalculator-module__zkCxdq__inputPrefix{background:var(--bg-tertiary);color:var(--text-secondary);border-right:1px solid var(--glass-border);padding:.75rem 1rem;font-size:.875rem;font-weight:700}.MortgageCalculator-module__zkCxdq__textInput{color:var(--text-primary);border:none;outline:none;flex:1;width:100%;padding:.75rem 1rem;font-size:.95rem;font-weight:600}.MortgageCalculator-module__zkCxdq__rangeInput{width:100%;accent-color:var(--primary);cursor:pointer}.MortgageCalculator-module__zkCxdq__termPresets{gap:.5rem;display:flex}.MortgageCalculator-module__zkCxdq__presetBtn{border-radius:var(--radius-sm);border:1px solid var(--glass-border);background:var(--bg-tertiary);color:var(--text-secondary);cursor:pointer;transition:var(--transition-fast);flex:1;padding:.6rem;font-size:.825rem;font-weight:700}.MortgageCalculator-module__zkCxdq__presetActive{background:var(--primary);color:#fff;border-color:var(--primary)}.MortgageCalculator-module__zkCxdq__resultCol{flex-direction:column;gap:1.5rem;min-width:0;display:flex}.MortgageCalculator-module__zkCxdq__monthlyCard{background:var(--gradient-brand);border-radius:var(--radius-lg);color:#fff;box-shadow:var(--glow-primary);flex-direction:column;gap:.75rem;padding:2rem;display:flex}.MortgageCalculator-module__zkCxdq__monthlyLabel{opacity:.9;letter-spacing:.05em;text-transform:uppercase;font-size:.9rem;font-weight:600}.MortgageCalculator-module__zkCxdq__monthlyAmount{font-size:2.75rem;font-weight:900;line-height:1}.MortgageCalculator-module__zkCxdq__monthlySub{opacity:.85;font-size:.85rem}.MortgageCalculator-module__zkCxdq__summaryGrid{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.MortgageCalculator-module__zkCxdq__summaryBox{border:1px solid var(--glass-border);border-radius:var(--radius-md);background:#fff;flex-direction:column;gap:.35rem;padding:1.25rem;display:flex;box-shadow:0 4px 12px #00000005}.MortgageCalculator-module__zkCxdq__summaryTitle{color:var(--text-muted);text-transform:uppercase;font-size:.775rem;font-weight:700}.MortgageCalculator-module__zkCxdq__summaryVal{color:var(--text-primary);font-size:1.2rem;font-weight:800}.MortgageCalculator-module__zkCxdq__tableCard{border:1px solid var(--glass-border);border-radius:var(--radius-lg);background:#fff;flex-direction:column;display:flex;overflow:hidden;box-shadow:0 4px 15px #00000005}.MortgageCalculator-module__zkCxdq__tableHeader{background:var(--bg-tertiary);border-bottom:1px solid var(--glass-border);justify-content:space-between;align-items:center;padding:1rem 1.25rem;font-size:.85rem;font-weight:700;display:flex}.MortgageCalculator-module__zkCxdq__tableScroll{max-height:320px;overflow-y:auto}.MortgageCalculator-module__zkCxdq__table{border-collapse:collapse;text-align:left;width:100%;font-size:.85rem}.MortgageCalculator-module__zkCxdq__table th{color:var(--text-secondary);border-bottom:1px solid var(--glass-border);background:#fff;padding:.75rem 1.25rem;font-weight:700;position:sticky;top:0}.MortgageCalculator-module__zkCxdq__table td{border-bottom:1px solid var(--bg-tertiary);color:var(--text-primary);padding:.75rem 1.25rem}.MortgageCalculator-module__zkCxdq__btnAction{border-radius:var(--radius-sm);border:1px solid var(--glass-border);color:var(--text-primary);cursor:pointer;background:#fff;align-items:center;gap:.4rem;padding:.45rem .85rem;font-size:.8rem;font-weight:600;display:flex}.MortgageCalculator-module__zkCxdq__btnAction:hover{background:var(--primary);color:#fff;border-color:var(--primary)}@media (max-width:1050px){.MortgageCalculator-module__zkCxdq__workspaceGrid,.MortgageCalculator-module__zkCxdq__summaryGrid{grid-template-columns:1fr}}
.ScientificCalculator-module__ybyhFq__container{flex-direction:column;gap:1.5rem;width:100%;display:flex}.ScientificCalculator-module__ybyhFq__workspaceGrid{grid-template-columns:1fr 340px;gap:1.5rem;width:100%;display:grid}.ScientificCalculator-module__ybyhFq__calcCard{border:1px solid var(--glass-border);border-radius:var(--radius-lg);background:#fff;flex-direction:column;gap:1.25rem;padding:1.5rem;display:flex;box-shadow:0 4px 15px #00000005}.ScientificCalculator-module__ybyhFq__displayScreen{background:var(--bg-tertiary);border:1px solid var(--glass-border);border-radius:var(--radius-md);flex-direction:column;justify-content:center;align-items:flex-end;gap:.35rem;min-height:90px;padding:1.25rem 1.5rem;display:flex}.ScientificCalculator-module__ybyhFq__expressionText{color:var(--text-muted);word-break:break-all;min-height:1.25rem;font-family:Fira Code,Courier New,monospace;font-size:.95rem}.ScientificCalculator-module__ybyhFq__resultText{color:var(--text-primary);word-break:break-all;font-family:Fira Code,Courier New,monospace;font-size:2.25rem;font-weight:800;line-height:1}.ScientificCalculator-module__ybyhFq__modeBar{justify-content:space-between;align-items:center;gap:1rem;display:flex}.ScientificCalculator-module__ybyhFq__modeToggle{background:var(--bg-tertiary);border-radius:var(--radius-md);border:1px solid var(--glass-border);padding:.25rem;display:flex}.ScientificCalculator-module__ybyhFq__modeBtn{border-radius:var(--radius-sm);color:var(--text-secondary);cursor:pointer;transition:var(--transition-fast);background:0 0;border:none;padding:.4rem .85rem;font-size:.775rem;font-weight:700}.ScientificCalculator-module__ybyhFq__modeActive{background:var(--primary);color:#fff;box-shadow:var(--glow-primary)}.ScientificCalculator-module__ybyhFq__memoryBadge{color:var(--primary);background:var(--primary-light);border-radius:var(--radius-full);padding:.25rem .65rem;font-size:.775rem;font-weight:800}.ScientificCalculator-module__ybyhFq__keypadGrid{grid-template-columns:repeat(5,1fr);gap:.65rem;display:grid}.ScientificCalculator-module__ybyhFq__keyBtn{border-radius:var(--radius-md);background:var(--bg-tertiary);border:1px solid var(--glass-border);color:var(--text-primary);cursor:pointer;transition:var(--transition-fast);-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;padding:.9rem .5rem;font-family:Fira Code,monospace;font-size:.95rem;font-weight:700;display:flex}.ScientificCalculator-module__ybyhFq__keyBtn:hover{background:var(--bg-primary);border-color:var(--primary);transform:translateY(-1px)}.ScientificCalculator-module__ybyhFq__keyNum{background:#fff;font-size:1.1rem}.ScientificCalculator-module__ybyhFq__keyOp{color:var(--primary);background:#4f46e514}.ScientificCalculator-module__ybyhFq__keyFunc{color:var(--text-secondary);font-size:.85rem}.ScientificCalculator-module__ybyhFq__keyAction{background:var(--accent-rose-light);color:var(--accent-rose)}.ScientificCalculator-module__ybyhFq__keyEqual{background:var(--gradient-brand);color:#fff;box-shadow:var(--glow-primary);grid-column:span 2}.ScientificCalculator-module__ybyhFq__keyEqual:hover{box-shadow:0 6px 20px #4f46e566}.ScientificCalculator-module__ybyhFq__historyCard{border:1px solid var(--glass-border);border-radius:var(--radius-lg);background:#fff;flex-direction:column;display:flex;overflow:hidden;box-shadow:0 4px 15px #00000005}.ScientificCalculator-module__ybyhFq__historyHeader{background:var(--bg-tertiary);border-bottom:1px solid var(--glass-border);justify-content:space-between;align-items:center;padding:1rem 1.25rem;font-size:.85rem;font-weight:700;display:flex}.ScientificCalculator-module__ybyhFq__historyList{flex-direction:column;gap:.5rem;max-height:380px;padding:.75rem;display:flex;overflow-y:auto}.ScientificCalculator-module__ybyhFq__historyItem{border-radius:var(--radius-md);background:var(--bg-primary);border:1px solid var(--glass-border);cursor:pointer;transition:var(--transition-fast);flex-direction:column;gap:.25rem;padding:.75rem;display:flex}.ScientificCalculator-module__ybyhFq__historyItem:hover{border-color:var(--primary);background:#fff}.ScientificCalculator-module__ybyhFq__historyExpr{color:var(--text-muted);font-family:monospace;font-size:.8rem}.ScientificCalculator-module__ybyhFq__historyVal{color:var(--primary);font-family:monospace;font-size:1rem;font-weight:800}.ScientificCalculator-module__ybyhFq__btnClear{color:var(--accent-rose);cursor:pointer;background:0 0;border:none;font-size:.75rem;font-weight:700}@media (max-width:900px){.ScientificCalculator-module__ybyhFq__workspaceGrid{grid-template-columns:1fr}}
.AiBgRemover-module__cDdSjG__container{flex-direction:column;gap:2rem;width:100%;display:flex}.AiBgRemover-module__cDdSjG__controlsBar{background:var(--bg-tertiary);border-radius:var(--radius-lg);border:1px solid var(--glass-border);grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.25rem;padding:1.5rem;display:grid}.AiBgRemover-module__cDdSjG__controlGroup{flex-direction:column;gap:.5rem;display:flex}.AiBgRemover-module__cDdSjG__controlLabel{color:var(--text-secondary);justify-content:space-between;font-size:.825rem;font-weight:700;display:flex}.AiBgRemover-module__cDdSjG__controlValue{color:var(--primary);font-weight:800}.AiBgRemover-module__cDdSjG__selectInput,.AiBgRemover-module__cDdSjG__colorInput{border-radius:var(--radius-sm);border:1px solid var(--glass-border);width:100%;color:var(--text-primary);background:#fff;padding:.65rem .85rem;font-size:.875rem}.AiBgRemover-module__cDdSjG__rangeInput{width:100%;accent-color:var(--primary);cursor:pointer}.AiBgRemover-module__cDdSjG__dropzone{border:2px dashed var(--glass-border-hover);border-radius:var(--radius-xl);text-align:center;background:var(--bg-primary);cursor:pointer;transition:var(--transition-normal);flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:4rem 1.5rem;display:flex}.AiBgRemover-module__cDdSjG__dropzone:hover{background:var(--primary-light);border-color:var(--primary);transform:scale(1.005)}.AiBgRemover-module__cDdSjG__dropzoneIcon{color:var(--primary);width:52px;height:52px}.AiBgRemover-module__cDdSjG__dropzoneText{color:var(--text-primary);font-size:1.1rem;font-weight:700}.AiBgRemover-module__cDdSjG__dropzoneSub{color:var(--text-muted);font-size:.85rem}.AiBgRemover-module__cDdSjG__fileInputHidden{display:none}.AiBgRemover-module__cDdSjG__previewGrid{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.AiBgRemover-module__cDdSjG__previewCard{border:1px solid var(--glass-border);border-radius:var(--radius-lg);background:#fff;flex-direction:column;gap:1rem;padding:1.5rem;display:flex;box-shadow:0 4px 15px #00000005}.AiBgRemover-module__cDdSjG__previewHeader{border-bottom:1px solid var(--glass-border);justify-content:space-between;align-items:center;padding-bottom:.75rem;display:flex}.AiBgRemover-module__cDdSjG__previewTitle{color:var(--text-primary);font-size:.9rem;font-weight:700}.AiBgRemover-module__cDdSjG__badgeAi{background:var(--gradient-ai);color:#fff;border-radius:var(--radius-full);padding:.25rem .65rem;font-size:.75rem;font-weight:800}.AiBgRemover-module__cDdSjG__imageBox{border-radius:var(--radius-md);background-color:#f1f5f9;background-image:linear-gradient(45deg,#e2e8f0 25%,#0000 25%),linear-gradient(-45deg,#e2e8f0 25%,#0000 25%),linear-gradient(45deg,#0000 75%,#e2e8f0 75%),linear-gradient(-45deg,#0000 75%,#e2e8f0 75%);background-position:0 0,0 10px,10px -10px,-10px 0;background-size:20px 20px;justify-content:center;align-items:center;width:100%;height:280px;display:flex;position:relative;overflow:hidden}.AiBgRemover-module__cDdSjG__imgPreview{object-fit:contain;max-width:100%;max-height:100%}.AiBgRemover-module__cDdSjG__downloadBtn{border-radius:var(--radius-full);background:var(--gradient-brand);color:#fff;box-shadow:var(--glow-primary);transition:var(--transition-fast);cursor:pointer;border:none;justify-content:center;align-items:center;gap:.5rem;padding:.85rem 1.5rem;font-size:.9rem;font-weight:700;text-decoration:none;display:flex}.AiBgRemover-module__cDdSjG__downloadBtn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #4f46e566}.AiBgRemover-module__cDdSjG__resetBtn{border-radius:var(--radius-full);background:var(--bg-tertiary);color:var(--text-secondary);cursor:pointer;transition:var(--transition-fast);border:1px solid var(--glass-border);align-self:center;padding:.65rem 1.25rem;font-size:.85rem;font-weight:600}.AiBgRemover-module__cDdSjG__resetBtn:hover{background:var(--accent-rose);color:#fff;border-color:var(--accent-rose)}@media (max-width:768px){.AiBgRemover-module__cDdSjG__previewGrid{grid-template-columns:1fr}}
.CaseConverter-module__MDT7UW__container{flex-direction:column;gap:1.5rem;width:100%;display:flex}.CaseConverter-module__MDT7UW__statsBar{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1rem;display:grid}.CaseConverter-module__MDT7UW__statCard{border:1px solid var(--glass-border);border-radius:var(--radius-md);background:#fff;flex-direction:column;gap:.25rem;padding:1rem 1.25rem;display:flex;box-shadow:0 4px 12px #00000005}.CaseConverter-module__MDT7UW__statLabel{color:var(--text-muted);text-transform:uppercase;font-size:.775rem;font-weight:700}.CaseConverter-module__MDT7UW__statVal{color:var(--primary);font-size:1.5rem;font-weight:800}.CaseConverter-module__MDT7UW__transformGrid{flex-wrap:wrap;gap:.65rem;display:flex}.CaseConverter-module__MDT7UW__caseBtn{border-radius:var(--radius-md);border:1px solid var(--glass-border);color:var(--text-primary);cursor:pointer;transition:var(--transition-fast);background:#fff;align-items:center;gap:.4rem;padding:.65rem 1.15rem;font-size:.85rem;font-weight:700;display:flex}.CaseConverter-module__MDT7UW__caseBtn:hover{background:var(--primary);color:#fff;border-color:var(--primary);transform:translateY(-1px)}.CaseConverter-module__MDT7UW__workspaceCard{border:1px solid var(--glass-border);border-radius:var(--radius-lg);background:#fff;flex-direction:column;display:flex;overflow:hidden;box-shadow:0 4px 15px #00000005}.CaseConverter-module__MDT7UW__cardHeader{background:var(--bg-tertiary);border-bottom:1px solid var(--glass-border);justify-content:space-between;align-items:center;padding:1rem 1.25rem;font-size:.85rem;font-weight:700;display:flex}.CaseConverter-module__MDT7UW__headerActions{align-items:center;gap:.5rem;display:flex}.CaseConverter-module__MDT7UW__actionBtn{border-radius:var(--radius-sm);border:1px solid var(--glass-border);color:var(--text-primary);cursor:pointer;transition:var(--transition-fast);background:#fff;align-items:center;gap:.4rem;padding:.45rem .85rem;font-size:.8rem;font-weight:600;display:flex}.CaseConverter-module__MDT7UW__actionBtn:hover{background:var(--primary-light);color:var(--primary);border-color:var(--primary)}.CaseConverter-module__MDT7UW__textArea{width:100%;min-height:320px;color:var(--text-primary);resize:vertical;border:none;outline:none;padding:1.25rem;font-family:inherit;font-size:.95rem;line-height:1.6}
.JwtDecoder-module__ZWSEUa__container{flex-direction:column;gap:1.5rem;width:100%;display:flex}.JwtDecoder-module__ZWSEUa__inputCard{border:1px solid var(--glass-border);border-radius:var(--radius-lg);background:#fff;flex-direction:column;gap:.75rem;padding:1.25rem;display:flex;box-shadow:0 4px 15px #00000005}.JwtDecoder-module__ZWSEUa__cardTitle{color:var(--text-primary);align-items:center;gap:.5rem;font-size:.875rem;font-weight:700;display:flex}.JwtDecoder-module__ZWSEUa__jwtInput{border:1px solid var(--glass-border);border-radius:var(--radius-md);width:100%;min-height:100px;color:var(--primary);resize:vertical;background:var(--bg-tertiary);outline:none;padding:.85rem 1rem;font-family:Fira Code,monospace;font-size:.85rem}.JwtDecoder-module__ZWSEUa__outputGrid{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.JwtDecoder-module__ZWSEUa__panelCard{border:1px solid var(--glass-border);border-radius:var(--radius-lg);background:#fff;flex-direction:column;display:flex;overflow:hidden;box-shadow:0 4px 15px #00000005}.JwtDecoder-module__ZWSEUa__panelHeader{background:var(--bg-tertiary);border-bottom:1px solid var(--glass-border);justify-content:space-between;align-items:center;padding:.85rem 1.25rem;font-size:.825rem;font-weight:800;display:flex}.JwtDecoder-module__ZWSEUa__codeBlock{white-space:pre-wrap;word-break:break-all;color:var(--text-primary);background:#fff;min-height:240px;padding:1.25rem;font-family:Fira Code,monospace;font-size:.85rem;line-height:1.6;overflow-y:auto}.JwtDecoder-module__ZWSEUa__statusBadge{border-radius:var(--radius-full);padding:.25rem .65rem;font-size:.75rem;font-weight:800}.JwtDecoder-module__ZWSEUa__validBadge{background:var(--accent-emerald-light);color:var(--accent-emerald)}.JwtDecoder-module__ZWSEUa__invalidBadge{background:var(--accent-rose-light);color:var(--accent-rose)}@media (max-width:768px){.JwtDecoder-module__ZWSEUa__outputGrid{grid-template-columns:1fr}}
.UnitConverter-module__lEQMNq__container{flex-direction:column;gap:1.5rem;width:100%;display:flex}.UnitConverter-module__lEQMNq__categoryBar{flex-wrap:wrap;gap:.5rem;display:flex}.UnitConverter-module__lEQMNq__catBtn{border-radius:var(--radius-full);border:1px solid var(--glass-border);color:var(--text-secondary);cursor:pointer;transition:var(--transition-fast);background:#fff;padding:.65rem 1.25rem;font-size:.85rem;font-weight:700}.UnitConverter-module__lEQMNq__catActive{background:var(--primary);color:#fff;border-color:var(--primary);box-shadow:var(--glow-primary)}.UnitConverter-module__lEQMNq__converterCard{border:1px solid var(--glass-border);border-radius:var(--radius-lg);background:#fff;grid-template-columns:1fr 40px 1fr;align-items:center;gap:1.5rem;padding:2rem;display:grid;box-shadow:0 4px 15px #00000005}.UnitConverter-module__lEQMNq__unitBox{flex-direction:column;gap:.75rem;display:flex}.UnitConverter-module__lEQMNq__unitLabel{color:var(--text-secondary);text-transform:uppercase;font-size:.825rem;font-weight:800}.UnitConverter-module__lEQMNq__textInput,.UnitConverter-module__lEQMNq__selectInput{border-radius:var(--radius-md);border:1px solid var(--glass-border);width:100%;color:var(--text-primary);background:var(--bg-tertiary);outline:none;padding:.85rem 1rem;font-size:1.1rem;font-weight:700}.UnitConverter-module__lEQMNq__swapBtn{border-radius:var(--radius-full);background:var(--primary-light);width:40px;height:40px;color:var(--primary);cursor:pointer;border:none;justify-content:center;align-self:center;align-items:center;margin-top:1.5rem;display:flex}@media (max-width:768px){.UnitConverter-module__lEQMNq__converterCard{grid-template-columns:1fr}.UnitConverter-module__lEQMNq__swapBtn{margin-top:0}}
.BmiCalculator-module__WslXEW__container{flex-direction:column;gap:1.5rem;width:100%;display:flex}.BmiCalculator-module__WslXEW__workspaceGrid{grid-template-columns:380px 1fr;gap:1.5rem;display:grid}.BmiCalculator-module__WslXEW__formCard{border:1px solid var(--glass-border);border-radius:var(--radius-lg);background:#fff;flex-direction:column;gap:1.25rem;padding:1.5rem;display:flex;box-shadow:0 4px 15px #00000005}.BmiCalculator-module__WslXEW__formHeader{color:var(--text-primary);border-bottom:1px solid var(--glass-border);align-items:center;gap:.5rem;padding-bottom:.75rem;font-size:1rem;font-weight:700;display:flex}.BmiCalculator-module__WslXEW__inputGroup{flex-direction:column;gap:.4rem;display:flex}.BmiCalculator-module__WslXEW__labelRow{color:var(--text-secondary);justify-content:space-between;font-size:.825rem;font-weight:700;display:flex}.BmiCalculator-module__WslXEW__textInput,.BmiCalculator-module__WslXEW__selectInput{border-radius:var(--radius-md);border:1px solid var(--glass-border);width:100%;color:var(--text-primary);background:var(--bg-tertiary);outline:none;padding:.7rem .85rem;font-size:.95rem;font-weight:600}.BmiCalculator-module__WslXEW__resultCol{flex-direction:column;gap:1.25rem;display:flex}.BmiCalculator-module__WslXEW__bmiCard{background:var(--gradient-brand);color:#fff;border-radius:var(--radius-lg);box-shadow:var(--glow-primary);flex-direction:column;gap:.5rem;padding:1.75rem;display:flex}.BmiCalculator-module__WslXEW__bmiVal{font-size:3rem;font-weight:900;line-height:1}.BmiCalculator-module__WslXEW__bmiStatus{text-transform:uppercase;letter-spacing:.05em;font-size:1rem;font-weight:800}.BmiCalculator-module__WslXEW__summaryGrid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.BmiCalculator-module__WslXEW__summaryBox{border:1px solid var(--glass-border);border-radius:var(--radius-md);background:#fff;flex-direction:column;gap:.25rem;padding:1.25rem;display:flex;box-shadow:0 4px 12px #00000005}.BmiCalculator-module__WslXEW__summaryTitle{color:var(--text-muted);text-transform:uppercase;font-size:.775rem;font-weight:700}.BmiCalculator-module__WslXEW__summaryVal{color:var(--text-primary);font-size:1.4rem;font-weight:800}@media (max-width:850px){.BmiCalculator-module__WslXEW__workspaceGrid{grid-template-columns:1fr}}
.SerpSimulator-module__N9ZTBq__container{flex-direction:column;gap:1.5rem;width:100%;display:flex}.SerpSimulator-module__N9ZTBq__workspaceGrid{grid-template-columns:420px 1fr;gap:1.5rem;display:grid}.SerpSimulator-module__N9ZTBq__formCard{border:1px solid var(--glass-border);border-radius:var(--radius-lg);background:#fff;flex-direction:column;gap:1.25rem;padding:1.5rem;display:flex;box-shadow:0 4px 15px #00000005}.SerpSimulator-module__N9ZTBq__inputGroup{flex-direction:column;gap:.4rem;display:flex}.SerpSimulator-module__N9ZTBq__labelRow{color:var(--text-secondary);justify-content:space-between;font-size:.825rem;font-weight:700;display:flex}.SerpSimulator-module__N9ZTBq__textInput,.SerpSimulator-module__N9ZTBq__textArea{border-radius:var(--radius-md);border:1px solid var(--glass-border);width:100%;color:var(--text-primary);background:var(--bg-tertiary);outline:none;padding:.75rem .85rem;font-size:.9rem}.SerpSimulator-module__N9ZTBq__textArea{resize:vertical;min-height:90px}.SerpSimulator-module__N9ZTBq__serpPreviewCard{border:1px solid var(--glass-border);border-radius:var(--radius-lg);background:#fff;flex-direction:column;gap:1.25rem;padding:2rem;display:flex;box-shadow:0 4px 15px #00000005}.SerpSimulator-module__N9ZTBq__serpTitle{color:#1a0dab;word-break:break-word;cursor:pointer;font-size:1.25rem;font-weight:500;line-height:1.3;text-decoration:none}.SerpSimulator-module__N9ZTBq__serpTitle:hover{text-decoration:underline}.SerpSimulator-module__N9ZTBq__serpUrlRow{color:#202124;align-items:center;gap:.5rem;font-size:.85rem;display:flex}.SerpSimulator-module__N9ZTBq__serpFavicon{color:#1a73e8;background:#e8f0fe;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:.65rem;font-weight:800;display:flex}.SerpSimulator-module__N9ZTBq__serpUrlText{color:#4d5156;word-break:break-all;font-size:.8rem}.SerpSimulator-module__N9ZTBq__serpDesc{color:#4d5156;word-break:break-word;font-size:.875rem;line-height:1.5}@media (max-width:850px){.SerpSimulator-module__N9ZTBq__workspaceGrid{grid-template-columns:1fr}}
.PaletteGenerator-module__ao1dka__container{flex-direction:column;gap:2rem;width:100%;display:flex}.PaletteGenerator-module__ao1dka__actionHeader{border:1px solid var(--glass-border);border-radius:var(--radius-lg);background:#fff;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:1.25rem 1.5rem;display:flex;box-shadow:0 4px 15px #00000005}.PaletteGenerator-module__ao1dka__controlsRow{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.PaletteGenerator-module__ao1dka__selectInput{border-radius:var(--radius-md);border:1px solid var(--glass-border);background:var(--bg-tertiary);color:var(--text-primary);outline:none;padding:.65rem 1rem;font-size:.875rem;font-weight:700}.PaletteGenerator-module__ao1dka__btnPrimary{border-radius:var(--radius-full);background:var(--gradient-brand);color:#fff;box-shadow:var(--glow-primary);cursor:pointer;transition:var(--transition-fast);border:none;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.9rem;font-weight:700;display:flex}.PaletteGenerator-module__ao1dka__btnPrimary:hover{transform:translateY(-2px);box-shadow:0 8px 25px #4f46e566}.PaletteGenerator-module__ao1dka__btnSecondary{border-radius:var(--radius-full);background:var(--bg-tertiary);border:1px solid var(--glass-border);color:var(--text-primary);cursor:pointer;transition:var(--transition-fast);align-items:center;gap:.4rem;padding:.65rem 1.15rem;font-size:.85rem;font-weight:600;display:flex}.PaletteGenerator-module__ao1dka__btnSecondary:hover{background:var(--primary-light);color:var(--primary);border-color:var(--primary)}.PaletteGenerator-module__ao1dka__paletteGrid{grid-template-columns:repeat(5,1fr);gap:1.25rem;width:100%;display:grid}.PaletteGenerator-module__ao1dka__colorCard{border:1px solid var(--glass-border);border-radius:var(--radius-lg);transition:var(--transition-normal);background:#fff;flex-direction:column;display:flex;overflow:hidden;box-shadow:0 4px 15px #00000005}.PaletteGenerator-module__ao1dka__colorCard:hover{transform:translateY(-4px);box-shadow:0 10px 30px #0000000f}.PaletteGenerator-module__ao1dka__colorSwatch{justify-content:space-between;align-items:flex-end;width:100%;height:220px;padding:1rem;display:flex;position:relative}.PaletteGenerator-module__ao1dka__lockBtn{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);cursor:pointer;color:#1e293b;width:36px;height:36px;transition:var(--transition-fast);background:#ffffffd9;border:none;border-radius:50%;justify-content:center;align-items:center;display:flex;box-shadow:0 4px 10px #0000001a}.PaletteGenerator-module__ao1dka__lockBtnLocked{background:var(--primary);color:#fff}.PaletteGenerator-module__ao1dka__cardBody{flex-direction:column;gap:.75rem;padding:1.25rem;display:flex}.PaletteGenerator-module__ao1dka__hexRow{justify-content:space-between;align-items:center;display:flex}.PaletteGenerator-module__ao1dka__hexText{color:var(--text-primary);font-family:Fira Code,monospace;font-size:1.15rem;font-weight:900}.PaletteGenerator-module__ao1dka__btnCopy{cursor:pointer;color:var(--text-muted);transition:var(--transition-fast);background:0 0;border:none}.PaletteGenerator-module__ao1dka__btnCopy:hover{color:var(--primary)}.PaletteGenerator-module__ao1dka__metaRow{color:var(--text-secondary);flex-direction:column;gap:.25rem;font-family:monospace;font-size:.775rem;display:flex}.PaletteGenerator-module__ao1dka__wcagCard{border:1px solid var(--glass-border);border-radius:var(--radius-lg);background:#fff;flex-direction:column;gap:1.25rem;padding:1.5rem;display:flex;box-shadow:0 4px 15px #00000005}.PaletteGenerator-module__ao1dka__wcagGrid{grid-template-columns:repeat(5,1fr);gap:1rem;display:grid}.PaletteGenerator-module__ao1dka__wcagBox{border-radius:var(--radius-md);flex-direction:column;gap:.5rem;padding:1rem;font-size:.85rem;font-weight:700;display:flex}.PaletteGenerator-module__ao1dka__wcagBadge{border-radius:var(--radius-sm);align-self:flex-start;padding:.2rem .5rem;font-size:.7rem;font-weight:800}@media (max-width:1050px){.PaletteGenerator-module__ao1dka__paletteGrid,.PaletteGenerator-module__ao1dka__wcagGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.PaletteGenerator-module__ao1dka__paletteGrid,.PaletteGenerator-module__ao1dka__wcagGrid{grid-template-columns:1fr}}
.FaviconGenerator-module__gLHqEG__container{flex-direction:column;gap:1.5rem;width:100%;display:flex}.FaviconGenerator-module__gLHqEG__dropzone{border:2px dashed var(--glass-border);border-radius:var(--radius-lg);background:var(--bg-tertiary);cursor:pointer;transition:var(--transition-normal);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:3.5rem 2rem;display:flex}.FaviconGenerator-module__gLHqEG__dropzone:hover{border-color:var(--primary);background:var(--primary-light)}.FaviconGenerator-module__gLHqEG__dropzoneIcon{color:var(--primary);width:48px;height:48px}.FaviconGenerator-module__gLHqEG__dropzoneText{color:var(--text-primary);font-size:1.1rem;font-weight:700}.FaviconGenerator-module__gLHqEG__dropzoneSub{color:var(--text-muted);font-size:.85rem}.FaviconGenerator-module__gLHqEG__fileInputHidden{display:none}.FaviconGenerator-module__gLHqEG__iconGrid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.25rem;display:grid}.FaviconGenerator-module__gLHqEG__iconCard{border:1px solid var(--glass-border);border-radius:var(--radius-lg);text-align:center;background:#fff;flex-direction:column;align-items:center;gap:1rem;padding:1.25rem;display:flex;box-shadow:0 4px 15px #00000005}.FaviconGenerator-module__gLHqEG__iconPreviewBox{border-radius:var(--radius-md);background:var(--bg-tertiary);border:1px solid var(--glass-border);justify-content:center;align-items:center;width:100px;height:100px;display:flex;overflow:hidden}.FaviconGenerator-module__gLHqEG__iconImg{object-fit:contain}.FaviconGenerator-module__gLHqEG__iconTitle{color:var(--text-primary);font-size:.9rem;font-weight:800}.FaviconGenerator-module__gLHqEG__iconSizeBadge{color:var(--primary);background:var(--primary-light);border-radius:var(--radius-full);padding:.2rem .6rem;font-size:.75rem;font-weight:700}.FaviconGenerator-module__gLHqEG__downloadBtn{border-radius:var(--radius-md);background:var(--primary-light);width:100%;color:var(--primary);border:1px solid var(--glass-border);cursor:pointer;transition:var(--transition-fast);justify-content:center;align-items:center;gap:.4rem;padding:.6rem .85rem;font-size:.8rem;font-weight:700;display:flex}.FaviconGenerator-module__gLHqEG__downloadBtn:hover{background:var(--primary);color:#fff;border-color:var(--primary)}.FaviconGenerator-module__gLHqEG__codePanel{border:1px solid var(--glass-border);border-radius:var(--radius-lg);background:#fff;flex-direction:column;gap:1rem;padding:1.5rem;display:flex;box-shadow:0 4px 15px #00000005}.FaviconGenerator-module__gLHqEG__codeHeader{color:var(--text-primary);justify-content:space-between;align-items:center;font-size:.875rem;font-weight:800;display:flex}.FaviconGenerator-module__gLHqEG__codeBlock{background:var(--bg-tertiary);border-radius:var(--radius-md);white-space:pre-wrap;color:var(--text-primary);padding:1.25rem;font-family:Fira Code,monospace;font-size:.85rem;line-height:1.6;overflow-x:auto}.FaviconGenerator-module__gLHqEG__resetBtn{border-radius:var(--radius-full);background:var(--bg-tertiary);border:1px solid var(--glass-border);color:var(--text-primary);cursor:pointer;transition:var(--transition-fast);align-self:center;padding:.75rem 1.5rem;font-weight:700}.FaviconGenerator-module__gLHqEG__resetBtn:hover{background:var(--accent-rose-light);color:var(--accent-rose)}
.KeywordDensityChecker-module__YYkS5G__container{flex-direction:column;gap:1.5rem;width:100%;display:flex}.KeywordDensityChecker-module__YYkS5G__inputCard{border:1px solid var(--glass-border);border-radius:var(--radius-lg);background:#fff;flex-direction:column;gap:.75rem;padding:1.25rem;display:flex;box-shadow:0 4px 15px #00000005}.KeywordDensityChecker-module__YYkS5G__cardHeader{color:var(--text-primary);justify-content:space-between;align-items:center;font-size:.875rem;font-weight:800;display:flex}.KeywordDensityChecker-module__YYkS5G__textArea{border:1px solid var(--glass-border);border-radius:var(--radius-md);width:100%;min-height:180px;color:var(--text-primary);resize:vertical;background:var(--bg-tertiary);outline:none;padding:1rem;font-family:inherit;font-size:.95rem;line-height:1.6}.KeywordDensityChecker-module__YYkS5G__filterBar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.KeywordDensityChecker-module__YYkS5G__tabGroup{align-items:center;gap:.5rem;display:flex}.KeywordDensityChecker-module__YYkS5G__tabBtn{border-radius:var(--radius-full);border:1px solid var(--glass-border);color:var(--text-secondary);cursor:pointer;transition:var(--transition-fast);background:#fff;padding:.5rem 1rem;font-size:.8rem;font-weight:700}.KeywordDensityChecker-module__YYkS5G__tabActive{background:var(--primary);color:#fff;border-color:var(--primary);box-shadow:var(--glow-primary)}.KeywordDensityChecker-module__YYkS5G__toggleLabel{color:var(--text-secondary);cursor:pointer;align-items:center;gap:.5rem;font-size:.825rem;font-weight:700;display:flex}.KeywordDensityChecker-module__YYkS5G__tableCard{border:1px solid var(--glass-border);border-radius:var(--radius-lg);background:#fff;overflow:hidden;box-shadow:0 4px 15px #00000005}.KeywordDensityChecker-module__YYkS5G__table{border-collapse:collapse;text-align:left;width:100%;font-size:.875rem}.KeywordDensityChecker-module__YYkS5G__table th{background:var(--bg-tertiary);color:var(--text-secondary);text-transform:uppercase;border-bottom:1px solid var(--glass-border);padding:.85rem 1.25rem;font-size:.75rem;font-weight:800}.KeywordDensityChecker-module__YYkS5G__table td{border-bottom:1px solid var(--glass-border);color:var(--text-primary);padding:.85rem 1.25rem;font-weight:600}.KeywordDensityChecker-module__YYkS5G__statusBadge{border-radius:var(--radius-full);align-items:center;gap:.3rem;padding:.25rem .65rem;font-size:.75rem;font-weight:800;display:inline-flex}.KeywordDensityChecker-module__YYkS5G__badgeGood{background:var(--accent-emerald-light);color:var(--accent-emerald)}.KeywordDensityChecker-module__YYkS5G__badgeWarning{background:var(--accent-rose-light);color:var(--accent-rose)}
.ImageCropper-module__GZ95IG__container{flex-direction:column;gap:1.5rem;width:100%;display:flex}.ImageCropper-module__GZ95IG__dropzone{border:2px dashed var(--glass-border);border-radius:var(--radius-lg);background:var(--bg-tertiary);cursor:pointer;transition:var(--transition-normal);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:3.5rem 2rem;display:flex}.ImageCropper-module__GZ95IG__dropzone:hover{border-color:var(--primary);background:var(--primary-light)}.ImageCropper-module__GZ95IG__dropzoneIcon{color:var(--primary);width:48px;height:48px}.ImageCropper-module__GZ95IG__dropzoneText{color:var(--text-primary);font-size:1.1rem;font-weight:700}.ImageCropper-module__GZ95IG__dropzoneSub{color:var(--text-muted);font-size:.85rem}.ImageCropper-module__GZ95IG__fileInputHidden{display:none}.ImageCropper-module__GZ95IG__presetBar{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.ImageCropper-module__GZ95IG__presetBtn{border-radius:var(--radius-full);border:1px solid var(--glass-border);color:var(--text-secondary);cursor:pointer;transition:var(--transition-fast);background:#fff;padding:.6rem 1.15rem;font-size:.825rem;font-weight:700}.ImageCropper-module__GZ95IG__presetActive{background:var(--primary);color:#fff;border-color:var(--primary);box-shadow:var(--glow-primary)}.ImageCropper-module__GZ95IG__cropWorkspaceGrid{grid-template-columns:1fr 340px;gap:1.5rem;display:grid}.ImageCropper-module__GZ95IG__canvasCard{border:1px solid var(--glass-border);border-radius:var(--radius-lg);background:#fff;flex-direction:column;justify-content:center;align-items:center;gap:1rem;min-height:400px;padding:1.5rem;display:flex;box-shadow:0 4px 15px #00000005}.ImageCropper-module__GZ95IG__canvasBox{background:var(--bg-tertiary);border-radius:var(--radius-md);justify-content:center;align-items:center;max-width:100%;max-height:500px;display:flex;overflow:hidden}.ImageCropper-module__GZ95IG__canvasElement{object-fit:contain;max-width:100%;max-height:480px}.ImageCropper-module__GZ95IG__sidebarCard{border:1px solid var(--glass-border);border-radius:var(--radius-lg);background:#fff;flex-direction:column;gap:1.25rem;padding:1.5rem;display:flex;box-shadow:0 4px 15px #00000005}.ImageCropper-module__GZ95IG__groupTitle{color:var(--text-primary);text-transform:uppercase;border-bottom:1px solid var(--glass-border);padding-bottom:.5rem;font-size:.85rem;font-weight:800}.ImageCropper-module__GZ95IG__controlGroup{flex-direction:column;gap:.4rem;display:flex}.ImageCropper-module__GZ95IG__controlLabel{color:var(--text-secondary);justify-content:space-between;font-size:.8rem;font-weight:700;display:flex}.ImageCropper-module__GZ95IG__rangeInput{width:100%;accent-color:var(--primary)}.ImageCropper-module__GZ95IG__btnRow{gap:.5rem;display:flex}.ImageCropper-module__GZ95IG__toolBtn{border-radius:var(--radius-md);background:var(--bg-tertiary);border:1px solid var(--glass-border);color:var(--text-primary);cursor:pointer;transition:var(--transition-fast);flex:1;justify-content:center;align-items:center;gap:.4rem;padding:.65rem;font-size:.8rem;font-weight:700;display:flex}.ImageCropper-module__GZ95IG__toolBtn:hover{background:var(--primary-light);color:var(--primary);border-color:var(--primary)}.ImageCropper-module__GZ95IG__downloadBtn{border-radius:var(--radius-md);background:var(--gradient-brand);color:#fff;width:100%;box-shadow:var(--glow-primary);cursor:pointer;transition:var(--transition-fast);border:none;justify-content:center;align-items:center;gap:.5rem;padding:.85rem;font-size:.9rem;font-weight:800;display:flex}.ImageCropper-module__GZ95IG__downloadBtn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #4f46e566}.ImageCropper-module__GZ95IG__resetBtn{border-radius:var(--radius-full);background:var(--bg-tertiary);border:1px solid var(--glass-border);color:var(--text-primary);cursor:pointer;transition:var(--transition-fast);align-self:center;padding:.75rem 1.5rem;font-weight:700}.ImageCropper-module__GZ95IG__resetBtn:hover{background:var(--accent-rose-light);color:var(--accent-rose)}@media (max-width:850px){.ImageCropper-module__GZ95IG__cropWorkspaceGrid{grid-template-columns:1fr}}
.SvgOptimizer-module__qLpmtW__container{flex-direction:column;gap:1.5rem;width:100%;display:flex}.SvgOptimizer-module__qLpmtW__dropzone{border:2px dashed var(--glass-border);border-radius:var(--radius-lg);background:var(--bg-tertiary);cursor:pointer;transition:var(--transition-normal);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:3rem 2rem;display:flex}.SvgOptimizer-module__qLpmtW__dropzone:hover{border-color:var(--primary);background:var(--primary-light)}.SvgOptimizer-module__qLpmtW__dropzoneIcon{color:var(--primary);width:48px;height:48px}.SvgOptimizer-module__qLpmtW__dropzoneText{color:var(--text-primary);font-size:1.1rem;font-weight:700}.SvgOptimizer-module__qLpmtW__dropzoneSub{color:var(--text-muted);font-size:.85rem}.SvgOptimizer-module__qLpmtW__fileInputHidden{display:none}.SvgOptimizer-module__qLpmtW__statsBar{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1rem;display:grid}.SvgOptimizer-module__qLpmtW__statCard{border:1px solid var(--glass-border);border-radius:var(--radius-md);background:#fff;flex-direction:column;gap:.25rem;padding:1rem 1.25rem;display:flex;box-shadow:0 4px 12px #00000005}.SvgOptimizer-module__qLpmtW__statLabel{color:var(--text-muted);text-transform:uppercase;font-size:.775rem;font-weight:700}.SvgOptimizer-module__qLpmtW__statVal{color:var(--text-primary);font-size:1.4rem;font-weight:800}.SvgOptimizer-module__qLpmtW__optionsCard{border:1px solid var(--glass-border);border-radius:var(--radius-lg);background:#fff;flex-wrap:wrap;align-items:center;gap:1.5rem;padding:1.25rem 1.5rem;display:flex;box-shadow:0 4px 15px #00000005}.SvgOptimizer-module__qLpmtW__toggleLabel{color:var(--text-secondary);cursor:pointer;align-items:center;gap:.4rem;font-size:.825rem;font-weight:700;display:flex}.SvgOptimizer-module__qLpmtW__workspaceGrid{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.SvgOptimizer-module__qLpmtW__panelCard{border:1px solid var(--glass-border);border-radius:var(--radius-lg);background:#fff;flex-direction:column;display:flex;overflow:hidden;box-shadow:0 4px 15px #00000005}.SvgOptimizer-module__qLpmtW__panelHeader{background:var(--bg-tertiary);border-bottom:1px solid var(--glass-border);justify-content:space-between;align-items:center;padding:.85rem 1.25rem;font-size:.825rem;font-weight:800;display:flex}.SvgOptimizer-module__qLpmtW__previewBox{background:var(--bg-tertiary);border-bottom:1px solid var(--glass-border);justify-content:center;align-items:center;height:180px;padding:1.5rem;display:flex;overflow:hidden}.SvgOptimizer-module__qLpmtW__previewBox svg{object-fit:contain;display:block;width:auto!important;max-width:140px!important;height:auto!important;max-height:140px!important}.SvgOptimizer-module__qLpmtW__codeArea{width:100%;min-height:220px;color:var(--text-primary);resize:vertical;background:#fff;border:none;outline:none;padding:1rem;font-family:Fira Code,monospace;font-size:.825rem;line-height:1.6}.SvgOptimizer-module__qLpmtW__actionBtn{border-radius:var(--radius-sm);border:1px solid var(--glass-border);color:var(--text-primary);cursor:pointer;transition:var(--transition-fast);background:#fff;align-items:center;gap:.4rem;padding:.45rem .85rem;font-size:.8rem;font-weight:600;display:flex}.SvgOptimizer-module__qLpmtW__actionBtn:hover{background:var(--primary-light);color:var(--primary);border-color:var(--primary)}.SvgOptimizer-module__qLpmtW__resetBtn{border-radius:var(--radius-full);background:var(--bg-tertiary);border:1px solid var(--glass-border);color:var(--text-primary);cursor:pointer;transition:var(--transition-fast);align-self:center;padding:.75rem 1.5rem;font-weight:700}.SvgOptimizer-module__qLpmtW__resetBtn:hover{background:var(--accent-rose-light);color:var(--accent-rose)}@media (max-width:768px){.SvgOptimizer-module__qLpmtW__workspaceGrid{grid-template-columns:1fr}}
.SitemapGenerator-module__9kWL1a__container{flex-direction:column;gap:1.5rem;width:100%;display:flex}.SitemapGenerator-module__9kWL1a__tabBar{border:1px solid var(--glass-border);border-radius:var(--radius-lg);background:#fff;align-items:center;gap:.5rem;padding:.5rem;display:flex;box-shadow:0 4px 15px #00000005}.SitemapGenerator-module__9kWL1a__tabBtn{border-radius:var(--radius-md);color:var(--text-secondary);cursor:pointer;transition:var(--transition-fast);background:0 0;border:none;flex:1;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-size:.875rem;font-weight:700;display:flex}.SitemapGenerator-module__9kWL1a__tabActive{background:var(--primary);color:#fff;box-shadow:var(--glow-primary)}.SitemapGenerator-module__9kWL1a__workspaceGrid{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.SitemapGenerator-module__9kWL1a__card{border:1px solid var(--glass-border);border-radius:var(--radius-lg);background:#fff;flex-direction:column;gap:1.25rem;padding:1.5rem;display:flex;box-shadow:0 4px 15px #00000005}.SitemapGenerator-module__9kWL1a__cardTitle{color:var(--text-primary);border-bottom:1px solid var(--glass-border);justify-content:space-between;align-items:center;padding-bottom:.75rem;font-size:.875rem;font-weight:800;display:flex}.SitemapGenerator-module__9kWL1a__formGroup{flex-direction:column;gap:.4rem;display:flex}.SitemapGenerator-module__9kWL1a__label{color:var(--text-secondary);font-size:.8rem;font-weight:700}.SitemapGenerator-module__9kWL1a__textInput,.SitemapGenerator-module__9kWL1a__selectInput{border-radius:var(--radius-md);border:1px solid var(--glass-border);background:var(--bg-tertiary);color:var(--text-primary);outline:none;padding:.65rem .85rem;font-size:.875rem}.SitemapGenerator-module__9kWL1a__btnSecondary{border-radius:var(--radius-md);background:var(--bg-tertiary);border:1px solid var(--glass-border);color:var(--text-primary);cursor:pointer;transition:var(--transition-fast);align-self:flex-start;align-items:center;gap:.4rem;padding:.5rem 1rem;font-size:.825rem;font-weight:700;display:flex}.SitemapGenerator-module__9kWL1a__btnSecondary:hover{background:var(--primary-light);color:var(--primary);border-color:var(--primary)}.SitemapGenerator-module__9kWL1a__codeBox{background:var(--bg-tertiary);border-radius:var(--radius-md);white-space:pre-wrap;color:var(--text-primary);min-height:320px;padding:1.25rem;font-family:Fira Code,monospace;font-size:.825rem;line-height:1.6;overflow-y:auto}.SitemapGenerator-module__9kWL1a__actionBtn{border-radius:var(--radius-sm);border:1px solid var(--glass-border);color:var(--text-primary);cursor:pointer;transition:var(--transition-fast);background:#fff;align-items:center;gap:.4rem;padding:.45rem .85rem;font-size:.8rem;font-weight:600;display:flex}.SitemapGenerator-module__9kWL1a__actionBtn:hover{background:var(--primary-light);color:var(--primary)}@media (max-width:800px){.SitemapGenerator-module__9kWL1a__workspaceGrid{grid-template-columns:1fr}}
.AiTextRewriter-module__58KYmG__container{flex-direction:column;gap:1.5rem;width:100%;display:flex}.AiTextRewriter-module__58KYmG__controlsBar{border:1px solid var(--glass-border);border-radius:var(--radius-lg);background:#fff;flex-wrap:wrap;align-items:center;gap:1rem;padding:1.25rem 1.5rem;display:flex;box-shadow:0 4px 15px #00000005}.AiTextRewriter-module__58KYmG__controlGroup{flex-direction:column;flex:1;gap:.35rem;min-width:180px;display:flex}.AiTextRewriter-module__58KYmG__controlLabel{color:var(--text-secondary);font-size:.8rem;font-weight:800}.AiTextRewriter-module__58KYmG__selectInput{border-radius:var(--radius-md);border:1px solid var(--glass-border);background:var(--bg-tertiary);color:var(--text-primary);outline:none;padding:.65rem 1rem;font-size:.875rem;font-weight:700}.AiTextRewriter-module__58KYmG__btnRewrite{border-radius:var(--radius-full);background:var(--gradient-brand);color:#fff;box-shadow:var(--glow-primary);cursor:pointer;transition:var(--transition-fast);border:none;justify-content:center;align-self:flex-end;align-items:center;gap:.5rem;padding:.75rem 1.75rem;font-size:.9rem;font-weight:800;display:flex}.AiTextRewriter-module__58KYmG__btnRewrite:hover{transform:translateY(-2px);box-shadow:0 8px 25px #4f46e566}.AiTextRewriter-module__58KYmG__btnRewrite:disabled{opacity:.6;cursor:not-allowed;transform:none}.AiTextRewriter-module__58KYmG__workspaceGrid{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.AiTextRewriter-module__58KYmG__panelCard{border:1px solid var(--glass-border);border-radius:var(--radius-lg);background:#fff;flex-direction:column;display:flex;overflow:hidden;box-shadow:0 4px 15px #00000005}.AiTextRewriter-module__58KYmG__panelHeader{background:var(--bg-tertiary);border-bottom:1px solid var(--glass-border);justify-content:space-between;align-items:center;padding:.85rem 1.25rem;font-size:.825rem;font-weight:800;display:flex}.AiTextRewriter-module__58KYmG__textArea{width:100%;min-height:280px;color:var(--text-primary);resize:vertical;background:#fff;border:none;outline:none;padding:1.25rem;font-family:inherit;font-size:.95rem;line-height:1.6}.AiTextRewriter-module__58KYmG__actionBtn{border-radius:var(--radius-sm);border:1px solid var(--glass-border);color:var(--text-primary);cursor:pointer;transition:var(--transition-fast);background:#fff;align-items:center;gap:.4rem;padding:.45rem .85rem;font-size:.8rem;font-weight:600;display:flex}.AiTextRewriter-module__58KYmG__actionBtn:hover{background:var(--primary-light);color:var(--primary)}@media (max-width:800px){.AiTextRewriter-module__58KYmG__workspaceGrid{grid-template-columns:1fr}}
.WatermarkStudio-module__m_KpfW__container{flex-direction:column;gap:1.5rem;width:100%;display:flex}.WatermarkStudio-module__m_KpfW__dropzone{border:2px dashed var(--glass-border);border-radius:var(--radius-lg);background:var(--bg-tertiary);cursor:pointer;transition:var(--transition-normal);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:3.5rem 2rem;display:flex}.WatermarkStudio-module__m_KpfW__dropzone:hover{border-color:var(--primary);background:var(--primary-light)}.WatermarkStudio-module__m_KpfW__dropzoneIcon{color:var(--primary);width:48px;height:48px}.WatermarkStudio-module__m_KpfW__dropzoneText{color:var(--text-primary);font-size:1.1rem;font-weight:700}.WatermarkStudio-module__m_KpfW__dropzoneSub{color:var(--text-muted);font-size:.85rem}.WatermarkStudio-module__m_KpfW__fileInputHidden{display:none}.WatermarkStudio-module__m_KpfW__workspaceGrid{grid-template-columns:340px 1fr;gap:1.5rem;display:grid}.WatermarkStudio-module__m_KpfW__sidebarCard{border:1px solid var(--glass-border);border-radius:var(--radius-lg);background:#fff;flex-direction:column;gap:1.25rem;padding:1.5rem;display:flex;box-shadow:0 4px 15px #00000005}.WatermarkStudio-module__m_KpfW__groupTitle{color:var(--text-primary);text-transform:uppercase;border-bottom:1px solid var(--glass-border);padding-bottom:.5rem;font-size:.85rem;font-weight:800}.WatermarkStudio-module__m_KpfW__controlGroup{flex-direction:column;gap:.4rem;display:flex}.WatermarkStudio-module__m_KpfW__controlLabel{color:var(--text-secondary);justify-content:space-between;font-size:.8rem;font-weight:700;display:flex}.WatermarkStudio-module__m_KpfW__textInput,.WatermarkStudio-module__m_KpfW__selectInput{border-radius:var(--radius-md);border:1px solid var(--glass-border);background:var(--bg-tertiary);color:var(--text-primary);outline:none;padding:.65rem .85rem;font-size:.875rem}.WatermarkStudio-module__m_KpfW__rangeInput{width:100%;accent-color:var(--primary)}.WatermarkStudio-module__m_KpfW__posGrid{grid-template-columns:repeat(3,1fr);gap:.4rem;display:grid}.WatermarkStudio-module__m_KpfW__posBtn{border-radius:var(--radius-sm);background:var(--bg-tertiary);border:1px solid var(--glass-border);color:var(--text-secondary);cursor:pointer;transition:var(--transition-fast);padding:.5rem;font-size:.75rem;font-weight:700}.WatermarkStudio-module__m_KpfW__posActive{background:var(--primary);color:#fff;border-color:var(--primary)}.WatermarkStudio-module__m_KpfW__canvasCard{border:1px solid var(--glass-border);border-radius:var(--radius-lg);background:#fff;flex-direction:column;justify-content:center;align-items:center;gap:1rem;min-height:420px;padding:1.5rem;display:flex;box-shadow:0 4px 15px #00000005}.WatermarkStudio-module__m_KpfW__canvasBox{background:var(--bg-tertiary);border-radius:var(--radius-md);justify-content:center;align-items:center;max-width:100%;max-height:500px;display:flex;overflow:hidden}.WatermarkStudio-module__m_KpfW__canvasElement{object-fit:contain;max-width:100%;max-height:480px}.WatermarkStudio-module__m_KpfW__downloadBtn{border-radius:var(--radius-md);background:var(--gradient-brand);color:#fff;width:100%;box-shadow:var(--glow-primary);cursor:pointer;transition:var(--transition-fast);border:none;justify-content:center;align-items:center;gap:.5rem;padding:.85rem;font-size:.9rem;font-weight:800;display:flex}.WatermarkStudio-module__m_KpfW__downloadBtn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #4f46e566}.WatermarkStudio-module__m_KpfW__resetBtn{border-radius:var(--radius-full);background:var(--bg-tertiary);border:1px solid var(--glass-border);color:var(--text-primary);cursor:pointer;transition:var(--transition-fast);align-self:center;padding:.75rem 1.5rem;font-weight:700}.WatermarkStudio-module__m_KpfW__resetBtn:hover{background:var(--accent-rose-light);color:var(--accent-rose)}@media (max-width:850px){.WatermarkStudio-module__m_KpfW__workspaceGrid{grid-template-columns:1fr}}
.VectorCanvasStudio-module__-vBxtq__container{flex-direction:column;gap:1.5rem;width:100%;display:flex}.VectorCanvasStudio-module__-vBxtq__workspaceGrid{grid-template-columns:340px 1fr;gap:1.5rem;display:grid}.VectorCanvasStudio-module__-vBxtq__sidebarCard{border:1px solid var(--glass-border);border-radius:var(--radius-lg);background:#fff;flex-direction:column;gap:1.25rem;max-height:650px;padding:1.5rem;display:flex;overflow-y:auto;box-shadow:0 4px 15px #00000005}.VectorCanvasStudio-module__-vBxtq__groupTitle{color:var(--text-primary);text-transform:uppercase;border-bottom:1px solid var(--glass-border);justify-content:space-between;align-items:center;padding-bottom:.5rem;font-size:.85rem;font-weight:800;display:flex}.VectorCanvasStudio-module__-vBxtq__controlGroup{flex-direction:column;gap:.4rem;display:flex}.VectorCanvasStudio-module__-vBxtq__controlLabel{color:var(--text-secondary);justify-content:space-between;font-size:.8rem;font-weight:700;display:flex}.VectorCanvasStudio-module__-vBxtq__textInput,.VectorCanvasStudio-module__-vBxtq__selectInput{border-radius:var(--radius-md);border:1px solid var(--glass-border);background:var(--bg-tertiary);color:var(--text-primary);outline:none;padding:.65rem .85rem;font-size:.875rem}.VectorCanvasStudio-module__-vBxtq__rangeInput{width:100%;accent-color:var(--primary)}.VectorCanvasStudio-module__-vBxtq__btnRow{grid-template-columns:1fr 1fr;gap:.5rem;display:grid}.VectorCanvasStudio-module__-vBxtq__actionBtnSmall{border-radius:var(--radius-md);background:var(--bg-tertiary);border:1px solid var(--glass-border);color:var(--text-primary);cursor:pointer;transition:var(--transition-fast);justify-content:center;align-items:center;gap:.4rem;padding:.55rem;font-size:.8rem;font-weight:700;display:flex}.VectorCanvasStudio-module__-vBxtq__actionBtnSmall:hover{background:var(--primary-light);color:var(--primary);border-color:var(--primary)}.VectorCanvasStudio-module__-vBxtq__layerItem{border-radius:var(--radius-md);background:var(--bg-tertiary);border:1px solid var(--glass-border);color:var(--text-primary);justify-content:space-between;align-items:center;padding:.5rem .75rem;font-size:.8rem;font-weight:700;display:flex}.VectorCanvasStudio-module__-vBxtq__canvasCard{border:1px solid var(--glass-border);border-radius:var(--radius-lg);background:#fff;flex-direction:column;justify-content:center;align-items:center;gap:1rem;min-height:480px;padding:1.5rem;display:flex;box-shadow:0 4px 15px #00000005}.VectorCanvasStudio-module__-vBxtq__canvasBox{background:var(--bg-tertiary);border-radius:var(--radius-md);justify-content:center;align-items:center;max-width:100%;max-height:520px;display:flex;overflow:hidden;box-shadow:0 8px 30px #00000014}.VectorCanvasStudio-module__-vBxtq__canvasElement{object-fit:contain;max-width:100%;max-height:500px}.VectorCanvasStudio-module__-vBxtq__downloadBtn{border-radius:var(--radius-md);background:var(--gradient-brand);color:#fff;width:100%;box-shadow:var(--glow-primary);cursor:pointer;transition:var(--transition-fast);border:none;justify-content:center;align-items:center;gap:.5rem;padding:.85rem;font-size:.9rem;font-weight:800;display:flex}.VectorCanvasStudio-module__-vBxtq__downloadBtn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #4f46e566}@media (max-width:850px){.VectorCanvasStudio-module__-vBxtq__workspaceGrid{grid-template-columns:1fr}}
.VideoToAudioConverter-module__e36U7G__container{flex-direction:column;gap:1.5rem;width:100%;display:flex}.VideoToAudioConverter-module__e36U7G__dropzone{border:2px dashed var(--glass-border);border-radius:var(--radius-lg);background:var(--bg-tertiary);cursor:pointer;transition:var(--transition-normal);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:3.5rem 2rem;display:flex}.VideoToAudioConverter-module__e36U7G__dropzone:hover{border-color:var(--primary);background:var(--primary-light)}.VideoToAudioConverter-module__e36U7G__dropzoneIcon{color:var(--primary);width:48px;height:48px}.VideoToAudioConverter-module__e36U7G__dropzoneText{color:var(--text-primary);font-size:1.1rem;font-weight:700}.VideoToAudioConverter-module__e36U7G__dropzoneSub{color:var(--text-muted);font-size:.85rem}.VideoToAudioConverter-module__e36U7G__fileInputHidden{display:none}.VideoToAudioConverter-module__e36U7G__workspaceGrid{grid-template-columns:340px 1fr;gap:1.5rem;display:grid}.VideoToAudioConverter-module__e36U7G__sidebarCard{border:1px solid var(--glass-border);border-radius:var(--radius-lg);background:#fff;flex-direction:column;gap:1.25rem;padding:1.5rem;display:flex;box-shadow:0 4px 15px #00000005}.VideoToAudioConverter-module__e36U7G__groupTitle{color:var(--text-primary);text-transform:uppercase;border-bottom:1px solid var(--glass-border);padding-bottom:.5rem;font-size:.85rem;font-weight:800}.VideoToAudioConverter-module__e36U7G__controlGroup{flex-direction:column;gap:.4rem;display:flex}.VideoToAudioConverter-module__e36U7G__controlLabel{color:var(--text-secondary);font-size:.8rem;font-weight:700}.VideoToAudioConverter-module__e36U7G__selectInput{border-radius:var(--radius-md);border:1px solid var(--glass-border);background:var(--bg-tertiary);color:var(--text-primary);outline:none;padding:.65rem .85rem;font-size:.875rem}.VideoToAudioConverter-module__e36U7G__convertBtn{border-radius:var(--radius-md);background:var(--gradient-brand);color:#fff;width:100%;box-shadow:var(--glow-primary);cursor:pointer;transition:var(--transition-fast);border:none;justify-content:center;align-items:center;gap:.5rem;padding:.85rem;font-size:.9rem;font-weight:800;display:flex}.VideoToAudioConverter-module__e36U7G__convertBtn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #4f46e566}.VideoToAudioConverter-module__e36U7G__convertBtn:disabled{opacity:.6;cursor:not-allowed;transform:none}.VideoToAudioConverter-module__e36U7G__resultCard{border:1px solid var(--glass-border);border-radius:var(--radius-lg);background:#fff;flex-direction:column;gap:1.25rem;padding:1.5rem;display:flex;box-shadow:0 4px 15px #00000005}.VideoToAudioConverter-module__e36U7G__cardHeader{color:var(--text-primary);border-bottom:1px solid var(--glass-border);justify-content:space-between;align-items:center;padding-bottom:.75rem;font-size:.85rem;font-weight:800;display:flex}.VideoToAudioConverter-module__e36U7G__videoPreview{border-radius:var(--radius-md);background:#000;width:100%;max-height:280px}.VideoToAudioConverter-module__e36U7G__audioBox{border-radius:var(--radius-md);background:var(--bg-tertiary);border:1px solid var(--glass-border);flex-direction:column;gap:1rem;padding:1.25rem;display:flex}.VideoToAudioConverter-module__e36U7G__audioPlayer{width:100%}.VideoToAudioConverter-module__e36U7G__downloadBtn{border-radius:var(--radius-md);background:var(--accent-emerald);color:#fff;cursor:pointer;transition:var(--transition-fast);border:none;justify-content:center;align-self:flex-start;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.875rem;font-weight:800;display:flex}.VideoToAudioConverter-module__e36U7G__downloadBtn:hover{opacity:.9}.VideoToAudioConverter-module__e36U7G__resetBtn{border-radius:var(--radius-full);background:var(--bg-tertiary);border:1px solid var(--glass-border);color:var(--text-primary);cursor:pointer;transition:var(--transition-fast);align-self:center;padding:.75rem 1.5rem;font-weight:700}.VideoToAudioConverter-module__e36U7G__resetBtn:hover{background:var(--accent-rose-light);color:var(--accent-rose)}@media (max-width:850px){.VideoToAudioConverter-module__e36U7G__workspaceGrid{grid-template-columns:1fr}}
.SpeechToText-module__HDgO1G__container{flex-direction:column;gap:1.5rem;width:100%;display:flex}.SpeechToText-module__HDgO1G__controlsBar{border:1px solid var(--glass-border);border-radius:var(--radius-lg);background:#fff;flex-wrap:wrap;align-items:center;gap:1rem;padding:1.25rem 1.5rem;display:flex;box-shadow:0 4px 15px #00000005}.SpeechToText-module__HDgO1G__controlGroup{flex-direction:column;flex:1;gap:.35rem;min-width:180px;display:flex}.SpeechToText-module__HDgO1G__controlLabel{color:var(--text-secondary);font-size:.8rem;font-weight:800}.SpeechToText-module__HDgO1G__selectInput{border-radius:var(--radius-md);border:1px solid var(--glass-border);background:var(--bg-tertiary);color:var(--text-primary);outline:none;padding:.65rem 1rem;font-size:.875rem;font-weight:700}.SpeechToText-module__HDgO1G__micBtn{border-radius:var(--radius-full);background:var(--gradient-brand);color:#fff;box-shadow:var(--glow-primary);cursor:pointer;transition:var(--transition-fast);border:none;justify-content:center;align-self:flex-end;align-items:center;gap:.5rem;padding:.75rem 1.75rem;font-size:.9rem;font-weight:800;display:flex}.SpeechToText-module__HDgO1G__micBtnRecording{background:var(--accent-rose);animation:1.5s infinite SpeechToText-module__HDgO1G__pulse}@keyframes SpeechToText-module__HDgO1G__pulse{0%{box-shadow:0 0 #f43f5e99}70%{box-shadow:0 0 0 12px #f43f5e00}to{box-shadow:0 0 #f43f5e00}}.SpeechToText-module__HDgO1G__workspaceGrid{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.SpeechToText-module__HDgO1G__panelCard{border:1px solid var(--glass-border);border-radius:var(--radius-lg);background:#fff;flex-direction:column;display:flex;overflow:hidden;box-shadow:0 4px 15px #00000005}.SpeechToText-module__HDgO1G__panelHeader{background:var(--bg-tertiary);border-bottom:1px solid var(--glass-border);justify-content:space-between;align-items:center;padding:.85rem 1.25rem;font-size:.825rem;font-weight:800;display:flex}.SpeechToText-module__HDgO1G__textArea{width:100%;min-height:280px;color:var(--text-primary);resize:vertical;background:#fff;border:none;outline:none;padding:1.25rem;font-family:inherit;font-size:.95rem;line-height:1.6}.SpeechToText-module__HDgO1G__actionBtn{border-radius:var(--radius-sm);border:1px solid var(--glass-border);color:var(--text-primary);cursor:pointer;transition:var(--transition-fast);background:#fff;align-items:center;gap:.4rem;padding:.45rem .85rem;font-size:.8rem;font-weight:600;display:flex}.SpeechToText-module__HDgO1G__actionBtn:hover{background:var(--primary-light);color:var(--primary)}.SpeechToText-module__HDgO1G__dropzone{border:2px dashed var(--glass-border);border-radius:var(--radius-md);background:var(--bg-tertiary);cursor:pointer;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.75rem;margin:1rem;padding:2rem;display:flex}.SpeechToText-module__HDgO1G__dropzoneText{color:var(--text-primary);font-size:.9rem;font-weight:700}@media (max-width:800px){.SpeechToText-module__HDgO1G__workspaceGrid{grid-template-columns:1fr}}
.VideoTrimmer-module__VZMUra__container{flex-direction:column;gap:1.5rem;width:100%;display:flex}.VideoTrimmer-module__VZMUra__dropzone{border:2px dashed var(--glass-border);border-radius:var(--radius-lg);background:var(--bg-tertiary);cursor:pointer;transition:var(--transition-normal);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:3.5rem 2rem;display:flex}.VideoTrimmer-module__VZMUra__dropzone:hover{border-color:var(--primary);background:var(--primary-light)}.VideoTrimmer-module__VZMUra__dropzoneIcon{color:var(--primary);width:48px;height:48px}.VideoTrimmer-module__VZMUra__dropzoneText{color:var(--text-primary);font-size:1.1rem;font-weight:700}.VideoTrimmer-module__VZMUra__dropzoneSub{color:var(--text-muted);font-size:.85rem}.VideoTrimmer-module__VZMUra__fileInputHidden{display:none}.VideoTrimmer-module__VZMUra__workspaceGrid{grid-template-columns:340px 1fr;gap:1.5rem;display:grid}.VideoTrimmer-module__VZMUra__sidebarCard{border:1px solid var(--glass-border);border-radius:var(--radius-lg);background:#fff;flex-direction:column;gap:1.25rem;padding:1.5rem;display:flex;box-shadow:0 4px 15px #00000005}.VideoTrimmer-module__VZMUra__groupTitle{color:var(--text-primary);text-transform:uppercase;border-bottom:1px solid var(--glass-border);padding-bottom:.5rem;font-size:.85rem;font-weight:800}.VideoTrimmer-module__VZMUra__controlGroup{flex-direction:column;gap:.4rem;display:flex}.VideoTrimmer-module__VZMUra__controlLabel{color:var(--text-secondary);justify-content:space-between;font-size:.8rem;font-weight:700;display:flex}.VideoTrimmer-module__VZMUra__numberInput{border-radius:var(--radius-md);border:1px solid var(--glass-border);background:var(--bg-tertiary);color:var(--text-primary);outline:none;padding:.65rem .85rem;font-size:.875rem}.VideoTrimmer-module__VZMUra__rangeInput{width:100%;accent-color:var(--primary)}.VideoTrimmer-module__VZMUra__trimBtn{border-radius:var(--radius-md);background:var(--gradient-brand);color:#fff;width:100%;box-shadow:var(--glow-primary);cursor:pointer;transition:var(--transition-fast);border:none;justify-content:center;align-items:center;gap:.5rem;padding:.85rem;font-size:.9rem;font-weight:800;display:flex}.VideoTrimmer-module__VZMUra__trimBtn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #4f46e566}.VideoTrimmer-module__VZMUra__trimBtn:disabled{opacity:.6;cursor:not-allowed;transform:none}.VideoTrimmer-module__VZMUra__resultCard{border:1px solid var(--glass-border);border-radius:var(--radius-lg);background:#fff;flex-direction:column;gap:1.25rem;padding:1.5rem;display:flex;box-shadow:0 4px 15px #00000005}.VideoTrimmer-module__VZMUra__cardHeader{color:var(--text-primary);border-bottom:1px solid var(--glass-border);justify-content:space-between;align-items:center;padding-bottom:.75rem;font-size:.85rem;font-weight:800;display:flex}.VideoTrimmer-module__VZMUra__videoPreview{border-radius:var(--radius-md);background:#000;width:100%;max-height:360px}.VideoTrimmer-module__VZMUra__downloadBtn{border-radius:var(--radius-md);background:var(--accent-emerald);color:#fff;cursor:pointer;transition:var(--transition-fast);border:none;justify-content:center;align-self:flex-start;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.875rem;font-weight:800;display:flex}.VideoTrimmer-module__VZMUra__downloadBtn:hover{opacity:.9}.VideoTrimmer-module__VZMUra__resetBtn{border-radius:var(--radius-full);background:var(--bg-tertiary);border:1px solid var(--glass-border);color:var(--text-primary);cursor:pointer;transition:var(--transition-fast);align-self:center;padding:.75rem 1.5rem;font-weight:700}.VideoTrimmer-module__VZMUra__resetBtn:hover{background:var(--accent-rose-light);color:var(--accent-rose)}@media (max-width:850px){.VideoTrimmer-module__VZMUra__workspaceGrid{grid-template-columns:1fr}}
.CategoryFilter-module__Fos3Ja__categoryWrapper{align-items:center;width:95%;max-width:100%;margin:0 auto 2.5rem;display:flex;position:relative}.CategoryFilter-module__Fos3Ja__scrollBtn{z-index:10;border-radius:var(--radius-full);border:1px solid var(--glass-border);width:38px;height:38px;color:var(--text-primary);cursor:pointer;transition:all var(--transition-normal);background:#fff;justify-content:center;align-items:center;display:flex;position:absolute;box-shadow:0 4px 12px #0000001a}.CategoryFilter-module__Fos3Ja__scrollBtn:hover{background:var(--primary);color:#fff;border-color:var(--primary);box-shadow:var(--glow-primary);transform:scale(1.08)}.CategoryFilter-module__Fos3Ja__scrollLeft{left:-12px}.CategoryFilter-module__Fos3Ja__scrollRight{right:-12px}.CategoryFilter-module__Fos3Ja__categoryList{border:1px solid var(--glass-border);border-radius:var(--radius-xl);scrollbar-width:none;scroll-behavior:smooth;background:#fff;align-items:center;gap:.75rem;width:100%;padding:.6rem 1rem;display:flex;overflow-x:auto;box-shadow:0 4px 15px #00000005}.CategoryFilter-module__Fos3Ja__categoryList::-webkit-scrollbar{display:none}.CategoryFilter-module__Fos3Ja__tabItem{border-radius:var(--radius-lg);color:var(--text-secondary);white-space:nowrap;transition:var(--transition-normal);flex-shrink:0;align-items:center;gap:.6rem;padding:.65rem 1.15rem;font-size:.875rem;font-weight:600;display:flex;position:relative}.CategoryFilter-module__Fos3Ja__tabItem:hover{color:var(--primary);background:var(--bg-tertiary)}.CategoryFilter-module__Fos3Ja__tabActive{border:1px solid var(--primary);box-shadow:var(--glow-primary);color:#fff!important;background:var(--primary)!important}.CategoryFilter-module__Fos3Ja__iconWrapper{border-radius:var(--radius-sm);background:var(--bg-tertiary);width:28px;height:28px;color:var(--text-secondary);transition:var(--transition-fast);justify-content:center;align-items:center;display:flex}.CategoryFilter-module__Fos3Ja__tabActive .CategoryFilter-module__Fos3Ja__iconWrapper{color:#fff;background:#fff3}.CategoryFilter-module__Fos3Ja__countBadge{border-radius:var(--radius-full);background:var(--bg-tertiary);color:var(--text-muted);padding:.1rem .5rem;font-size:.7rem;font-weight:700}.CategoryFilter-module__Fos3Ja__tabActive .CategoryFilter-module__Fos3Ja__countBadge{color:#fff;background:#ffffff40}
.ScreenRecorder-module__Q0ei3q__container{flex-direction:column;gap:1.5rem;width:100%;display:flex}.ScreenRecorder-module__Q0ei3q__controlsBar{border:1px solid var(--glass-border);border-radius:var(--radius-lg);background:#fff;flex-wrap:wrap;align-items:center;gap:1.25rem;padding:1.25rem 1.5rem;display:flex;box-shadow:0 4px 15px #00000005}.ScreenRecorder-module__Q0ei3q__controlGroup{flex-direction:column;gap:.35rem;display:flex}.ScreenRecorder-module__Q0ei3q__controlLabel{color:var(--text-secondary);font-size:.8rem;font-weight:800}.ScreenRecorder-module__Q0ei3q__toggleLabel{color:var(--text-primary);cursor:pointer;align-items:center;gap:.5rem;font-size:.875rem;font-weight:700;display:flex}.ScreenRecorder-module__Q0ei3q__recordBtn{border-radius:var(--radius-full);background:var(--gradient-brand);color:#fff;box-shadow:var(--glow-primary);cursor:pointer;transition:var(--transition-fast);border:none;justify-content:center;align-items:center;gap:.5rem;margin-left:auto;padding:.75rem 1.75rem;font-size:.9rem;font-weight:800;display:flex}.ScreenRecorder-module__Q0ei3q__recordBtnActive{background:var(--accent-rose);animation:1.5s infinite ScreenRecorder-module__Q0ei3q__pulse}@keyframes ScreenRecorder-module__Q0ei3q__pulse{0%{box-shadow:0 0 #f43f5e99}70%{box-shadow:0 0 0 12px #f43f5e00}to{box-shadow:0 0 #f43f5e00}}.ScreenRecorder-module__Q0ei3q__timerBox{color:var(--accent-rose);background:var(--accent-rose-light);border-radius:var(--radius-sm);align-items:center;gap:.5rem;padding:.4rem .85rem;font-family:monospace;font-size:1.1rem;font-weight:800;display:flex}.ScreenRecorder-module__Q0ei3q__workspaceGrid{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.ScreenRecorder-module__Q0ei3q__panelCard{border:1px solid var(--glass-border);border-radius:var(--radius-lg);background:#fff;flex-direction:column;gap:1.25rem;padding:1.5rem;display:flex;box-shadow:0 4px 15px #00000005}.ScreenRecorder-module__Q0ei3q__cardHeader{color:var(--text-primary);border-bottom:1px solid var(--glass-border);justify-content:space-between;align-items:center;padding-bottom:.75rem;font-size:.85rem;font-weight:800;display:flex}.ScreenRecorder-module__Q0ei3q__previewVideo{border-radius:var(--radius-md);object-fit:contain;background:#000;width:100%;height:280px}.ScreenRecorder-module__Q0ei3q__downloadBtn{border-radius:var(--radius-md);background:var(--accent-emerald);color:#fff;cursor:pointer;border:none;justify-content:center;align-self:flex-start;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.875rem;font-weight:800;display:flex}@media (max-width:800px){.ScreenRecorder-module__Q0ei3q__workspaceGrid{grid-template-columns:1fr}}
.ToolGrid-module__AohGrW__gridWrapper{width:95%;max-width:100%;margin:0 auto 5rem}.ToolGrid-module__AohGrW__sectionHeader{justify-content:space-between;align-items:center;margin-bottom:1.75rem;display:flex}.ToolGrid-module__AohGrW__sectionTitle{color:var(--text-primary);letter-spacing:-.02em;align-items:center;gap:.6rem;font-size:1.5rem;font-weight:800;display:flex}.ToolGrid-module__AohGrW__featuredSection{margin-bottom:3.5rem}.ToolGrid-module__AohGrW__titleGlow{background:var(--gradient-brand);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.ToolGrid-module__AohGrW__countPill{color:var(--text-muted);border-radius:var(--radius-full);border:1px solid var(--glass-border);background:#fff;padding:.25rem .75rem;font-size:.8rem;font-weight:700;box-shadow:0 2px 5px #00000005}.ToolGrid-module__AohGrW__gridContainer{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.ToolGrid-module__AohGrW__emptyState{text-align:center;border:1px dashed var(--glass-border);border-radius:var(--radius-xl);background:#fff;flex-direction:column;justify-content:center;align-items:center;padding:5rem 2rem;display:flex;box-shadow:0 4px 12px #00000005}.ToolGrid-module__AohGrW__emptyIcon{border-radius:var(--radius-full);background:var(--bg-tertiary);width:64px;height:64px;color:var(--text-muted);justify-content:center;align-items:center;margin-bottom:1.25rem;display:flex}.ToolGrid-module__AohGrW__emptyTitle{color:var(--text-primary);margin-bottom:.5rem;font-size:1.25rem;font-weight:700}.ToolGrid-module__AohGrW__emptyText{color:var(--text-muted);max-width:400px;margin-bottom:1.5rem;font-size:.9rem}.ToolGrid-module__AohGrW__resetBtn{border-radius:var(--radius-full);background:var(--gradient-brand);color:#fff;box-shadow:var(--glow-primary);padding:.6rem 1.25rem;font-size:.85rem;font-weight:700}@media (max-width:1100px){.ToolGrid-module__AohGrW__gridContainer{grid-template-columns:repeat(2,1fr)}}@media (max-width:650px){.ToolGrid-module__AohGrW__gridContainer{grid-template-columns:1fr}}
.AiImageGenerator-module__adXA2q__container{flex-direction:column;gap:1.5rem;width:100%;display:flex}.AiImageGenerator-module__adXA2q__workspaceGrid{grid-template-columns:360px 1fr;gap:1.5rem;display:grid}.AiImageGenerator-module__adXA2q__sidebarCard{border:1px solid var(--glass-border);border-radius:var(--radius-lg);background:#fff;flex-direction:column;gap:1.25rem;padding:1.5rem;display:flex;box-shadow:0 4px 15px #00000005}.AiImageGenerator-module__adXA2q__groupTitle{color:var(--text-primary);text-transform:uppercase;border-bottom:1px solid var(--glass-border);padding-bottom:.5rem;font-size:.85rem;font-weight:800}.AiImageGenerator-module__adXA2q__controlGroup{flex-direction:column;gap:.4rem;display:flex}.AiImageGenerator-module__adXA2q__controlLabel{color:var(--text-secondary);font-size:.8rem;font-weight:700}.AiImageGenerator-module__adXA2q__textArea{border-radius:var(--radius-md);border:1px solid var(--glass-border);background:var(--bg-tertiary);width:100%;min-height:100px;color:var(--text-primary);resize:vertical;outline:none;padding:.85rem;font-family:inherit;font-size:.875rem}.AiImageGenerator-module__adXA2q__selectInput{border-radius:var(--radius-md);border:1px solid var(--glass-border);background:var(--bg-tertiary);color:var(--text-primary);outline:none;padding:.65rem .85rem;font-size:.875rem;font-weight:700}.AiImageGenerator-module__adXA2q__generateBtn{border-radius:var(--radius-md);background:var(--gradient-brand);color:#fff;width:100%;box-shadow:var(--glow-primary);cursor:pointer;transition:var(--transition-fast);border:none;justify-content:center;align-items:center;gap:.5rem;padding:.85rem;font-size:.9rem;font-weight:800;display:flex}.AiImageGenerator-module__adXA2q__generateBtn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #4f46e566}.AiImageGenerator-module__adXA2q__resultCard{border:1px solid var(--glass-border);border-radius:var(--radius-lg);background:#fff;flex-direction:column;justify-content:center;align-items:center;gap:1.25rem;min-height:380px;padding:1.5rem;display:flex;box-shadow:0 4px 15px #00000005}.AiImageGenerator-module__adXA2q__generatedImg{border-radius:var(--radius-md);object-fit:contain;max-width:100%;max-height:420px;box-shadow:0 10px 30px #0000001a}.AiImageGenerator-module__adXA2q__downloadBtn{border-radius:var(--radius-md);background:var(--accent-emerald);color:#fff;cursor:pointer;transition:var(--transition-fast);border:none;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.875rem;font-weight:800;display:flex}@media (max-width:850px){.AiImageGenerator-module__adXA2q__workspaceGrid{grid-template-columns:1fr}}
.Hero-module__ZARIfG__heroSection{text-align:center;flex-direction:column;align-items:center;width:95%;max-width:100%;margin:0 auto;padding:4rem 0 2.5rem;display:flex;position:relative}.Hero-module__ZARIfG__badge{border-radius:var(--radius-full);background:var(--gradient-brand-subtle);color:var(--primary);border:1px solid #4f46e533;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.45rem 1.1rem;font-size:.825rem;font-weight:700;display:inline-flex;box-shadow:0 4px 15px #4f46e514}.Hero-module__ZARIfG__badgeSparkle{color:var(--accent-violet)}.Hero-module__ZARIfG__title{letter-spacing:-.03em;color:var(--text-primary);max-width:900px;margin-bottom:1.25rem;font-size:3.25rem;font-weight:800;line-height:1.15}.Hero-module__ZARIfG__titleGradient{background:var(--gradient-brand);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.Hero-module__ZARIfG__subtitle{color:var(--text-secondary);max-width:760px;margin:0 auto 2.25rem;font-size:1.1rem;line-height:1.6}.Hero-module__ZARIfG__searchBoxWrapper{width:100%;max-width:720px;margin:0 auto 1.5rem;position:relative}.Hero-module__ZARIfG__heroSearchInput{border:1px solid var(--glass-border);border-radius:var(--radius-xl);width:100%;color:var(--text-primary);box-shadow:var(--glass-shadow);transition:var(--transition-normal);background:#fff;padding:1.1rem 1.5rem 1.1rem 3.4rem;font-size:1.05rem}.Hero-module__ZARIfG__heroSearchInput:focus{border-color:var(--primary);box-shadow:0 0 25px #4f46e52e}.Hero-module__ZARIfG__searchIcon{color:var(--primary);position:absolute;top:50%;left:1.3rem;transform:translateY(-50%)}.Hero-module__ZARIfG__clearSearchBtn{color:var(--text-muted);border-radius:var(--radius-xs);background:var(--bg-tertiary);transition:var(--transition-fast);padding:.25rem .6rem;font-size:.8rem;font-weight:600;position:absolute;top:50%;right:1.2rem;transform:translateY(-50%)}.Hero-module__ZARIfG__clearSearchBtn:hover{color:var(--text-primary);background:#94a3b833}.Hero-module__ZARIfG__tagsContainer{flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem;margin-bottom:3rem;display:flex}.Hero-module__ZARIfG__tagLabel{color:var(--text-muted);font-size:.825rem;font-weight:600}.Hero-module__ZARIfG__tagPill{border-radius:var(--radius-full);border:1px solid var(--glass-border);color:var(--text-secondary);cursor:pointer;transition:var(--transition-fast);background:#fff;padding:.35rem .85rem;font-size:.775rem;font-weight:600;box-shadow:0 2px 5px #00000005}.Hero-module__ZARIfG__tagPill:hover{background:var(--primary-light);border-color:var(--primary);color:var(--primary);transform:translateY(-1px)}.Hero-module__ZARIfG__statsBar{border-radius:var(--radius-xl);border:1px solid var(--glass-border);width:100%;max-width:920px;box-shadow:var(--glass-shadow);background:#fff;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin:0 auto;padding:1.5rem;display:grid}.Hero-module__ZARIfG__statItem{flex-direction:column;align-items:center;display:flex}.Hero-module__ZARIfG__statVal{color:var(--text-primary);align-items:center;gap:.4rem;font-size:1.5rem;font-weight:800;display:flex}.Hero-module__ZARIfG__statValGradient{background:var(--gradient-brand);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.Hero-module__ZARIfG__statLabel{color:var(--text-muted);margin-top:.2rem;font-size:.775rem;font-weight:600}@media (max-width:768px){.Hero-module__ZARIfG__heroSection{padding:2.5rem 0 1.5rem}.Hero-module__ZARIfG__title{font-size:2.2rem}.Hero-module__ZARIfG__subtitle{font-size:.95rem}.Hero-module__ZARIfG__statsBar{grid-template-columns:repeat(2,1fr);gap:1.25rem}}
.GifMaker-module__exd4ga__container{flex-direction:column;gap:1.5rem;width:100%;display:flex}.GifMaker-module__exd4ga__dropzone{border:2px dashed var(--glass-border);border-radius:var(--radius-lg);background:var(--bg-tertiary);cursor:pointer;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:3.5rem 2rem;display:flex}.GifMaker-module__exd4ga__dropzoneIcon{color:var(--primary);width:48px;height:48px}.GifMaker-module__exd4ga__workspaceGrid{grid-template-columns:320px 1fr;gap:1.5rem;display:grid}.GifMaker-module__exd4ga__sidebarCard{border:1px solid var(--glass-border);border-radius:var(--radius-lg);background:#fff;flex-direction:column;gap:1.25rem;padding:1.5rem;display:flex;box-shadow:0 4px 15px #00000005}.GifMaker-module__exd4ga__groupTitle{color:var(--text-primary);text-transform:uppercase;border-bottom:1px solid var(--glass-border);padding-bottom:.5rem;font-size:.85rem;font-weight:800}.GifMaker-module__exd4ga__controlGroup{flex-direction:column;gap:.4rem;display:flex}.GifMaker-module__exd4ga__controlLabel{color:var(--text-secondary);font-size:.8rem;font-weight:700}.GifMaker-module__exd4ga__selectInput{border-radius:var(--radius-md);border:1px solid var(--glass-border);background:var(--bg-tertiary);color:var(--text-primary);outline:none;padding:.65rem .85rem;font-size:.875rem}.GifMaker-module__exd4ga__convertBtn{border-radius:var(--radius-md);background:var(--gradient-brand);color:#fff;width:100%;box-shadow:var(--glow-primary);cursor:pointer;border:none;justify-content:center;align-items:center;gap:.5rem;padding:.85rem;font-size:.9rem;font-weight:800;display:flex}.GifMaker-module__exd4ga__resultCard{border:1px solid var(--glass-border);border-radius:var(--radius-lg);background:#fff;flex-direction:column;gap:1.25rem;padding:1.5rem;display:flex;box-shadow:0 4px 15px #00000005}.GifMaker-module__exd4ga__gifPreview{border-radius:var(--radius-md);object-fit:contain;max-width:100%;max-height:360px}.GifMaker-module__exd4ga__downloadBtn{border-radius:var(--radius-md);background:var(--accent-emerald);color:#fff;cursor:pointer;border:none;justify-content:center;align-self:flex-start;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.875rem;font-weight:800;display:flex}@media (max-width:850px){.GifMaker-module__exd4ga__workspaceGrid{grid-template-columns:1fr}}
