.age-module__PZqfbG__toolHeader{text-align:center;margin-bottom:2rem}.age-module__PZqfbG__toolTitle{margin-bottom:1rem;font-size:2.5rem}.age-module__PZqfbG__toolDescription{max-width:600px;color:var(--text-secondary);margin:0 auto;font-size:1.125rem}.age-module__PZqfbG__workspace{flex-direction:column;gap:1.5rem;max-width:800px;margin:0 auto 2rem;display:flex}.age-module__PZqfbG__panel{background-color:var(--bg-secondary);border:1px solid var(--border-color);box-shadow:var(--card-shadow);border-radius:1rem;flex-direction:column;gap:1.5rem;padding:1.5rem;display:flex}.age-module__PZqfbG__inputRow{grid-template-columns:1fr 1fr;gap:1rem;display:grid}@media (max-width:600px){.age-module__PZqfbG__inputRow{grid-template-columns:1fr}}.age-module__PZqfbG__inputGroup{flex-direction:column;gap:.5rem;display:flex}.age-module__PZqfbG__label{color:var(--text-primary);font-size:.95rem;font-weight:600}.age-module__PZqfbG__input{border:1px solid var(--border-color);background-color:var(--bg-primary);width:100%;color:var(--text-primary);transition:all var(--transition-fast);border-radius:.5rem;padding:1rem;font-size:1.125rem}.age-module__PZqfbG__input:focus{border-color:var(--accent-primary);box-shadow:0 0 0 3px var(--ring-color);outline:none}.age-module__PZqfbG__btn{cursor:pointer;transition:all var(--transition-fast);background-color:var(--accent-primary);color:#fff;border:none;border-radius:.5rem;width:100%;padding:1rem 1.5rem;font-size:1.125rem;font-weight:600}.age-module__PZqfbG__btn:hover{background-color:var(--accent-hover)}.age-module__PZqfbG__resultCard{background-color:var(--bg-primary);border:2px solid var(--accent-primary);text-align:center;border-radius:.75rem;padding:1.5rem}.age-module__PZqfbG__mainResult{color:var(--accent-primary);margin-bottom:1rem;font-size:2rem;font-weight:700}.age-module__PZqfbG__extraResults{border-top:1px solid var(--border-color);grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;padding-top:1rem;display:grid}.age-module__PZqfbG__statBox{background-color:var(--bg-secondary);border:1px solid var(--border-color);border-radius:.5rem;padding:1rem}.age-module__PZqfbG__statValue{color:var(--text-primary);font-size:1.25rem;font-weight:700}.age-module__PZqfbG__statLabel{color:var(--text-secondary);font-size:.875rem}
.ToolDocumentation-module__a833IG__docContainer{border-top:1px solid var(--border-color);max-width:900px;margin-top:4rem;margin-left:auto;margin-right:auto;padding-top:3rem}.ToolDocumentation-module__a833IG__docHeader{text-align:center;margin-bottom:2rem}.ToolDocumentation-module__a833IG__docHeader h2{color:var(--text-primary);font-size:2rem}.ToolDocumentation-module__a833IG__docContent{flex-direction:column;gap:2.5rem;display:flex}.ToolDocumentation-module__a833IG__descriptionSection{color:var(--text-secondary);font-size:1.05rem;line-height:1.8}.ToolDocumentation-module__a833IG__paragraph{margin-bottom:1.25rem}.ToolDocumentation-module__a833IG__howToSection{background:var(--bg-secondary);border:1px solid var(--border-color);box-shadow:var(--card-shadow);border-radius:1rem;padding:2rem}.ToolDocumentation-module__a833IG__howToSection h3{color:var(--text-primary);margin-bottom:1.5rem;font-size:1.5rem}.ToolDocumentation-module__a833IG__stepsList{color:var(--text-secondary);padding-left:1.5rem;line-height:1.7}.ToolDocumentation-module__a833IG__stepItem{margin-bottom:1rem;padding-left:.5rem}.ToolDocumentation-module__a833IG__stepItem::marker{color:var(--accent-primary);font-size:1.1rem;font-weight:700}.ToolDocumentation-module__a833IG__faqSection{border-top:1px dashed var(--border-color);margin-top:1rem;padding-top:2rem}.ToolDocumentation-module__a833IG__faqSection h3{color:var(--text-primary);text-align:center;margin-bottom:1.5rem;font-size:1.5rem}.ToolDocumentation-module__a833IG__faqList{flex-direction:column;gap:1.5rem;display:flex}.ToolDocumentation-module__a833IG__faqItem{background:var(--bg-primary);border:1px solid var(--border-color);border-radius:.5rem;padding:1.5rem}.ToolDocumentation-module__a833IG__faqQuestion{color:var(--text-primary);margin-bottom:.5rem;font-size:1.1rem}.ToolDocumentation-module__a833IG__faqAnswer{color:var(--text-secondary);font-size:.95rem;line-height:1.6}
.character-counter-module__FRzzYq__toolHeader{text-align:center;margin-bottom:3rem}.character-counter-module__FRzzYq__toolTitle{margin-bottom:1rem;font-size:2.5rem}.character-counter-module__FRzzYq__toolDescription{max-width:600px;margin:0 auto;font-size:1.125rem}.character-counter-module__FRzzYq__grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:2rem;display:grid}@media (min-width:768px){.character-counter-module__FRzzYq__grid{grid-template-columns:repeat(4,1fr)}}.character-counter-module__FRzzYq__editorSection{margin-bottom:2rem}.character-counter-module__FRzzYq__textarea{resize:vertical;border:1px solid var(--border-color);background-color:var(--bg-primary);width:100%;min-height:250px;color:var(--text-primary);transition:all var(--transition-fast);border-radius:1rem;padding:1.5rem;font-family:inherit;font-size:1.125rem;line-height:1.6}.character-counter-module__FRzzYq__textarea:focus{border-color:var(--accent-primary);box-shadow:0 0 0 3px var(--ring-color);outline:none}.character-counter-module__FRzzYq__statsGrid{grid-template-columns:1fr;gap:2rem;display:grid}@media (min-width:768px){.character-counter-module__FRzzYq__statsGrid{grid-template-columns:1fr 1fr}}.character-counter-module__FRzzYq__limitsCard{background-color:var(--bg-secondary);border:1px solid var(--border-color);box-shadow:var(--card-shadow);border-radius:1rem;padding:1.5rem}.character-counter-module__FRzzYq__limitsTitle{border-bottom:1px solid var(--border-color);margin-bottom:1rem;padding-bottom:.5rem;font-size:1.25rem}.character-counter-module__FRzzYq__limitItem{margin-bottom:1.25rem}.character-counter-module__FRzzYq__limitItem:last-child{margin-bottom:0}.character-counter-module__FRzzYq__limitHeader{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.character-counter-module__FRzzYq__limitLabel{color:var(--text-primary);align-items:center;gap:.5rem;font-weight:600;display:flex}.character-counter-module__FRzzYq__limitCount{color:var(--text-secondary);font-size:.875rem}.character-counter-module__FRzzYq__limitCount.character-counter-module__FRzzYq__overLimit{color:#ef4444;font-weight:700}.character-counter-module__FRzzYq__progressBarContainer{background-color:var(--bg-primary);border-radius:4px;width:100%;height:8px;overflow:hidden}.character-counter-module__FRzzYq__progressBar{background:var(--accent-gradient);height:100%;transition:width var(--transition-normal)}.character-counter-module__FRzzYq__progressBar.character-counter-module__FRzzYq__warning{background:#f59e0b}.character-counter-module__FRzzYq__progressBar.character-counter-module__FRzzYq__danger{background:#ef4444}.character-counter-module__FRzzYq__detailsCard{background-color:var(--bg-secondary);border:1px solid var(--border-color);box-shadow:var(--card-shadow);border-radius:1rem;flex-direction:column;gap:1rem;padding:1.5rem;display:flex}.character-counter-module__FRzzYq__detailRow{border-bottom:1px dashed var(--border-color);justify-content:space-between;align-items:center;padding-bottom:.5rem;font-size:1.125rem;display:flex}.character-counter-module__FRzzYq__detailRow:last-child{border-bottom:none;padding-bottom:0}.character-counter-module__FRzzYq__toolbar{justify-content:flex-end;gap:.5rem;margin-top:1rem;display:flex}.character-counter-module__FRzzYq__btnSecondary{background:var(--bg-primary);color:var(--text-primary);border:1px solid var(--border-color);cursor:pointer;transition:all var(--transition-fast);border-radius:.5rem;justify-content:center;align-items:center;padding:.5rem 1rem;font-size:.875rem;font-weight:500;display:inline-flex}.character-counter-module__FRzzYq__btnSecondary:hover{background:var(--border-color)}
.word-counter-module__JUyLWq__toolHeader{text-align:center;margin-bottom:3rem}.word-counter-module__JUyLWq__toolTitle{margin-bottom:1rem;font-size:2.5rem}.word-counter-module__JUyLWq__toolDescription{max-width:600px;margin:0 auto;font-size:1.125rem}.word-counter-module__JUyLWq__grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:2rem;display:grid}@media (min-width:768px){.word-counter-module__JUyLWq__grid{grid-template-columns:repeat(4,1fr)}}.word-counter-module__JUyLWq__editorSection{margin-bottom:2rem}.word-counter-module__JUyLWq__textarea{resize:vertical;border-radius:1rem;width:100%;min-height:300px;padding:1.5rem;font-size:1.125rem;line-height:1.6}.word-counter-module__JUyLWq__toolbar{flex-wrap:wrap;justify-content:space-between;gap:1rem;margin-top:1rem;display:flex}.word-counter-module__JUyLWq__toolbarGroup{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.word-counter-module__JUyLWq__btnSecondary{background:var(--bg-secondary);border:1px solid var(--border-color);color:var(--text-primary);cursor:pointer;border-radius:.5rem;padding:.5rem .75rem;font-size:.875rem;font-weight:500;transition:all .2s}.word-counter-module__JUyLWq__btnSecondary:hover{background:var(--accent-primary);color:#fff;border-color:var(--accent-primary)}.word-counter-module__JUyLWq__statsGrid{grid-template-columns:1fr;gap:2rem;display:grid}@media (min-width:768px){.word-counter-module__JUyLWq__statsGrid{grid-template-columns:1fr 1fr}}.word-counter-module__JUyLWq__densityCard{background-color:var(--bg-secondary);border:1px solid var(--border-color);box-shadow:var(--card-shadow);border-radius:1rem;padding:1.5rem}.word-counter-module__JUyLWq__densityTitle{border-bottom:1px solid var(--border-color);margin-bottom:1rem;padding-bottom:.5rem;font-size:1.25rem}.word-counter-module__JUyLWq__densityList{list-style:none}.word-counter-module__JUyLWq__densityItem{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;padding:.5rem 0;display:flex}.word-counter-module__JUyLWq__densityItem:last-child{border-bottom:none}.word-counter-module__JUyLWq__word{color:var(--accent-primary);font-weight:600}.word-counter-module__JUyLWq__count{color:var(--text-secondary);background:var(--bg-primary);border-radius:1rem;padding:.25rem .75rem;font-size:.875rem}.word-counter-module__JUyLWq__timeCard{background-color:var(--bg-secondary);border:1px solid var(--border-color);box-shadow:var(--card-shadow);border-radius:1rem;flex-direction:column;justify-content:center;gap:1rem;padding:1.5rem;display:flex}.word-counter-module__JUyLWq__timeItem{justify-content:space-between;align-items:center;font-size:1.125rem;display:flex}.word-counter-module__JUyLWq__timeLabel{color:var(--text-secondary)}.word-counter-module__JUyLWq__timeValue{color:var(--text-primary);font-weight:700}.word-counter-module__JUyLWq__toolbar{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:.5rem;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-top:1rem;padding:1rem;display:flex}.word-counter-module__JUyLWq__toolbarGroup{flex-wrap:wrap;gap:.5rem;display:flex}.word-counter-module__JUyLWq__btnSecondary{background:var(--bg-primary);color:var(--text-primary);border:1px solid var(--border-color);cursor:pointer;transition:all var(--transition-fast);border-radius:.5rem;justify-content:center;align-items:center;padding:.5rem 1rem;font-size:.875rem;font-weight:500;display:inline-flex}.word-counter-module__JUyLWq__btnSecondary:hover{background:var(--border-color)}.word-counter-module__JUyLWq__findReplacePanel{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.word-counter-module__JUyLWq__inputSmall{border:1px solid var(--border-color);background-color:var(--bg-primary);color:var(--text-primary);border-radius:.25rem;width:150px;padding:.5rem;font-size:.875rem}.word-counter-module__JUyLWq__badge{background:var(--accent-primary);color:#fff;border-radius:1rem;padding:.25rem .5rem;font-size:.75rem;font-weight:700}
.base64-module__c8PsgG__toolHeader{text-align:center;margin-bottom:2rem}.base64-module__c8PsgG__toolTitle{margin-bottom:1rem;font-size:2.5rem}.base64-module__c8PsgG__toolDescription{max-width:600px;color:var(--text-secondary);margin:0 auto;font-size:1.125rem}.base64-module__c8PsgG__workspace{flex-direction:column;gap:1.5rem;max-width:1000px;margin:0 auto 2rem;display:flex}.base64-module__c8PsgG__modeSwitcher{background-color:var(--bg-secondary);border:1px solid var(--border-color);border-radius:.75rem;gap:.5rem;padding:.5rem;display:flex}.base64-module__c8PsgG__modeBtn{color:var(--text-secondary);cursor:pointer;transition:all var(--transition-fast);background:0 0;border:none;border-radius:.5rem;flex:1;justify-content:center;align-items:center;gap:.5rem;padding:1rem;font-size:1.125rem;font-weight:600;display:flex}.base64-module__c8PsgG__modeBtn:hover{background:var(--bg-primary)}.base64-module__c8PsgG__modeBtn.base64-module__c8PsgG__active{background:var(--accent-primary);color:#fff;box-shadow:0 4px 6px -1px #0000001a}.base64-module__c8PsgG__modeBtn.base64-module__c8PsgG__active.base64-module__c8PsgG__decodeMode{background:#8b5cf6}.base64-module__c8PsgG__settingsPanel{background-color:var(--bg-secondary);border:1px solid var(--border-color);border-radius:.75rem;flex-wrap:wrap;align-items:center;gap:2rem;padding:1rem 1.5rem;display:flex}.base64-module__c8PsgG__checkboxLabel{cursor:pointer;-webkit-user-select:none;user-select:none;color:var(--text-primary);align-items:center;gap:.5rem;font-size:.95rem;font-weight:500;display:flex}.base64-module__c8PsgG__checkboxLabel input[type=checkbox]{cursor:pointer;width:1.125rem;height:1.125rem;accent-color:var(--accent-primary)}.base64-module__c8PsgG__panelsContainer{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}@media (max-width:768px){.base64-module__c8PsgG__panelsContainer{grid-template-columns:1fr}}.base64-module__c8PsgG__panel{background-color:var(--bg-secondary);border:1px solid var(--border-color);box-shadow:var(--card-shadow);border-radius:1rem;flex-direction:column;padding:1.5rem;display:flex}.base64-module__c8PsgG__panelHeader{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.base64-module__c8PsgG__panelTitle{color:var(--text-primary);font-size:1.125rem;font-weight:600}.base64-module__c8PsgG__panelBadge{background:var(--bg-primary);border:1px solid var(--border-color);color:var(--text-secondary);border-radius:1rem;padding:.25rem .75rem;font-size:.75rem;font-weight:600}.base64-module__c8PsgG__panelBadge.base64-module__c8PsgG__error{color:#ef4444;background:#fef2f2;border-color:#fca5a5}.base64-module__c8PsgG__textarea{resize:vertical;border:1px solid var(--border-color);background-color:var(--bg-primary);width:100%;min-height:300px;color:var(--text-primary);transition:all var(--transition-fast);border-radius:.5rem;flex:1;padding:1rem;font-family:Courier New,Courier,monospace;font-size:1rem;line-height:1.5}.base64-module__c8PsgG__textarea:focus{border-color:var(--accent-primary);box-shadow:0 0 0 3px var(--ring-color);outline:none}.base64-module__c8PsgG__textarea[readonly]{color:#d4d4d4;cursor:text;background-color:#1e1e1e;border-color:#333}.base64-module__c8PsgG__dropZone{border:2px dashed var(--border-color);text-align:center;background-color:var(--bg-primary);cursor:pointer;border-radius:.5rem;flex-direction:column;justify-content:center;align-items:center;width:100%;min-height:300px;padding:2rem;transition:all .2s;display:flex;position:relative}.base64-module__c8PsgG__dropZone:hover,.base64-module__c8PsgG__dropZone.base64-module__c8PsgG__dragActive{border-color:var(--accent-primary);background-color:#3b82f60d}.base64-module__c8PsgG__dropZoneIcon{opacity:.7;margin-bottom:1rem;font-size:3rem}.base64-module__c8PsgG__dropZoneText{margin-bottom:.5rem;font-size:1.125rem;font-weight:600}.base64-module__c8PsgG__dropZoneSubtext{color:var(--text-secondary);font-size:.875rem}.base64-module__c8PsgG__fileInput{opacity:0;cursor:pointer;width:100%;height:100%;position:absolute;top:0;left:0}.base64-module__c8PsgG__actionRow{flex-wrap:wrap;gap:1rem;margin-top:1rem;display:flex}.base64-module__c8PsgG__primaryBtn{background:var(--accent-primary);color:#fff;cursor:pointer;transition:all var(--transition-fast);border:none;border-radius:.5rem;flex:1;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1rem;font-size:1rem;font-weight:600;display:flex}.base64-module__c8PsgG__primaryBtn:hover{background:var(--accent-hover)}.base64-module__c8PsgG__primaryBtn.base64-module__c8PsgG__copied{background:#10b981}.base64-module__c8PsgG__secondaryBtn{background:var(--bg-primary);color:var(--text-primary);border:1px solid var(--border-color);cursor:pointer;transition:all var(--transition-fast);border-radius:.5rem;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1rem;font-size:1rem;font-weight:600;display:flex}.base64-module__c8PsgG__secondaryBtn:hover{background:var(--border-color)}.base64-module__c8PsgG__formatSelector{border-top:1px solid var(--border-color);align-items:center;gap:.5rem;margin-top:1rem;padding-top:1rem;display:flex}.base64-module__c8PsgG__formatLabel{color:var(--text-secondary);font-size:.875rem;font-weight:600}.base64-module__c8PsgG__selectInput{border:1px solid var(--border-color);background:var(--bg-primary);color:var(--text-primary);border-radius:.25rem;padding:.5rem;font-size:.875rem}.base64-module__c8PsgG__imagePreviewBox{border-top:1px solid var(--border-color);flex-direction:column;align-items:center;gap:1rem;margin-top:1.5rem;padding-top:1.5rem;display:flex}.base64-module__c8PsgG__imagePreviewBox h3{color:var(--text-secondary);align-self:flex-start;font-size:1rem}.base64-module__c8PsgG__renderedImage{object-fit:contain;border:1px solid var(--border-color);background:url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" height=\"20\"><rect width=\"10\" height=\"10\" fill=\"%23e5e7eb\"/><rect x=\"10\" width=\"10\" height=\"10\" fill=\"%23f3f4f6\"/><rect y=\"10\" width=\"10\" height=\"10\" fill=\"%23f3f4f6\"/><rect x=\"10\" y=\"10\" width=\"10\" height=\"10\" fill=\"%23e5e7eb\"/></svg>");border-radius:.5rem;max-width:100%;max-height:250px}
.bg-module__BH40_a__toolHeader{text-align:center;margin-bottom:2rem}.bg-module__BH40_a__toolTitle{margin-bottom:1rem;font-size:2.5rem}.bg-module__BH40_a__toolDescription{max-width:600px;color:var(--text-secondary);margin:0 auto;font-size:1.125rem}.bg-module__BH40_a__workspace{flex-direction:column;gap:2rem;max-width:1200px;margin:0 auto 3rem;display:flex}.bg-module__BH40_a__dropzonePanel{background-color:var(--bg-secondary);border:1px solid var(--border-color);box-shadow:var(--card-shadow);border-radius:1rem;flex-direction:column;gap:1.25rem;padding:1.5rem;display:flex}.bg-module__BH40_a__dropArea{border:2px dashed var(--accent-primary);text-align:center;cursor:pointer;transition:all var(--transition-fast);background:#8b5cf60d;border-radius:.75rem;flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:4rem 2rem;display:flex}.bg-module__BH40_a__dropArea:hover{background:#8b5cf61a;transform:scale(1.01)}.bg-module__BH40_a__dropText{color:var(--text-primary);font-size:1.25rem;font-weight:600}.bg-module__BH40_a__fileInput{display:none}.bg-module__BH40_a__editorGrid{grid-template-columns:1fr 350px;gap:2rem;display:grid}@media (max-width:1000px){.bg-module__BH40_a__editorGrid{grid-template-columns:1fr}}.bg-module__BH40_a__panelTitle{color:var(--text-primary);border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:.5rem;font-size:1.25rem;font-weight:600;display:flex}.bg-module__BH40_a__previewContainer{border:1px solid var(--border-color);background-color:var(--bg-primary);border-radius:.75rem;flex-direction:column;justify-content:center;align-items:center;width:100%;min-height:400px;display:flex;position:relative;overflow:hidden}.bg-module__BH40_a__checkerboard{background-image:linear-gradient(45deg,#e5e7eb 25%,#0000 25% 75%,#e5e7eb 75%,#e5e7eb),linear-gradient(45deg,#e5e7eb 25%,#0000 25% 75%,#e5e7eb 75%,#e5e7eb);background-position:0 0,10px 10px;background-size:20px 20px}.bg-module__BH40_a__previewCanvas{object-fit:contain;max-width:100%;max-height:70vh;box-shadow:0 4px 20px #0000001a}.bg-module__BH40_a__loadingOverlay{z-index:10;background:#ffffffe6;flex-direction:column;justify-content:center;align-items:center;gap:1rem;display:flex;position:absolute;inset:0}.bg-module__BH40_a__spinner{border:4px solid var(--border-color);border-top-color:var(--accent-primary);border-radius:50%;width:50px;height:50px;animation:1s linear infinite bg-module__BH40_a__spin}@keyframes bg-module__BH40_a__spin{to{transform:rotate(360deg)}}.bg-module__BH40_a__loadingText{color:var(--text-primary);font-size:1.1rem;font-weight:600}.bg-module__BH40_a__loadingSubtext{color:var(--text-secondary);text-align:center;max-width:80%;font-size:.85rem}.bg-module__BH40_a__settingsPanel{background-color:var(--bg-secondary);border:1px solid var(--border-color);box-shadow:var(--card-shadow);border-radius:1rem;flex-direction:column;gap:1.5rem;max-height:80vh;padding:1.5rem;display:flex;overflow-y:auto}.bg-module__BH40_a__formGroup{flex-direction:column;gap:.5rem;display:flex}.bg-module__BH40_a__formLabel{color:var(--text-primary);justify-content:space-between;font-size:.9rem;font-weight:600;display:flex}.bg-module__BH40_a__range{-webkit-appearance:none;background:#e2e8f0;border-radius:3px;outline:none;width:100%;height:6px}.bg-module__BH40_a__range::-webkit-slider-thumb{-webkit-appearance:none;background:var(--accent-primary);cursor:pointer;border-radius:50%;width:20px;height:20px}.bg-module__BH40_a__colorPicker{border:1px solid var(--border-color);cursor:pointer;border-radius:.5rem;width:100%;height:40px;padding:0}.bg-module__BH40_a__colorPicker::-webkit-color-swatch-wrapper{padding:0}.bg-module__BH40_a__colorPicker::-webkit-color-swatch{border:none;border-radius:.5rem}.bg-module__BH40_a__toggleGroup{background:var(--bg-primary);border:1px solid var(--border-color);border-radius:.5rem;padding:.25rem;display:flex}.bg-module__BH40_a__toggleBtn{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:.35rem;flex:1;padding:.5rem;font-size:.8rem;font-weight:600;transition:all .2s}.bg-module__BH40_a__toggleBtn.bg-module__BH40_a__active{background:var(--bg-secondary);color:var(--text-primary);box-shadow:0 1px 3px #0000001a}.bg-module__BH40_a__miniDropArea{border:1px dashed var(--border-color);background:var(--bg-primary);text-align:center;cursor:pointer;border-radius:.5rem;padding:1.5rem 1rem;transition:all .2s}.bg-module__BH40_a__miniDropArea:hover{border-color:var(--accent-primary);background:#8b5cf60d}.bg-module__BH40_a__miniDropText{color:var(--accent-primary);font-size:.9rem;font-weight:600}.bg-module__BH40_a__downloadBtn{background:var(--accent-primary);color:#fff;cursor:pointer;transition:all var(--transition-fast);text-align:center;border:none;border-radius:.5rem;margin-top:1rem;padding:1.25rem;font-size:1.1rem;font-weight:700}.bg-module__BH40_a__downloadBtn:hover{background:var(--accent-hover);transform:translateY(-2px)}.bg-module__BH40_a__downloadBtn:disabled{cursor:not-allowed;background:#cbd5e1;transform:none}.bg-module__BH40_a__clearBtn{color:#ef4444;cursor:pointer;background:0 0;border:1px solid #ef4444;border-radius:.5rem;padding:.25rem .75rem;font-size:.85rem;font-weight:600;transition:all .2s}.bg-module__BH40_a__clearBtn:hover{color:#fff;background:#ef4444}.bg-module__BH40_a__brushCursor{pointer-events:none;z-index:20;background:#ffffff4d;border:1px solid #00000080;border-radius:50%;position:absolute;transform:translate(-50%,-50%);box-shadow:0 0 0 1px #ffffff80}.bg-module__BH40_a__brushCursor.bg-module__BH40_a__eraseMode{background:#ef444433;border-color:#ef4444cc}.bg-module__BH40_a__brushCursor.bg-module__BH40_a__restoreMode{background:#22c55e33;border-color:#22c55ecc}.bg-module__BH40_a__interactiveCanvas{cursor:crosshair}
.case-converter-module__vc9vdW__toolHeader{text-align:center;margin-bottom:3rem}.case-converter-module__vc9vdW__toolTitle{margin-bottom:1rem;font-size:2.5rem}.case-converter-module__vc9vdW__toolDescription{max-width:600px;margin:0 auto;font-size:1.125rem}.case-converter-module__vc9vdW__editorSection{background-color:var(--bg-secondary);border:1px solid var(--border-color);box-shadow:var(--card-shadow);border-radius:1rem;margin-bottom:2rem;padding:1.5rem}.case-converter-module__vc9vdW__textarea{resize:vertical;border:1px solid var(--border-color);background-color:var(--bg-primary);width:100%;min-height:250px;color:var(--text-primary);transition:all var(--transition-fast);border-radius:.5rem;margin-bottom:1.5rem;padding:1rem;font-family:inherit;font-size:1.125rem;line-height:1.6}.case-converter-module__vc9vdW__textarea:focus{border-color:var(--accent-primary);box-shadow:0 0 0 3px var(--ring-color);outline:none}.case-converter-module__vc9vdW__buttonGrid{grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:2rem;display:grid}@media (min-width:768px){.case-converter-module__vc9vdW__buttonGrid{grid-template-columns:repeat(4,1fr)}}@media (min-width:1024px){.case-converter-module__vc9vdW__buttonGrid{grid-template-columns:repeat(5,1fr)}}.case-converter-module__vc9vdW__caseBtn{background-color:var(--bg-primary);border:1px solid var(--border-color);cursor:pointer;transition:all var(--transition-fast);color:var(--text-primary);border-radius:.5rem;flex-direction:column;justify-content:center;align-items:center;padding:1rem;display:flex}.case-converter-module__vc9vdW__caseBtn:hover{background-color:var(--border-color);box-shadow:var(--card-shadow);transform:translateY(-2px)}.case-converter-module__vc9vdW__caseBtn:active{transform:translateY(0)}.case-converter-module__vc9vdW__btnTitle{margin-bottom:.25rem;font-size:1rem;font-weight:700}.case-converter-module__vc9vdW__btnSub{color:var(--text-secondary);font-size:.75rem}.case-converter-module__vc9vdW__toolbar{border-top:1px dashed var(--border-color);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-top:1rem;display:flex}.case-converter-module__vc9vdW__toolbarGroup{flex-wrap:wrap;gap:.5rem;display:flex}.case-converter-module__vc9vdW__btnUtility{background:var(--bg-primary);color:var(--text-primary);border:1px solid var(--border-color);cursor:pointer;transition:all var(--transition-fast);border-radius:.5rem;justify-content:center;align-items:center;padding:.5rem 1.5rem;font-weight:600;display:inline-flex}.case-converter-module__vc9vdW__btnUtility:hover{background:var(--border-color)}.case-converter-module__vc9vdW__statsBar{color:var(--text-secondary);gap:1.5rem;font-size:.875rem;display:flex}.case-converter-module__vc9vdW__statItem strong{color:var(--text-primary)}
.color-module__kduGIG__toolHeader{text-align:center;margin-bottom:2rem}.color-module__kduGIG__toolTitle{margin-bottom:1rem;font-size:2.5rem}.color-module__kduGIG__toolDescription{max-width:600px;color:var(--text-secondary);margin:0 auto;font-size:1.125rem}.color-module__kduGIG__workspace{grid-template-columns:1.5fr 1fr;gap:2rem;max-width:1200px;margin:0 auto 3rem;display:grid}@media (max-width:900px){.color-module__kduGIG__workspace{grid-template-columns:1fr}}.color-module__kduGIG__mainPanel{background-color:var(--bg-secondary);border:1px solid var(--border-color);box-shadow:var(--card-shadow);border-radius:1rem;flex-direction:column;gap:2rem;padding:2rem;display:flex}.color-module__kduGIG__swatchContainer{flex-direction:column;align-items:center;gap:1rem;display:flex}.color-module__kduGIG__colorSwatch{border:4px solid var(--bg-primary);border-radius:50%;width:150px;height:150px;transition:background .2s;position:relative;overflow:hidden;box-shadow:0 10px 25px -5px #0003}.color-module__kduGIG__nativePicker{opacity:0;cursor:pointer;width:200px;height:200px;position:absolute;top:-10px;left:-10px}.color-module__kduGIG__tailwindBadge{color:#fff;background:linear-gradient(135deg,#38bdf8 0%,#3b82f6 100%);border-radius:2rem;align-items:center;gap:.5rem;padding:.5rem 1.5rem;font-family:monospace;font-size:.95rem;font-weight:600;display:flex;box-shadow:0 4px 6px -1px #3b82f64d}.color-module__kduGIG__tailwindLabel{font-family:var(--font-sans);text-transform:uppercase;opacity:.9;font-size:.75rem;font-weight:700}.color-module__kduGIG__inputsGrid{flex-direction:column;gap:1.5rem;display:flex}.color-module__kduGIG__inputGroup{flex-direction:column;gap:.5rem;display:flex}.color-module__kduGIG__inputLabel{color:var(--text-primary);text-transform:uppercase;letter-spacing:1px;font-size:.9rem;font-weight:700}.color-module__kduGIG__inputWrapper{gap:.5rem;display:flex}.color-module__kduGIG__textInput{border:1px solid var(--border-color);background-color:var(--bg-primary);color:var(--text-primary);transition:all var(--transition-fast);border-radius:.5rem;flex:1;padding:1rem;font-family:monospace;font-size:1.2rem}.color-module__kduGIG__textInput:focus{border-color:var(--accent-primary);box-shadow:0 0 0 3px var(--ring-color);outline:none}.color-module__kduGIG__copyBtn{background:var(--bg-primary);color:var(--text-primary);border:1px solid var(--border-color);cursor:pointer;transition:all var(--transition-fast);border-radius:.5rem;padding:0 1.25rem;font-weight:600}.color-module__kduGIG__copyBtn:hover{background:var(--border-color)}.color-module__kduGIG__copyBtn.color-module__kduGIG__copied{color:#fff;background:#10b981;border-color:#10b981}.color-module__kduGIG__sidePanel{flex-direction:column;gap:1.5rem;display:flex}.color-module__kduGIG__contrastCard{background-color:var(--bg-secondary);border:1px solid var(--border-color);box-shadow:var(--card-shadow);border-radius:1rem;flex-direction:column;gap:1rem;padding:1.5rem;display:flex}.color-module__kduGIG__contrastTitle{color:var(--text-primary);margin-bottom:.5rem;font-size:1.125rem;font-weight:600}.color-module__kduGIG__contrastPreview{text-align:center;border:1px solid #0000001a;border-radius:.75rem;flex-direction:column;justify-content:center;align-items:center;width:100%;height:120px;padding:1rem;transition:background .2s;display:flex}.color-module__kduGIG__previewTextLg{font-size:1.75rem;font-weight:700}.color-module__kduGIG__previewTextSm{font-size:1rem;font-weight:400}.color-module__kduGIG__resultsRow{background:var(--bg-primary);border:1px solid var(--border-color);border-radius:.5rem;justify-content:space-between;align-items:center;padding:1rem;display:flex}.color-module__kduGIG__ratioBox{flex-direction:column;align-items:flex-start;display:flex}.color-module__kduGIG__ratioLabel{color:var(--text-secondary);text-transform:uppercase;font-size:.75rem;font-weight:600}.color-module__kduGIG__ratioValue{color:var(--text-primary);font-family:monospace;font-size:1.25rem;font-weight:700}.color-module__kduGIG__badges{gap:.5rem;display:flex}.color-module__kduGIG__badge{border-radius:1rem;padding:.25rem .75rem;font-size:.75rem;font-weight:700}.color-module__kduGIG__badge.color-module__kduGIG__pass{color:#10b981;background:#10b98126;border:1px solid #10b9814d}.color-module__kduGIG__badge.color-module__kduGIG__fail{color:#ef4444;background:#ef444426;border:1px solid #ef44444d}.color-module__kduGIG__blindnessGrid{grid-template-columns:1fr 1fr 1fr;gap:1rem;display:grid}.color-module__kduGIG__blindnessItem{flex-direction:column;align-items:center;gap:.5rem;display:flex}.color-module__kduGIG__blindnessSwatch{width:100%;height:60px;box-shadow:var(--card-shadow);border:1px solid #0000001a;border-radius:.5rem}.color-module__kduGIG__blindnessLabel{color:var(--text-secondary);text-align:center;font-size:.75rem;font-weight:600}.color-module__kduGIG__harmoniesSection{flex-direction:column;grid-column:1/-1;gap:1.5rem;display:flex}.color-module__kduGIG__harmoniesGrid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}@media (max-width:900px){.color-module__kduGIG__harmoniesGrid{grid-template-columns:1fr 1fr}}.color-module__kduGIG__harmonyCard{background:var(--bg-secondary);border:1px solid var(--border-color);box-shadow:var(--card-shadow);border-radius:1rem;flex-direction:column;gap:1rem;padding:1.5rem;display:flex}.color-module__kduGIG__harmonyTitle{color:var(--text-primary);font-size:1.1rem;font-weight:600}.color-module__kduGIG__harmonyRow{border:1px solid #0000001a;border-radius:.5rem;height:60px;display:flex;overflow:hidden}.color-module__kduGIG__harmonySwatch{cursor:pointer;flex:1;transition:opacity .2s}.color-module__kduGIG__harmonySwatch:hover{opacity:.8}
.gradient-module__aJ5jFq__toolHeader{text-align:center;margin-bottom:2rem}.gradient-module__aJ5jFq__toolTitle{margin-bottom:1rem;font-size:2.5rem}.gradient-module__aJ5jFq__toolDescription{max-width:600px;color:var(--text-secondary);margin:0 auto;font-size:1.125rem}.gradient-module__aJ5jFq__workspace{flex-direction:column;gap:2rem;max-width:1100px;margin:0 auto 3rem;display:flex}.gradient-module__aJ5jFq__previewBox{border:1px solid var(--border-color);border-radius:1rem;justify-content:center;align-items:center;width:100%;height:350px;transition:background .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 25px -5px #0000001a,0 8px 10px -6px #0000001a}.gradient-module__aJ5jFq__glassCard{-webkit-backdrop-filter:blur(12px);color:#fff;text-shadow:0 2px 4px #0003;opacity:0;pointer-events:none;background:#ffffff26;border:1px solid #ffffff4d;border-radius:1rem;justify-content:center;align-items:center;width:60%;height:60%;font-size:1.5rem;font-weight:700;transition:all .4s;display:flex;transform:scale(.95);box-shadow:0 4px 30px #0000001a}.gradient-module__aJ5jFq__glassCard.gradient-module__aJ5jFq__visible{opacity:1;transform:scale(1)}.gradient-module__aJ5jFq__glassToggleRow{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;border-radius:2rem;align-items:center;gap:.5rem;padding:.5rem 1rem;display:flex;position:absolute;top:1rem;right:1rem}.gradient-module__aJ5jFq__glassToggleRow label{color:#fff;cursor:pointer;align-items:center;gap:.5rem;font-size:.85rem;font-weight:600;display:flex}.gradient-module__aJ5jFq__controlsGrid{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}@media (max-width:850px){.gradient-module__aJ5jFq__controlsGrid{grid-template-columns:1fr}}.gradient-module__aJ5jFq__panel{background-color:var(--bg-secondary);border:1px solid var(--border-color);box-shadow:var(--card-shadow);border-radius:1rem;flex-direction:column;gap:1.25rem;padding:1.5rem;display:flex}.gradient-module__aJ5jFq__panelTitle{color:var(--text-primary);justify-content:space-between;align-items:center;margin-bottom:.5rem;font-size:1.125rem;font-weight:600;display:flex}.gradient-module__aJ5jFq__formGroup{flex-direction:column;gap:.5rem;display:flex}.gradient-module__aJ5jFq__formLabel{color:var(--text-primary);justify-content:space-between;font-size:.875rem;font-weight:600;display:flex}.gradient-module__aJ5jFq__colorsContainer{flex-direction:column;gap:.75rem;display:flex}.gradient-module__aJ5jFq__colorRow{background:var(--bg-primary);border:1px solid var(--border-color);border-radius:.5rem;align-items:center;gap:.75rem;padding:.5rem;display:flex}.gradient-module__aJ5jFq__colorPicker{cursor:pointer;background:0 0;border:none;border-radius:.25rem;width:40px;height:40px;padding:0}.gradient-module__aJ5jFq__colorPicker::-webkit-color-swatch-wrapper{padding:0}.gradient-module__aJ5jFq__colorPicker::-webkit-color-swatch{border:1px solid var(--border-color);border-radius:.25rem}.gradient-module__aJ5jFq__hexInput{color:var(--text-primary);text-transform:uppercase;background:0 0;border:none;flex:1;font-family:monospace;font-size:1rem}.gradient-module__aJ5jFq__hexInput:focus{outline:none}.gradient-module__aJ5jFq__removeColorBtn{color:#ef4444;cursor:pointer;width:32px;height:32px;transition:all var(--transition-fast);background:#fef2f2;border:1px solid #fca5a5;border-radius:.25rem;justify-content:center;align-items:center;font-weight:700;display:flex}.gradient-module__aJ5jFq__removeColorBtn:hover{background:#fee2e2}.gradient-module__aJ5jFq__addColorBtn{color:var(--accent-primary);border:1px dashed var(--accent-primary);cursor:pointer;transition:all var(--transition-fast);text-align:center;background:0 0;border-radius:.5rem;padding:.5rem;font-weight:600}.gradient-module__aJ5jFq__addColorBtn:hover{background:#8b5cf61a}.gradient-module__aJ5jFq__topActionsRow{gap:.5rem;display:flex}.gradient-module__aJ5jFq__iconBtn{background:var(--bg-primary);border:1px solid var(--border-color);color:var(--text-primary);cursor:pointer;transition:all var(--transition-fast);border-radius:.5rem;align-items:center;gap:.25rem;padding:.25rem .75rem;font-size:.8rem;font-weight:600;display:flex}.gradient-module__aJ5jFq__iconBtn:hover{background:var(--border-color)}.gradient-module__aJ5jFq__select,.gradient-module__aJ5jFq__range{border:1px solid var(--border-color);background-color:var(--bg-primary);width:100%;color:var(--text-primary);border-radius:.5rem;padding:.75rem;font-size:.95rem}.gradient-module__aJ5jFq__select:focus{border-color:var(--accent-primary);outline:none}.gradient-module__aJ5jFq__range{-webkit-appearance:none;background:#e2e8f0;border:none;outline:none;height:6px;padding:0}.gradient-module__aJ5jFq__range::-webkit-slider-thumb{appearance:none;background:var(--accent-primary);cursor:pointer;border-radius:50%;width:20px;height:20px}.gradient-module__aJ5jFq__codeLabel{color:var(--text-secondary);margin-bottom:.25rem;font-size:.9rem;font-weight:600}.gradient-module__aJ5jFq__codeArea{color:#d4d4d4;resize:none;background-color:#1e1e1e;border:1px solid #333;border-radius:.5rem;width:100%;height:90px;padding:1rem;font-family:Courier New,Courier,monospace;font-size:.9rem;line-height:1.5}.gradient-module__aJ5jFq__copyBtn{background:var(--accent-primary);color:#fff;cursor:pointer;transition:all var(--transition-fast);border:none;border-radius:.5rem;width:100%;padding:.5rem 1rem;font-size:.9rem;font-weight:600}.gradient-module__aJ5jFq__copyBtn:hover{background:var(--accent-hover)}.gradient-module__aJ5jFq__copyBtn.gradient-module__aJ5jFq__copied{background:#10b981}.gradient-module__aJ5jFq__presetsSection{margin-top:1rem}.gradient-module__aJ5jFq__presetsTitle{color:var(--text-primary);text-align:center;margin-bottom:1rem;font-size:1.5rem;font-weight:600}.gradient-module__aJ5jFq__presetsGrid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1.5rem;display:grid}.gradient-module__aJ5jFq__presetSwatch{cursor:pointer;height:100px;transition:all var(--transition-fast);box-shadow:var(--card-shadow);border:2px solid #0000;border-radius:.75rem;justify-content:center;align-items:flex-end;padding:.5rem;text-decoration:none;display:flex}.gradient-module__aJ5jFq__presetSwatch:hover{transform:translateY(-3px);box-shadow:0 10px 15px -3px #0000001a}.gradient-module__aJ5jFq__presetName{color:#fff;text-shadow:0 1px 3px #000c;pointer-events:none;font-size:.85rem;font-weight:600}
.blur-module__HMZH6G__toolHeader{text-align:center;margin-bottom:2rem}.blur-module__HMZH6G__toolTitle{margin-bottom:1rem;font-size:2.5rem}.blur-module__HMZH6G__toolDescription{max-width:600px;color:var(--text-secondary);margin:0 auto;font-size:1.125rem}.blur-module__HMZH6G__workspace{flex-direction:column;gap:2rem;max-width:1200px;margin:0 auto 3rem;display:flex}.blur-module__HMZH6G__dropzonePanel{background-color:var(--bg-secondary);border:1px solid var(--border-color);box-shadow:var(--card-shadow);border-radius:1rem;flex-direction:column;gap:1.25rem;padding:1.5rem;display:flex}.blur-module__HMZH6G__dropArea{border:2px dashed var(--accent-primary);text-align:center;cursor:pointer;transition:all var(--transition-fast);background:#8b5cf60d;border-radius:.75rem;flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:4rem 2rem;display:flex}.blur-module__HMZH6G__dropArea:hover{background:#8b5cf61a;transform:scale(1.01)}.blur-module__HMZH6G__dropText{color:var(--text-primary);font-size:1.25rem;font-weight:600}.blur-module__HMZH6G__fileInput{display:none}.blur-module__HMZH6G__editorGrid{grid-template-columns:1fr 350px;gap:2rem;display:grid}@media (max-width:1000px){.blur-module__HMZH6G__editorGrid{grid-template-columns:1fr}}.blur-module__HMZH6G__panelTitle{color:var(--text-primary);border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:.5rem;font-size:1.25rem;font-weight:600;display:flex}.blur-module__HMZH6G__previewContainer{border:1px solid var(--border-color);background-color:#1e293b;border-radius:.75rem;flex-direction:column;justify-content:center;align-items:center;width:100%;min-height:400px;display:flex;position:relative;overflow:hidden}.blur-module__HMZH6G__previewCanvas{object-fit:contain;cursor:crosshair;max-width:100%;max-height:70vh;box-shadow:0 4px 20px #00000080}.blur-module__HMZH6G__loadingOverlay{z-index:20;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0f172ad9;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;display:flex;position:absolute;inset:0}.blur-module__HMZH6G__spinner{border:4px solid #ffffff1a;border-top-color:#ec4899;border-radius:50%;width:50px;height:50px;animation:1s linear infinite blur-module__HMZH6G__spin}@keyframes blur-module__HMZH6G__spin{to{transform:rotate(360deg)}}.blur-module__HMZH6G__loadingText{color:#fff;font-size:1.25rem;font-weight:600}.blur-module__HMZH6G__loadingSubtext{color:#cbd5e1;text-align:center;max-width:80%;font-size:.9rem}.blur-module__HMZH6G__settingsPanel{background-color:var(--bg-secondary);border:1px solid var(--border-color);box-shadow:var(--card-shadow);border-radius:1rem;flex-direction:column;gap:1.5rem;height:fit-content;padding:1.5rem;display:flex}.blur-module__HMZH6G__formGroup{flex-direction:column;gap:.5rem;display:flex}.blur-module__HMZH6G__formLabel{color:var(--text-primary);justify-content:space-between;font-size:.9rem;font-weight:600;display:flex}.blur-module__HMZH6G__toggleGroup{background:var(--bg-primary);border:1px solid var(--border-color);border-radius:.5rem;padding:.25rem;display:flex}.blur-module__HMZH6G__toggleBtn{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:.35rem;flex:1;padding:.5rem;font-size:.8rem;font-weight:600;transition:all .2s}.blur-module__HMZH6G__toggleBtn.blur-module__HMZH6G__active{background:var(--bg-secondary);color:var(--text-primary);box-shadow:0 1px 3px #0000001a}.blur-module__HMZH6G__range{-webkit-appearance:none;background:#e2e8f0;border-radius:3px;outline:none;width:100%;height:6px}.blur-module__HMZH6G__range::-webkit-slider-thumb{-webkit-appearance:none;cursor:pointer;background:#ec4899;border-radius:50%;width:20px;height:20px}.blur-module__HMZH6G__statsBox{background:var(--bg-primary);border:1px dashed var(--border-color);border-radius:.5rem;flex-direction:column;gap:.5rem;padding:1rem;display:flex}.blur-module__HMZH6G__statRow{justify-content:space-between;font-size:.85rem;display:flex}.blur-module__HMZH6G__statLabel{color:var(--text-secondary)}.blur-module__HMZH6G__statValue{color:var(--text-primary);font-weight:600}.blur-module__HMZH6G__badge{color:#ec4899;background:#ec48991a;border-radius:1rem;padding:.15rem .5rem;font-size:.75rem;font-weight:700}.blur-module__HMZH6G__downloadBtn{background:var(--accent-primary);color:#fff;cursor:pointer;transition:all var(--transition-fast);text-align:center;border:none;border-radius:.5rem;margin-top:1rem;padding:1.25rem;font-size:1.1rem;font-weight:700}.blur-module__HMZH6G__downloadBtn:hover{background:var(--accent-hover);transform:translateY(-2px)}.blur-module__HMZH6G__clearBtn{color:#ef4444;cursor:pointer;background:0 0;border:1px solid #ef4444;border-radius:.5rem;padding:.25rem .75rem;font-size:.85rem;font-weight:600;transition:all .2s}.blur-module__HMZH6G__clearBtn:hover{color:#fff;background:#ef4444}
.fancy-text-module__j3MXzq__toolHeader{text-align:center;margin-bottom:3rem}.fancy-text-module__j3MXzq__toolTitle{margin-bottom:1rem;font-size:2.5rem}.fancy-text-module__j3MXzq__toolDescription{max-width:600px;margin:0 auto;font-size:1.125rem}.fancy-text-module__j3MXzq__editorSection{background-color:var(--bg-secondary);border:1px solid var(--border-color);box-shadow:var(--card-shadow);border-radius:1rem;margin-bottom:2rem;padding:1.5rem}.fancy-text-module__j3MXzq__textarea{resize:vertical;border:1px solid var(--accent-primary);background-color:var(--bg-primary);width:100%;min-height:120px;color:var(--text-primary);transition:all var(--transition-fast);text-align:center;border-radius:.5rem;margin-bottom:1.5rem;padding:1.5rem;font-family:inherit;font-size:1.5rem;line-height:1.4}.fancy-text-module__j3MXzq__textarea:focus{box-shadow:0 0 0 3px var(--ring-color);outline:none}.fancy-text-module__j3MXzq__toolbar{flex-wrap:wrap;justify-content:flex-end;gap:1rem;display:flex}.fancy-text-module__j3MXzq__utilityBtn{background:var(--bg-primary);color:var(--text-primary);border:1px solid var(--border-color);cursor:pointer;transition:all var(--transition-fast);border-radius:.5rem;justify-content:center;align-items:center;padding:.5rem 1.25rem;font-size:.875rem;font-weight:600;display:inline-flex}.fancy-text-module__j3MXzq__utilityBtn:hover{background:var(--border-color)}.fancy-text-module__j3MXzq__utilityBtn.fancy-text-module__j3MXzq__copied{color:#fff;background:#10b981;border-color:#10b981}.fancy-text-module__j3MXzq__resultsList{flex-direction:column;gap:1rem;display:flex}.fancy-text-module__j3MXzq__resultCard{background-color:var(--bg-primary);border:1px solid var(--border-color);transition:all var(--transition-fast);border-radius:.5rem;justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex}.fancy-text-module__j3MXzq__resultCard:hover{border-color:var(--accent-primary);box-shadow:var(--card-shadow)}.fancy-text-module__j3MXzq__resultContent{flex:1;overflow:hidden}.fancy-text-module__j3MXzq__styleLabel{color:var(--text-secondary);text-transform:uppercase;letter-spacing:1px;margin-bottom:.25rem;font-size:.75rem;font-weight:600}.fancy-text-module__j3MXzq__fancyText{color:var(--text-primary);white-space:pre-wrap;word-break:break-word;font-size:1.25rem}.fancy-text-module__j3MXzq__copyBtn{background:var(--bg-secondary);color:var(--text-primary);border:1px solid var(--border-color);cursor:pointer;transition:all var(--transition-fast);border-radius:.5rem;justify-content:center;align-items:center;min-width:100px;margin-left:1rem;padding:.5rem 1.25rem;font-weight:600;display:inline-flex}.fancy-text-module__j3MXzq__copyBtn:hover{background:var(--border-color)}.fancy-text-module__j3MXzq__copyBtn.fancy-text-module__j3MXzq__copied{color:#fff;background:#10b981;border-color:#10b981}
.favicon-module__p_mZ9G__toolHeader{text-align:center;margin-bottom:2rem}.favicon-module__p_mZ9G__toolTitle{margin-bottom:1rem;font-size:2.5rem}.favicon-module__p_mZ9G__toolDescription{max-width:600px;color:var(--text-secondary);margin:0 auto;font-size:1.125rem}.favicon-module__p_mZ9G__workspace{flex-direction:column;gap:2rem;max-width:1200px;margin:0 auto 3rem;display:flex}.favicon-module__p_mZ9G__dropzonePanel{background-color:var(--bg-secondary);border:1px solid var(--border-color);box-shadow:var(--card-shadow);border-radius:1rem;flex-direction:column;gap:1.25rem;padding:1.5rem;display:flex}.favicon-module__p_mZ9G__dropArea{border:2px dashed var(--accent-primary);text-align:center;cursor:pointer;transition:all var(--transition-fast);background:#8b5cf60d;border-radius:.75rem;flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:4rem 2rem;display:flex}.favicon-module__p_mZ9G__dropArea:hover{background:#8b5cf61a;transform:scale(1.01)}.favicon-module__p_mZ9G__dropText{color:var(--text-primary);font-size:1.25rem;font-weight:600}.favicon-module__p_mZ9G__fileInput{display:none}.favicon-module__p_mZ9G__editorGrid{grid-template-columns:1fr 350px;gap:2rem;display:grid}@media (max-width:1000px){.favicon-module__p_mZ9G__editorGrid{grid-template-columns:1fr}}.favicon-module__p_mZ9G__panelTitle{color:var(--text-primary);border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:.5rem;font-size:1.25rem;font-weight:600;display:flex}.favicon-module__p_mZ9G__mockBrowser{border:1px solid var(--border-color);background:#dfe1e5;border-radius:.5rem .5rem 0 0;margin-bottom:2rem;overflow:hidden;box-shadow:0 4px 10px #0000001a}.favicon-module__p_mZ9G__mockTabs{align-items:flex-end;gap:.25rem;padding:.5rem .5rem 0;display:flex}.favicon-module__p_mZ9G__mockTab{background:var(--bg-primary);min-width:200px;color:var(--text-primary);border-radius:.5rem .5rem 0 0;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.85rem;font-weight:500;display:flex;position:relative}.favicon-module__p_mZ9G__mockTab:after{content:"✕";color:var(--text-secondary);font-size:.7rem;position:absolute;right:.75rem}.favicon-module__p_mZ9G__mockFavicon{object-fit:cover;border-radius:2px;width:16px;height:16px}.favicon-module__p_mZ9G__mockAddressBar{border-bottom:1px solid var(--border-color);background:#fff;align-items:center;gap:1rem;padding:.5rem;display:flex}.favicon-module__p_mZ9G__mockControls{gap:.5rem;display:flex}.favicon-module__p_mZ9G__mockCircle{background:#cbd5e1;border-radius:50%;width:12px;height:12px}.favicon-module__p_mZ9G__mockUrl{color:var(--text-secondary);background:#f1f5f9;border-radius:1rem;flex:1;padding:.25rem 1rem;font-size:.8rem}.favicon-module__p_mZ9G__mockContent{background:var(--bg-primary);height:200px;color:var(--text-secondary);background-image:linear-gradient(45deg,#f8fafc 25%,#0000 25% 75%,#f8fafc 75%,#f8fafc),linear-gradient(45deg,#f8fafc 25%,#0000 25% 75%,#f8fafc 75%,#f8fafc);background-position:0 0,10px 10px;background-size:20px 20px;justify-content:center;align-items:center;display:flex}.favicon-module__p_mZ9G__previewContainer{border:1px solid var(--border-color);background-color:var(--bg-primary);background-image:linear-gradient(45deg,#e5e7eb 25%,#0000 25% 75%,#e5e7eb 75%,#e5e7eb),linear-gradient(45deg,#e5e7eb 25%,#0000 25% 75%,#e5e7eb 75%,#e5e7eb);background-position:0 0,10px 10px;background-size:20px 20px;border-radius:.75rem;justify-content:center;align-items:center;width:100%;height:300px;display:flex;overflow:hidden}.favicon-module__p_mZ9G__previewImage{object-fit:contain;max-width:80%;max-height:80%}.favicon-module__p_mZ9G__settingsPanel{background-color:var(--bg-secondary);border:1px solid var(--border-color);box-shadow:var(--card-shadow);border-radius:1rem;flex-direction:column;gap:1.5rem;padding:1.5rem;display:flex}.favicon-module__p_mZ9G__packageList{background:var(--bg-primary);border:1px solid var(--border-color);border-radius:.5rem;flex-direction:column;gap:.75rem;padding:1rem;display:flex}.favicon-module__p_mZ9G__packageItem{color:var(--text-primary);justify-content:space-between;align-items:center;font-size:.9rem;display:flex}.favicon-module__p_mZ9G__packageSize{background:var(--accent-primary);color:#fff;border-radius:.25rem;padding:.1rem .4rem;font-size:.75rem;font-weight:700}.favicon-module__p_mZ9G__downloadBtn{background:var(--accent-primary);color:#fff;cursor:pointer;transition:all var(--transition-fast);text-align:center;border:none;border-radius:.5rem;margin-top:1rem;padding:1.25rem;font-size:1.1rem;font-weight:700}.favicon-module__p_mZ9G__downloadBtn:hover{background:var(--accent-hover);transform:translateY(-2px)}.favicon-module__p_mZ9G__downloadBtn:disabled{cursor:not-allowed;background:#cbd5e1;transform:none}.favicon-module__p_mZ9G__clearBtn{color:#ef4444;cursor:pointer;background:0 0;border:1px solid #ef4444;border-radius:.5rem;padding:.25rem .75rem;font-size:.85rem;font-weight:600;transition:all .2s}.favicon-module__p_mZ9G__clearBtn:hover{color:#fff;background:#ef4444}
.filter-module__XLHuxq__toolHeader{text-align:center;margin-bottom:2rem}.filter-module__XLHuxq__toolTitle{margin-bottom:1rem;font-size:2.5rem}.filter-module__XLHuxq__toolDescription{max-width:600px;color:var(--text-secondary);margin:0 auto;font-size:1.125rem}.filter-module__XLHuxq__workspace{flex-direction:column;gap:2rem;max-width:1200px;margin:0 auto 3rem;display:flex}.filter-module__XLHuxq__dropzonePanel{background-color:var(--bg-secondary);border:1px solid var(--border-color);box-shadow:var(--card-shadow);border-radius:1rem;flex-direction:column;gap:1.25rem;padding:1.5rem;display:flex}.filter-module__XLHuxq__dropArea{border:2px dashed var(--accent-primary);text-align:center;cursor:pointer;transition:all var(--transition-fast);background:#8b5cf60d;border-radius:.75rem;flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:4rem 2rem;display:flex}.filter-module__XLHuxq__dropArea:hover{background:#8b5cf61a;transform:scale(1.01)}.filter-module__XLHuxq__dropText{color:var(--text-primary);font-size:1.25rem;font-weight:600}.filter-module__XLHuxq__fileInput{display:none}.filter-module__XLHuxq__editorGrid{grid-template-columns:1fr 350px;gap:2rem;display:grid}@media (max-width:1000px){.filter-module__XLHuxq__editorGrid{grid-template-columns:1fr}}.filter-module__XLHuxq__panelTitle{color:var(--text-primary);border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:.5rem;font-size:1.25rem;font-weight:600;display:flex}.filter-module__XLHuxq__previewContainer{border:1px solid var(--border-color);background-color:var(--bg-primary);background-image:linear-gradient(45deg,#e5e7eb 25%,#0000 25% 75%,#e5e7eb 75%,#e5e7eb),linear-gradient(45deg,#e5e7eb 25%,#0000 25% 75%,#e5e7eb 75%,#e5e7eb);background-position:0 0,10px 10px;background-size:20px 20px;border-radius:.75rem;flex-direction:column;align-items:center;width:100%;display:flex;overflow:hidden}.filter-module__XLHuxq__previewCanvas{object-fit:contain;max-width:100%;max-height:70vh;box-shadow:0 4px 20px #0000001a}.filter-module__XLHuxq__presetGallery{background:var(--bg-secondary);border-top:1px solid var(--border-color);gap:1rem;width:100%;padding:1rem 1.5rem;display:flex;overflow-x:auto}.filter-module__XLHuxq__presetGallery::-webkit-scrollbar{height:8px}.filter-module__XLHuxq__presetGallery::-webkit-scrollbar-track{background:0 0}.filter-module__XLHuxq__presetGallery::-webkit-scrollbar-thumb{background-color:var(--border-color);border-radius:4px}.filter-module__XLHuxq__presetCard{cursor:pointer;flex-direction:column;align-items:center;gap:.5rem;min-width:80px;transition:transform .2s;display:flex}.filter-module__XLHuxq__presetCard:hover{transform:translateY(-2px)}.filter-module__XLHuxq__presetThumbnail{background-position:50%;background-size:cover;border:2px solid #0000;border-radius:50%;width:60px;height:60px;transition:all .2s;box-shadow:0 2px 4px #0000001a}.filter-module__XLHuxq__presetCard.filter-module__XLHuxq__active .filter-module__XLHuxq__presetThumbnail{border-color:var(--accent-primary);box-shadow:0 0 0 2px var(--accent-primary)}.filter-module__XLHuxq__presetName{color:var(--text-secondary);font-size:.8rem;font-weight:600}.filter-module__XLHuxq__presetCard.filter-module__XLHuxq__active .filter-module__XLHuxq__presetName{color:var(--accent-primary)}.filter-module__XLHuxq__settingsPanel{background-color:var(--bg-secondary);border:1px solid var(--border-color);box-shadow:var(--card-shadow);border-radius:1rem;flex-direction:column;gap:1.5rem;max-height:80vh;padding:1.5rem;display:flex;overflow-y:auto}.filter-module__XLHuxq__formGroup{flex-direction:column;gap:.5rem;display:flex}.filter-module__XLHuxq__formLabel{color:var(--text-primary);justify-content:space-between;font-size:.9rem;font-weight:600;display:flex}.filter-module__XLHuxq__range{-webkit-appearance:none;background:#e2e8f0;border-radius:3px;outline:none;width:100%;height:6px}.filter-module__XLHuxq__range::-webkit-slider-thumb{-webkit-appearance:none;background:var(--accent-primary);cursor:pointer;border-radius:50%;width:20px;height:20px}.filter-module__XLHuxq__downloadBtn{background:var(--accent-primary);color:#fff;cursor:pointer;transition:all var(--transition-fast);text-align:center;border:none;border-radius:.5rem;margin-top:1rem;padding:1.25rem;font-size:1.1rem;font-weight:700}.filter-module__XLHuxq__downloadBtn:hover{background:var(--accent-hover);transform:translateY(-2px)}.filter-module__XLHuxq__downloadBtn:disabled{cursor:not-allowed;background:#cbd5e1;transform:none}.filter-module__XLHuxq__clearBtn{color:#ef4444;cursor:pointer;background:0 0;border:1px solid #ef4444;border-radius:.5rem;padding:.25rem .75rem;font-size:.85rem;font-weight:600;transition:all .2s}.filter-module__XLHuxq__clearBtn:hover{color:#fff;background:#ef4444}
.grid-module__2mosQa__toolHeader{text-align:center;margin-bottom:2rem}.grid-module__2mosQa__toolTitle{margin-bottom:1rem;font-size:2.5rem}.grid-module__2mosQa__toolDescription{max-width:600px;color:var(--text-secondary);margin:0 auto;font-size:1.125rem}.grid-module__2mosQa__workspace{flex-direction:column;gap:2rem;max-width:1000px;margin:0 auto 3rem;display:flex}.grid-module__2mosQa__dropzonePanel{background-color:var(--bg-secondary);border:1px solid var(--border-color);box-shadow:var(--card-shadow);border-radius:1rem;flex-direction:column;gap:1.25rem;padding:1.5rem;display:flex}.grid-module__2mosQa__dropArea{border:2px dashed var(--accent-primary);text-align:center;cursor:pointer;transition:all var(--transition-fast);background:#8b5cf60d;border-radius:.75rem;flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:4rem 2rem;display:flex}.grid-module__2mosQa__dropArea:hover{background:#8b5cf61a;transform:scale(1.01)}.grid-module__2mosQa__dropText{color:var(--text-primary);font-size:1.25rem;font-weight:600}.grid-module__2mosQa__fileInput{display:none}.grid-module__2mosQa__toolbar{border-bottom:1px solid var(--border-color);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-bottom:1rem;display:flex}.grid-module__2mosQa__toolbarGroup{align-items:center;gap:.75rem;display:flex}.grid-module__2mosQa__toolbarLabel{color:var(--text-secondary);text-transform:uppercase;margin-right:.5rem;font-size:.9rem;font-weight:600}.grid-module__2mosQa__gridBtn{background:var(--bg-primary);border:1px solid var(--border-color);color:var(--text-primary);cursor:pointer;border-radius:.5rem;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-size:1rem;font-weight:700;transition:all .2s;display:flex}.grid-module__2mosQa__gridBtn:hover{background:var(--border-color)}.grid-module__2mosQa__gridBtn.grid-module__2mosQa__active{background:var(--accent-primary);color:#fff;border-color:var(--accent-primary)}.grid-module__2mosQa__previewContainer{background-color:var(--bg-primary);border:1px solid var(--border-color);border-radius:.75rem;flex-direction:column;align-items:center;width:100%;padding:2rem;display:flex;position:relative;overflow:hidden}.grid-module__2mosQa__imageWrapper{max-width:100%;display:inline-block;position:relative}.grid-module__2mosQa__previewImage{object-fit:contain;max-width:100%;max-height:60vh;display:block}.grid-module__2mosQa__gridOverlay{pointer-events:none;width:100%;height:100%;display:grid;position:absolute;top:0;left:0}.grid-module__2mosQa__gridCell{background-color:#ffffff1a;border:1px dashed #fffc;justify-content:center;align-items:center;display:flex;box-shadow:inset 0 0 0 1px #0000004d}.grid-module__2mosQa__gridNumber{background:var(--accent-primary);color:#fff;text-shadow:0 2px 4px #0000004d;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.5rem;font-weight:800;display:flex;box-shadow:0 4px 10px #00000080}.grid-module__2mosQa__actionRow{justify-content:space-between;align-items:center;gap:1.5rem;margin-top:1rem;display:flex}.grid-module__2mosQa__downloadBtn{background:var(--accent-primary);color:#fff;cursor:pointer;transition:all var(--transition-fast);text-align:center;border:none;border-radius:.75rem;flex:1;justify-content:center;align-items:center;gap:.75rem;padding:1.25rem 2rem;font-size:1.15rem;font-weight:700;display:flex}.grid-module__2mosQa__downloadBtn:hover{background:var(--accent-hover);transform:translateY(-2px)}.grid-module__2mosQa__downloadBtn:disabled{cursor:not-allowed;background:#cbd5e1;transform:none}.grid-module__2mosQa__clearBtn{color:#ef4444;cursor:pointer;background:0 0;border:1px solid #ef4444;border-radius:.75rem;padding:1.25rem 2rem;font-size:1rem;font-weight:600;transition:all .2s}.grid-module__2mosQa__clearBtn:hover{color:#fff;background:#ef4444}
.html2img-module__PU20Ja__toolHeader{text-align:center;margin-bottom:2rem}.html2img-module__PU20Ja__toolTitle{margin-bottom:1rem;font-size:2.5rem}.html2img-module__PU20Ja__toolDescription{max-width:600px;color:var(--text-secondary);margin:0 auto;font-size:1.125rem}.html2img-module__PU20Ja__workspace{grid-template-columns:1fr 1fr;gap:2rem;max-width:1400px;height:calc(100vh - 200px);min-height:600px;margin:0 auto 3rem;display:grid}@media (max-width:1000px){.html2img-module__PU20Ja__workspace{grid-template-columns:1fr;height:auto}}.html2img-module__PU20Ja__panel{background-color:var(--bg-secondary);border:1px solid var(--border-color);box-shadow:var(--card-shadow);border-radius:1rem;flex-direction:column;gap:1.25rem;height:100%;padding:1.5rem;display:flex}.html2img-module__PU20Ja__panelTitle{color:var(--text-primary);border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;margin-bottom:.5rem;padding-bottom:.5rem;font-size:1.25rem;font-weight:600;display:flex}.html2img-module__PU20Ja__editorContainer{flex-direction:column;flex:1;display:flex}.html2img-module__PU20Ja__codeArea{color:#e2e8f0;border:1px solid var(--border-color);resize:none;background-color:#0f172a;border-radius:.5rem;outline:none;flex:1;width:100%;padding:1rem;font-family:Courier New,Courier,monospace;font-size:.9rem;line-height:1.5}.html2img-module__PU20Ja__codeArea:focus{border-color:var(--accent-primary)}.html2img-module__PU20Ja__previewWrapper{border:1px solid var(--border-color);background-color:#1e293b;background-image:linear-gradient(45deg,#334155 25%,#0000 25% 75%,#334155 75%,#334155),linear-gradient(45deg,#334155 25%,#0000 25% 75%,#334155 75%,#334155);background-position:0 0,10px 10px;background-size:20px 20px;border-radius:.5rem;flex:1;justify-content:center;align-items:center;padding:2rem;display:flex;overflow:auto}.html2img-module__PU20Ja__captureNode{background-color:#fff;min-width:200px;min-height:200px;transition:all .2s;overflow:hidden;box-shadow:0 10px 30px #00000080}.html2img-module__PU20Ja__captureNode.html2img-module__PU20Ja__transparent{box-shadow:none;background-color:#0000}.html2img-module__PU20Ja__exportToolbar{border-top:1px solid var(--border-color);flex-wrap:wrap;align-items:center;gap:1rem;padding-top:1rem;display:flex}.html2img-module__PU20Ja__formGroup{flex-direction:column;gap:.25rem;display:flex}.html2img-module__PU20Ja__formLabel{color:var(--text-secondary);text-transform:uppercase;font-size:.75rem;font-weight:600}.html2img-module__PU20Ja__selectBox{border:1px solid var(--border-color);background-color:var(--bg-primary);color:var(--text-primary);border-radius:.25rem;padding:.5rem;font-size:.9rem}.html2img-module__PU20Ja__checkboxLabel{color:var(--text-primary);cursor:pointer;align-items:center;gap:.5rem;margin-top:1.25rem;font-size:.9rem;display:flex}.html2img-module__PU20Ja__checkboxLabel input{accent-color:var(--accent-primary);cursor:pointer;width:1.25rem;height:1.25rem}.html2img-module__PU20Ja__downloadBtn{background:var(--accent-primary);color:#fff;cursor:pointer;transition:all var(--transition-fast);border:none;border-radius:.5rem;align-items:center;gap:.5rem;margin-left:auto;padding:.75rem 1.5rem;font-size:1rem;font-weight:700;display:flex}.html2img-module__PU20Ja__downloadBtn:hover{background:var(--accent-hover);transform:translateY(-2px)}.html2img-module__PU20Ja__downloadBtn:disabled{background:var(--border-color);cursor:not-allowed;transform:none}.html2img-module__PU20Ja__clearBtn{color:#ef4444;cursor:pointer;background:0 0;border:1px solid #ef4444;border-radius:.25rem;padding:.25rem .75rem;font-size:.8rem;font-weight:600;transition:all .2s}.html2img-module__PU20Ja__clearBtn:hover{color:#fff;background:#ef4444}
.image-module__vfFeXq__toolHeader{text-align:center;margin-bottom:2rem}.image-module__vfFeXq__toolTitle{margin-bottom:1rem;font-size:2.5rem}.image-module__vfFeXq__toolDescription{max-width:600px;color:var(--text-secondary);margin:0 auto;font-size:1.125rem}.image-module__vfFeXq__workspace{grid-template-columns:1fr 1fr;gap:2rem;max-width:1400px;margin:0 auto 3rem;display:grid}@media (max-width:1000px){.image-module__vfFeXq__workspace{grid-template-columns:1fr}}.image-module__vfFeXq__dropzonePanel{background-color:var(--bg-secondary);border:1px solid var(--border-color);box-shadow:var(--card-shadow);border-radius:1rem;flex-direction:column;gap:1.25rem;padding:1.5rem;display:flex}.image-module__vfFeXq__dropArea{border:2px dashed var(--accent-primary);text-align:center;cursor:pointer;transition:all var(--transition-fast);background:#8b5cf60d;border-radius:.75rem;flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:3rem 2rem;display:flex}.image-module__vfFeXq__dropArea:hover{background:#8b5cf61a;transform:scale(1.02)}.image-module__vfFeXq__dropText{color:var(--text-primary);font-size:1.125rem;font-weight:600}.image-module__vfFeXq__dropSubtext{color:var(--text-secondary);font-size:.85rem}.image-module__vfFeXq__fileInput{display:none}.image-module__vfFeXq__galleryGrid{grid-template-columns:repeat(auto-fill,minmax(80px,1fr));gap:.75rem;max-height:200px;padding-right:.5rem;display:grid;overflow-y:auto}.image-module__vfFeXq__thumbnailItem{aspect-ratio:1;cursor:pointer;width:100%;transition:all var(--transition-fast);border:2px solid #0000;border-radius:.5rem;position:relative;overflow:hidden}.image-module__vfFeXq__thumbnailItem.image-module__vfFeXq__active{border-color:var(--accent-primary);transform:scale(1.05);box-shadow:0 4px 6px -1px #0000001a}.image-module__vfFeXq__thumbnailImg{object-fit:cover;width:100%;height:100%}.image-module__vfFeXq__removeImgBtn{color:#fff;cursor:pointer;background:#ef4444e6;border:none;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:.65rem;font-weight:700;display:flex;position:absolute;top:.25rem;right:.25rem}.image-module__vfFeXq__imagePreviewBox{border:1px solid var(--border-color);background:#f1f5f9;border-radius:.5rem;justify-content:center;align-items:center;width:100%;min-height:300px;transition:background .3s;display:flex;position:relative;overflow:hidden}.image-module__vfFeXq__imagePreviewBox.image-module__vfFeXq__checkerboard{background-color:#fff;background-image:linear-gradient(45deg,#e5e7eb 25%,#0000 25% 75%,#e5e7eb 75%,#e5e7eb),linear-gradient(45deg,#e5e7eb 25%,#0000 25% 75%,#e5e7eb 75%,#e5e7eb);background-position:0 0,10px 10px;background-size:20px 20px}.image-module__vfFeXq__previewImage{object-fit:contain;max-width:100%;max-height:500px}.image-module__vfFeXq__topBar{justify-content:space-between;align-items:center;display:flex}.image-module__vfFeXq__settingsPanel{background-color:var(--bg-secondary);border:1px solid var(--border-color);box-shadow:var(--card-shadow);border-radius:1rem;flex-direction:column;gap:1.5rem;padding:1.5rem;display:flex}.image-module__vfFeXq__panelTitle{color:var(--text-primary);border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;padding-bottom:.5rem;font-size:1.25rem;font-weight:600;display:flex}.image-module__vfFeXq__formGroup{flex-direction:column;gap:.5rem;display:flex}.image-module__vfFeXq__formRow{grid-template-columns:1fr 1fr;align-items:center;gap:1rem;display:grid}.image-module__vfFeXq__formLabel{color:var(--text-primary);justify-content:space-between;font-size:.9rem;font-weight:600;display:flex}.image-module__vfFeXq__input{border:1px solid var(--border-color);background-color:var(--bg-primary);width:100%;color:var(--text-primary);border-radius:.5rem;padding:.75rem;font-size:.95rem}.image-module__vfFeXq__input:focus{border-color:var(--accent-primary);box-shadow:0 0 0 3px var(--ring-color);outline:none}.image-module__vfFeXq__select{border:1px solid var(--border-color);background-color:var(--bg-primary);width:100%;color:var(--text-primary);border-radius:.5rem;padding:.75rem;font-size:.95rem}.image-module__vfFeXq__range{-webkit-appearance:none;background:#e2e8f0;border-radius:3px;outline:none;width:100%;height:6px}.image-module__vfFeXq__range::-webkit-slider-thumb{-webkit-appearance:none;background:var(--accent-primary);cursor:pointer;border-radius:50%;width:20px;height:20px}.image-module__vfFeXq__checkboxLabel{color:var(--text-primary);cursor:pointer;align-items:center;gap:.5rem;font-size:.9rem;font-weight:600;display:flex}.image-module__vfFeXq__checkboxLabel input{width:1rem;height:1rem;accent-color:var(--accent-primary)}.image-module__vfFeXq__metricsBox{background:linear-gradient(135deg,#10b9811a,#3b82f61a);border:1px solid #10b9814d;border-radius:.75rem;flex-direction:column;gap:.75rem;padding:1rem;display:flex}.image-module__vfFeXq__metricRow{color:var(--text-secondary);justify-content:space-between;align-items:center;font-size:.9rem;display:flex}.image-module__vfFeXq__metricValue{color:var(--text-primary);font-family:monospace;font-size:1rem;font-weight:700}.image-module__vfFeXq__metricValue.image-module__vfFeXq__success{color:#10b981}.image-module__vfFeXq__metricValue.image-module__vfFeXq__danger{color:#ef4444}.image-module__vfFeXq__downloadBtn{background:var(--accent-primary);color:#fff;cursor:pointer;transition:all var(--transition-fast);text-align:center;border:none;border-radius:.5rem;width:100%;margin-top:1rem;padding:1rem;font-size:1.1rem;font-weight:600}.image-module__vfFeXq__downloadBtn:hover{background:var(--accent-hover);transform:translateY(-2px)}.image-module__vfFeXq__downloadBtn:disabled{cursor:not-allowed;background:#cbd5e1;transform:none}
.gif-module__uFRfCW__toolHeader{text-align:center;margin-bottom:2rem}.gif-module__uFRfCW__toolTitle{margin-bottom:1rem;font-size:2.5rem}.gif-module__uFRfCW__toolDescription{max-width:600px;color:var(--text-secondary);margin:0 auto;font-size:1.125rem}.gif-module__uFRfCW__workspace{flex-direction:column;gap:2rem;max-width:1200px;margin:0 auto 3rem;display:flex}.gif-module__uFRfCW__dropzonePanel{background-color:var(--bg-secondary);border:1px solid var(--border-color);box-shadow:var(--card-shadow);border-radius:1rem;flex-direction:column;gap:1.25rem;padding:1.5rem;display:flex}.gif-module__uFRfCW__dropArea{border:2px dashed var(--accent-primary);text-align:center;cursor:pointer;transition:all var(--transition-fast);background:#8b5cf60d;border-radius:.75rem;flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:4rem 2rem;display:flex}.gif-module__uFRfCW__dropArea:hover{background:#8b5cf61a;transform:scale(1.01)}.gif-module__uFRfCW__dropText{color:var(--text-primary);font-size:1.25rem;font-weight:600}.gif-module__uFRfCW__fileInput{display:none}.gif-module__uFRfCW__editorGrid{grid-template-columns:1fr 380px;gap:2rem;display:grid}@media (max-width:1000px){.gif-module__uFRfCW__editorGrid{grid-template-columns:1fr}}.gif-module__uFRfCW__panelTitle{color:var(--text-primary);border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:.5rem;font-size:1.25rem;font-weight:600;display:flex}.gif-module__uFRfCW__previewContainer{border:1px solid var(--border-color);background-color:#1e293b;background-image:linear-gradient(45deg,#334155 25%,#0000 25% 75%,#334155 75%,#334155),linear-gradient(45deg,#334155 25%,#0000 25% 75%,#334155 75%,#334155);background-position:0 0,10px 10px;background-size:20px 20px;border-radius:.75rem;flex-direction:column;justify-content:center;align-items:center;width:100%;min-height:400px;display:flex;position:relative;overflow:hidden}.gif-module__uFRfCW__previewImage{object-fit:contain;max-width:100%;max-height:60vh;box-shadow:0 10px 40px #00000080}.gif-module__uFRfCW__progressBar{background-color:var(--accent-primary);height:4px;transition:width .1s linear;position:absolute;bottom:0;left:0}.gif-module__uFRfCW__frameSequence{background:var(--bg-primary);border:1px solid var(--border-color);border-radius:.5rem;margin-top:1.5rem;padding:1rem}.gif-module__uFRfCW__frameSequenceTitle{color:var(--text-secondary);justify-content:space-between;margin-bottom:.75rem;font-size:.9rem;font-weight:600;display:flex}.gif-module__uFRfCW__frameList{gap:.5rem;padding-bottom:.5rem;display:flex;overflow-x:auto}.gif-module__uFRfCW__frameItem{object-fit:cover;opacity:.6;border:2px solid #0000;border-radius:.25rem;flex-shrink:0;width:60px;height:60px;transition:all .2s}.gif-module__uFRfCW__frameItem.gif-module__uFRfCW__active{border-color:var(--accent-primary);opacity:1;transform:scale(1.05)}.gif-module__uFRfCW__settingsPanel{background-color:var(--bg-secondary);border:1px solid var(--border-color);box-shadow:var(--card-shadow);border-radius:1rem;flex-direction:column;gap:1.25rem;height:fit-content;padding:1.5rem;display:flex}.gif-module__uFRfCW__formGroup{flex-direction:column;gap:.5rem;display:flex}.gif-module__uFRfCW__formLabel{color:var(--text-primary);justify-content:space-between;align-items:center;font-size:.9rem;font-weight:600;display:flex}.gif-module__uFRfCW__range{-webkit-appearance:none;background:#e2e8f0;border-radius:3px;outline:none;width:100%;height:6px}.gif-module__uFRfCW__range::-webkit-slider-thumb{-webkit-appearance:none;background:var(--accent-primary);cursor:pointer;border-radius:50%;width:20px;height:20px;box-shadow:0 2px 4px #0003}.gif-module__uFRfCW__rangeVal{background:var(--bg-primary);border:1px solid var(--border-color);text-align:center;border-radius:.25rem;min-width:3.5rem;padding:.2rem .5rem;font-family:monospace;font-size:.8rem}.gif-module__uFRfCW__numberInput{border:1px solid var(--border-color);background-color:var(--bg-primary);width:100%;color:var(--text-primary);border-radius:.5rem;padding:.5rem;font-family:monospace}.gif-module__uFRfCW__downloadBtn{background:var(--accent-primary);color:#fff;cursor:pointer;transition:all var(--transition-fast);text-align:center;border:none;border-radius:.5rem;margin-top:1rem;padding:1.25rem;font-size:1.1rem;font-weight:700}.gif-module__uFRfCW__downloadBtn:hover{background:var(--accent-hover);transform:translateY(-2px)}.gif-module__uFRfCW__downloadBtn:disabled{background:var(--border-color);cursor:not-allowed;transform:none}.gif-module__uFRfCW__clearBtn{color:#ef4444;cursor:pointer;background:0 0;border:1px solid #ef4444;border-radius:.5rem;padding:.25rem .75rem;font-size:.85rem;font-weight:600;transition:all .2s}.gif-module__uFRfCW__clearBtn:hover{color:#fff;background:#ef4444}.gif-module__uFRfCW__fxGrid{grid-template-columns:1fr 1fr;gap:.5rem;display:grid}.gif-module__uFRfCW__fxBtn{background:var(--bg-primary);border:1px solid var(--border-color);color:var(--text-secondary);cursor:pointer;text-align:center;border-radius:.5rem;padding:.75rem;font-size:.85rem;font-weight:600;transition:all .2s}.gif-module__uFRfCW__fxBtn:hover{border-color:var(--accent-primary);color:var(--accent-primary)}.gif-module__uFRfCW__fxBtn.gif-module__uFRfCW__active{border-color:var(--accent-primary);color:var(--accent-primary);background:#8b5cf61a}.gif-module__uFRfCW__infoBox{border-left:3px solid var(--accent-primary);color:var(--text-secondary);background:#8b5cf61a;border-radius:0 .5rem .5rem 0;padding:.75rem;font-size:.85rem}.gif-module__uFRfCW__loadingOverlay{z-index:20;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0f172ad9;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;display:flex;position:absolute;inset:0}.gif-module__uFRfCW__spinner{border:4px solid #ffffff1a;border-top-color:#ec4899;border-radius:50%;width:50px;height:50px;animation:1s linear infinite gif-module__uFRfCW__spin}@keyframes gif-module__uFRfCW__spin{to{transform:rotate(360deg)}}.gif-module__uFRfCW__loadingText{color:#fff;font-size:1.25rem;font-weight:600}
.pdf-module__NySQYG__toolHeader{text-align:center;margin-bottom:2rem}.pdf-module__NySQYG__toolTitle{margin-bottom:1rem;font-size:2.5rem}.pdf-module__NySQYG__toolDescription{max-width:600px;color:var(--text-secondary);margin:0 auto;font-size:1.125rem}.pdf-module__NySQYG__workspace{flex-direction:column;gap:2rem;max-width:1200px;margin:0 auto 3rem;display:flex}.pdf-module__NySQYG__dropzonePanel{background-color:var(--bg-secondary);border:1px solid var(--border-color);box-shadow:var(--card-shadow);border-radius:1rem;flex-direction:column;gap:1.25rem;padding:1.5rem;display:flex}.pdf-module__NySQYG__dropArea{border:2px dashed var(--accent-primary);text-align:center;cursor:pointer;transition:all var(--transition-fast);background:#8b5cf60d;border-radius:.75rem;flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:3rem 2rem;display:flex}.pdf-module__NySQYG__dropArea:hover{background:#8b5cf61a;transform:scale(1.01)}.pdf-module__NySQYG__dropText{color:var(--text-primary);font-size:1.25rem;font-weight:600}.pdf-module__NySQYG__fileInput{display:none}.pdf-module__NySQYG__editorGrid{grid-template-columns:1fr 350px;gap:2rem;display:grid}@media (max-width:1000px){.pdf-module__NySQYG__editorGrid{grid-template-columns:1fr}}.pdf-module__NySQYG__panelTitle{color:var(--text-primary);border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:.5rem;font-size:1.25rem;font-weight:600;display:flex}.pdf-module__NySQYG__galleryGrid{background-color:var(--bg-primary);border:1px solid var(--border-color);border-radius:.75rem;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));align-content:flex-start;gap:1.5rem;min-height:400px;padding:1rem;display:grid}.pdf-module__NySQYG__imageCard{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:.5rem;flex-direction:column;transition:transform .2s;display:flex;overflow:hidden;box-shadow:0 2px 5px #0000000d}.pdf-module__NySQYG__imageCard:hover{transform:translateY(-2px);box-shadow:0 4px 8px #0000001a}.pdf-module__NySQYG__imagePreview{aspect-ratio:1;object-fit:contain;border-bottom:1px solid var(--border-color);background-color:#f1f5f9;width:100%}.pdf-module__NySQYG__cardControls{background:var(--bg-secondary);justify-content:space-between;padding:.5rem;display:flex}.pdf-module__NySQYG__controlBtn{border:1px solid var(--border-color);cursor:pointer;color:var(--text-secondary);background:0 0;border-radius:.25rem;padding:.25rem .5rem;transition:all .2s}.pdf-module__NySQYG__controlBtn:hover:not(:disabled){background:var(--bg-primary);color:var(--accent-primary);border-color:var(--accent-primary)}.pdf-module__NySQYG__controlBtn:disabled{opacity:.3;cursor:not-allowed}.pdf-module__NySQYG__removeBtn{color:#ef4444}.pdf-module__NySQYG__removeBtn:hover{color:#fff;background:#ef4444;border-color:#ef4444}.pdf-module__NySQYG__pageNumber{text-align:center;background:var(--accent-primary);color:#fff;padding:.25rem;font-size:.8rem;font-weight:700}.pdf-module__NySQYG__settingsPanel{background-color:var(--bg-secondary);border:1px solid var(--border-color);box-shadow:var(--card-shadow);border-radius:1rem;flex-direction:column;gap:1.5rem;padding:1.5rem;display:flex}.pdf-module__NySQYG__formGroup{flex-direction:column;gap:.5rem;display:flex}.pdf-module__NySQYG__formLabel{color:var(--text-primary);font-size:.9rem;font-weight:600}.pdf-module__NySQYG__selectInput{border:1px solid var(--border-color);background-color:var(--bg-primary);width:100%;color:var(--text-primary);border-radius:.5rem;padding:.75rem;font-size:.95rem}.pdf-module__NySQYG__selectInput:focus{border-color:var(--accent-primary);outline:none}.pdf-module__NySQYG__toggleGroup{background:var(--bg-primary);border:1px solid var(--border-color);border-radius:.5rem;padding:.25rem;display:flex}.pdf-module__NySQYG__toggleBtn{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:.35rem;flex:1;padding:.5rem;font-size:.9rem;font-weight:600;transition:all .2s}.pdf-module__NySQYG__toggleBtn.pdf-module__NySQYG__active{background:var(--bg-secondary);color:var(--text-primary);box-shadow:0 1px 3px #0000001a}.pdf-module__NySQYG__checkboxLabel{color:var(--text-primary);cursor:pointer;align-items:center;gap:.75rem;font-size:.95rem;font-weight:600;display:flex}.pdf-module__NySQYG__checkboxInput{width:1.25rem;height:1.25rem;accent-color:var(--accent-primary);cursor:pointer}.pdf-module__NySQYG__downloadBtn{background:var(--accent-primary);color:#fff;cursor:pointer;transition:all var(--transition-fast);text-align:center;border:none;border-radius:.5rem;margin-top:1rem;padding:1.25rem;font-size:1.1rem;font-weight:700}.pdf-module__NySQYG__downloadBtn:hover{background:var(--accent-hover);transform:translateY(-2px)}.pdf-module__NySQYG__downloadBtn:disabled{cursor:not-allowed;background:#cbd5e1;transform:none}.pdf-module__NySQYG__clearBtn{color:#ef4444;cursor:pointer;background:0 0;border:1px solid #ef4444;border-radius:.5rem;padding:.25rem .75rem;font-size:.85rem;font-weight:600;transition:all .2s}.pdf-module__NySQYG__clearBtn:hover{color:#fff;background:#ef4444}
.json-formatter-module__qct2yW__toolHeader{text-align:center;margin-bottom:2rem}.json-formatter-module__qct2yW__toolTitle{margin-bottom:1rem;font-size:2.5rem}.json-formatter-module__qct2yW__toolDescription{max-width:600px;color:var(--text-secondary);margin:0 auto;font-size:1.125rem}.json-formatter-module__qct2yW__workspace{flex-direction:column;gap:1.5rem;margin-bottom:2rem;display:flex}.json-formatter-module__qct2yW__panelsContainer{grid-template-columns:1fr 1fr;gap:1.5rem;min-height:550px;display:grid}@media (max-width:768px){.json-formatter-module__qct2yW__panelsContainer{grid-template-columns:1fr;min-height:auto}}.json-formatter-module__qct2yW__panel{background-color:var(--bg-secondary);border:1px solid var(--border-color);box-shadow:var(--card-shadow);border-radius:1rem;flex-direction:column;padding:1.5rem;display:flex}.json-formatter-module__qct2yW__panelHeader{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.json-formatter-module__qct2yW__panelTitle{color:var(--text-primary);font-size:1.125rem;font-weight:600}.json-formatter-module__qct2yW__panelBadge{background:var(--bg-primary);border:1px solid var(--border-color);color:var(--text-secondary);border-radius:1rem;padding:.25rem .75rem;font-size:.75rem;font-weight:600}.json-formatter-module__qct2yW__panelBadge.json-formatter-module__qct2yW__error{color:#ef4444;background:#fef2f2;border-color:#fca5a5}.json-formatter-module__qct2yW__panelBadge.json-formatter-module__qct2yW__success{color:#10b981;background:#f0fdf4;border-color:#86efac}.json-formatter-module__qct2yW__panelBadge.json-formatter-module__qct2yW__autoCorrect{color:#d97706;cursor:pointer;background:#fffbeb;border-color:#fcd34d}.json-formatter-module__qct2yW__panelBadge.json-formatter-module__qct2yW__autoCorrect:hover{background:#fef3c7}.json-formatter-module__qct2yW__viewTabs{background:var(--bg-primary);border:1px solid var(--border-color);border-radius:.5rem;gap:.5rem;padding:.25rem;display:flex}.json-formatter-module__qct2yW__tabBtn{color:var(--text-secondary);cursor:pointer;transition:all var(--transition-fast);background:0 0;border:none;border-radius:.25rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600}.json-formatter-module__qct2yW__tabBtn.json-formatter-module__qct2yW__active{background:var(--accent-primary);color:#fff}.json-formatter-module__qct2yW__editorWrapper{border:1px solid var(--border-color);background-color:#1e1e1e;border-radius:.75rem;flex-direction:column;flex:1;width:100%;display:flex;position:relative;overflow:hidden}.json-formatter-module__qct2yW__textarea{resize:vertical;background-color:var(--bg-primary);width:100%;min-height:450px;color:var(--text-primary);transition:all var(--transition-fast);white-space:pre;overflow-wrap:normal;border:none;flex:1;padding:1rem;font-family:Courier New,Courier,monospace;font-size:.875rem;line-height:1.6;overflow-x:auto}.json-formatter-module__qct2yW__textarea.json-formatter-module__qct2yW__dark{color:#d4d4d4;background-color:#1e1e1e}.json-formatter-module__qct2yW__textarea:focus{box-shadow:inset 0 0 0 2px var(--accent-primary);outline:none}.json-formatter-module__qct2yW__textarea.json-formatter-module__qct2yW__hasError{border:1px solid #ef4444;box-shadow:0 0 0 2px #ef444433}.json-formatter-module__qct2yW__treeView{color:#d4d4d4;background-color:#1e1e1e;flex:1;width:100%;min-height:450px;padding:1rem;font-family:Courier New,Courier,monospace;font-size:.875rem;line-height:1.6;overflow:auto}.json-formatter-module__qct2yW__treeNode{margin-left:1.5rem;position:relative}.json-formatter-module__qct2yW__treeNode.json-formatter-module__qct2yW__root{margin-left:0}.json-formatter-module__qct2yW__treeNodeToggle{cursor:pointer;-webkit-user-select:none;user-select:none;color:#569cd6;align-items:center;gap:.25rem;display:inline-flex}.json-formatter-module__qct2yW__treeNodeToggle:hover{text-decoration:underline}.json-formatter-module__qct2yW__treeIcon{color:#858585;font-size:.7rem;transition:transform .2s}.json-formatter-module__qct2yW__treeIcon.json-formatter-module__qct2yW__open{transform:rotate(90deg)}.json-formatter-module__qct2yW__treeKey{color:#9cdcfe;margin-right:.25rem}.json-formatter-module__qct2yW__treeValueString{color:#ce9178}.json-formatter-module__qct2yW__treeValueNumber{color:#b5cea8}.json-formatter-module__qct2yW__treeValueBoolean{color:#569cd6}.json-formatter-module__qct2yW__treeValueNull{color:#c586c0}.json-formatter-module__qct2yW__treePunctuation{color:#d4d4d4}.json-formatter-module__qct2yW__treeSummary{color:#858585;margin-left:.5rem;font-size:.75rem;font-style:italic}.json-formatter-module__qct2yW__errorBox{color:#b91c1c;background-color:#fef2f2;border:1px solid #fca5a5;border-radius:.5rem;flex-direction:column;gap:.25rem;margin-top:1rem;padding:1rem;font-size:.875rem;display:flex}.json-formatter-module__qct2yW__errorTitle{font-weight:700}.json-formatter-module__qct2yW__errorMessage{font-family:monospace}.json-formatter-module__qct2yW__controlsPanel{background-color:var(--bg-secondary);border:1px solid var(--border-color);box-shadow:var(--card-shadow);border-radius:1rem;padding:1.5rem}.json-formatter-module__qct2yW__settingsRow{border-bottom:1px solid var(--border-color);flex-wrap:wrap;gap:2rem;margin-bottom:1.5rem;padding-bottom:1.5rem;display:flex}.json-formatter-module__qct2yW__settingGroup{flex-direction:column;gap:.75rem;display:flex}.json-formatter-module__qct2yW__settingGroupTitle{text-transform:uppercase;letter-spacing:1px;color:var(--text-secondary);font-size:.75rem;font-weight:600}.json-formatter-module__qct2yW__selectInput{border:1px solid var(--border-color);background:var(--bg-primary);color:var(--text-primary);border-radius:.25rem;padding:.5rem;font-size:.875rem}.json-formatter-module__qct2yW__checkboxLabel{cursor:pointer;-webkit-user-select:none;user-select:none;color:var(--text-primary);align-items:center;gap:.5rem;font-size:.875rem;display:flex}.json-formatter-module__qct2yW__checkboxLabel input[type=checkbox]{cursor:pointer;width:1.125rem;height:1.125rem}.json-formatter-module__qct2yW__actionButtons{flex-wrap:wrap;gap:.75rem;display:flex}.json-formatter-module__qct2yW__actionBtn{background:var(--bg-primary);color:var(--text-primary);border:1px solid var(--border-color);cursor:pointer;transition:all var(--transition-fast);border-radius:.5rem;justify-content:center;align-items:center;padding:.625rem 1.25rem;font-size:.875rem;font-weight:600;display:inline-flex}.json-formatter-module__qct2yW__actionBtn:hover{background:var(--border-color)}.json-formatter-module__qct2yW__actionBtn:disabled{opacity:.5;cursor:not-allowed}.json-formatter-module__qct2yW__primaryBtn{background:var(--accent-primary);color:#fff;border-color:var(--accent-primary)}.json-formatter-module__qct2yW__primaryBtn:hover{background:var(--accent-hover);border-color:var(--accent-hover)}.json-formatter-module__qct2yW__actionBtn.json-formatter-module__qct2yW__copied{color:#fff;background:#10b981;border-color:#10b981}
.keyword-module__oyfE2q__toolHeader{text-align:center;margin-bottom:2rem}.keyword-module__oyfE2q__toolTitle{margin-bottom:1rem;font-size:2.5rem}.keyword-module__oyfE2q__toolDescription{max-width:600px;color:var(--text-secondary);margin:0 auto;font-size:1.125rem}.keyword-module__oyfE2q__workspace{flex-direction:column;gap:1.5rem;max-width:1200px;margin:0 auto 2rem;display:flex}.keyword-module__oyfE2q__statsBar{flex-wrap:wrap;justify-content:center;gap:1.5rem;display:flex}.keyword-module__oyfE2q__statItem{background:var(--bg-secondary);border:1px solid var(--border-color);box-shadow:var(--card-shadow);border-radius:.75rem;flex-direction:column;align-items:center;min-width:150px;padding:.75rem 2rem;display:flex}.keyword-module__oyfE2q__statValue{color:var(--accent-primary);font-size:1.75rem;font-weight:700}.keyword-module__oyfE2q__statLabel{text-transform:uppercase;color:var(--text-secondary);letter-spacing:1px;font-size:.75rem;font-weight:600}.keyword-module__oyfE2q__inputPanel{background-color:var(--bg-secondary);border:1px solid var(--border-color);box-shadow:var(--card-shadow);border-radius:1rem;flex-direction:column;padding:1.5rem;display:flex}.keyword-module__oyfE2q__panelHeader{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.keyword-module__oyfE2q__panelTitle{color:var(--text-primary);font-size:1.125rem;font-weight:600}.keyword-module__oyfE2q__textarea{border:1px solid var(--border-color);background-color:var(--bg-primary);width:100%;min-height:250px;color:var(--text-primary);resize:vertical;transition:all var(--transition-fast);border-radius:.5rem;padding:1.25rem;font-size:1rem;line-height:1.6}.keyword-module__oyfE2q__textarea:focus{border-color:var(--accent-primary);box-shadow:0 0 0 3px var(--ring-color);outline:none}.keyword-module__oyfE2q__controlsRow{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-top:1rem;display:flex}.keyword-module__oyfE2q__toggleLabel{color:var(--text-primary);cursor:pointer;align-items:center;gap:.5rem;font-size:.95rem;font-weight:600;display:flex}.keyword-module__oyfE2q__toggleSwitch{background-color:#cbd5e1;border-radius:12px;width:44px;height:24px;transition:background-color .2s;position:relative}.keyword-module__oyfE2q__toggleSwitch[data-active=true]{background-color:var(--accent-primary)}.keyword-module__oyfE2q__toggleKnob{background-color:#fff;border-radius:50%;width:20px;height:20px;transition:transform .2s;position:absolute;top:2px;left:2px;box-shadow:0 1px 2px #0003}.keyword-module__oyfE2q__toggleSwitch[data-active=true] .keyword-module__oyfE2q__toggleKnob{transform:translate(20px)}.keyword-module__oyfE2q__clearBtn{background:var(--bg-primary);color:var(--text-primary);border:1px solid var(--border-color);cursor:pointer;transition:all var(--transition-fast);border-radius:.5rem;padding:.5rem 1rem;font-size:.9rem;font-weight:600}.keyword-module__oyfE2q__clearBtn:hover{background:var(--border-color)}.keyword-module__oyfE2q__tablesGrid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}@media (max-width:900px){.keyword-module__oyfE2q__tablesGrid{grid-template-columns:1fr}}.keyword-module__oyfE2q__tablePanel{background-color:var(--bg-secondary);border:1px solid var(--border-color);box-shadow:var(--card-shadow);border-radius:1rem;overflow:hidden}.keyword-module__oyfE2q__tableHeader{background-color:var(--bg-primary);border-bottom:1px solid var(--border-color);text-align:center;color:var(--text-primary);padding:1rem;font-weight:600}.keyword-module__oyfE2q__dataTable{border-collapse:collapse;width:100%}.keyword-module__oyfE2q__dataTable th,.keyword-module__oyfE2q__dataTable td{text-align:left;border-bottom:1px solid var(--border-color);padding:.75rem 1rem}.keyword-module__oyfE2q__dataTable th{text-transform:uppercase;color:var(--text-secondary);background-color:#00000005;font-size:.75rem;font-weight:600}.keyword-module__oyfE2q__dataTable tr:last-child td{border-bottom:none}.keyword-module__oyfE2q__dataTable td{color:var(--text-primary);font-size:.95rem}.keyword-module__oyfE2q__keywordCell{font-weight:600}.keyword-module__oyfE2q__countCell{color:var(--text-secondary);width:60px}.keyword-module__oyfE2q__densityCell{color:var(--accent-primary);width:80px;font-weight:600}.keyword-module__oyfE2q__warningRow{background-color:#ef44441a}.keyword-module__oyfE2q__warningRow .keyword-module__oyfE2q__densityCell{color:#ef4444}.keyword-module__oyfE2q__emptyState{text-align:center;color:var(--text-secondary);padding:2rem;font-style:italic}
.lorem-ipsum-module__0aNTlG__toolHeader{text-align:center;margin-bottom:2rem}.lorem-ipsum-module__0aNTlG__toolTitle{margin-bottom:1rem;font-size:2.5rem}.lorem-ipsum-module__0aNTlG__toolDescription{max-width:600px;color:var(--text-secondary);margin:0 auto;font-size:1.125rem}.lorem-ipsum-module__0aNTlG__generatorBox{background-color:var(--bg-secondary);border:1px solid var(--border-color);box-shadow:var(--card-shadow);border-radius:1rem;flex-direction:column;gap:2rem;max-width:900px;margin:0 auto 2rem;padding:2rem;display:flex}.lorem-ipsum-module__0aNTlG__settingsPanel{background:var(--bg-primary);border:1px solid var(--border-color);border-radius:.75rem;flex-direction:column;gap:1.5rem;padding:1.5rem;display:flex}.lorem-ipsum-module__0aNTlG__settingsRow{flex-wrap:wrap;align-items:center;gap:2rem;display:flex}@media (max-width:768px){.lorem-ipsum-module__0aNTlG__settingsRow{flex-direction:column;align-items:stretch;gap:1rem}}.lorem-ipsum-module__0aNTlG__settingGroup{flex-direction:column;flex:1;gap:.5rem;display:flex}.lorem-ipsum-module__0aNTlG__settingLabel{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px;font-size:.875rem;font-weight:600}.lorem-ipsum-module__0aNTlG__numberInputContainer{align-items:center;gap:1rem;display:flex}.lorem-ipsum-module__0aNTlG__numberInput{border:1px solid var(--border-color);background:var(--bg-secondary);width:100px;color:var(--text-primary);text-align:center;border-radius:.5rem;padding:.75rem;font-size:1.125rem;font-weight:600}.lorem-ipsum-module__0aNTlG__numberInput:focus{border-color:var(--accent-primary);outline:none}.lorem-ipsum-module__0aNTlG__slider{background:var(--border-color);-webkit-appearance:none;border-radius:3px;outline:none;flex:1;height:6px}.lorem-ipsum-module__0aNTlG__slider::-webkit-slider-thumb{-webkit-appearance:none;background:var(--accent-primary);cursor:pointer;border-radius:50%;width:20px;height:20px;transition:transform .1s}.lorem-ipsum-module__0aNTlG__slider::-webkit-slider-thumb:hover{transform:scale(1.2)}.lorem-ipsum-module__0aNTlG__selectInput{border:1px solid var(--border-color);background:var(--bg-secondary);color:var(--text-primary);border-radius:.5rem;padding:.75rem;font-size:1rem;font-weight:500}.lorem-ipsum-module__0aNTlG__selectInput:focus{border-color:var(--accent-primary);outline:none}.lorem-ipsum-module__0aNTlG__checkboxContainer{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:.5rem;padding:.5rem 0;font-weight:500;display:flex}.lorem-ipsum-module__0aNTlG__checkboxContainer input[type=checkbox]{cursor:pointer;width:1.25rem;height:1.25rem;accent-color:var(--accent-primary)}.lorem-ipsum-module__0aNTlG__outputContainer{flex-direction:column;display:flex;position:relative}.lorem-ipsum-module__0aNTlG__outputHeader{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:.5rem;display:flex}.lorem-ipsum-module__0aNTlG__outputStats{color:var(--text-secondary);font-size:.875rem;font-weight:600}.lorem-ipsum-module__0aNTlG__viewTabs{background:var(--bg-primary);border:1px solid var(--border-color);border-radius:.5rem;gap:.5rem;padding:.25rem;display:flex}.lorem-ipsum-module__0aNTlG__tabBtn{color:var(--text-secondary);cursor:pointer;transition:all var(--transition-fast);background:0 0;border:none;border-radius:.25rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600}.lorem-ipsum-module__0aNTlG__tabBtn.lorem-ipsum-module__0aNTlG__active{background:var(--accent-primary);color:#fff}.lorem-ipsum-module__0aNTlG__editorWrapper{border:1px solid var(--border-color);border-radius:.75rem;width:100%;min-height:400px;position:relative;overflow:hidden}.lorem-ipsum-module__0aNTlG__outputArea{resize:vertical;background-color:var(--bg-primary);width:100%;height:400px;color:var(--text-primary);border:none;padding:1.5rem;font-family:inherit;font-size:1.125rem;line-height:1.6}.lorem-ipsum-module__0aNTlG__outputArea.lorem-ipsum-module__0aNTlG__htmlMode{color:#d4d4d4;background-color:#1e1e1e;font-family:monospace;font-size:.9rem}.lorem-ipsum-module__0aNTlG__outputArea:focus{box-shadow:inset 0 0 0 2px var(--accent-primary);outline:none}.lorem-ipsum-module__0aNTlG__visualPreview{color:#1a1a1a;background-color:#fff;width:100%;height:400px;padding:1.5rem;line-height:1.6;overflow-y:auto}.lorem-ipsum-module__0aNTlG__visualPreview h2{color:#111;margin-top:1.5rem;margin-bottom:1rem;font-size:1.8rem}.lorem-ipsum-module__0aNTlG__visualPreview h3{color:#333;margin-top:1.25rem;margin-bottom:.75rem;font-size:1.4rem}.lorem-ipsum-module__0aNTlG__visualPreview p{margin-bottom:1rem}.lorem-ipsum-module__0aNTlG__visualPreview ul{margin-bottom:1rem;padding-left:2rem}.lorem-ipsum-module__0aNTlG__visualPreview li{margin-bottom:.5rem}.lorem-ipsum-module__0aNTlG__visualPreview blockquote{color:#555;background:#f8fafc;border-left:4px solid #3b82f6;margin-bottom:1rem;margin-left:0;padding:1rem;font-style:italic}.lorem-ipsum-module__0aNTlG__actionRow{gap:1rem;margin-top:1.5rem;display:flex}.lorem-ipsum-module__0aNTlG__primaryBtn{background:var(--accent-primary);color:#fff;cursor:pointer;transition:all var(--transition-fast);border:none;border-radius:.5rem;flex:2;justify-content:center;align-items:center;gap:.5rem;padding:1rem;font-size:1.125rem;font-weight:700;display:flex}.lorem-ipsum-module__0aNTlG__primaryBtn:hover{background:var(--accent-hover)}.lorem-ipsum-module__0aNTlG__primaryBtn.lorem-ipsum-module__0aNTlG__copied{background:#10b981}.lorem-ipsum-module__0aNTlG__secondaryBtn{background:var(--bg-primary);color:var(--text-primary);border:1px solid var(--border-color);cursor:pointer;transition:all var(--transition-fast);border-radius:.5rem;flex:1;padding:1rem 1.5rem;font-size:1rem;font-weight:600}.lorem-ipsum-module__0aNTlG__secondaryBtn:hover{background:var(--border-color)}
.markdown-module__m67BXq__toolHeader{text-align:center;margin-bottom:2rem}.markdown-module__m67BXq__toolTitle{margin-bottom:1rem;font-size:2.5rem}.markdown-module__m67BXq__toolDescription{max-width:600px;color:var(--text-secondary);margin:0 auto;font-size:1.125rem}.markdown-module__m67BXq__workspace{flex-direction:column;gap:1.5rem;max-width:1400px;margin:0 auto 2rem;display:flex}.markdown-module__m67BXq__statsBar{justify-content:center;gap:2rem;margin-bottom:1rem;display:flex}.markdown-module__m67BXq__statItem{background:var(--bg-secondary);border:1px solid var(--border-color);box-shadow:var(--card-shadow);border-radius:.75rem;flex-direction:column;align-items:center;padding:.5rem 1.5rem;display:flex}.markdown-module__m67BXq__statValue{color:var(--accent-primary);font-size:1.5rem;font-weight:700}.markdown-module__m67BXq__statLabel{text-transform:uppercase;color:var(--text-secondary);letter-spacing:1px;font-size:.75rem;font-weight:600}.markdown-module__m67BXq__modeSwitcher{background-color:var(--bg-secondary);border:1px solid var(--border-color);border-radius:.75rem;gap:.5rem;max-width:800px;margin:0 auto;padding:.5rem;display:flex}.markdown-module__m67BXq__modeBtn{color:var(--text-secondary);cursor:pointer;transition:all var(--transition-fast);background:0 0;border:none;border-radius:.5rem;flex:1;justify-content:center;align-items:center;gap:.5rem;padding:1rem;font-size:1.125rem;font-weight:600;display:flex}.markdown-module__m67BXq__modeBtn:hover{background:var(--bg-primary)}.markdown-module__m67BXq__modeBtn.markdown-module__m67BXq__active{background:var(--accent-primary);color:#fff;box-shadow:0 4px 6px -1px #0000001a}.markdown-module__m67BXq__modeBtn.markdown-module__m67BXq__active.markdown-module__m67BXq__decodeMode{background:#10b981}.markdown-module__m67BXq__panelsContainer{grid-template-columns:1fr 1fr 1fr;gap:1.5rem;display:grid}@media (max-width:1024px){.markdown-module__m67BXq__panelsContainer{grid-template-columns:1fr}}.markdown-module__m67BXq__panel{background-color:var(--bg-secondary);border:1px solid var(--border-color);box-shadow:var(--card-shadow);border-radius:1rem;flex-direction:column;height:600px;padding:1rem;display:flex}.markdown-module__m67BXq__panelHeader{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;margin-bottom:.75rem;padding-bottom:.5rem;display:flex}.markdown-module__m67BXq__panelTitle{color:var(--text-primary);align-items:center;gap:.5rem;font-size:1.125rem;font-weight:600;display:flex}.markdown-module__m67BXq__panelBadge{background:var(--bg-primary);border:1px solid var(--border-color);color:var(--text-secondary);border-radius:1rem;padding:.25rem .75rem;font-size:.75rem;font-weight:600}.markdown-module__m67BXq__toolbar{flex-wrap:wrap;gap:.25rem;margin-bottom:.5rem;display:flex}.markdown-module__m67BXq__toolbarBtn{background:var(--bg-primary);border:1px solid var(--border-color);color:var(--text-secondary);cursor:pointer;transition:all var(--transition-fast);border-radius:.25rem;padding:.4rem .6rem;font-size:.9rem;font-weight:600}.markdown-module__m67BXq__toolbarBtn:hover{background:var(--border-color);color:var(--text-primary)}.markdown-module__m67BXq__textarea{resize:none;border:1px solid var(--border-color);background-color:var(--bg-primary);width:100%;color:var(--text-primary);transition:all var(--transition-fast);border-radius:.5rem;flex:1;padding:1rem;font-family:Courier New,Courier,monospace;font-size:1rem;line-height:1.6}.markdown-module__m67BXq__textarea:focus{border-color:var(--accent-primary);box-shadow:0 0 0 3px var(--ring-color);outline:none}.markdown-module__m67BXq__textarea[readonly]{color:#d4d4d4;cursor:text;background-color:#1e1e1e;border-color:#333}.markdown-module__m67BXq__renderedBox{color:#333;border:1px solid var(--border-color);background-color:#fff;border-radius:.5rem;flex:1;padding:1.5rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;line-height:1.6;overflow-y:auto}.markdown-module__m67BXq__renderedBox h1,.markdown-module__m67BXq__renderedBox h2,.markdown-module__m67BXq__renderedBox h3{color:#111;margin-top:1.5rem;margin-bottom:1rem;font-weight:600;line-height:1.25}.markdown-module__m67BXq__renderedBox h1{border-bottom:1px solid #eaecef;padding-bottom:.3em;font-size:2em}.markdown-module__m67BXq__renderedBox h2{border-bottom:1px solid #eaecef;padding-bottom:.3em;font-size:1.5em}.markdown-module__m67BXq__renderedBox h3{font-size:1.25em}.markdown-module__m67BXq__renderedBox p{margin-top:0;margin-bottom:16px}.markdown-module__m67BXq__renderedBox a{color:#0366d6;text-decoration:none}.markdown-module__m67BXq__renderedBox a:hover{text-decoration:underline}.markdown-module__m67BXq__renderedBox ul,.markdown-module__m67BXq__renderedBox ol{margin-bottom:16px;padding-left:2em}.markdown-module__m67BXq__renderedBox blockquote{color:#6a737d;border-left:.25em solid #dfe2e5;margin:0 0 16px;padding:0 1em}.markdown-module__m67BXq__renderedBox code{background-color:#1b1f230d;border-radius:3px;margin:0;padding:.2em .4em;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:85%}.markdown-module__m67BXq__renderedBox pre{color:#abb2bf;background-color:#282c34;border-radius:3px;padding:16px;font-size:85%;line-height:1.45;overflow:auto}.markdown-module__m67BXq__renderedBox pre code{background-color:#0000;padding:0}.markdown-module__m67BXq__renderedBox img{box-sizing:content-box;background-color:#fff;max-width:100%}.markdown-module__m67BXq__renderedBox table{border-spacing:0;border-collapse:collapse;width:100%;margin-bottom:16px}.markdown-module__m67BXq__renderedBox table th,.markdown-module__m67BXq__renderedBox table td{border:1px solid #dfe2e5;padding:6px 13px}.markdown-module__m67BXq__renderedBox table tr:nth-child(2n){background-color:#f6f8fa}.markdown-module__m67BXq__actionRow{flex-wrap:wrap;gap:.5rem;margin-top:1rem;display:flex}.markdown-module__m67BXq__primaryBtn{background:var(--accent-primary);color:#fff;cursor:pointer;transition:all var(--transition-fast);border:none;border-radius:.5rem;flex:1;justify-content:center;align-items:center;gap:.5rem;padding:.75rem .5rem;font-size:.9rem;font-weight:600;display:flex}.markdown-module__m67BXq__primaryBtn:hover{background:var(--accent-hover)}.markdown-module__m67BXq__primaryBtn.markdown-module__m67BXq__copied{background:#10b981}.markdown-module__m67BXq__secondaryBtn{background:var(--bg-primary);color:var(--text-primary);border:1px solid var(--border-color);cursor:pointer;transition:all var(--transition-fast);border-radius:.5rem;flex:1;padding:.75rem .5rem;font-size:.9rem;font-weight:600}.markdown-module__m67BXq__secondaryBtn:hover{background:var(--border-color)}@media print{body *{visibility:hidden}.markdown-module__m67BXq__renderedBox,.markdown-module__m67BXq__renderedBox *{visibility:visible}.markdown-module__m67BXq__renderedBox{width:100%;min-height:100%;box-shadow:none;border:none;padding:0;position:absolute;top:0;left:0;overflow:visible}body{background-color:#fff!important}}
.meme-module__YJ8Ohq__toolHeader{text-align:center;margin-bottom:2rem}.meme-module__YJ8Ohq__toolTitle{margin-bottom:1rem;font-size:2.5rem}.meme-module__YJ8Ohq__toolDescription{max-width:600px;color:var(--text-secondary);margin:0 auto;font-size:1.125rem}.meme-module__YJ8Ohq__workspace{flex-direction:column;gap:2rem;max-width:1200px;margin:0 auto 3rem;display:flex}.meme-module__YJ8Ohq__dropzonePanel{background-color:var(--bg-secondary);border:1px solid var(--border-color);box-shadow:var(--card-shadow);border-radius:1rem;flex-direction:column;gap:1.25rem;padding:1.5rem;display:flex}.meme-module__YJ8Ohq__dropArea{border:2px dashed var(--accent-primary);text-align:center;cursor:pointer;transition:all var(--transition-fast);background:#8b5cf60d;border-radius:.75rem;flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:4rem 2rem;display:flex}.meme-module__YJ8Ohq__dropArea:hover{background:#8b5cf61a;transform:scale(1.01)}.meme-module__YJ8Ohq__dropText{color:var(--text-primary);font-size:1.25rem;font-weight:600}.meme-module__YJ8Ohq__fileInput{display:none}.meme-module__YJ8Ohq__editorGrid{grid-template-columns:1fr 350px;gap:2rem;display:grid}@media (max-width:1000px){.meme-module__YJ8Ohq__editorGrid{grid-template-columns:1fr}}.meme-module__YJ8Ohq__panelTitle{color:var(--text-primary);border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:.5rem;font-size:1.25rem;font-weight:600;display:flex}.meme-module__YJ8Ohq__previewContainer{border:1px solid var(--border-color);background-color:var(--bg-primary);background-image:linear-gradient(45deg,#e5e7eb 25%,#0000 25% 75%,#e5e7eb 75%,#e5e7eb),linear-gradient(45deg,#e5e7eb 25%,#0000 25% 75%,#e5e7eb 75%,#e5e7eb);background-position:0 0,10px 10px;background-size:20px 20px;border-radius:.75rem;justify-content:center;align-items:center;width:100%;min-height:400px;display:flex;overflow:hidden}.meme-module__YJ8Ohq__previewCanvas{object-fit:contain;max-width:100%;max-height:70vh;box-shadow:0 4px 20px #0000001a}.meme-module__YJ8Ohq__settingsPanel{background-color:var(--bg-secondary);border:1px solid var(--border-color);box-shadow:var(--card-shadow);border-radius:1rem;flex-direction:column;gap:1.5rem;padding:1.5rem;display:flex}.meme-module__YJ8Ohq__formGroup{flex-direction:column;gap:.5rem;display:flex}.meme-module__YJ8Ohq__formLabel{color:var(--text-primary);justify-content:space-between;font-size:.9rem;font-weight:600;display:flex}.meme-module__YJ8Ohq__textInput{border:1px solid var(--border-color);background-color:var(--bg-primary);width:100%;color:var(--text-primary);border-radius:.5rem;padding:.75rem;font-size:1rem;font-weight:600}.meme-module__YJ8Ohq__textInput:focus{border-color:var(--accent-primary);box-shadow:0 0 0 3px var(--ring-color);outline:none}.meme-module__YJ8Ohq__textArea{border:1px solid var(--border-color);background-color:var(--bg-primary);width:100%;color:var(--text-primary);resize:vertical;border-radius:.5rem;min-height:80px;padding:.75rem;font-size:1rem;font-weight:600}.meme-module__YJ8Ohq__textArea:focus{border-color:var(--accent-primary);box-shadow:0 0 0 3px var(--ring-color);outline:none}.meme-module__YJ8Ohq__range{-webkit-appearance:none;background:#e2e8f0;border-radius:3px;outline:none;width:100%;height:6px}.meme-module__YJ8Ohq__range::-webkit-slider-thumb{-webkit-appearance:none;background:var(--accent-primary);cursor:pointer;border-radius:50%;width:20px;height:20px}.meme-module__YJ8Ohq__downloadBtn{background:var(--accent-primary);color:#fff;cursor:pointer;transition:all var(--transition-fast);text-align:center;border:none;border-radius:.5rem;margin-top:1rem;padding:1.25rem;font-size:1.1rem;font-weight:700}.meme-module__YJ8Ohq__downloadBtn:hover{background:var(--accent-hover);transform:translateY(-2px)}.meme-module__YJ8Ohq__downloadBtn:disabled{cursor:not-allowed;background:#cbd5e1;transform:none}.meme-module__YJ8Ohq__clearBtn{color:#ef4444;cursor:pointer;background:0 0;border:1px solid #ef4444;border-radius:.5rem;padding:.25rem .75rem;font-size:.85rem;font-weight:600;transition:all .2s}.meme-module__YJ8Ohq__clearBtn:hover{color:#fff;background:#ef4444}
.meta-module__8ndPbW__toolHeader{text-align:center;margin-bottom:2rem}.meta-module__8ndPbW__toolTitle{margin-bottom:1rem;font-size:2.5rem}.meta-module__8ndPbW__toolDescription{max-width:600px;color:var(--text-secondary);margin:0 auto;font-size:1.125rem}.meta-module__8ndPbW__workspace{grid-template-columns:350px 1fr;gap:1.5rem;max-width:1200px;margin:0 auto 2rem;display:grid}@media (max-width:900px){.meta-module__8ndPbW__workspace{grid-template-columns:1fr}}.meta-module__8ndPbW__formPanel{background-color:var(--bg-secondary);border:1px solid var(--border-color);box-shadow:var(--card-shadow);border-radius:1rem;flex-direction:column;gap:1.25rem;height:fit-content;padding:1.5rem;display:flex}.meta-module__8ndPbW__formGroup{flex-direction:column;gap:.5rem;display:flex}.meta-module__8ndPbW__formLabel{color:var(--text-primary);justify-content:space-between;font-size:.875rem;font-weight:600;display:flex}.meta-module__8ndPbW__charCount{color:var(--text-secondary);font-weight:500}.meta-module__8ndPbW__charCount.meta-module__8ndPbW__warning{color:#f59e0b}.meta-module__8ndPbW__charCount.meta-module__8ndPbW__error{color:#ef4444}.meta-module__8ndPbW__input,.meta-module__8ndPbW__textarea,.meta-module__8ndPbW__select{border:1px solid var(--border-color);background-color:var(--bg-primary);width:100%;color:var(--text-primary);transition:all var(--transition-fast);border-radius:.5rem;padding:.75rem;font-size:.95rem}.meta-module__8ndPbW__textarea{resize:vertical;min-height:80px}.meta-module__8ndPbW__input:focus,.meta-module__8ndPbW__textarea:focus,.meta-module__8ndPbW__select:focus{border-color:var(--accent-primary);box-shadow:0 0 0 3px var(--ring-color);outline:none}.meta-module__8ndPbW__checkboxGroup{align-items:center;gap:1rem;display:flex}.meta-module__8ndPbW__checkboxLabel{color:var(--text-primary);cursor:pointer;align-items:center;gap:.5rem;font-size:.875rem;display:flex}.meta-module__8ndPbW__checkboxLabel input{width:1rem;height:1rem;accent-color:var(--accent-primary);cursor:pointer}.meta-module__8ndPbW__previewPanel{flex-direction:column;gap:1.5rem;display:flex}.meta-module__8ndPbW__panelTitle{color:var(--text-primary);margin-bottom:.5rem;font-size:1.25rem;font-weight:600}.meta-module__8ndPbW__googlePreview{background-color:#fff;border:1px solid #e5e7eb;border-radius:.5rem;padding:1.5rem;font-family:Arial,sans-serif;box-shadow:0 1px 3px #0000001a}.meta-module__8ndPbW__googleUrl{color:#202124;align-items:center;gap:8px;margin-bottom:4px;font-size:14px;display:flex}.meta-module__8ndPbW__googleBreadcrumb{color:#5f6368}.meta-module__8ndPbW__googleTitle{color:#1a0dab;cursor:pointer;margin-bottom:4px;font-size:20px;font-weight:400;line-height:1.3}.meta-module__8ndPbW__googleTitle:hover{text-decoration:underline}.meta-module__8ndPbW__googleDesc{color:#4d5156;font-size:14px;line-height:1.58}.meta-module__8ndPbW__twitterPreview{background-color:#fff;border:1px solid #cfd9de;border-radius:1rem;max-width:500px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;overflow:hidden}.meta-module__8ndPbW__twitterImage{color:#536471;background-color:#f7f9f9;background-position:50%;background-size:cover;border-bottom:1px solid #cfd9de;justify-content:center;align-items:center;width:100%;height:250px;display:flex}.meta-module__8ndPbW__twitterContent{padding:.75rem 1rem}.meta-module__8ndPbW__twitterDomain{color:#536471;margin-bottom:2px;font-size:13px}.meta-module__8ndPbW__twitterTitle{color:#0f1419;white-space:nowrap;text-overflow:ellipsis;margin-bottom:2px;font-size:15px;font-weight:400;overflow:hidden}.meta-module__8ndPbW__twitterDesc{color:#536471;white-space:nowrap;text-overflow:ellipsis;font-size:15px;overflow:hidden}.meta-module__8ndPbW__codePanel{background-color:var(--bg-secondary);border:1px solid var(--border-color);box-shadow:var(--card-shadow);border-radius:1rem;flex-direction:column;padding:1.5rem;display:flex}.meta-module__8ndPbW__codeArea{color:#d4d4d4;resize:vertical;background-color:#1e1e1e;border:1px solid #333;border-radius:.5rem;width:100%;min-height:250px;padding:1.5rem;font-family:Courier New,Courier,monospace;font-size:.95rem;line-height:1.5}.meta-module__8ndPbW__copyBtn{background:var(--accent-primary);color:#fff;cursor:pointer;transition:all var(--transition-fast);border:none;border-radius:.5rem;align-self:flex-start;margin-top:1rem;padding:.75rem 1.5rem;font-size:1rem;font-weight:600}.meta-module__8ndPbW__copyBtn:hover{background:var(--accent-hover)}.meta-module__8ndPbW__copyBtn.meta-module__8ndPbW__copied{background:#10b981}
.editor-module__PS9WEa__toolHeader{text-align:center;margin-bottom:2rem}.editor-module__PS9WEa__toolTitle{margin-bottom:1rem;font-size:2.5rem}.editor-module__PS9WEa__toolDescription{max-width:600px;color:var(--text-secondary);margin:0 auto;font-size:1.125rem}.editor-module__PS9WEa__workspace{flex-direction:column;gap:2rem;max-width:1200px;margin:0 auto 3rem;display:flex}.editor-module__PS9WEa__dropzonePanel{background-color:var(--bg-secondary);border:1px solid var(--border-color);box-shadow:var(--card-shadow);border-radius:1rem;flex-direction:column;gap:1.25rem;padding:1.5rem;display:flex}.editor-module__PS9WEa__dropArea{border:2px dashed var(--accent-primary);text-align:center;cursor:pointer;transition:all var(--transition-fast);background:#8b5cf60d;border-radius:.75rem;flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:4rem 2rem;display:flex}.editor-module__PS9WEa__dropArea:hover{background:#8b5cf61a;transform:scale(1.01)}.editor-module__PS9WEa__dropText{color:var(--text-primary);font-size:1.25rem;font-weight:600}.editor-module__PS9WEa__fileInput{display:none}.editor-module__PS9WEa__editorGrid{grid-template-columns:1fr 380px;gap:2rem;display:grid}@media (max-width:1000px){.editor-module__PS9WEa__editorGrid{grid-template-columns:1fr}}.editor-module__PS9WEa__panelTitle{color:var(--text-primary);border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:.5rem;font-size:1.25rem;font-weight:600;display:flex}.editor-module__PS9WEa__previewContainer{border:1px solid var(--border-color);background-color:#1e293b;background-image:linear-gradient(45deg,#334155 25%,#0000 25% 75%,#334155 75%,#334155),linear-gradient(45deg,#334155 25%,#0000 25% 75%,#334155 75%,#334155);background-position:0 0,10px 10px;background-size:20px 20px;border-radius:.75rem;flex-direction:column;justify-content:center;align-items:center;width:100%;min-height:400px;display:flex;position:relative;overflow:hidden}.editor-module__PS9WEa__previewCanvas{object-fit:contain;max-width:100%;max-height:75vh;transition:opacity .2s;box-shadow:0 10px 40px #00000080}.editor-module__PS9WEa__settingsPanel{background-color:var(--bg-secondary);border:1px solid var(--border-color);box-shadow:var(--card-shadow);border-radius:1rem;flex-direction:column;gap:1.25rem;height:fit-content;max-height:85vh;padding:1.5rem;display:flex;overflow-y:auto}.editor-module__PS9WEa__tabsContainer{background:var(--bg-primary);border:1px solid var(--border-color);border-radius:.5rem;margin-bottom:.5rem;padding:.25rem;display:flex}.editor-module__PS9WEa__tabBtn{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:.35rem;flex:1;padding:.5rem;font-size:.8rem;font-weight:600;transition:all .2s}.editor-module__PS9WEa__tabBtn.editor-module__PS9WEa__active{background:var(--bg-secondary);color:var(--text-primary);box-shadow:0 1px 3px #0000001a}.editor-module__PS9WEa__presetsGrid{grid-template-columns:repeat(3,1fr);gap:.5rem;margin-bottom:1rem;display:grid}.editor-module__PS9WEa__presetBtn{background:var(--bg-primary);border:1px solid var(--border-color);color:var(--text-secondary);cursor:pointer;text-align:center;border-radius:.5rem;padding:.5rem;font-size:.8rem;font-weight:600;transition:all .2s}.editor-module__PS9WEa__presetBtn:hover{border-color:var(--accent-primary);color:var(--accent-primary)}.editor-module__PS9WEa__selectBox{border:1px solid var(--border-color);background-color:var(--bg-primary);width:100%;color:var(--text-primary);cursor:pointer;border-radius:.5rem;padding:.5rem;font-family:inherit;font-size:.9rem}.editor-module__PS9WEa__colorPicker{border:1px solid var(--border-color);cursor:pointer;border-radius:.5rem;width:100%;height:40px;padding:0}.editor-module__PS9WEa__colorPicker::-webkit-color-swatch-wrapper{padding:0}.editor-module__PS9WEa__colorPicker::-webkit-color-swatch{border:none;border-radius:.5rem}.editor-module__PS9WEa__liquifyCursorBulge{cursor:zoom-in}.editor-module__PS9WEa__liquifyCursorPinch{cursor:zoom-out}.editor-module__PS9WEa__exportSection{background:var(--bg-secondary);border-top:1px solid var(--border-color);gap:.5rem;padding-top:1rem;display:flex;position:sticky;bottom:0}.editor-module__PS9WEa__exportSelect{border:1px solid var(--border-color);background:var(--bg-primary);color:var(--text-primary);border-radius:.5rem;flex:0 0 80px;padding:.5rem;font-weight:600}.editor-module__PS9WEa__downloadBtn{background:var(--accent-primary);color:#fff;cursor:pointer;transition:all var(--transition-fast);text-align:center;border:none;border-radius:.5rem;flex:1;padding:1rem;font-size:1.1rem;font-weight:700}.editor-module__PS9WEa__formGroup{flex-direction:column;gap:.5rem;display:flex}.editor-module__PS9WEa__formLabel{color:var(--text-primary);justify-content:space-between;align-items:center;font-size:.9rem;font-weight:600;display:flex}.editor-module__PS9WEa__range{-webkit-appearance:none;background:#e2e8f0;border-radius:3px;outline:none;width:100%;height:6px}.editor-module__PS9WEa__range::-webkit-slider-thumb{-webkit-appearance:none;background:var(--accent-primary);cursor:pointer;border-radius:50%;width:20px;height:20px;box-shadow:0 2px 4px #0003}.editor-module__PS9WEa__rangeVal{background:var(--bg-primary);border:1px solid var(--border-color);text-align:center;border-radius:.25rem;min-width:3rem;padding:.2rem .5rem;font-family:monospace;font-size:.8rem}.editor-module__PS9WEa__clearBtn{color:#ef4444;cursor:pointer;background:0 0;border:1px solid #ef4444;border-radius:.5rem;padding:.25rem .75rem;font-size:.85rem;font-weight:600;transition:all .2s}.editor-module__PS9WEa__clearBtn:hover{color:#fff;background:#ef4444}.editor-module__PS9WEa__compareBtn{background:var(--bg-primary);color:var(--text-primary);border:1px solid var(--border-color);cursor:pointer;border-radius:.5rem;padding:.5rem 1rem;font-size:.9rem;font-weight:600;transition:all .2s}.editor-module__PS9WEa__compareBtn:active{background:#e2e8f0}
.MetricCard-module__O1cG6W__card{background-color:var(--bg-secondary);border:1px solid var(--border-color);box-shadow:var(--card-shadow);transition:transform var(--transition-normal), box-shadow var(--transition-normal), border-color var(--transition-fast);border-radius:1rem;flex-direction:column;justify-content:center;align-items:center;padding:1.5rem;display:flex}.MetricCard-module__O1cG6W__card:hover{box-shadow:var(--hover-shadow);border-color:var(--accent-secondary);transform:translateY(-4px)}.MetricCard-module__O1cG6W__value{background:var(--accent-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:.5rem;font-size:2.5rem;font-weight:800;line-height:1.2}.MetricCard-module__O1cG6W__label{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;font-size:.875rem;font-weight:600}
