.split-view{display:flex;width:100%;height:100%;overflow:hidden}.split-view-left,.split-view-right{height:100%;overflow:auto;transition:width .1s ease-out;position:relative}.split-view-left{background-color:#f0f0f0;border-right:1px solid #e0e0e0}.split-view-right{background-color:#fff}.split-view-divider{width:8px;background-color:#e9ecef;cursor:col-resize;display:flex;align-items:center;justify-content:center;z-index:10}.split-view-divider:hover{background-color:#dee2e6}.split-view-divider-grip{display:flex;flex-direction:column;align-items:center;gap:3px}.split-view-divider-grip-line{width:2px;height:16px;background-color:#adb5bd;border-radius:1px}.split-view-divider:hover .split-view-divider-grip-line{background-color:#6c757d}.editor{height:100%;display:flex;flex-direction:column}.editor-header{padding:.75rem 1rem;background-color:#f8f9fa;border-bottom:1px solid #e9ecef}.editor-header h2{margin:0;font-size:1rem;font-weight:500;color:#495057}.editor-content{flex:1;overflow:hidden}.monaco-editor{padding-top:.5rem}.monaco-editor .margin{background-color:#f8f9fa}.editor-textarea{position:absolute;top:0;left:0;width:100%;height:100%;padding:1rem;border:none;background:transparent;color:transparent;caret-color:#212529;font-family:inherit;font-size:.875rem;line-height:1.5;resize:none;outline:none;white-space:pre;overflow:hidden;z-index:2}.editor-highlight{position:absolute;top:0;left:0;margin:0;padding:1rem;width:100%;height:100%;font-family:inherit;font-size:.875rem;line-height:1.5;white-space:pre;pointer-events:none;overflow:hidden}.editor-line{min-height:1.5em}.editor-line-track{color:#0d6efd;font-weight:700}.editor-line-row{color:#6610f2;margin-left:1em}.editor-line-bar{color:#198754;margin-left:2em}.editor-line-point{color:#fd7e14;margin-left:2em}.editor-line-milestone{color:#dc3545;font-weight:700}.timeline-container{height:100%;display:flex;flex-direction:column;overflow:hidden}.timeline-header{padding:.75rem 1rem;background-color:#f8f9fa;border-bottom:1px solid #e9ecef;display:flex;justify-content:space-between;align-items:center}.timeline-header h2{margin:0;font-size:1rem;font-weight:500;color:#495057}.timeline-export-buttons{display:flex;gap:8px}.timeline-download-btn{padding:6px 12px;background-color:#339af0;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:14px;font-weight:500;transition:background-color .2s}.timeline-download-btn:hover{background-color:#228be6}.timeline-download-btn:active{background-color:#1c7ed6}.timeline-content{flex:1;overflow:auto;padding:1rem;position:relative}.timeline-svg{min-width:100%}.empty-timeline{display:flex;align-items:center;justify-content:center;color:#6c757d;font-style:italic}.timeline-track-bg{fill:#fff;stroke:#e9ecef;stroke-width:1}.timeline-track-label{font-weight:600;fill:#495057;dominant-baseline:middle;text-transform:uppercase;letter-spacing:.5px;line-height:1.2}.timeline-track-label tspan{dominant-baseline:text-before-edge}.timeline-row-label{font-size:.75rem;fill:#495057;font-weight:500;dominant-baseline:middle}.timeline-track text{text-anchor:end}.timeline-row text{text-anchor:end}.timeline-grid-line{stroke:#f1f3f5;stroke-width:1}.timeline-controls{display:flex;gap:1rem;align-items:center}.timeline-toggle{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#495057;cursor:pointer}.timeline-toggle input[type=checkbox]{width:1rem;height:1rem;cursor:pointer}.timeline-week-label,.timeline-month-label{font-size:.75rem;fill:#495057;font-weight:500}.timeline-day-label{font-size:.75rem;fill:#6c757d}.timeline-bar-rect{stroke-width:1;opacity:.9}.timeline-bar-label,.timeline-point-label{font-size:.75rem;fill:#212529;pointer-events:none;font-weight:500}.timeline-milestone-line{stroke-width:2;stroke-dasharray:4 2;opacity:.7}.timeline-milestone-marker{stroke-width:2;opacity:.9}.timeline-milestone-label{font-size:.875rem;fill:#212529;font-weight:600}.timeline-milestone-bg{fill:#fff;stroke:none}.timeline-today-line{stroke:#fa5252;stroke-width:2;stroke-dasharray:4 4;opacity:.7}.timeline-today-stipple{stroke:#fa5252;stroke-width:1;stroke-dasharray:1 3;opacity:.3}.timeline-today-bg{fill:#fa5252;rx:4;ry:4}.timeline-today-label{fill:#fff;font-size:.75rem;font-weight:600}.color-blue{fill:#339af0;stroke:#228be6}.color-lightblue{fill:#74c0fc;stroke:#4dabf7}.color-green{fill:#40c057;stroke:#37b24d}.color-lightgreen{fill:#8ce99a;stroke:#69db7c}.color-yellow{fill:#fcc419;stroke:#f59f00}.color-orange{fill:#fd7e14;stroke:#f76707}.color-red{fill:#fa5252;stroke:#f03e3e}.color-purple{fill:#cc5de8;stroke:#be4bdb}.color-pink{fill:#f06595;stroke:#e64980}.color-cyan{fill:#15aabf;stroke:#1098ad}.color-teal{fill:#12b886;stroke:#0ca678}.color-gray{fill:#868e96;stroke:#495057}.color-brown{fill:#d6336c;stroke:#c2255c}.color-lime{fill:#82c91e;stroke:#74b816}.color-indigo{fill:#5c7cfa;stroke:#4c6ef5}.color-violet{fill:#845ef7;stroke:#7048e8}.timeline-bar-rect,.timeline-point-shape{transition:fill .2s ease-in-out,stroke .2s ease-in-out,opacity .2s ease-in-out}.timeline-bar-rect:hover,.timeline-point-shape:hover{opacity:1;filter:brightness(1.1)}.timeline-point{margin-left:4px;margin-right:4px}.timeline-point-shape{stroke-width:1.5}.help-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.help-modal{background:#fff;border-radius:8px;width:90%;max-width:800px;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 4px 6px #0000001a}.help-modal-header{padding:1rem;border-bottom:1px solid #e9ecef;display:flex;justify-content:space-between;align-items:center}.help-modal-header h2{margin:0;font-size:1.25rem;color:#495057}.help-modal-close{background:none;border:none;font-size:1.5rem;color:#6c757d;cursor:pointer;padding:.25rem;line-height:1}.help-modal-close:hover{color:#495057}.help-modal-content{padding:1.5rem;overflow-y:auto}.help-modal-content section{margin-bottom:2rem}.help-modal-content h3{color:#495057;margin-top:0;margin-bottom:1rem;font-size:1.1rem}.help-modal-content h4{color:#495057;margin-top:1.5rem;margin-bottom:.5rem;font-size:1rem}.help-modal-content p{color:#495057;margin-bottom:1rem;line-height:1.5}.help-modal-content pre{background:#f8f9fa;padding:1rem;border-radius:4px;overflow-x:auto;margin:.5rem 0 1rem;font-size:.875rem;line-height:1.5}.help-modal-content code{background:#f1f3f5;padding:.2rem .4rem;border-radius:3px;font-size:.875rem;color:#495057}.help-modal-content ul{margin:.5rem 0 1rem;padding-left:1.5rem}.help-modal-content li{margin-bottom:.5rem;color:#495057;line-height:1.5}.app{display:flex;flex-direction:column;height:100vh;overflow:hidden;background-color:#f8f9fa;color:#333}.app-header{display:flex;justify-content:space-between;align-items:center;padding:1rem;background-color:#f8f9fa;border-bottom:1px solid #e9ecef}.app-header h1{margin:0;font-size:1.5rem;color:#495057}.help-button{width:32px;height:32px;border-radius:50%;border:2px solid #6c757d;background:#fff;color:#6c757d;font-size:1.25rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.help-button:hover{background:#6c757d;color:#fff}.app-content{flex:1;overflow:hidden}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}.visible{visibility:visible}.relative{position:relative}.hidden{display:none}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.resize{resize:both}.uppercase{text-transform:uppercase}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}
