.styles-module__nuynaW__container{--bg-gradient-start:#667eea;--bg-gradient-end:#764ba2;--card-bg:#fffffff2;--border-color:#e2e8f0;--border-light:#f1f5f9;--text-primary:#1e293b;--text-secondary:#475569;--text-muted:#94a3b8;--btn-bg:#f8fafc;--btn-hover:#667eea;--success:#10b981;--error:#ef4444;--warning:#f59e0b;--highlight-bg:#fef3c7;--match-bg:#dbeafe;--scrollbar-track:#f1f5f9;--scrollbar-thumb:#cbd5e1;--scrollbar-hover:#94a3b8}.dark .styles-module__nuynaW__container{--bg-gradient-start:#1e293b;--bg-gradient-end:#0f172a;--card-bg:#1e293bf2;--border-color:#475569;--border-light:#334155;--text-primary:#e2e8f0;--text-secondary:#cbd5e1;--text-muted:#94a3b8;--btn-bg:#334155;--btn-hover:#667eea;--highlight-bg:#3b3b2a;--match-bg:#1e3a5f;--scrollbar-track:#334155;--scrollbar-thumb:#475569;--scrollbar-hover:#64748b}.styles-module__nuynaW__container{background:linear-gradient(135deg, var(--bg-gradient-start) 0%, var(--bg-gradient-end) 100%);min-height:100vh;padding:40px 20px}.styles-module__nuynaW__layout{max-width:1200px;margin:0 auto}.styles-module__nuynaW__tabs{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-radius:60px;flex-wrap:wrap;justify-content:center;gap:8px;width:fit-content;margin:0 auto 32px;padding:6px;display:flex}.styles-module__nuynaW__tab{cursor:pointer;color:#fff;background:0 0;border:none;border-radius:40px;align-items:center;gap:8px;padding:10px 24px;font-size:.95rem;font-weight:600;transition:all .3s;display:flex}.styles-module__nuynaW__tab.styles-module__nuynaW__active{color:#667eea;background:#fff;box-shadow:0 4px 12px #0000001a}.styles-module__nuynaW__tabContent{animation:.3s styles-module__nuynaW__fadeIn}.styles-module__nuynaW__sectionTitle{color:var(--text-primary);align-items:center;gap:8px;margin:0 0 16px;font-size:1rem;font-weight:600;display:flex}.styles-module__nuynaW__regexInputSection,.styles-module__nuynaW__flagsSection,.styles-module__nuynaW__testSection,.styles-module__nuynaW__replaceSection{background:var(--card-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--border-color);border-radius:20px;margin-bottom:20px;padding:24px}.styles-module__nuynaW__label{color:var(--text-secondary);margin-bottom:12px;font-size:.85rem;font-weight:600;display:block}.styles-module__nuynaW__regexInputWrapper{background:var(--card-bg);border:2px solid var(--border-color);border-radius:12px;align-items:center;gap:8px;padding:0 12px;transition:all .2s;display:flex}.styles-module__nuynaW__regexInputWrapper:focus-within{border-color:var(--btn-hover);box-shadow:0 0 0 3px #667eea1a}.styles-module__nuynaW__regexPrefix,.styles-module__nuynaW__regexSuffix{color:var(--text-muted);font-family:Courier New,monospace;font-size:.9rem;font-weight:600}.styles-module__nuynaW__regexInput{color:var(--text-primary);background:0 0;border:none;flex:1;padding:14px 0;font-family:Courier New,monospace;font-size:.9rem}.styles-module__nuynaW__regexInput:focus{outline:none}.styles-module__nuynaW__copyBtn,.styles-module__nuynaW__clearBtn,.styles-module__nuynaW__iconBtn{background:var(--btn-bg);border:1px solid var(--border-color);cursor:pointer;color:var(--text-secondary);border-radius:8px;align-items:center;gap:4px;padding:6px 12px;font-size:.8rem;transition:all .2s;display:inline-flex}.styles-module__nuynaW__copyBtn:hover,.styles-module__nuynaW__clearBtn:hover,.styles-module__nuynaW__iconBtn:hover{background:var(--btn-hover);color:#fff}.styles-module__nuynaW__clearBtn:hover{background:var(--error)}.styles-module__nuynaW__flagsGrid{flex-wrap:wrap;gap:12px;display:flex}.styles-module__nuynaW__flagBtn{background:var(--btn-bg);border:1px solid var(--border-color);cursor:pointer;color:var(--text-secondary);border-radius:40px;align-items:center;gap:8px;padding:8px 16px;font-size:.85rem;transition:all .2s;display:flex}.styles-module__nuynaW__flagBtn code{background:#0000000d;border-radius:4px;padding:2px 6px;font-weight:700}.styles-module__nuynaW__flagBtn.styles-module__nuynaW__active{background:var(--btn-hover);border-color:var(--btn-hover);color:#fff}.styles-module__nuynaW__flagBtn.styles-module__nuynaW__active code{background:#fff3}.styles-module__nuynaW__flagBtn:hover:not(.styles-module__nuynaW__active){background:var(--btn-hover);border-color:var(--btn-hover);color:#fff}.styles-module__nuynaW__testTextarea{border:2px solid var(--border-color);resize:vertical;background:var(--card-bg);width:100%;color:var(--text-primary);border-radius:12px;padding:16px;font-family:Courier New,monospace;font-size:.9rem;line-height:1.6;transition:all .2s}.styles-module__nuynaW__testTextarea:focus{border-color:var(--btn-hover);outline:none;box-shadow:0 0 0 3px #667eea1a}.styles-module__nuynaW__replaceWrapper{background:var(--card-bg);border:2px solid var(--border-color);border-radius:12px;align-items:center;gap:8px;padding:0 12px;display:flex}.styles-module__nuynaW__replaceInput{color:var(--text-primary);background:0 0;border:none;flex:1;padding:14px 0;font-family:Courier New,monospace;font-size:.9rem}.styles-module__nuynaW__replaceInput:focus{outline:none}.styles-module__nuynaW__replaceHint{color:var(--text-muted);margin-top:8px;font-size:.7rem}.styles-module__nuynaW__replaceHint code{background:var(--btn-bg);border-radius:4px;padding:2px 6px;font-family:monospace}.styles-module__nuynaW__highlightPreview{border:1px solid var(--border-color);border-radius:12px;margin-top:16px;overflow:hidden}.styles-module__nuynaW__highlightHeader{border-bottom:1px solid var(--border-color);color:var(--text-secondary);background:#00000008;justify-content:space-between;align-items:center;padding:12px 16px;font-size:.85rem;font-weight:600;display:flex}.styles-module__nuynaW__highlightContent{background:var(--card-bg);color:var(--text-primary);white-space:pre-wrap;word-break:break-word;max-height:300px;padding:16px;font-family:Courier New,monospace;font-size:.85rem;line-height:1.6;overflow-y:auto}.styles-module__nuynaW__highlightMatch{background:var(--highlight-bg);color:var(--text-primary);border-radius:4px;padding:2px 0;font-weight:600}.styles-module__nuynaW__matchesSection{background:var(--card-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--border-color);border-radius:20px;margin-top:20px;padding:24px}.styles-module__nuynaW__matchesHeader{border-bottom:2px solid var(--border-color);justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:12px;display:flex}.styles-module__nuynaW__matchesHeader h3{color:var(--text-primary);margin:0;font-size:1rem;font-weight:600}.styles-module__nuynaW__matchesList{max-height:300px;overflow-y:auto}.styles-module__nuynaW__matchItem{border-bottom:1px solid var(--border-light);flex-wrap:wrap;align-items:baseline;gap:8px;padding:12px;font-size:.85rem;display:flex}.styles-module__nuynaW__matchItem:last-child{border-bottom:none}.styles-module__nuynaW__matchIndex{color:var(--text-muted);min-width:30px;font-weight:600}.styles-module__nuynaW__matchText{background:var(--match-bg);color:var(--text-primary);border-radius:6px;padding:4px 8px;font-family:Courier New,monospace;font-weight:500}.styles-module__nuynaW__matchPos{color:var(--text-muted);font-size:.75rem}.styles-module__nuynaW__matchGroups{width:100%;color:var(--text-muted);margin-top:8px;padding-left:38px;font-family:monospace;font-size:.75rem}.styles-module__nuynaW__explanationSection{background:var(--card-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--border-color);border-radius:20px;margin-top:20px;padding:24px}.styles-module__nuynaW__explanationHeader{border-bottom:2px solid var(--border-color);justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:12px;display:flex}.styles-module__nuynaW__explanationHeader h3{color:var(--text-primary);margin:0;font-size:1rem;font-weight:600}.styles-module__nuynaW__explanationBox{background:#00000005;border-radius:12px;padding:16px}.dark .styles-module__nuynaW__explanationBox{background:#ffffff05}.styles-module__nuynaW__explanationSummary{color:var(--text-secondary);margin:0 0 16px;font-size:.85rem;line-height:1.5}.styles-module__nuynaW__breakdownList{flex-direction:column;gap:8px;display:flex}.styles-module__nuynaW__breakdownItem{border-bottom:1px solid var(--border-light);flex-wrap:wrap;align-items:baseline;gap:12px;padding:6px 0;display:flex}.styles-module__nuynaW__breakdownItem:last-child{border-bottom:none}.styles-module__nuynaW__breakdownCode{background:var(--btn-bg);color:#e83e8c;border-radius:6px;padding:4px 8px;font-family:monospace;font-size:.85rem}.styles-module__nuynaW__resultSection{background:var(--card-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--border-color);border-radius:20px;margin-top:20px;padding:24px;animation:.3s styles-module__nuynaW__fadeIn}.styles-module__nuynaW__resultHeader{border-bottom:2px solid var(--border-color);justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:12px;display:flex}.styles-module__nuynaW__resultHeader h3{color:var(--text-primary);margin:0;font-size:1rem;font-weight:600}.styles-module__nuynaW__resultPreview{white-space:pre-wrap;word-break:break-all;max-height:300px;color:var(--text-primary);background:#00000008;border-radius:12px;padding:16px;font-family:Courier New,monospace;font-size:.85rem;overflow:auto}.styles-module__nuynaW__statsRow{border-top:1px solid var(--border-color);color:var(--text-muted);flex-wrap:wrap;gap:20px;margin-top:16px;padding-top:16px;font-size:.75rem;display:flex}.styles-module__nuynaW__templatesSection{background:var(--card-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--border-color);border-radius:20px;margin-bottom:20px;padding:24px}.styles-module__nuynaW__templatesDescription{color:var(--text-muted);margin-bottom:24px;font-size:.85rem}.styles-module__nuynaW__templateCategory{margin-bottom:32px}.styles-module__nuynaW__templateCategory:last-child{margin-bottom:0}.styles-module__nuynaW__categoryTitle{color:var(--text-primary);border-bottom:2px solid var(--border-color);margin:0 0 16px;padding-bottom:8px;font-size:1rem;font-weight:600}.styles-module__nuynaW__templatesGrid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:12px;display:grid}.styles-module__nuynaW__templateBtn{background:var(--btn-bg);border:1px solid var(--border-color);cursor:pointer;text-align:left;border-radius:12px;flex-direction:column;align-items:flex-start;gap:4px;width:100%;padding:12px;transition:all .2s;display:flex}.styles-module__nuynaW__templateBtn:hover{background:var(--btn-hover);border-color:var(--btn-hover);transform:translateY(-2px)}.styles-module__nuynaW__templateBtn:hover .styles-module__nuynaW__templateName,.styles-module__nuynaW__templateBtn:hover .styles-module__nuynaW__templateDesc{color:#fff}.styles-module__nuynaW__templateName{color:var(--text-primary);font-size:.85rem;font-weight:600}.styles-module__nuynaW__templateDesc{color:var(--text-muted);font-size:.7rem}.styles-module__nuynaW__codeSection{background:var(--card-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--border-color);border-radius:20px;margin-top:20px;padding:24px}.styles-module__nuynaW__codeHeader{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px;display:flex}.styles-module__nuynaW__languageSelect{background:var(--btn-bg);border:1px solid var(--border-color);cursor:pointer;color:var(--text-primary);border-radius:10px;padding:8px 16px;font-size:.85rem}.styles-module__nuynaW__codePreview{position:relative}.styles-module__nuynaW__codeBlock{color:#d4d4d4;white-space:pre-wrap;word-break:break-all;background:#1e1e1e;border-radius:12px;max-height:300px;margin-bottom:12px;padding:16px;font-family:Courier New,monospace;font-size:.8rem;overflow:auto}.styles-module__nuynaW__copyCodeBtn{background:var(--btn-bg);border:1px solid var(--border-color);cursor:pointer;width:100%;color:var(--text-secondary);border-radius:8px;padding:10px;font-size:.85rem;transition:all .2s}.styles-module__nuynaW__copyCodeBtn:hover{background:var(--btn-hover);color:#fff}.styles-module__nuynaW__regexError{border:1px solid var(--error);color:var(--error);background:#ef44441a;border-radius:8px;margin-top:8px;padding:8px 12px;font-size:.8rem}@keyframes styles-module__nuynaW__fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1024px){.styles-module__nuynaW__container{padding:20px 16px}.styles-module__nuynaW__tabs{border-radius:20px;flex-direction:column;width:100%}.styles-module__nuynaW__tab{justify-content:center}}@media (max-width:768px){.styles-module__nuynaW__flagsGrid{flex-direction:column}.styles-module__nuynaW__flagBtn{justify-content:center}.styles-module__nuynaW__templatesGrid{grid-template-columns:1fr}.styles-module__nuynaW__statsRow{flex-direction:column;gap:8px}.styles-module__nuynaW__regexInputWrapper{flex-wrap:wrap;padding:8px}.styles-module__nuynaW__regexPrefix,.styles-module__nuynaW__regexSuffix{display:none}.styles-module__nuynaW__regexInput{width:100%;padding:8px}.styles-module__nuynaW__codeHeader{flex-direction:column;align-items:flex-start}.styles-module__nuynaW__languageSelect{width:100%}.styles-module__nuynaW__breakdownItem,.styles-module__nuynaW__matchItem{flex-direction:column;gap:4px}.styles-module__nuynaW__matchGroups{padding-left:0}}@media (max-width:480px){.styles-module__nuynaW__resultHeader,.styles-module__nuynaW__explanationHeader,.styles-module__nuynaW__matchesHeader{flex-direction:column;align-items:flex-start;gap:10px}}.styles-module__nuynaW__testTextarea::-webkit-scrollbar{width:8px;height:8px}.styles-module__nuynaW__highlightContent::-webkit-scrollbar{width:8px;height:8px}.styles-module__nuynaW__matchesList::-webkit-scrollbar{width:8px;height:8px}.styles-module__nuynaW__resultPreview::-webkit-scrollbar{width:8px;height:8px}.styles-module__nuynaW__codeBlock::-webkit-scrollbar{width:8px;height:8px}.styles-module__nuynaW__testTextarea::-webkit-scrollbar-track{background:var(--scrollbar-track);border-radius:4px}.styles-module__nuynaW__highlightContent::-webkit-scrollbar-track{background:var(--scrollbar-track);border-radius:4px}.styles-module__nuynaW__matchesList::-webkit-scrollbar-track{background:var(--scrollbar-track);border-radius:4px}.styles-module__nuynaW__resultPreview::-webkit-scrollbar-track{background:var(--scrollbar-track);border-radius:4px}.styles-module__nuynaW__codeBlock::-webkit-scrollbar-track{background:var(--scrollbar-track);border-radius:4px}.styles-module__nuynaW__testTextarea::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);border-radius:4px}.styles-module__nuynaW__highlightContent::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);border-radius:4px}.styles-module__nuynaW__matchesList::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);border-radius:4px}.styles-module__nuynaW__resultPreview::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);border-radius:4px}.styles-module__nuynaW__codeBlock::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);border-radius:4px}.styles-module__nuynaW__testTextarea::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-hover)}.styles-module__nuynaW__highlightContent::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-hover)}.styles-module__nuynaW__matchesList::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-hover)}.styles-module__nuynaW__resultPreview::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-hover)}.styles-module__nuynaW__codeBlock::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-hover)}
