*,*:before,*:after{box-sizing:border-box}html{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh}#root{min-height:100vh}:root{--primary: #29ABE2;--primary-dark: #1E9CD3;--primary-light: #4DBFEF;--success: #10b981;--warning: #f59e0b;--error: #ef4444;--gray-50: #f9fafb;--gray-100: #f3f4f6;--gray-200: #e5e7eb;--gray-300: #d1d5db;--gray-400: #9ca3af;--gray-500: #6b7280;--gray-600: #4b5563;--gray-700: #374151;--gray-800: #1f2937;--gray-900: #111827;--highlight-bg: #fef08a;--highlight-border: #eab308;--font-mono: "SF Mono", "Monaco", "Inconsolata", "Fira Code", "Consolas", monospace}*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;background:var(--gray-100);color:var(--gray-800);line-height:1.5}.app{min-height:100vh;display:flex;flex-direction:column}.app-header{background:linear-gradient(135deg,var(--gray-800) 0%,var(--gray-900) 100%);color:#fff;padding:1rem 2rem;display:flex;align-items:baseline;gap:.75rem}.app-header h1{font-size:1.5rem;font-weight:700}.app-header .subtitle{color:var(--gray-400);font-size:.9rem}.app-main{flex:1;display:flex;max-width:100%;overflow:hidden;background:var(--gray-200)}.editor-section{flex:1;min-width:0;display:flex;flex-direction:column;gap:8px;background:var(--gray-200);margin-right:4px}.text-panels{flex:1;min-height:0;background:var(--gray-200)}.text-panels .text-section{height:100%;display:flex;flex-direction:column;margin-right:4px}.text-panels .results-section{height:100%;display:flex;flex-direction:column;margin-left:4px}.text-panels .text-editor{flex:1;display:flex;flex-direction:column;min-height:0}.text-panels .text-input{flex:1;min-height:0;resize:none}.text-panels .highlighted-container{flex:1;min-height:0}.resize-handle,[data-panel-resize-handle-id],[data-separator]{flex:0 0 0!important;width:0!important;min-width:0!important;background:transparent!important;cursor:col-resize;position:relative}.resize-handle:after{content:"";position:absolute;inset:0 -8px;cursor:col-resize}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem;min-height:36px}.section-header label{font-weight:600;color:var(--gray-700)}.header-actions{display:flex;gap:.5rem}button{cursor:pointer;border:none;border-radius:6px;font-size:.875rem;font-weight:500;padding:.5rem 1rem;transition:all .15s ease}.btn-secondary{background:var(--gray-200);color:var(--gray-700)}.btn-secondary:hover{background:var(--gray-300)}.pattern-section{padding:1rem;background:var(--gray-50)}.pattern-input-wrapper{width:100%;padding:.75rem 1rem;font-family:var(--font-mono);font-size:1rem;border:1px solid var(--gray-300);background:#fff;transition:border-color .15s ease}.pattern-input-wrapper:focus-within{border-color:var(--primary)}.pattern-input-wrapper.has-error{border-color:var(--warning)}.pattern-input-wrapper .expression-editor{width:100%;min-height:1.5em}.pattern-input-wrapper input,.pattern-input-wrapper textarea,.pattern-input-wrapper [contenteditable],.pattern-input-wrapper pre{outline:none!important;border:none!important;background:transparent!important;font-family:inherit;font-size:inherit;width:100%;margin:0;padding:0!important}.pattern-info{margin-top:.75rem;font-size:.85rem}.info-row{display:flex;align-items:center;gap:.5rem;padding:.25rem 0}.info-label{color:var(--gray-500);min-width:80px}.info-value{font-family:var(--font-mono);background:var(--gray-100);padding:.125rem .5rem;border-radius:4px;color:var(--gray-700)}.info-value.has-matches{background:#dcfce7;color:#166534;font-weight:600}.info-value.no-matches{background:var(--gray-100);color:var(--gray-500)}.error-message{margin-top:.5rem;padding:.5rem .75rem;background:var(--gray-100);color:var(--gray-600);border-radius:6px;font-size:.85rem}.text-section{padding:1rem;background:var(--gray-50)}.text-editor{position:relative}.text-input{width:100%;min-height:150px;padding:.75rem;font-family:inherit;font-size:.9rem;border:1px solid var(--gray-300);background:#fff;resize:vertical;line-height:1.6}.text-input:focus{outline:none;border-color:var(--primary)}.results-section{padding:1rem;background:var(--gray-50);flex:1;min-height:0;overflow:hidden;display:flex;flex-direction:column}.highlighted-container{flex:1;overflow:auto;border:1px solid var(--gray-300);background:#fff}.text-content{margin:0;padding:.75rem;font-family:inherit;font-size:.9rem;line-height:1.6;white-space:pre-wrap;word-wrap:break-word}.highlight{background:var(--highlight-bg);border-bottom:2px solid var(--highlight-border);border-radius:2px;padding:0 1px;color:inherit;position:relative;cursor:pointer}.highlight:hover{background:#fde047}.highlight.has-groups{border-bottom-style:dashed}.zero-width{color:var(--gray-400);font-size:.75em}.match-tooltip{display:none;position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%);background:var(--gray-800);color:#fff;padding:.5rem .75rem;border-radius:6px;font-size:.75rem;white-space:nowrap;z-index:100;box-shadow:0 4px 12px #0003;flex-direction:column;gap:.25rem;min-width:120px}.match-tooltip:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:6px solid transparent;border-top-color:var(--gray-800)}.highlight:hover .match-tooltip{display:flex}.tooltip-header{font-weight:600;color:var(--gray-300);padding-bottom:.25rem;border-bottom:1px solid var(--gray-600);margin-bottom:.25rem}.tooltip-row{display:flex;align-items:center;gap:.5rem}.tooltip-label{font-family:var(--font-mono);font-weight:600;color:#93c5fd;min-width:1.5rem}.tooltip-value{font-family:var(--font-mono);color:#fff}.tooltip-position{color:var(--gray-400);font-size:.7rem;margin-top:.25rem;padding-top:.25rem;border-top:1px solid var(--gray-600)}.hidden-char{font-family:var(--font-mono);font-size:.85em;-webkit-user-select:none;user-select:none;pointer-events:none}.hc-paragraph,.hc-softreturn,.hc-tab{color:#2563eb}.hc-space{color:#93c5fd}.hc-nbsp{color:#ec4899}.hc-emspace,.hc-enspace{color:#f97316}.hc-thinspace{color:#fb923c}.hc-thirdspace,.hc-quarterspace{color:#fdba74}.hc-sixthspace{color:#fed7aa}.hc-hairspace{color:#ffedd5}.hc-figurespace,.hc-punctspace{color:#f97316}.hc-zwsp{color:#a855f7;font-size:.7em}.hc-dischyphen{color:#a855f7}.hc-nbhyphen{color:#ec4899}.hc-emdash,.hc-endash,.hc-bullet,.hc-ellipsis{color:inherit}.hc-break{color:#10b981}.hc-marker,.hc-anchor{color:#6366f1}.btn-toggle{background:var(--gray-200);color:var(--gray-600);border:1px solid var(--gray-300)}.btn-toggle:hover{background:var(--gray-300)}.btn-toggle.active{background:var(--primary);color:#fff;border-color:var(--primary-dark)}.btn-toggle.active:hover{background:var(--primary-dark)}.match-list{background:#fff;border-radius:8px;padding:1rem;box-shadow:0 1px 3px #0000001a}.match-list h4{color:var(--gray-700);margin-bottom:.75rem;font-size:.9rem}.matches-container{max-height:300px;overflow-y:auto;display:flex;flex-direction:column;gap:.5rem}.match-item{background:var(--gray-50);border-radius:6px;font-size:.8rem;border:1px solid var(--gray-200)}.match-item.has-groups{padding:0}.match-item:not(.has-groups){padding:.5rem .75rem}.match-item:not(.has-groups) .match-header{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.match-item.has-groups .match-header{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:var(--gray-100);border-radius:5px 5px 0 0;border-bottom:1px solid var(--gray-200);flex-wrap:wrap}.match-item.more{color:var(--gray-500);font-style:italic;padding:.5rem .75rem}.match-index{color:var(--gray-500);font-weight:600;min-width:2.5rem}.match-text{font-family:var(--font-mono);background:var(--highlight-bg);padding:.125rem .5rem;border-radius:3px;font-size:.8rem;border:1px solid var(--highlight-border)}.match-position{color:var(--gray-500);font-size:.75rem;margin-left:auto}.match-groups-detail{padding:.5rem .75rem;display:flex;flex-direction:column;gap:.375rem}.group-row{display:flex;align-items:center;gap:.5rem;padding:.25rem 0}.group-label{font-family:var(--font-mono);font-weight:600;color:var(--primary);background:#dbeafe;padding:.125rem .5rem;border-radius:3px;font-size:.75rem;min-width:2rem;text-align:center}.group-value{font-family:var(--font-mono);font-size:.8rem;color:var(--gray-700);background:#fff;padding:.125rem .5rem;border-radius:3px;border:1px solid var(--gray-200)}.reference-section{height:100%;background:var(--gray-50);display:flex;flex-direction:column;overflow:hidden;margin-left:4px;padding:1rem}.reference-content{flex:1;display:flex;flex-direction:column;overflow:hidden;min-width:0}.reference-search{padding:.5rem;border-bottom:1px solid var(--gray-200)}.reference-search input{width:100%;padding:.5rem .75rem;border:1px solid var(--gray-300);font-size:.85rem}.reference-search input:focus{outline:none;border-color:var(--primary)}.reference-panel{flex:1;overflow-y:auto;padding:.5rem}.reference-panel h3{font-size:.9rem;color:var(--gray-700);padding:.5rem;margin-bottom:.5rem}.category{margin-bottom:.25rem}.category-header{width:100%;display:flex;align-items:center;gap:.5rem;padding:.5rem;background:#fff;border-radius:4px;font-size:.85rem;font-weight:600;color:var(--gray-700);text-align:left}.category-header:hover{background:var(--gray-50)}.category-header .arrow{font-size:.7rem;color:var(--gray-400);transition:transform .15s ease}.category-header .arrow.expanded{transform:rotate(90deg)}.category-header .count{margin-left:auto;font-size:.75rem;color:var(--gray-400);font-weight:400}.category-items{padding:.25rem 0 .25rem 1rem}.construct-item{display:flex;align-items:center;gap:.5rem;padding:.375rem .5rem;border-radius:4px;cursor:pointer;transition:background .1s ease}.construct-item:hover{background:var(--gray-100)}.construct-code{font-family:var(--font-mono);font-size:.8rem;background:var(--primary);color:#fff;padding:.125rem .375rem;border-radius:3px;min-width:3rem;text-align:center}.construct-desc{font-size:.8rem;color:var(--gray-600);flex:1}.construct-visual{font-size:1rem;color:var(--gray-400);min-width:1.5rem;text-align:center}.app-footer{background:var(--gray-800);color:var(--gray-400);padding:1rem 2rem;text-align:center;font-size:.8rem}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--gray-100);border-radius:4px}::-webkit-scrollbar-thumb{background:var(--gray-300);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--gray-400)}.grep-tilde,.grep-escape{color:#3b82f6;font-weight:500}.grep-class{color:#ca8a04}.grep-group{color:#16a34a;font-weight:600}.grep-quantifier{color:#9333ea;font-weight:600}.grep-anchor{color:#dc2626;font-weight:600}.grep-alternation{color:#ea580c;font-weight:600}.grep-escaped{color:#6b7280}@media(max-width:768px){.app-main{flex-direction:column}}@media(max-width:640px){.app-header{padding:1rem}.app-header h1{font-size:1.5rem}.pattern-input{font-size:.9rem}}
