/**
 * Copyright (c) 2014 The xterm.js authors. All rights reserved.
 * Copyright (c) 2012-2013, Christopher Jeffrey (MIT License)
 * https://github.com/chjj/term.js
 * @license MIT
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal
 * in the Software without restriction, including without limitation the rights
 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the Software is
 * furnished to do so, subject to the following conditions:
 *
 * The above copyright notice and this permission notice shall be included in
 * all copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 * THE SOFTWARE.
 *
 * Originally forked from (with the author's permission):
 *   Fabrice Bellard's javascript vt100 for jslinux:
 *   http://bellard.org/jslinux/
 *   Copyright (c) 2011 Fabrice Bellard
 *   The original design remains. The terminal itself
 *   has been extended to include xterm CSI codes, among
 *   other features.
 */.xterm{cursor:text;position:relative;user-select:none;-ms-user-select:none;-webkit-user-select:none}.xterm.focus,.xterm:focus{outline:none}.xterm .xterm-helpers{position:absolute;top:0;z-index:5}.xterm .xterm-helper-textarea{padding:0;border:0;margin:0;position:absolute;opacity:0;left:-9999em;top:0;width:0;height:0;z-index:-5;white-space:nowrap;overflow:hidden;resize:none}.xterm .composition-view{background:#000;color:#fff;display:none;position:absolute;white-space:nowrap;z-index:1}.xterm .composition-view.active{display:block}.xterm .xterm-viewport{background-color:#000;overflow-y:scroll;cursor:default;position:absolute;right:0;left:0;top:0;bottom:0}.xterm .xterm-screen{position:relative}.xterm .xterm-screen canvas{position:absolute;left:0;top:0}.xterm .xterm-scroll-area{visibility:hidden}.xterm-char-measure-element{display:inline-block;visibility:hidden;position:absolute;top:0;left:-9999em;line-height:normal}.xterm.enable-mouse-events{cursor:default}.xterm.xterm-cursor-pointer,.xterm .xterm-cursor-pointer{cursor:pointer}.xterm.column-select.focus{cursor:crosshair}.xterm .xterm-accessibility:not(.debug),.xterm .xterm-message{position:absolute;left:0;top:0;bottom:0;right:0;z-index:10;color:transparent;pointer-events:none}.xterm .xterm-accessibility-tree:not(.debug) *::selection{color:transparent}.xterm .xterm-accessibility-tree{-webkit-user-select:text;user-select:text;white-space:pre}.xterm .live-region{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}.xterm-dim{opacity:1!important}.xterm-underline-1{text-decoration:underline}.xterm-underline-2{text-decoration:double underline}.xterm-underline-3{text-decoration:wavy underline}.xterm-underline-4{text-decoration:dotted underline}.xterm-underline-5{text-decoration:dashed underline}.xterm-overline{text-decoration:overline}.xterm-overline.xterm-underline-1{text-decoration:overline underline}.xterm-overline.xterm-underline-2{text-decoration:overline double underline}.xterm-overline.xterm-underline-3{text-decoration:overline wavy underline}.xterm-overline.xterm-underline-4{text-decoration:overline dotted underline}.xterm-overline.xterm-underline-5{text-decoration:overline dashed underline}.xterm-strikethrough{text-decoration:line-through}.xterm-screen .xterm-decoration-container .xterm-decoration{z-index:6;position:absolute}.xterm-screen .xterm-decoration-container .xterm-decoration.xterm-decoration-top-layer{z-index:7}.xterm-decoration-overview-ruler{z-index:8;position:absolute;top:0;right:0;pointer-events:none}.xterm-decoration-top{z-index:2;position:relative}.op-form{display:flex;flex-direction:column;max-height:75vh}.op-form__body{flex:1;min-height:0;overflow-y:auto;padding:16px 20px;display:grid;gap:12px}.op-form__body .ant-form-item{margin-bottom:0}.op-form__section-label{text-transform:uppercase;font-size:11px;letter-spacing:.8px;font-weight:600;color:var(--op-color-text-tertiary);margin-top:4px}.op-type-header{border-bottom:1px solid var(--op-color-border)}.op-type-header__tabs{display:grid;grid-template-columns:1fr 1fr 1fr;background:var(--op-color-bg-soft)}.op-type-header__tab{box-sizing:border-box;padding:14px 16px;font-weight:500;color:var(--op-color-text-secondary);text-align:center;border-right:1px solid var(--op-color-border);display:flex;justify-content:center;align-items:center;gap:8px;font-size:14px;cursor:pointer;background:transparent;border-top:none;border-bottom:none;border-left:none;width:100%;transition:background .15s ease;font-family:inherit}.op-type-header__tab:last-child{border-right:none}.op-type-header__tab:hover{background:#00000006}.op-type-header__tab.is-active{background:var(--op-color-primary);color:#fff;font-weight:600}.op-type-header__tabs.is-incident{grid-template-columns:1fr}.op-type-header__tab.is-readonly{background:var(--op-color-error);color:#fff;font-weight:600;cursor:not-allowed;border-right:none}.op-type-header__tab.is-readonly:hover{background:var(--op-color-error)}.op-type-header__lock{font-size:11px;font-weight:400;opacity:.9;margin-left:8px}.op-timing__sub{padding:12px;border:1px dashed var(--op-color-border);border-top:none;border-radius:0 0 var(--op-radius-md) var(--op-radius-md);background:var(--op-color-bg-soft);margin-top:-1px;display:grid;gap:10px}.op-timing__sub-label{font-size:11px;color:var(--op-color-text-tertiary);text-transform:uppercase;letter-spacing:.6px;font-weight:600}.op-timing__duration{display:flex;gap:6px;align-items:center}.op-form__footer{display:flex;justify-content:space-between;align-items:center;padding:12px 20px;border-top:1px solid var(--op-color-border);background:var(--op-color-bg-soft)}.op-form__helper{font-size:12px;color:var(--op-color-text-secondary);display:flex;align-items:center;gap:8px}.op-form__helper-dot{width:8px;height:8px;border-radius:50%;background:var(--op-color-error)}.op-form__helper.is-ok .op-form__helper-dot{background:var(--op-color-success)}.op-form__actions{display:flex;gap:8px}.op-suggestion{background:var(--op-color-primary-bg);border:1px solid var(--op-color-primary-border);border-radius:var(--op-radius-md);margin-top:8px}.op-suggestion__header{padding:8px 14px;border-bottom:1px solid var(--op-color-primary-border);font-size:12px;font-weight:600;color:var(--op-color-primary);display:flex;align-items:center;gap:8px;background:#ffffff80}.op-suggestion__body{padding:12px 14px;display:flex;flex-direction:column;gap:10px}.op-suggestion__body .ant-input{width:100%}.op-modal .ant-modal-header{padding:16px 24px;margin-bottom:0}.op-modal .ant-modal-close{top:12px;inset-inline-end:16px}.op-form__row-2{display:flex;gap:12px}.op-form__row-2>*{flex:1;min-width:0}.op-form .op-desc-ai-btn{background:var(--op-color-primary-bg);border-color:var(--op-color-primary-border);color:var(--op-color-primary)}.op-form .op-desc-ai-btn:hover:not(:disabled){background:var(--op-color-primary);border-color:var(--op-color-primary);color:#fff}.op-form .ant-segmented{background:var(--op-color-bg-soft)}.op-form .ant-segmented .ant-segmented-item-selected{background:var(--op-color-primary);color:#fff}.op-form .ant-segmented .ant-segmented-item-selected .ant-segmented-item-label{color:#fff}.op-form .ant-segmented .ant-segmented-item-selected:hover{background:var(--op-color-primary);color:#fff}.op-form .ant-segmented .ant-segmented-thumb{background:var(--op-color-primary)}.op-form .ant-segmented .ant-segmented-item:not(.ant-segmented-item-selected):hover{color:var(--op-color-primary)}.op-form .ant-segmented .ant-segmented-item-label{padding:10px 16px;line-height:1.4;min-height:auto}.loading-dots{border-radius:50%;display:block;position:relative;box-sizing:border-box;animation:animloader 1s linear infinite alternate}@keyframes animloader{0%{box-shadow:14px 0 0 -2px,38px 0 0 -2px,-14px 0 0 -2px,-38px 0 0 -2px}25%{box-shadow:14px 0 0 -2px,38px 0 0 -2px,-14px 0 0 -2px,-38px 0 0 2px}50%{box-shadow:14px 0 0 -2px,38px 0 0 -2px,-14px 0 0 2px,-38px 0 0 -2px}75%{box-shadow:14px 0 0 2px,38px 0 0 -2px,-14px 0 0 -2px,-38px 0 0 -2px}to{box-shadow:14px 0 0 -2px,38px 0 0 2px,-14px 0 0 -2px,-38px 0 0 -2px}}.calendar-table td,.calendar-table th{min-width:100px;max-width:100px}.calendar-table{position:relative}.calendar-scroll-container{overflow-x:auto;width:100%;position:relative}.calendar-surface{background:var(--cal-surface, #ffffff);border:1px solid var(--cal-border, #e6e8eb);border-radius:12px;box-shadow:0 1px 2px #0f172a0a;overflow:hidden}.calendar-toolbar-pill,.calendar-filter-pill{background:var(--cal-surface, #ffffff);border:1px solid var(--cal-border, #e6e8eb);border-radius:12px;box-shadow:0 1px 2px #0f172a0a;overflow:visible}.calendar-grid-surface{background:var(--cal-surface, #ffffff);border:1px solid var(--cal-border, #e6e8eb);border-radius:12px;box-shadow:0 1px 2px #0f172a0a;overflow:hidden}.calendar-row-label{display:flex;align-items:center;gap:8px;padding:8px 12px;background:var(--cal-surface, #ffffff);border-right:1px solid var(--cal-border, #e6e8eb);position:sticky;left:0;z-index:2;min-width:200px;max-width:200px}.calendar-row-label__meta{display:flex;flex-direction:column;min-width:0;flex:1}.calendar-row-label__name{font-weight:600;font-size:13px;color:var(--cal-text, #1f2329);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.calendar-row-label__capacity-line{display:flex;align-items:center;gap:6px;margin-top:2px}.calendar-row-label__capacity-text{font-size:11px;color:var(--cal-text-muted, #6b7280);font-variant-numeric:tabular-nums;white-space:nowrap}.calendar-row-label__capacity-track{flex:1;height:3px;background:var(--cal-fill, #f5f6f8);border-radius:2px;overflow:hidden;max-width:60px}.calendar-event-bar{position:relative;width:100%;height:100%;border-radius:6px;padding:4px 8px 4px 12px;display:flex;flex-direction:column;justify-content:center;gap:2px;font-size:12px;font-weight:500;overflow:hidden;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}.calendar-event-bar:hover{transform:translateY(-1px);box-shadow:0 4px 12px #0f172a0f}.calendar-event-bar__line1{font-weight:600;font-size:12px;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.calendar-event-bar__line2{display:flex;align-items:center;justify-content:space-between;gap:6px;font-size:11px;font-weight:400;opacity:.85;line-height:1}.calendar-event-bar__line2-icon{display:inline-flex;align-items:center;flex-shrink:0;font-size:12px}.calendar-event-bar__line2-duration{font-variant-numeric:tabular-nums;flex-shrink:0}.calendar-event-bar--recurring{border:1px dashed #c4b5fd!important;border-left:1px dashed #c4b5fd!important;padding-left:8px;background:#f5f3ff;color:#5b21b6}.calendar-event-bar--recurring:hover{transform:translateY(-1px);box-shadow:0 4px 12px #5b21b614}.calendar-event-bar--cancelled{text-decoration:line-through;opacity:.6}.calendar-toolbar__brand-dot{width:10px;height:10px;border-radius:3px;background:linear-gradient(135deg,#5560ff,#7c3aed);display:inline-block;flex-shrink:0}.calendar-toolbar__nav-btn.ant-btn{width:32px;height:32px;min-width:32px;padding:0;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--cal-border, #e6e8eb);border-radius:6px;background:var(--cal-surface, #ffffff);color:var(--cal-text-muted, #6b7280);box-shadow:none;transition:background .15s,color .15s}.calendar-toolbar__nav-btn.ant-btn:hover{background:var(--cal-fill, #f5f6f8);color:var(--cal-text, #1f2329);border-color:var(--cal-border, #e6e8eb)}.calendar-toolbar__today-btn.ant-btn{height:28px;padding:4px 10px;font-size:12px;font-weight:500;border:1px solid var(--cal-border, #e6e8eb);border-radius:4px;background:var(--cal-surface, #ffffff);color:var(--cal-text-muted, #6b7280);box-shadow:none;transition:background .15s}.calendar-toolbar__today-btn.ant-btn:hover{background:var(--cal-fill, #f5f6f8);color:var(--cal-text, #1f2329);border-color:var(--cal-border, #e6e8eb)}.calendar-toolbar__range-label{font-weight:600;font-size:14px;color:var(--cal-text, #1f2329);min-width:160px;text-align:center;white-space:nowrap;display:inline-block}.calendar-toolbar__primary-btn.ant-btn-primary{box-shadow:0 1px #fff3 inset,0 1px 2px #0f172a1a;font-weight:500;font-size:13px;border-radius:6px;height:32px;padding:0 14px}.calendar-toolbar__seg.ant-segmented{border-radius:6px;padding:3px;background:var(--cal-fill, #f5f6f8)}.calendar-toolbar__seg.ant-segmented .ant-segmented-item{border-radius:5px;font-size:13px;font-weight:500;color:var(--cal-text-muted, #6b7280)}.calendar-toolbar__seg.ant-segmented .ant-segmented-item-selected{background:var(--cal-surface, #ffffff);color:var(--cal-text, #1f2329);box-shadow:0 1px 2px #0f172a0a}.calendar-filter__label{font-size:13px;font-weight:500;white-space:nowrap}.calendar-filter__tag.ant-tag{border-radius:999px;padding:3px 10px;font-size:12px;line-height:1.4;display:inline-flex;align-items:center;gap:4px}.calendar-filter__tag.ant-tag-processing{background:#eef0ff;color:#5560ff;border-color:#c7cbff}.calendar-filter__tag.ant-tag-default{background:var(--cal-fill, #f5f6f8);color:var(--cal-text, #1f2329);border-color:var(--cal-border, #e6e8eb)}.calendar-event-bar__resize-handle{position:absolute;top:0;bottom:0;width:10px;cursor:ew-resize;display:flex;align-items:center;justify-content:center;pointer-events:auto;background:transparent}.calendar-event-bar__resize-handle:before{content:"";width:3px;height:60%;border-radius:2px;background:var(--cal-handle-grip, rgba(0, 0, 0, .25));opacity:.45;transition:opacity .15s,background .15s}.calendar-event-bar__resize-handle--start{left:2px}.calendar-event-bar__resize-handle--end{right:0}.calendar-event-bar:hover .calendar-event-bar__resize-handle:before{opacity:.75}.calendar-event-bar__resize-handle:hover:before{opacity:1;background:var(--cal-handle-grip-hover, rgba(0, 0, 0, .5))}body{margin:0;transition-property:color,background-color,box-shadow;transition-duration:.2s;transition-timing-function:ease}div{transition-property:color,background-color,box-shadow;transition-duration:.2s;transition-timing-function:ease}.ant-timeline-item-head{background-color:inherit!important}.ant-timeline.intercom-timeline .ant-timeline-item-tail{inset-inline-start:calc(1rem - 4px);inset-block-start:24px}.ant-timeline.intercom-timeline .ant-timeline-item-head{inset-block-start:12px}.ant-layout-sider .ant-layout-sider-trigger{position:static}.antd-table-row-no-bg-light{background-color:#00000005}.antd-table-row-no-bg-dark{background-color:#ffffff0a}
