.textformatter-module__z-hX8G__container{max-width:1200px;margin:0 auto;padding:2rem 1rem}.textformatter-module__z-hX8G__header{text-align:center;margin-bottom:2rem}.textformatter-module__z-hX8G__title{color:var(--secondary-color);margin-bottom:.5rem;font-size:2rem;font-weight:700}.textformatter-module__z-hX8G__description{color:var(--text-color-light);max-width:600px;margin:0 auto;font-size:1.1rem}.textformatter-module__z-hX8G__formatterSection{grid-template-columns:1fr 300px;gap:2rem;margin-bottom:2rem;display:grid}@media (max-width:1024px){.textformatter-module__z-hX8G__formatterSection{grid-template-columns:1fr;gap:1.5rem}}.textformatter-module__z-hX8G__inputSection{background:var(--card-background);border:1px solid var(--card-border);border-radius:12px;padding:2rem}.textformatter-module__z-hX8G__inputLabel{color:var(--secondary-color);margin-bottom:1rem;font-size:1.2rem;font-weight:600;display:block}.textformatter-module__z-hX8G__textInput{border:2px solid var(--border-color);background:var(--card-background);width:100%;min-height:300px;color:var(--text-color);resize:vertical;border-radius:8px;padding:1rem;font-family:monospace;font-size:1rem;line-height:1.4;transition:border-color .2s}.textformatter-module__z-hX8G__textInput:focus{border-color:var(--primary-color);outline:none}.textformatter-module__z-hX8G__textInput::placeholder{color:var(--text-color-light)}.textformatter-module__z-hX8G__controlsSection{background:var(--card-background);border:1px solid var(--card-border);border-radius:12px;padding:2rem}.textformatter-module__z-hX8G__controlsTitle{color:var(--secondary-color);text-align:center;margin-bottom:1.5rem;font-size:1.2rem;font-weight:600}.textformatter-module__z-hX8G__categoryTabs{flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem;display:flex}.textformatter-module__z-hX8G__categoryTab{border:2px solid var(--border-color);background:var(--card-background);color:var(--text-color);cursor:pointer;border-radius:6px;padding:.5rem 1rem;font-size:.9rem;font-weight:500;transition:all .2s}.textformatter-module__z-hX8G__categoryTab.textformatter-module__z-hX8G__active{border-color:var(--primary-color);color:var(--primary-color);background:#0070f31a}.textformatter-module__z-hX8G__categoryTab:hover{border-color:var(--primary-color)}.textformatter-module__z-hX8G__formatOptions{grid-template-columns:1fr;gap:.75rem;max-height:400px;padding-right:.5rem;display:grid;overflow-y:auto}.textformatter-module__z-hX8G__formatOptions::-webkit-scrollbar{width:6px}.textformatter-module__z-hX8G__formatOptions::-webkit-scrollbar-track{background:var(--border-color);border-radius:3px}.textformatter-module__z-hX8G__formatOptions::-webkit-scrollbar-thumb{background:var(--text-color-light);border-radius:3px}.textformatter-module__z-hX8G__formatOptions::-webkit-scrollbar-thumb:hover{background:var(--text-color)}.textformatter-module__z-hX8G__formatOption{border:2px solid var(--border-color);background:var(--card-background);cursor:pointer;border-radius:8px;justify-content:space-between;align-items:center;padding:.75rem;transition:all .2s;display:flex}.textformatter-module__z-hX8G__formatOption:hover{border-color:var(--primary-color);background:#0070f30d}.textformatter-module__z-hX8G__formatOptionInfo{flex:1}.textformatter-module__z-hX8G__formatOptionName{color:var(--secondary-color);margin-bottom:.25rem;font-weight:600}.textformatter-module__z-hX8G__formatOptionDesc{color:var(--text-color-light);font-size:.9rem}.textformatter-module__z-hX8G__applyButton{background:var(--primary-color);color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:6px;padding:.5rem 1rem;font-weight:500;transition:all .2s}.textformatter-module__z-hX8G__applyButton:hover{background:var(--link-hover-color);transform:translateY(-1px)}.textformatter-module__z-hX8G__applyButton:active{transform:translateY(0)}.textformatter-module__z-hX8G__resultSection{background:var(--card-background);border:1px solid var(--card-border);border-radius:12px;margin-bottom:2rem;padding:2rem}.textformatter-module__z-hX8G__resultHeader{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.textformatter-module__z-hX8G__resultTitle{color:var(--secondary-color);font-size:1.5rem;font-weight:600}.textformatter-module__z-hX8G__resultActions{flex-wrap:wrap;gap:.75rem;display:flex}.textformatter-module__z-hX8G__actionButton{border:2px solid var(--primary-color);background:var(--primary-color);color:#fff;cursor:pointer;border-radius:8px;align-items:center;gap:.25rem;padding:.5rem 1rem;font-weight:500;transition:all .2s;display:flex}.textformatter-module__z-hX8G__actionButton:hover{background:var(--link-hover-color);border-color:var(--link-hover-color);transform:translateY(-2px)}.textformatter-module__z-hX8G__actionButton.textformatter-module__z-hX8G__secondary{color:var(--primary-color);background:0 0}.textformatter-module__z-hX8G__actionButton.textformatter-module__z-hX8G__secondary:hover{background:#0070f31a}.textformatter-module__z-hX8G__actionButton.textformatter-module__z-hX8G__danger{color:#fff;background:#ef4444;border-color:#ef4444}.textformatter-module__z-hX8G__actionButton.textformatter-module__z-hX8G__danger:hover{background:#dc2626;border-color:#dc2626}.textformatter-module__z-hX8G__resultText{border:2px solid var(--border-color);background:var(--card-background);width:100%;min-height:300px;color:var(--text-color);resize:vertical;border-radius:8px;padding:1rem;font-family:monospace;font-size:1rem;line-height:1.4;transition:border-color .2s}.textformatter-module__z-hX8G__resultText:focus{border-color:var(--primary-color);outline:none}.textformatter-module__z-hX8G__statsSection{background:#10b9810d;border:1px solid #10b9811a;border-radius:8px;margin-top:1rem;padding:1rem}.textformatter-module__z-hX8G__statsGrid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;display:grid}.textformatter-module__z-hX8G__statItem{text-align:center}.textformatter-module__z-hX8G__statValue{color:var(--primary-color);font-size:1.2rem;font-weight:700;display:block}.textformatter-module__z-hX8G__statLabel{color:var(--text-color-light);font-size:.9rem}.textformatter-module__z-hX8G__instructions{background:#10b9811a;border:1px solid #10b98133;border-radius:8px;margin-bottom:2rem;padding:1.5rem}.textformatter-module__z-hX8G__instructions h3{color:var(--secondary-color);margin:0 0 1rem;font-size:1.2rem}.textformatter-module__z-hX8G__instructions ul{margin:0;padding-left:1.5rem}.textformatter-module__z-hX8G__instructions li{color:var(--text-color);margin-bottom:.5rem}.textformatter-module__z-hX8G__quickActions{background:#f59e0b1a;border:1px solid #f59e0b33;border-radius:8px;margin-bottom:2rem;padding:1.5rem}.textformatter-module__z-hX8G__quickActions h3{color:var(--secondary-color);margin:0 0 1rem;font-size:1.2rem}.textformatter-module__z-hX8G__quickActionButtons{flex-wrap:wrap;gap:.5rem;display:flex}.textformatter-module__z-hX8G__quickActionBtn{border:2px solid var(--border-color);background:var(--card-background);color:var(--text-color);cursor:pointer;border-radius:6px;padding:.5rem 1rem;font-size:.9rem;font-weight:500;transition:all .2s}.textformatter-module__z-hX8G__quickActionBtn:hover{border-color:var(--primary-color);background:#0070f30d}@media (max-width:768px){.textformatter-module__z-hX8G__container{padding:1rem .5rem}.textformatter-module__z-hX8G__header{margin-bottom:1.5rem}.textformatter-module__z-hX8G__title{font-size:1.5rem}.textformatter-module__z-hX8G__description{font-size:1rem}.textformatter-module__z-hX8G__formatterSection{gap:1rem}.textformatter-module__z-hX8G__inputSection,.textformatter-module__z-hX8G__controlsSection,.textformatter-module__z-hX8G__resultSection{padding:1.5rem 1rem}.textformatter-module__z-hX8G__resultHeader{flex-direction:column;align-items:flex-start;gap:1rem}.textformatter-module__z-hX8G__resultActions{justify-content:center;width:100%}.textformatter-module__z-hX8G__actionButton{flex:1;justify-content:center}.textformatter-module__z-hX8G__categoryTabs{justify-content:center}.textformatter-module__z-hX8G__statsGrid{grid-template-columns:repeat(2,1fr)}.textformatter-module__z-hX8G__quickActionButtons{justify-content:center}}
