.regex-output{background:#1a1a2e;border:1px solid #ff6b6b40;border-radius:8px;margin:20px 0;overflow:hidden;box-shadow:0 4px 12px #ff6b6b1a}.regex-header{background:#ff6b6b1a;padding:8px 15px;border-bottom:1px solid #ff6b6b40;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:8px}.regex-flavor-badge{color:#ff6b6b;font-weight:700;font-size:.9em;display:flex;align-items:center;gap:6px}.regex-flavor-badge .pattern-icon{font-family:Consolas,Monaco,Courier New,monospace;font-size:1.1em}.regex-variation-label{font-size:.85em;color:#ffffffb3;margin-left:10px}.regex-copy-btn{background:#ff6b6b1a;border:1px solid #ff6b6b;color:#ff6b6b;padding:4px 12px;border-radius:4px;cursor:pointer;font-size:.85em;transition:all .2s}.regex-copy-btn:hover{background:#ff6b6b33;border-color:#ff8a8a}.regex-copy-btn.copied{background:#4caf504d;border-color:#4caf50;color:#4caf50}.regex-pattern-display{padding:15px;background:#0d1117;font-family:Consolas,Monaco,Courier New,monospace;font-size:16px;line-height:1.6;overflow-x:auto}.regex-pattern-display .pattern{color:#ff6b6b;word-break:break-all}.regex-pattern-display .flags{color:#ffd93d;margin-left:4px}.regex-pattern-display .delimiter{color:#666}.regex-content{padding:15px;overflow-x:auto;font-family:Consolas,Monaco,Courier New,monospace;font-size:14px;line-height:1.6;color:#d4d4d4;background:#0d1117}.regex-content pre{margin:0;padding:0;background:transparent;border:none}.regex-content code{font-family:inherit;background:transparent;padding:0;color:inherit}.regex-explanation{padding:15px;background:#ff6b6b0d;border-top:1px solid #ff6b6b20}.regex-explanation-title{font-weight:600;color:#ff6b6b;margin-bottom:10px;font-size:.9em;text-transform:uppercase;letter-spacing:.5px}.regex-explanation-content{color:#aab;font-size:.95em;line-height:1.6}.regex-explanation-content code{background:#ff6b6b1a;color:#ff6b6b;padding:2px 6px;border-radius:3px;font-family:Consolas,Monaco,Courier New,monospace;font-size:.9em}.regex-test-cases{padding:15px;background:#4caf500d;border-top:1px solid rgba(76,175,80,.2)}.regex-test-cases-title{font-weight:600;color:#4caf50;margin-bottom:10px;font-size:.9em;text-transform:uppercase;letter-spacing:.5px}.regex-test-case{display:flex;align-items:center;gap:8px;padding:6px 10px;background:#4caf501a;border-radius:4px;margin-bottom:6px;font-family:Consolas,Monaco,Courier New,monospace;font-size:.9em}.regex-test-case:last-child{margin-bottom:0}.regex-test-case .match-icon{color:#4caf50}.regex-test-case .test-string{color:#a5d6ff}.regex-preview-lines{padding:15px;background:#0d1117}.regex-preview-lines .line{height:8px;background:linear-gradient(90deg,#ff6b6b20 0%,transparent 100%);border-radius:4px;margin-bottom:8px}.regex-tester{padding:15px;background:#ffffff05;border-top:1px solid rgba(255,255,255,.1)}.regex-tester-title{font-weight:600;color:#6afcff;margin-bottom:10px;font-size:.9em}.regex-tester-input{width:100%;background:#0d1117;border:1px solid rgba(255,255,255,.2);border-radius:4px;padding:10px;color:#fff;font-family:Consolas,Monaco,Courier New,monospace;font-size:14px;resize:vertical;min-height:60px}.regex-tester-input:focus{outline:none;border-color:#6afcff}.regex-tester-result{margin-top:10px;padding:10px;background:#0d1117;border-radius:4px;font-family:Consolas,Monaco,Courier New,monospace;font-size:14px}.regex-tester-result .match{background:#ff6b6b4d;color:#ff6b6b;padding:1px 3px;border-radius:2px}.regex-pattern-display::-webkit-scrollbar,.regex-content::-webkit-scrollbar{height:8px;background:#ff6b6b1a}.regex-pattern-display::-webkit-scrollbar-thumb,.regex-content::-webkit-scrollbar-thumb{background:#ff6b6b4d;border-radius:4px}.regex-pattern-display::-webkit-scrollbar-thumb:hover,.regex-content::-webkit-scrollbar-thumb:hover{background:#ff6b6b80}.regex-loading{text-align:center;padding:40px;color:#ff6b6b}.regex-loading:after{content:"...";animation:loading 1.5s infinite}@keyframes loading{0%,20%{content:"."}40%{content:".."}60%,to{content:"..."}}@media(max-width:768px){.regex-pattern-display{font-size:14px;padding:10px}.regex-content{font-size:12px;padding:10px}.regex-header{padding:6px 10px}.regex-copy-btn{font-size:.8em;padding:3px 8px}}.regex-pattern-display ::selection,.regex-content ::selection{background:#ff6b6b4d}.regex-pattern-display ::-moz-selection,.regex-content ::-moz-selection{background:#ff6b6b4d}.regex-section-toggle{display:flex;align-items:center;justify-content:space-between;cursor:pointer;padding:10px 15px;background:#ffffff08;border-top:1px solid rgba(255,255,255,.1);transition:background .2s}.regex-section-toggle:hover{background:#ffffff0d}.regex-section-toggle .toggle-icon{transition:transform .2s}.regex-section-toggle.collapsed .toggle-icon{transform:rotate(-90deg)}.regex-section-content{max-height:500px;overflow:hidden;transition:max-height .3s ease}.regex-section-content.collapsed{max-height:0}
