.ghs-body{background:#fff}.ghs-root{--ghs-brand: #1A4FBE;--ghs-divider: #ebeef5;--ghs-border: #C9CDD4;--ghs-text: #1F2329;--ghs-text-2: #4E5969;--ghs-text-3: #86909C;--ghs-black: #000;--ghs-bg: #F5F6F8;--ghs-nav-h: 60px;--ghs-z-overlay: 1010;--ghs-z-overlay-top: 1020;font-size:13px;color:var(--ghs-text)}.ghs-root svg{vertical-align:-2px}.ghs-fullscreen .ghs-root{display:flex;flex-direction:column;margin-top:var(--ghs-nav-h);height:calc(100vh - var(--ghs-nav-h));background:#fff}.ghs-layout{display:block}.ghs-fullscreen .ghs-layout{flex:1;display:flex;min-height:0}.ghs-fullscreen .ghs-op{flex:0 1 40%;max-width:680px;min-width:440px;display:flex;min-height:0;border-right:1px solid var(--ghs-divider)}.ghs-fullscreen .ghs-left{flex:1 1 320px;width:auto;max-width:320px;min-width:200px;display:flex;flex-direction:column;min-height:0;border-right:1px solid var(--ghs-divider)}.ghs-fullscreen .ghs-right{flex:1 1 360px;width:auto;max-width:360px;min-width:220px;overflow-y:auto}.ghs-fullscreen .ghs-ai-host{flex:1;min-width:0;min-height:0;width:auto}.ghs-fullscreen .ghs-center{flex:1 1 60%;min-width:0;display:flex;flex-direction:column;min-height:0}@media (max-width: 1100px){.ghs-fullscreen .ghs-root{height:auto}.ghs-fullscreen .ghs-layout{flex-direction:column}.ghs-fullscreen .ghs-op{flex:none;flex-direction:column;width:100%;max-width:none;min-width:0;border-right:0}.ghs-fullscreen .ghs-left,.ghs-fullscreen .ghs-right{flex:none;width:auto;max-width:none;min-width:0;border:0;border-bottom:1px solid var(--ghs-divider)}.ghs-fullscreen .ghs-ai-host{flex:none;width:100%;height:75vh}.ghs-fullscreen .ghs-center{flex:1 1 auto}}.ghs-left,.ghs-right{border-bottom:1px solid var(--ghs-divider)}.ghs-fullscreen .ghs-left,.ghs-fullscreen .ghs-right{border-bottom:0}.ghs-topbar{flex-shrink:0;display:flex;justify-content:space-between;align-items:center;gap:12px;padding:8px 14px;border-bottom:1px solid var(--ghs-divider);background:#fff}.ghs-topbar-title{display:flex;align-items:center;gap:16px;min-width:0}.ghs-title-display{border:0;background:none;font-size:15px;font-weight:600;color:var(--ghs-text);cursor:text;padding:4px 6px;border-radius:4px;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:background-color .15s ease}.ghs-title-display:hover{background:var(--ghs-bg)}.ghs-title-pen{font-size:12px;color:var(--ghs-text-3);margin-left:4px}.ghs-title-input{font-size:15px;font-weight:600;border:1px solid var(--ghs-brand);border-radius:4px;padding:3px 6px;width:60%;min-width:220px;outline:none;color:var(--ghs-text)}.ghs-topbar-ops{display:flex;gap:6px;align-items:center;flex:none}.ghs-export,.ghs-projects{position:relative}.ghs-menu{position:absolute;right:0;top:calc(100% + 4px);background:#fff;border:1px solid var(--ghs-divider);border-radius:4px;box-shadow:0 2px 8px #00000014;min-width:190px;padding:4px;z-index:1000}.ghs-menu>button{display:block;width:100%;text-align:left;border:0;background:none;padding:7px 10px;font-size:13px;color:var(--ghs-text);cursor:pointer;border-radius:4px;transition:background-color .15s ease}.ghs-menu>button:hover{background:var(--ghs-bg)}.ghs-menu-sep{height:1px;background:var(--ghs-divider);margin:4px 6px}.ghs-menu-empty{padding:14px 10px;text-align:center;color:var(--ghs-text-3);font-size:12px}.ghs-projects-menu{min-width:260px;max-height:320px;overflow-y:auto}.ghs-project-item{display:flex;align-items:center;gap:2px;border-radius:4px}.ghs-project-item:hover{background:var(--ghs-bg)}.ghs-project-open{flex:1;min-width:0;display:flex;flex-direction:column;align-items:flex-start;gap:1px;border:0;background:none;padding:6px 8px;cursor:pointer;text-align:left}.ghs-project-title{font-size:13px;color:var(--ghs-text);max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ghs-project-time{font-size:11px;color:var(--ghs-text-3)}.ghs-panel{padding:10px 14px;background:#fff}.ghs-mobile .ghs-panel{padding-top:0}.ghs-panel-head{display:flex;justify-content:space-between;align-items:center;margin:12px 0 8px}.ghs-panel-title{font-size:13px;color:var(--ghs-black)}.ghs-panel-meta{font-size:12px;color:var(--ghs-text-3)}.ghs-search{position:relative;flex-shrink:0}.ghs-search-input-wrap{display:flex;align-items:center;gap:8px;border:1px solid transparent;border-radius:4px;padding:0 10px;color:var(--ghs-text-3);background:#f2f5fa;transition:background-color .15s ease,border-color .15s ease}.ghs-search-input-wrap:focus-within{background:#fff;border-color:var(--ghs-brand)}.ghs-search-input{flex:1;min-width:0;border:0;outline:none;padding:9px 0;font-size:13px;color:var(--ghs-text);background:none}.ghs-search-input::placeholder{color:var(--ghs-text-3)}.ghs-search-trigger{display:flex;align-items:center;gap:8px;width:100%;flex-shrink:0;padding:9px 10px;border:1px solid transparent;border-radius:4px;background:#f2f5fa;color:var(--ghs-text-3);font-size:13px;text-align:left;cursor:pointer;transition:background-color .15s ease,border-color .15s ease}.ghs-search-trigger:hover{background:#fff;border-color:var(--ghs-brand)}.ghs-picker{width:480px}.ghs-picker-results{margin-top:10px;min-height:200px;max-height:52vh;overflow-y:auto}.ghs-search-item.ghs-picker-item{flex-direction:row;align-items:center;justify-content:space-between;gap:10px}.ghs-picker-item-info{display:flex;flex-direction:column;gap:2px;min-width:0}.ghs-picker-add{flex:none;display:inline-flex;align-items:center;gap:3px;font-size:12px;color:var(--ghs-brand)}.ghs-modal-foot.ghs-picker-foot{justify-content:space-between;align-items:center;padding:10px 14px;border-top:1px solid var(--ghs-divider)}.ghs-picker-count{font-size:12px;color:var(--ghs-text-3)}.ghs-search-drop{position:absolute;left:0;right:0;top:calc(100% + 4px);background:#fff;border:1px solid var(--ghs-divider);border-radius:4px;box-shadow:0 2px 8px #00000014;max-height:min(62vh,460px);overflow-y:auto;z-index:1000;padding:4px}.ghs-search-item{display:flex;flex-direction:column;align-items:flex-start;gap:1px;width:100%;border:0;background:none;padding:6px 8px;cursor:pointer;border-radius:4px;text-align:left;transition:background-color .15s ease}.ghs-search-item:hover{background:var(--ghs-bg)}.ghs-search-name{font-size:13px;color:var(--ghs-text)}.ghs-search-meta{display:flex;gap:8px;font-size:11px;color:var(--ghs-text-3)}.ghs-series-list{display:flex;flex-direction:column;gap:6px;overflow-y:auto;max-height:420px}.ghs-fullscreen .ghs-series-list{flex:1;min-height:0;max-height:none}.ghs-series-item{display:flex;align-items:center;gap:8px;padding:7px 8px;border:1px solid var(--ghs-divider);border-radius:4px}.ghs-series-item.is-hidden{opacity:.45}.ghs-series-item.is-denied{background:#fafafb;color:var(--ghs-text-3);cursor:pointer}.ghs-color-dot{position:relative;width:14px;height:14px;border-radius:3px;flex:none;cursor:pointer;border:1px solid rgba(0,0,0,.12)}.ghs-color-dot input[type=color]{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;width:100%;height:100%;cursor:pointer;border:0;padding:0}.ghs-series-info{flex:1;min-width:0}.ghs-series-name{display:block;font-size:13px;color:var(--ghs-text);text-decoration:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}a.ghs-series-name:hover{color:var(--ghs-brand)}.ghs-series-meta{display:flex;gap:6px;font-size:11px;color:var(--ghs-text-3);white-space:nowrap;overflow:hidden}.ghs-series-ops{display:flex;gap:2px;flex:none;align-items:center}.ghs-icon-btn{position:relative;border:0;background:none;cursor:pointer;line-height:1;padding:4px;color:var(--ghs-text-3);border-radius:4px;transition:background-color .15s ease,color .15s ease}.ghs-icon-btn:hover{background:var(--ghs-bg);color:var(--ghs-text)}.ghs-icon-danger:hover{color:#ba2a20}.ghs-eye-off:after{content:"";position:absolute;left:4px;top:50%;width:14px;height:1.5px;background:currentColor;transform:rotate(-40deg)}.ghs-lock{flex:none;color:var(--ghs-text-3)}.ghs-unlock{border:0;background:none;color:var(--ghs-brand);font-size:12px;cursor:pointer;padding:4px 6px;border-radius:4px;white-space:nowrap;transition:background-color .15s ease}.ghs-unlock:hover{background:#1a4fbe0f}.ghs-denied-bar{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:6px 8px;margin-bottom:4px;background:#fafafb;border:1px solid var(--ghs-divider);border-radius:4px}.ghs-denied-count{font-size:12px;color:var(--ghs-text-3)}.ghs-denied-bar .ghs-unlock{font-weight:500}.ghs-empty{padding:24px 0;text-align:center;color:var(--ghs-text-3);line-height:1.8}.ghs-input{width:100%;border:1px solid var(--ghs-border);border-radius:4px;padding:5px 8px;font-size:13px;color:var(--ghs-text);background:#fff;outline:none;margin-bottom:6px;transition:border-color .15s ease}.ghs-input:focus{border-color:var(--ghs-brand)}.ghs-check{display:flex;align-items:center;gap:6px;font-size:13px;color:var(--ghs-text-2);padding:3px 0;cursor:pointer}.ghs-check-grid{display:grid;grid-template-columns:1fr 1fr;column-gap:8px}.ghs-field-row{display:flex;align-items:center;gap:6px}.ghs-field-row .ghs-input{margin-bottom:0}.ghs-field-label{flex:none;font-size:12px;color:var(--ghs-text-3);white-space:nowrap}.ghs-inspector{padding:2px 14px}.ghs-acc{border-bottom:1px solid var(--ghs-divider)}.ghs-acc:last-child{border-bottom:0}.ghs-acc-head{display:flex;justify-content:space-between;align-items:center;width:100%;border:0;background:none;padding:10px 0;font-size:13px;font-weight:600;color:var(--ghs-text);cursor:pointer}.ghs-acc-head svg{color:var(--ghs-text-3)}.ghs-acc.open .ghs-acc-head svg{transform:rotate(180deg)}.ghs-acc-body{padding:0 0 10px}.ghs-anno-badge{display:inline-block;min-width:16px;height:16px;line-height:16px;padding:0 4px;margin-left:6px;border-radius:8px;background:#1a4fbe1a;color:var(--ghs-brand);font-size:11px;text-align:center}.ghs-anno-empty{color:var(--ghs-text-3);font-size:12px;line-height:1.6;margin:0 0 8px}.ghs-anno-row{display:flex;align-items:center;gap:6px;margin-bottom:6px}.ghs-anno-row .ghs-input{margin-bottom:0}.ghs-anno-year{width:64px;flex:none}.ghs-anno-text{flex:1;min-width:0}.ghs-anno-add{margin-top:2px}.ghs-swatches{display:flex;gap:4px;flex-wrap:wrap}.ghs-swatch{width:16px;height:16px;border-radius:3px;border:1px solid rgba(0,0,0,.08)}.ghs-btn{display:inline-flex;align-items:center;gap:5px;border:1px solid var(--ghs-border);background:#fff;color:var(--ghs-text-2);border-radius:4px;padding:5px 11px;font-size:13px;cursor:pointer;white-space:nowrap;transition:border-color .15s ease,color .15s ease,background-color .15s ease}.ghs-btn:hover{border-color:var(--ghs-brand);color:var(--ghs-brand)}.ghs-btn:disabled{opacity:.6;cursor:default}.ghs-btn-primary{background:var(--ghs-brand);border-color:var(--ghs-brand);color:#fff}.ghs-btn-primary:hover{background:#163f99;color:#fff}.ghsa-title{font-size:15px;font-weight:600;color:var(--ghs-text);flex:none}.ghsa-topbar-ops{display:flex;align-items:center;gap:6px;flex:none}.ghsa-stepper{display:flex;align-items:center;gap:0;margin:0;padding:0;list-style:none;flex:none}.ghsa-step{display:flex;align-items:center;gap:5px;color:var(--ghs-text-3);font-size:12px}.ghsa-step:not(:last-child):after{content:"";width:18px;height:1px;margin:0 8px;background:var(--ghs-divider)}.ghsa-step-no{width:16px;height:16px;border-radius:50%;border:1px solid var(--ghs-divider);font-size:11px;line-height:14px;text-align:center;color:var(--ghs-text-3);flex:none}.ghsa-step.done .ghsa-step-no{border-color:var(--ghs-brand);color:var(--ghs-brand)}.ghsa-step.done .ghsa-step-label{color:var(--ghs-text-2)}.ghsa-step.current .ghsa-step-no{border-color:var(--ghs-brand);color:var(--ghs-brand)}.ghsa-step.current .ghsa-step-label{color:var(--ghs-text)}.ghsa-op-btn{display:inline-flex;align-items:center;gap:4px;height:30px;padding:0 8px;border:0;background:none;border-radius:4px;font-size:13px;color:var(--ghs-text-2);cursor:pointer}.ghsa-op-btn:hover{color:var(--ghs-brand);background:#f0f4fb}.ghsa-op-ico{width:15px;height:15px;flex:none}.ghsa-op-caret{width:12px;height:12px;flex:none;opacity:.7}.ghsa-ai-btn{flex:none;display:inline-flex;align-items:center;justify-content:center;gap:5px;border:0;background:none;color:var(--ghs-brand)}.ghsa-ai-btn:hover{background:#f0f4fb;color:var(--ghs-brand)}.ghsa-ai-ico{width:14px;height:14px;flex:none}.ghsr-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:var(--ghs-z-overlay);background:#1f2d3d73;display:flex;align-items:center;justify-content:center;padding:24px}.ghsr-panel{position:relative;width:760px;max-width:100%;max-height:86vh;display:flex;flex-direction:column;background:#fff;border-radius:4px;overflow:hidden}.ghsr-head{display:flex;justify-content:space-between;align-items:center;padding:0 14px;border-bottom:1px solid var(--ghs-divider);flex:none}.ghsr-tabs{display:flex;gap:4px}.ghsr-tab{border:none;background:none;padding:12px 10px;font-size:14px;color:var(--ghs-text-2);cursor:pointer;border-bottom:2px solid transparent}.ghsr-tab.active{color:var(--ghs-brand);border-bottom-color:var(--ghs-brand)}.ghsr-close{border:none;background:none;font-size:22px;line-height:1;color:var(--ghs-text-3);cursor:pointer;padding:4px 6px}.ghsr-body{padding:14px;overflow-y:auto;min-height:220px}.ghsr-empty{padding:48px 0;text-align:center;font-size:13px;color:var(--ghs-text-3)}@media (max-width: 900px){.ghsr-overlay{padding:0;align-items:stretch}.ghsr-panel{width:100%;max-height:100vh;border-radius:0}}.ghs-canvas-wrap{position:relative;background:#fff;padding:10px 14px}.ghs-fullscreen .ghs-canvas-wrap{display:flex;flex-direction:column;min-height:0}.ghs-toolbar{flex-shrink:0;display:flex;justify-content:space-between;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:10px}.ghs-type-group{display:flex;gap:4px;flex-wrap:wrap}.ghs-type-btn{position:relative;display:inline-flex;align-items:center;gap:5px;border:1px solid transparent;background:none;color:var(--ghs-text-2);border-radius:4px;padding:5px 10px;font-size:13px;cursor:pointer;transition:border-color .15s ease,color .15s ease,background-color .15s ease}.ghs-type-btn:hover{color:var(--ghs-brand);background:#f0f4fb}.ghs-type-btn.active{background:none;color:var(--ghs-brand)}.ghs-type-btn.active:after{content:"";position:absolute;left:50%;bottom:1px;transform:translate(-50%);width:16px;height:2px;border-radius:1px;background:var(--ghs-brand)}.ghs-chart{width:100%;height:380px}.ghs-fullscreen .ghs-chart{flex:1;height:auto;min-height:300px}.ghs-anno-panel{flex:none;max-height:22vh;overflow-y:auto;margin-top:6px;padding-top:8px;border-top:1px solid var(--ghs-divider)}.ghs-anno-note{margin-bottom:4px;font-size:12px;color:var(--ghs-text-3)}.ghs-anno-list{list-style:none;margin:0;padding:0;columns:2;column-gap:24px}.ghs-anno-item{display:flex;align-items:flex-start;gap:8px;padding:2px 0;font-size:13px;line-height:1.6;break-inside:avoid}.ghs-anno-num{flex:none;width:16px;height:16px;margin-top:3px;border-radius:50%;background:var(--ghs-brand);color:#fff;font-size:10px;line-height:16px;text-align:center}.ghs-anno-year{flex:none;color:var(--ghs-text-3);font-variant-numeric:tabular-nums}.ghs-anno-text{color:var(--ghs-text)}@media (max-width: 1400px){.ghs-anno-list{columns:1}}.ghs-canvas-empty{position:absolute;top:56px;right:14px;bottom:80px;left:14px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--ghs-text-3);background:#fff}.ghs-canvas-empty-title{font-size:16px;font-weight:600;color:var(--ghs-text-2);margin-bottom:8px}.ghs-canvas-empty p{font-size:13px;line-height:1.7;margin:0}.ghs-range{flex-shrink:0;margin-top:10px;padding:0 2px}.ghs-range-head{display:flex;align-items:center;gap:10px;margin-bottom:8px;flex-wrap:wrap}.ghs-range-label{font-size:12px;color:var(--ghs-text-3)}.ghs-range-value{font-size:12px;color:var(--ghs-brand)}.ghs-range-chips{display:flex;gap:4px;margin-left:auto}.ghs-chip{border:1px solid var(--ghs-border);background:#fff;color:var(--ghs-text-2);border-radius:4px;padding:2px 8px;font-size:12px;cursor:pointer;transition:border-color .15s ease,color .15s ease,background-color .15s ease}.ghs-chip:hover{border-color:var(--ghs-brand);color:var(--ghs-brand)}.ghs-chip.active{background:#1a4fbe14;border-color:var(--ghs-brand);color:var(--ghs-brand)}.ghs-range-track{position:relative;height:12px;background:#ebedf0;border-radius:4px;cursor:pointer;touch-action:none}.ghs-range-fill{position:absolute;top:0;bottom:0;background:#1a4fbe2e;border-radius:4px}.ghs-range-handle{position:absolute;top:50%;width:20px;height:16px;background:#fff;border:1px solid #b6bcc7;border-radius:4px;transform:translate(-50%,-50%);cursor:ew-resize;transition:border-color .15s ease}.ghs-range-handle:hover{border-color:var(--ghs-brand)}.ghs-range-ends{display:flex;justify-content:space-between;margin-top:4px;font-size:11px;color:var(--ghs-text-3)}.ghs-upload-btn{width:100%;justify-content:center;margin-top:8px}.ghs-modal-mask{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000059;display:flex;align-items:center;justify-content:center;z-index:var(--ghs-z-overlay-top)}.ghs-modal{background:#fff;border-radius:4px;width:560px;max-width:calc(100vw - 32px);max-height:calc(100vh - 80px);display:flex;flex-direction:column}.ghs-modal-head{display:flex;justify-content:space-between;align-items:center;padding:10px 14px;border-bottom:1px solid var(--ghs-divider)}.ghs-modal-body{padding:12px 14px;overflow-y:auto}.ghs-modal-foot{display:flex;justify-content:flex-end;gap:8px;padding-top:10px}.ghs-upload-drop{display:flex;flex-direction:column;align-items:center;gap:6px;padding:22px 16px;border:1px dashed var(--ghs-border);border-radius:4px;color:var(--ghs-text-2);cursor:pointer;text-align:center;transition:border-color .15s ease,color .15s ease}.ghs-upload-drop:hover{border-color:var(--ghs-brand);color:var(--ghs-brand)}.ghs-upload-drop input[type=file]{display:none}.ghs-upload-hint{font-size:11px;color:var(--ghs-text-3);line-height:1.7}.ghs-upload-error{margin-top:8px;font-size:12px;color:#ba2a20}.ghs-mylist{display:flex;flex-direction:column;gap:6px;max-height:220px;overflow-y:auto}.ghs-preview-table{width:100%;border-collapse:collapse;margin:10px 0;font-size:12px}.ghs-preview-table th,.ghs-preview-table td{border-bottom:1px solid var(--ghs-divider);padding:5px 8px;text-align:left;color:var(--ghs-text-2);vertical-align:top}.ghs-preview-table th{color:var(--ghs-text);font-weight:600}.ghs-unit-input{margin:4px 0 0;padding:2px 6px;font-size:12px;width:90px}.ghs-preview-more{text-align:center;color:var(--ghs-text-3)}.ghs-upload-tag{background:#1a4fbe14;color:var(--ghs-brand);border-radius:3px;padding:0 4px;font-size:10px}.ghs-skel{flex:1;display:flex;flex-direction:column;min-height:0;background:#fff}.ghs-skel-line{border-radius:4px;background:linear-gradient(90deg,#f2f3f5 25%,#e9ebee 37%,#f2f3f5 63%);background-size:400% 100%;animation:ghs-shimmer 1.2s ease infinite}@keyframes ghs-shimmer{0%{background-position:100% 0}to{background-position:0 0}}.ghs-skel-topbar{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:10px 14px;border-bottom:1px solid var(--ghs-divider)}.ghs-skel-cols{flex:1;display:flex;min-height:0}.ghs-skel-col{padding:14px}.ghs-skel-side{width:280px;flex:none;border-right:1px solid var(--ghs-divider)}.ghs-skel-methods{width:320px;flex:none;border-right:1px solid var(--ghs-divider)}.ghs-skel-main{flex:1;min-width:0}.ghs-skel-row{height:34px;margin-bottom:8px}.ghs-skel-row:nth-child(odd){width:92%}.ghs-skel-card{height:64px;margin-bottom:8px}.ghs-skel-canvas{height:380px}@media (max-width: 900px){.ghs-skel-cols{flex-direction:column}.ghs-skel-side,.ghs-skel-methods{width:100%;border-right:none}}.ghs-state{padding:60px 0;text-align:center;color:var(--ghs-text-3)}.ghs-state-error{color:#ba2a20}.ghs-spinner{width:28px;height:28px;margin:0 auto 10px;border:3px solid var(--ghs-divider);border-top-color:var(--ghs-brand);border-radius:50%;animation:ghs-spin .8s linear infinite}@keyframes ghs-spin{to{transform:rotate(360deg)}}.ghs-btn-ai{color:var(--ghs-brand);border-color:var(--ghs-brand)}.ghs-btn-ai:hover,.ghs-btn-ai.active{background:var(--ghs-brand);color:#fff}.ghs-btn-sm{height:26px;padding:0 10px;font-size:12px}.ghs-mobile.ghs-fullscreen .ghs-root{margin-top:0;height:calc(100vh - 48px);height:calc(100svh - 48px);display:flex;flex-direction:column;overflow:hidden}.gha-sheet-open .ghs-mobile.ghs-fullscreen .ghs-root{height:max(120px,calc(100vh - 48px - var(--gha-sheet-h, 0px)));height:max(120px,calc(100svh - 48px - var(--gha-sheet-h, 0px)))}.ghs-mobile .ghs-topbar{flex:none;padding:8px 12px}.ghs-mobile .ghs-topbar-title{gap:8px;flex:1;min-width:0}.ghs-mobile .ghs-title-display{max-width:38vw}.ghs-mobile .ghsa-topbar-ops{gap:4px}.ghs-mobile .ghs-m-canvas{display:flex;flex-direction:column;min-height:0}.ghs-mobile .ghs-m-canvas .ghs-chart{flex:1;min-height:0}.ghs-mobile .ghs-m-split{flex:1;min-height:0;display:flex;flex-direction:column;margin-bottom:30px}.ghs-mobile .ghs-m-split .ghs-m-canvas{flex:1;min-height:min(260px,40vh)}.ghs-m-series-edit{color:var(--ghs-brand)}.ghs-m-series-edit .iconfont{font-size:11px}.ghs-m-anno-entry{flex:none;display:flex;align-items:center;justify-content:space-between;padding:8px 14px;font-size:12px;color:var(--ghs-text-3);border-top:1px solid var(--ghs-divider);cursor:pointer}.ghs-mobile .ghs-anno-panel{max-height:26vh}.ghs-mobile .ghs-toolbar{overflow-x:auto;-webkit-overflow-scrolling:touch}.ghs-mobile .ghs-type-group{flex-wrap:nowrap}.ghs-mobile .ghs-type-btn{flex:none;white-space:nowrap}.ghs-mobile .ghs-m-stage{flex:1;min-height:0;display:flex;flex-direction:column;overflow:hidden}.ghs-mobile .ghs-m-stage>*{flex:1;min-height:0}.ghs-mobile .ghs-m-ai-btn{display:inline-flex;align-items:center;gap:3px;border:0;background:none;cursor:pointer;color:var(--ghs-brand);font-size:13px;font-weight:500;padding:4px 8px;white-space:nowrap}.ghs-mobile .ghs-m-ai-btn.active{color:var(--ghs-text-2)}.ghs-mobile .ghs-m-ai-btn .iconfont,.ghs-mobile .ghs-m-action-btn .iconfont{font-size:14px}.ghs-mobile .ghsa-op-btn .iconfont,.ghs-mobile .ghs-m-action-meta .iconfont{font-size:12px}.ghs-mobile .ghs-m-actionbar{flex:none;display:flex;align-items:center;gap:10px;padding:8px 14px;padding-bottom:calc(8px + env(safe-area-inset-bottom));background:#fff}.ghs-mobile .ghs-m-action-meta{flex:none;font-size:12px;color:var(--ghs-text-3);cursor:pointer;white-space:nowrap}.ghs-mobile .ghs-m-action-btn{flex:1;height:38px;font-size:14px;font-weight:500;justify-content:center}.ghs-mobile .ghs-m-action-sub{flex:none;height:38px;padding:0 14px;font-size:14px;font-weight:500;justify-content:center;background:#fff;color:var(--ghs-brand);border:1px solid var(--ghs-border)}.ghs-mobile .ghs-m-action-sub .iconfont{font-size:14px}.ghs-mobile .ghs-m-sheet-mask{position:fixed;top:0;right:0;bottom:0;left:0;z-index:var(--ghs-z-overlay);background:#0006;display:flex;align-items:flex-end}.ghs-mobile .ghs-m-sheet{width:100%;height:72vh;height:72dvh;background:#fff;border-radius:8px 8px 0 0;display:flex;flex-direction:column;animation:ghs-sheet-up .22s ease}@keyframes ghs-sheet-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}.ghs-mobile .ghs-m-sheet-head{flex:none;display:flex;align-items:center;justify-content:space-between;padding:12px 16px}.ghs-mobile .ghs-m-sheet-title{font-size:15px;font-weight:600;color:var(--ghs-text)}.ghs-mobile .ghs-m-sheet-done{border:0;background:none;color:var(--ghs-brand);font-size:14px;font-weight:500;cursor:pointer}.ghs-mobile .ghs-m-sheet-body{flex:1;min-height:0;overflow-y:auto}.ghs-mobile .ghs-export-menu{right:0;left:auto;z-index:50}.ghs-studio-mobile-page .mobile-footer{display:none}.ghs-m-pc-hint{flex:none;margin:0 14px;padding:10px 12px;padding-bottom:calc(10px + env(safe-area-inset-bottom));font-size:12px;line-height:1.5;color:var(--ghs-text-3);text-align:center}.ghs-opt-chips{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:10px}.ghs-opt-chip{border:none;background:var(--ghs-bg);color:var(--ghs-text-2);font-size:12px;padding:5px 10px;border-radius:3px;cursor:pointer;transition:background .15s ease,color .15s ease}.ghs-opt-chip.active{background:#1a4fbe14;color:var(--ghs-brand)}.ghs-mobile .ghs-m-inline-search{position:sticky;top:0;z-index:1;background:var(--ghs-bg);border:1px solid var(--ghs-border);border-radius:4px;padding:7px 6px 7px 10px;margin-bottom:8px}.ghs-mobile .ghs-m-inline-search:focus-within{border-color:var(--ghs-brand);background:#fff}.ghs-mobile .ghs-m-search-clear{flex:none;display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border:0;background:none;color:var(--ghs-text-3);cursor:pointer;padding:0}.ghs-mobile .ghs-m-inline-results{margin-bottom:4px}.ghs-root .ghs-draft-bar{flex:none;display:flex;align-items:center;gap:12px;padding:8px 16px;background:#fff8e6;border-bottom:1px solid #F5E1B0;font-size:13px;color:var(--ghs-text-2)}.ghs-root .ghs-draft-text{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ghs-root .ghs-draft-act,.ghs-root .ghs-draft-drop,.ghs-root .ghs-draft-close{flex:none;border:0;background:none;cursor:pointer;font-size:13px;padding:0}.ghs-root .ghs-draft-act{color:var(--ghs-brand)}.ghs-root .ghs-draft-drop,.ghs-root .ghs-draft-close{color:var(--ghs-text-3)}.ghs-root .ghs-draft-close{font-size:16px;line-height:1}.ghs-mobile .ghs-draft-bar{padding:7px 12px;gap:8px;font-size:12px}.ghs-guide-shade{position:fixed;background:#0000008c;z-index:1041;animation:ghs-guide-fade .15s ease}.ghs-guide-hole{position:fixed;z-index:1042;background:transparent}.ghs-guide-layer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1043;pointer-events:none;opacity:1;transition:opacity .15s ease;animation:ghs-guide-fade .15s ease}.ghs-guide-layer.faded{opacity:0}.ghs-guide-arrow{position:absolute;top:0;right:0;bottom:0;left:0}.ghs-guide-txt{position:absolute;max-width:calc(100vw - 48px);font-size:18px;font-weight:500;line-height:1.4;letter-spacing:.02em;color:#fff;white-space:nowrap}.ghs-guide-ctrl{position:absolute;left:0;right:0;display:flex;flex-direction:column;align-items:center;pointer-events:none}.ghs-guide-step{font-size:12px;color:#ffffffb8;font-variant-numeric:tabular-nums;margin-bottom:16px}.ghs-guide-next{pointer-events:auto;height:44px;padding:0 32px;font-size:16px;font-weight:500;color:#fff;background:#1a4fbe;border:none;border-radius:4px;cursor:pointer;font-family:inherit}.ghs-guide-skip{pointer-events:auto;height:36px;padding:0 24px;margin-top:12px;font-size:14px;color:#fff;background:transparent;border:1px solid rgba(255,255,255,.45);border-radius:4px;cursor:pointer;font-family:inherit}.ghs-guide-next:hover{background:#143f9c}.ghs-guide-skip:hover{border-color:#ffffffbf}.ghs-guide-layer.ghs-guide-pc .ghs-guide-txt{font-size:24px;line-height:1.45;white-space:normal;max-width:420px}.ghs-guide-layer.ghs-guide-pc .ghs-guide-ctrl{flex-direction:row;align-items:center;gap:16px}.ghs-guide-layer.ghs-guide-pc .ghs-guide-step{margin-bottom:0;font-size:13px}.ghs-guide-layer.ghs-guide-pc .ghs-guide-skip{height:44px;margin-top:0}@keyframes ghs-guide-fade{0%{opacity:0}}.ghx-subtitle{font-size:12px;color:var(--ghs-text-3);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ghs-fullscreen .ghx-op{flex:0 0 340px;min-width:280px;max-width:380px;display:flex;flex-direction:column;min-height:0;border-right:1px solid var(--ghs-divider)}.ghs-fullscreen .ghx-center{flex:1 1 auto;min-width:0;min-height:0;overflow-y:auto}.ghx-filepane{flex:1;min-height:0;overflow-y:auto}.ghx-actionbar{flex-shrink:0;padding:10px 14px;border-top:1px solid var(--ghs-divider);background:#fff}.ghx-action{width:100%;justify-content:center;padding:8px 0}.ghx-action-note{margin-top:6px;font-size:12px;color:var(--ghs-text-3);text-align:center}.ghx-drop{border:1px dashed var(--ghs-border);border-radius:4px;padding:28px 14px;text-align:center;cursor:pointer;transition:background-color .15s ease,border-color .15s ease}.ghx-drop:hover,.ghx-drop.over{background:#f2f5fa;border-color:var(--ghs-brand)}.ghx-drop-ico{width:30px;height:30px;color:var(--ghs-text-3);margin-bottom:8px}.ghx-drop-main{font-size:13px;color:var(--ghs-text);margin-bottom:4px}.ghx-drop-pick{color:var(--ghs-brand)}.ghx-drop-tip{font-size:12px;color:var(--ghs-text-3)}.ghx-filecard{display:flex;gap:10px;padding:10px;border:1px solid var(--ghs-divider);border-radius:4px}.ghx-thumb{flex:0 0 56px;height:56px;border:1px solid var(--ghs-divider);border-radius:4px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#f2f5fa}.ghx-thumb img{max-width:100%;max-height:100%;object-fit:contain}.ghx-thumb-ext{font-size:12px;color:var(--ghs-text-3)}.ghx-fileinfo{min-width:0;flex:1}.ghx-filename{font-size:13px;color:var(--ghs-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ghx-filemeta{font-size:12px;color:var(--ghs-text-3);margin:2px 0 4px}.ghx-link{border:0;background:none;padding:0;font-size:12px;color:var(--ghs-brand);cursor:pointer}.ghx-notice{margin-top:10px;padding:7px 9px;border-radius:4px;background:#fff7f6;font-size:12px;line-height:1.6;color:#a8332a}.ghx-history{border-top:1px solid var(--ghs-divider)}.ghx-hist{list-style:none;margin:0;padding:0}.ghx-hist-item+.ghx-hist-item{border-top:1px solid var(--ghs-divider)}.ghx-hist-main{display:block;width:100%;text-align:left;border:0;background:none;padding:8px 6px;cursor:pointer;border-radius:4px}.ghx-hist-main:hover:not(:disabled){background:#f2f5fa}.ghx-hist-main:disabled{cursor:default}.ghx-hist-item.active .ghx-hist-main{background:#f2f5fa}.ghx-hist-name{display:block;font-size:13px;color:var(--ghs-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ghx-hist-sub{display:flex;gap:10px;font-size:12px;margin-top:2px}.ghx-hist-time{color:var(--ghs-text-3)}.is-done{color:#1a7f37}.is-fail{color:#ba2a20}.is-wait{color:var(--ghs-text-3)}.ghx-result{padding:24px}.ghx-stage{max-width:560px;margin:40px auto 0;text-align:center}.ghx-stage-idle{max-width:880px;padding-bottom:32px}.ghx-stage-off{color:var(--ghs-text-3)}.ghx-stage-title{font-size:16px;color:var(--ghs-text)}.ghx-fail{color:#ba2a20}.ghx-stage-sub{margin-top:8px;font-size:13px;color:var(--ghs-text-2)}.ghx-stage-hint{margin-top:10px;font-size:12px;color:var(--ghs-text-3)}.ghx-bar{height:4px;margin:16px auto 0;max-width:320px;background:#ebeef5;border-radius:2px;overflow:hidden}.ghx-bar-fill{height:100%;width:0;background:var(--ghs-brand);transition:width .3s ease}.ghx-bar-busy{position:relative}.ghx-bar-move{position:absolute;top:0;height:100%;width:38%;border-radius:2px;background:var(--ghs-brand);animation:ghx-bar-slide 1.6s ease-in-out infinite}@keyframes ghx-bar-slide{0%{left:-38%}to{left:100%}}@media (prefers-reduced-motion: reduce){.ghx-bar-move{animation:none;left:0;width:100%;opacity:.35}}.ghx-done{max-width:880px;margin:24px auto 0;padding-bottom:32px}.ghx-demo{margin-top:28px;border-top:1px solid var(--ghs-divider);padding-top:16px;text-align:left}.ghx-demos>.ghx-demo:first-child{margin-top:0;border-top:0;padding-top:0}.ghx-demo-head{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-bottom:12px}.ghx-demo-title{display:flex;align-items:baseline;flex-wrap:wrap;gap:8px;font-size:13px;color:var(--ghs-text)}.ghx-demo-sub{font-size:12px;color:var(--ghs-text-3)}.ghx-demo-body{display:flex;align-items:flex-start;gap:14px}.ghx-demo-side{flex:0 0 196px}.ghx-demo-cap{margin-top:6px;font-size:12px;color:var(--ghs-text-3);text-align:center}.ghx-demo-arrow{flex:0 0 auto;align-self:center;color:var(--ghs-text-3);font-size:14px}.ghx-demo-out{flex:1 1 auto;min-width:0}.ghx-page{border:1px solid var(--ghs-divider);border-radius:4px;background:#fff;padding:12px 10px 0;overflow:hidden}.ghx-page-tb{width:100%;border-collapse:collapse;font-size:10px;color:var(--ghs-text-2);table-layout:fixed}.ghx-page-tb th,.ghx-page-tb td{border:1px solid #EBEEF5;padding:3px 4px;text-align:right;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ghx-page-tb th{background:#fafbfc;color:var(--ghs-text-3);text-align:center}.ghx-page-tb th:first-child,.ghx-page-tb td:first-child{text-align:left}.ghx-page-cut{margin:0 -10px;padding:8px 10px 10px;font-size:11px;color:var(--ghs-text-3);border-top:1px dashed var(--ghs-border);background:linear-gradient(180deg,#fff,#f7f8fa)}.ghx-demo-xls{width:100%;border-collapse:collapse;font-size:12px;color:var(--ghs-text)}.ghx-demo-xls th,.ghx-demo-xls td{border:1px solid #EBEEF5;padding:5px 8px;text-align:right;white-space:nowrap}.ghx-demo-xls th{background:#fafbfc;color:var(--ghs-text-3);text-align:center}.ghx-demo-xls th:first-child,.ghx-demo-xls td:first-child{text-align:left}.ghx-demo-xls tr.is-joined td{background:#f2f5fa}.ghx-demo2{display:flex;align-items:flex-start;gap:18px}.ghx-demo2-src{flex:0 0 340px;min-width:0}.ghx-demo2-page{position:relative;border:1px solid var(--ghs-divider);border-radius:4px;overflow:hidden;background:#fff}.ghx-demo2-page+.ghx-demo2-page{margin-top:10px}.ghx-demo2-img{display:block;width:100%;height:auto}.ghx-demo2-out{flex:1 1 auto;min-width:0}.ghx-demo2-chart{display:block;max-width:100%;height:auto;border:1px solid var(--ghs-divider);border-radius:4px}.ghx-demo2-tb{overflow-x:auto}.ghx-demo2-tb table{border-collapse:collapse;font-size:12px;color:var(--ghs-text)}.ghx-demo2-tb td{border:1px solid #EBEEF5;padding:5px 8px;text-align:right;white-space:nowrap}.ghx-demo2-tb tr:nth-child(-n+2) td{background:#fafbfc;color:var(--ghs-text-2);text-align:center}.ghx-demo2-tb tr td:first-child{text-align:left}.ghx-tree-i.is-hot{background:#eaf1fc}.ghx-demo-sub2{margin:14px 0 6px;font-size:12px;color:var(--ghs-text-2)}.ghx-demo-note{margin-top:8px;font-size:12px;line-height:1.6;color:var(--ghs-text-3);display:flex;align-items:flex-start;gap:6px}.ghx-demo-note code{font-size:11px;padding:1px 4px;border-radius:2px;background:#f2f5fa;color:var(--ghs-text-2)}.ghx-demo-dot{width:8px;height:8px;flex:0 0 8px;margin-top:5px;border-radius:2px;background:#f2f5fa;border:1px solid #EBEEF5}.ghx-demo-dot.is-plain{width:5px;height:5px;flex-basis:5px;margin-top:7px;border-radius:50%;background:#d8dce5;border-color:#d8dce5}.ghx-lay{padding:8px;display:flex;flex-direction:column;gap:6px}.ghx-lay-box{position:relative;border:1px solid #EBEEF5;border-radius:3px;padding:7px 8px}.ghx-lay-box.is-title{border-color:#bfd3f2}.ghx-lay-box.is-drop{border-style:dashed;opacity:.5}.ghx-lay-tag{position:absolute;top:-1px;right:-1px;padding:2px 4px;font-size:9px;line-height:1;color:var(--ghs-text-3);background:#fafbfc;border-left:1px solid #EBEEF5;border-bottom:1px solid #EBEEF5;border-radius:0 3px}.ghx-lay-no{color:var(--ghs-brand);margin-right:3px}.ghx-lay-title{height:7px;width:52%;background:#c5d6f2;border-radius:2px}.ghx-lay-lines i{display:block;height:4px;background:#ebeef5;border-radius:2px;margin-bottom:4px}.ghx-lay-lines i:last-child{width:70%;margin-bottom:0}.ghx-lay-img{height:34px;background:#f2f5fa;border-radius:2px}.ghx-tree{list-style:none;margin:0;padding:0;border:1px solid var(--ghs-divider);border-radius:4px;overflow:hidden}.ghx-tree-i{display:flex;align-items:baseline;gap:12px;padding:7px 10px;font-size:12px}.ghx-tree-i+.ghx-tree-i{border-top:1px solid #F2F3F5}.ghx-tree-i.lv0{background:#fafbfc}.ghx-tree-i.lv1 .ghx-tree-txt{padding-left:14px}.ghx-tree-txt{flex:1;min-width:0;color:var(--ghs-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ghx-tree-meta{flex:0 0 auto;font-size:11px;color:var(--ghs-text-3)}.ghx-tree-i.is-drop .ghx-tree-txt{color:var(--ghs-text-3);text-decoration:line-through}.ghx-demo-more{margin-top:24px;padding-top:14px;border-top:1px solid var(--ghs-divider);display:flex;flex-wrap:wrap;align-items:baseline;gap:6px 18px;font-size:12px;color:var(--ghs-text-3);text-align:left}.ghx-demo-more-k{color:var(--ghs-text-2)}.ghx-dlmenu{min-width:210px}.ghx-dlmenu>a{display:flex;align-items:baseline;justify-content:space-between;gap:10px;padding:7px 10px;border-radius:4px;font-size:13px;color:var(--ghs-text);text-decoration:none;transition:background-color .15s ease}.ghx-dlmenu>a:hover{background:var(--ghs-bg);color:var(--ghs-text)}.ghx-dlmenu-k{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ghx-dlmenu-s{flex:none;font-size:11px;color:var(--ghs-text-3)}.ghx-dlmenu-note{margin:4px 4px 0;padding:6px 6px 2px;border-top:1px solid var(--ghs-divider);font-size:11px;color:var(--ghs-text-3)}.ghs-fullscreen .ghx-center.is-split{overflow:hidden;display:flex;flex-direction:column;padding:0}.ghx-done.is-split{max-width:none;margin:0;padding:0;flex:1 1 auto;min-height:0;display:flex;flex-direction:column}.ghx-seg{display:flex;gap:4px;flex:0 0 auto}.ghx-seg-b{padding:4px 10px;border:0;border-radius:4px;background:transparent;font-size:12px;color:var(--ghs-text-2);cursor:pointer;transition:background-color .15s ease}.ghx-seg-b:hover{background:#f2f5fa}.ghx-seg-b.on{background:#f2f5fa;color:var(--ghs-brand)}.ghx-cmp{display:block}.ghx-done.is-split .ghx-cmp{display:flex;align-items:stretch;flex:1 1 auto;min-height:0}.ghx-cmp-col{display:flex;flex-direction:column;min-width:0;min-height:0}.ghx-done.is-split .ghx-src{flex:0 0 46%;max-width:46%;border-right:1px solid var(--ghs-divider);background:#fafbfc}.ghx-done.is-split .ghx-art{flex:1 1 auto}.ghx-cmp-bar{flex:0 0 auto;display:flex;align-items:center;gap:8px;padding:7px 12px;border-bottom:1px solid var(--ghs-divider);background:#fff}.ghx-cmp-bar-t{font-size:12px;color:var(--ghs-text);flex:0 0 auto}.ghx-cmp-bar-n{font-size:12px;color:var(--ghs-text-3);min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ghx-cmp-bar-sp{flex:1 1 auto}.ghx-pg{flex:0 0 auto;padding:3px 8px;border:1px solid var(--ghs-divider);border-radius:4px;background:#fff;font-size:12px;color:var(--ghs-text-2);cursor:pointer;transition:background-color .15s ease}.ghx-pg:hover:not(:disabled){background:#f2f5fa}.ghx-pg:disabled{color:var(--ghs-text-3);cursor:default}.ghx-done.is-split .ghx-cmp-body{flex:1 1 auto;min-height:0;overflow-y:auto}.ghx-done.is-split .ghx-art .ghx-cmp-body{padding:18px 20px}.ghx-src-body{padding:12px}.ghx-src-pages{display:flex;flex-direction:column;gap:12px}.ghx-src-page{position:relative;display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid var(--ghs-divider);border-radius:4px;overflow:hidden}.ghx-src-cv,.ghx-src-img{display:block;max-width:100%;max-height:100%;width:auto;height:auto}.ghx-src-no{position:absolute;right:6px;bottom:4px;font-size:11px;color:var(--ghs-text-3);background:#ffffffe6;border-radius:2px;padding:0 4px}.ghx-box{position:absolute;margin:0;padding:0;border:1px solid rgba(45,110,214,.45);border-radius:2px;background:#2d6ed60f;cursor:pointer;transition:background-color .12s ease,border-color .12s ease}.ghx-box:hover{background:#2d6ed629;border-color:#2d6ed6cc}.ghx-box.is-on{border-color:#2d6ed6;border-width:2px;background:#2d6ed633}.ghx-box.is-drop{border-style:dashed;border-color:#78808c80;background:#78808c0d;cursor:default}.ghx-box.is-drop:hover{background:#78808c1a;border-color:#78808c80}.ghx-box-t{position:absolute;left:-1px;top:-1px;padding:0 4px;border-radius:2px 0;background:#2d6ed6d9;color:#fff;font-size:10px;line-height:15px;font-style:normal;white-space:nowrap;pointer-events:none;opacity:.85}.ghx-box:hover .ghx-box-t,.ghx-box.is-on .ghx-box-t{opacity:1}.ghx-box.is-drop .ghx-box-t{background:#78808cd9}.ghx-blk{border-radius:3px;transition:background-color .2s ease;cursor:default}.ghx-article-body .ghx-blk:hover{background:#f7f9fc}.ghx-article-body .ghx-blk.is-on{background:#eaf1fc;box-shadow:inset 2px 0 #2d6ed6}.ghx-article-body .ghx-blk>:first-child{margin-top:0}.ghx-article-body .ghx-blk>:last-child{margin-bottom:0}.ghx-article-body .ghx-blk{padding:2px 6px;margin:0 -6px 10px}.ghx-article-body .ghx-cap{font-size:12px;color:var(--ghs-text-3);line-height:1.7;margin:4px 0 0}.ghx-src-tip{font-size:13px;color:var(--ghs-text-3);padding:20px 4px}.ghx-src-err{color:#ba2a20}.ghx-src-empty{padding:20px 4px;text-align:left}.ghx-src-empty-t{font-size:13px;color:var(--ghs-text);margin-bottom:8px}.ghx-src-empty-p{font-size:12px;color:var(--ghs-text-3);line-height:1.8;margin-bottom:8px}.ghx-src-empty-p strong{color:var(--ghs-text-2);font-weight:400}.ghx-src-empty-f{font-size:12px;color:var(--ghs-text-2);margin-bottom:12px;word-break:break-all}.ghx-src-warn{flex:0 0 auto;padding:7px 12px;border-top:1px solid var(--ghs-divider);font-size:12px;color:#ba2a20;background:#fff7f6}.ghx-article{margin-top:18px;border-top:1px solid var(--ghs-divider);padding-top:14px}.ghx-article.is-embedded{margin-top:0;border-top:0;padding-top:0}.ghx-article-head{display:flex;align-items:baseline;flex-wrap:wrap;gap:10px;margin-bottom:12px}.ghx-copy{flex:0 0 auto;margin-left:auto;padding:3px 9px;border:1px solid var(--ghs-divider);border-radius:4px;background:#fff;font-size:12px;color:var(--ghs-text-2);cursor:pointer;transition:background-color .15s ease,color .15s ease}.ghx-copy:hover:not(:disabled){background:#f2f5fa;color:var(--ghs-brand)}.ghx-copy:disabled{color:var(--ghs-text-3);cursor:default}.ghx-article-title{font-size:13px;color:var(--ghs-text)}.ghx-article-note{font-size:12px;color:var(--ghs-text-3)}.ghx-article-load{font-size:13px;color:var(--ghs-text-3);padding:20px 0}.ghx-article-err{font-size:13px;color:#ba2a20;padding:14px 0}.ghx-article-body{font-size:14px;line-height:1.85;color:var(--ghs-text);word-break:break-word}.ghx-article-body h1,.ghx-article-body h2,.ghx-article-body h3,.ghx-article-body h4{margin:22px 0 10px;line-height:1.4;color:var(--ghs-text)}.ghx-article-body h1{font-size:20px}.ghx-article-body h2{font-size:17px}.ghx-article-body h3{font-size:15px}.ghx-article-body h4{font-size:14px}.ghx-article-body h1:first-child,.ghx-article-body h2:first-child{margin-top:0}.ghx-article-body p{margin:0 0 12px}.ghx-article-body ul,.ghx-article-body ol{margin:0 0 12px;padding-left:22px}.ghx-article-body li{margin:4px 0}.ghx-article-body blockquote{margin:0 0 12px;padding:8px 12px;border-left:2px solid var(--ghs-border);background:#fafbfc;color:var(--ghs-text-2)}.ghx-article-body pre{margin:0 0 12px;padding:10px 12px;border-radius:4px;background:#fafbfc;border:1px solid var(--ghs-divider);overflow-x:auto;font-size:12px;line-height:1.7}.ghx-article-body code{font-size:12px;padding:1px 4px;border-radius:2px;background:#f2f5fa}.ghx-article-body pre code{padding:0;background:none}.ghx-article-body hr{border:0;border-top:1px solid var(--ghs-divider);margin:18px 0}.ghx-article-body table{display:block;width:100%;overflow-x:auto;border-collapse:collapse;margin:0 0 14px;font-size:12px}.ghx-article-body th,.ghx-article-body td{border:1px solid #EBEEF5;padding:6px 9px;text-align:left;white-space:nowrap}.ghx-article-body th{background:#fafbfc;color:var(--ghs-text-2);font-weight:400}.ghx-article-body img{max-width:100%;height:auto;display:block;margin:10px 0;border:1px solid var(--ghs-divider);border-radius:4px}.ghx-article-body img[data-missing]{min-height:48px;background:#f2f5fa;border-style:dashed}.ghx-article-body a{color:var(--ghs-brand)}@media (max-width: 1100px){.ghs-fullscreen .ghx-op{flex:none;max-width:none;min-width:0;border-right:0;border-bottom:1px solid var(--ghs-divider)}.ghs-fullscreen .ghx-center,.ghx-filepane{overflow:visible}.ghx-result{padding:16px}.ghx-stage{margin-top:24px}.ghx-demo-body{flex-direction:column;align-items:stretch}.ghx-demo-side{flex:none;width:100%;max-width:240px;margin:0 auto}.ghx-demo-arrow{align-self:center;transform:rotate(90deg)}.ghx-tree-i{flex-direction:column;align-items:stretch;gap:2px}.ghx-tree-txt{white-space:normal}.ghx-src{border:1px solid var(--ghs-divider);border-radius:4px;background:#fafbfc;margin-top:12px}.ghx-src-body{max-height:72vh;overflow-y:auto}.ghs-mobile .ghx-actionbar{position:sticky;bottom:0;z-index:2}}
