.ticket-detail{display:flex;flex-direction:column;height:100%}.ticket-detail .card-header{padding:20px;background-color:var(--card-bg, #ffffff);border-bottom:1px solid var(--border-color, #e1e4e8)}.header-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.ticket-id{font-weight:700;color:var(--text-muted, #57606a);font-size:1.1rem}.ticket-title{margin:0;font-size:1.5rem;color:var(--text-main, #24292f)}.ticket-detail .card-body{padding:20px;overflow-y:auto;flex:1}.meta-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:20px;margin-bottom:30px;padding-bottom:20px;border-bottom:1px dashed var(--border-color, #e1e4e8)}.meta-item label,.description-section label,.activity-section label{display:block;font-size:.85rem;font-weight:600;color:var(--text-muted, #57606a);margin-bottom:5px;text-transform:uppercase}.priority-text{font-weight:600}.priority-high{color:#d73a4a}.priority-medium{color:#e36209}.priority-low{color:#28a745}.description-text{background-color:var(--bg-secondary, #f6f8fa);padding:15px;border-radius:6px;line-height:1.6;white-space:pre-wrap;margin-bottom:30px}.activity-section{margin-top:20px}.activity-item{display:flex;gap:12px;margin-top:15px;padding-left:5px}.activity-icon{font-size:1.2rem}.activity-content p{margin:0;font-size:.95rem}.activity-content small{color:var(--text-muted, #57606a)}.hint-text{font-size:.85rem;font-style:italic;color:var(--text-muted, #57606a);margin-top:20px;text-align:center}:root{font-family:Segoe UI,"Segoe UI Web (West European)",-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--bg-color: #ffffff;--bg-color-secondary: #faf9f8;--text-color: #323130;--text-color-secondary: #605e5c;--border-color: #edebe9;--header-bg: #ffffff;--card-bg: #ffffff;--table-header-bg: #f3f2f1;--table-row-hover-bg: #f3f9fd;--shadow-color: rgba(0,0,0,.132)}.dark-mode{--bg-color: #252525;--bg-color-secondary: #202020;--text-color: #f3f2f1;--text-color-secondary: #a19f9d;--border-color: #484644;--header-bg: #252525;--card-bg: #2b2b2b;--table-header-bg: #323130;--table-row-hover-bg: #3c3c3c;--shadow-color: rgba(0,0,0,.5)}body{margin:0;background-color:var(--bg-color);color:var(--text-color)}.octo-portal{display:flex;flex-direction:column;height:100vh;min-height:100vh;width:100vw;background-color:var(--bg-color);color:var(--text-color);overflow:hidden;transition:background-color .3s ease}.octo-header{height:60px;border-bottom:1px solid var(--border-color);display:flex;align-items:center;justify-content:space-between;padding:0 32px;background-color:var(--header-bg);flex-shrink:0}.octo-header-title{font-size:20px;font-weight:600;color:var(--text-color);margin:0}.octo-header-user{font-size:14px;color:var(--text-color-secondary)}.octo-main-content{flex:1 1 auto;display:flex;padding:32px;gap:32px;background-color:var(--bg-color-secondary);overflow:hidden;min-height:0}.octo-portal.octo-compact-buttons .MuiButton-root:has(.MuiButton-startIcon),.octo-portal.octo-compact-buttons .MuiButton-root:has(.MuiButton-endIcon){min-width:42px;padding-left:10px;padding-right:10px;font-size:0!important;line-height:0}.octo-portal.octo-compact-buttons .MuiButton-root:has(.MuiButton-startIcon) .MuiButton-startIcon,.octo-portal.octo-compact-buttons .MuiButton-root:has(.MuiButton-endIcon) .MuiButton-endIcon{margin:0}.octo-portal.octo-compact-buttons .MuiButton-root:has(.MuiButton-startIcon) .MuiButton-startIcon>*,.octo-portal.octo-compact-buttons .MuiButton-root:has(.MuiButton-endIcon) .MuiButton-endIcon>*{font-size:1.25rem}.octo-left-column{display:flex;flex-direction:column;gap:20px;min-width:300px;height:100%;overflow:hidden;flex-shrink:0}.table-container{flex-grow:1;min-height:0;border:1px solid var(--border-color);border-radius:4px;background-color:var(--card-bg);display:flex;flex-direction:column;overflow:hidden;max-width:100%}.search-box{padding:8px 12px;border:1px solid var(--border-color);border-radius:4px;background-color:var(--bg-color);color:var(--text-color);font-size:14px;outline:none;transition:border-color .2s;width:100%;box-sizing:border-box}.search-box:focus{border-color:#0078d4}.table-scroll-area{overflow:auto;flex-grow:1}table{width:100%;border-collapse:collapse}.markdown-body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;font-size:14px;line-height:1.5;word-wrap:break-word}.dark-mode .markdown-body{color:#e6e6e6}.dark-mode .markdown-body a{color:#58a6ff}.dark-mode .markdown-body blockquote{color:#8b949e;border-left:.25em solid #30363d}.dark-mode .markdown-body code{background-color:#6e768166}.dark-mode .markdown-body pre{background-color:#161b22}th,td{text-align:left;padding:12px 15px;border-bottom:1px solid var(--border-color)}thead th{background-color:var(--table-header-bg);font-weight:600;position:sticky;top:0;z-index:10}.octo-left-column,.octo-right-column{position:relative;z-index:1}tbody tr:hover{background-color:var(--table-row-hover-bg);cursor:pointer}.status-pill{display:inline-block;padding:2px 10px;border-radius:12px;font-size:12px;font-weight:500}.status-new{background-color:#e1dfdd;color:#323130}.status-in-progress{background-color:#c7e0f4;color:#0078d4}.status-resolved{background-color:#dff6dd;color:#107c10}.status-closed{background-color:#f3f2f1;color:#605e5c}.priority-border-High{border:2px solid #d32f2f}.priority-border-Medium{border:2px solid #ed6c02}.priority-border-Low{border:2px solid #2e7d32}.priority-border-Critical{border:2px solid #d32f2f;box-shadow:0 0 4px #d32f2f}.pulse-dot{display:inline-block;width:8px;height:8px;border-radius:50%;margin-right:6px}@keyframes pulse-green{0%{transform:scale(.9);opacity:.6}50%{transform:scale(1.15);opacity:1}to{transform:scale(.9);opacity:.6}}@keyframes pulse-red{0%{transform:scale(.9);opacity:.6}50%{transform:scale(1.15);opacity:1}to{transform:scale(.9);opacity:.6}}@keyframes pulse-border{0%{box-shadow:inset 0 0 0 1px transparent}50%{box-shadow:inset 0 0 0 3px #ff4081}to{box-shadow:inset 0 0 0 1px transparent}}.octo-right-column{display:flex;flex-direction:column;background-color:var(--card-bg);border:1px solid var(--border-color);border-radius:4px;box-shadow:0 1.6px 3.6px 0 var(--shadow-color);overflow:hidden;transition:background-color .3s ease;min-width:300px;height:100%;flex-shrink:0}.dark-mode .octo-right-column{background-color:#3c3c3c}.card-header{padding:20px;border-bottom:1px solid var(--border-color);font-size:16px;font-weight:600}.card-body{padding:20px;overflow-y:auto;flex-grow:1}.placeholder-text{display:flex;flex-direction:column;height:100%;align-items:center;justify-content:center;color:var(--text-color-secondary);text-align:center}.octo-footer{height:40px;display:flex;align-items:center;justify-content:center;font-size:12px;color:var(--text-color-secondary);background-color:var(--bg-color-secondary);flex-shrink:0}.react-grid-layout{position:relative;transition:height .2s ease}.react-grid-item{transition:all .2s ease;transition-property:left,top,width,height}.react-grid-item img{pointer-events:none;user-select:none}.react-grid-item.cssTransforms{transition-property:transform,width,height}.react-grid-item.resizing{transition:none;z-index:1;will-change:width,height}.react-grid-item.react-draggable-dragging{transition:none;z-index:3;will-change:transform}.react-grid-item.dropping{visibility:hidden}.react-grid-item.react-grid-placeholder{background:red;opacity:.2;transition-duration:.1s;z-index:2;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}.react-grid-item.react-grid-placeholder.placeholder-resizing{transition:none}.react-grid-item>.react-resizable-handle{position:absolute;width:20px;height:20px}.react-grid-item>.react-resizable-handle:after{content:"";position:absolute;right:3px;bottom:3px;width:5px;height:5px;border-right:2px solid rgba(0,0,0,.4);border-bottom:2px solid rgba(0,0,0,.4)}.react-resizable-hide>.react-resizable-handle{display:none}.react-grid-item>.react-resizable-handle.react-resizable-handle-sw{bottom:0;left:0;cursor:sw-resize;transform:rotate(90deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-se{bottom:0;right:0;cursor:se-resize}.react-grid-item>.react-resizable-handle.react-resizable-handle-nw{top:0;left:0;cursor:nw-resize;transform:rotate(180deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-ne{top:0;right:0;cursor:ne-resize;transform:rotate(270deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-w,.react-grid-item>.react-resizable-handle.react-resizable-handle-e{top:50%;margin-top:-10px;cursor:ew-resize}.react-grid-item>.react-resizable-handle.react-resizable-handle-w{left:0;transform:rotate(135deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-e{right:0;transform:rotate(315deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-n,.react-grid-item>.react-resizable-handle.react-resizable-handle-s{left:50%;margin-left:-10px;cursor:ns-resize}.react-grid-item>.react-resizable-handle.react-resizable-handle-n{top:0;transform:rotate(225deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-s{bottom:0;transform:rotate(45deg)}.react-resizable{position:relative}.react-resizable-handle{position:absolute;width:20px;height:20px;background-repeat:no-repeat;background-origin:content-box;box-sizing:border-box;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2IDYiIHN0eWxlPSJiYWNrZ3JvdW5kLWNvbG9yOiNmZmZmZmYwMCIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iNnB4Ij48ZyBvcGFjaXR5PSIwLjMwMiI+PHBhdGggZD0iTSA2IDYgTCAwIDYgTCAwIDQuMiBMIDQgNC4yIEwgNC4yIDQuMiBMIDQuMiAwIEwgNiAwIEwgNiA2IEwgNiA2IFoiIGZpbGw9IiMwMDAwMDAiLz48L2c+PC9zdmc+);background-position:bottom right;padding:0 3px 3px 0}.react-resizable-handle-sw{bottom:0;left:0;cursor:sw-resize;transform:rotate(90deg)}.react-resizable-handle-se{bottom:0;right:0;cursor:se-resize}.react-resizable-handle-nw{top:0;left:0;cursor:nw-resize;transform:rotate(180deg)}.react-resizable-handle-ne{top:0;right:0;cursor:ne-resize;transform:rotate(270deg)}.react-resizable-handle-w,.react-resizable-handle-e{top:50%;margin-top:-10px;cursor:ew-resize}.react-resizable-handle-w{left:0;transform:rotate(135deg)}.react-resizable-handle-e{right:0;transform:rotate(315deg)}.react-resizable-handle-n,.react-resizable-handle-s{left:50%;margin-left:-10px;cursor:ns-resize}.react-resizable-handle-n{top:0;transform:rotate(225deg)}.react-resizable-handle-s{bottom:0;transform:rotate(45deg)}:root{font-family:Segoe UI,"Segoe UI Web (West European)",-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif}body{margin:0;padding:0;width:100%;height:100%}#root{width:100%;height:100%}
