@layer cgc.graph{.cgc-graph{flex-direction:column;display:flex}.cgc-graph__title{margin:0;font-size:1rem}.cgc-graph__outer{box-sizing:border-box;aspect-ratio:1;border:1px solid var(--lightgray);border-radius:5px;flex:auto;min-height:0;margin:.5em 0;position:relative;overflow:hidden}.cgc-graph__local{position:absolute;inset:0}.cgc-graph__canvas{display:block}.cgc-graph__open{color:var(--dark);font-family:var(--codeFont);white-space:nowrap;cursor:pointer;opacity:.5;background-color:#0000;border:none;border-radius:4px;margin:.3rem;padding:.2rem .4rem;font-size:.7rem;line-height:1;transition:background-color .5s,opacity .5s;position:absolute;top:0;right:0}.cgc-graph__open:hover,.cgc-graph__open:focus-visible{background-color:var(--lightgray);opacity:1}.cgc-graph__dialog{box-sizing:border-box;border:1px solid var(--lightgray);background-color:var(--light);width:80vw;max-width:95vw;height:80vh;max-height:90vh;color:var(--dark);border-radius:5px;padding:0;overflow:hidden}.cgc-graph__dialog::backdrop{background-color:color-mix(in srgb, var(--light) 70%, transparent);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.cgc-graph__global{width:100%;height:100%;position:relative}.cgc-graph__filters{z-index:1;color:var(--darkgray);font-family:var(--codeFont);pointer-events:none;flex-direction:column;gap:.75rem;font-size:.7rem;display:flex;position:absolute;top:1rem;left:1rem}.cgc-graph__time{pointer-events:auto;flex-direction:column;align-items:flex-start;gap:.25rem;display:flex}.cgc-graph__time-labels{justify-content:space-between;width:150px;margin-bottom:.125rem;font-size:.65rem;display:flex}.cgc-graph__time-label{text-align:center;flex:1}.cgc-graph__time-label:first-child{text-align:left}.cgc-graph__time-label:last-child{text-align:right}.cgc-graph__slider{cursor:pointer;appearance:none;--cgc-graph-notches:repeating-linear-gradient(to right, var(--gray) 0px, var(--gray) 2px, transparent 2px, transparent calc(50% - 1px), var(--gray) calc(50% - 1px), var(--gray) calc(50% + 1px), transparent calc(50% + 1px), transparent calc(100% - 2px), var(--gray) calc(100% - 2px), var(--gray) 100%);background:0 0;outline:none;width:150px;height:12px;margin:0}.cgc-graph__slider:focus-visible{outline:2px solid var(--tertiary);outline-offset:2px}.cgc-graph__slider::-webkit-slider-runnable-track{background-color:var(--lightgray);background-image:var(--cgc-graph-notches);border-radius:2px;height:4px}.cgc-graph__slider::-moz-range-track{background-color:var(--lightgray);background-image:var(--cgc-graph-notches);border-radius:2px;height:4px}.cgc-graph__slider::-webkit-slider-thumb{background:var(--secondary);cursor:pointer;appearance:none;border-radius:50%;width:12px;height:12px;margin-top:-4px}.cgc-graph__slider::-moz-range-thumb{background:var(--secondary);cursor:pointer;border:none;border-radius:50%;width:12px;height:12px}.cgc-graph__slider:hover::-webkit-slider-thumb{background:var(--tertiary)}.cgc-graph__slider:hover::-moz-range-thumb{background:var(--tertiary)}.cgc-graph__visibility{cursor:pointer;pointer-events:auto;justify-content:flex-start;align-items:center;gap:.375rem;margin:0;font-size:.7rem;font-weight:400;line-height:1;display:flex}.cgc-graph__private-toggle{width:14px;height:14px;accent-color:var(--cgc-graph-private,var(--secondary));cursor:pointer;margin:0}@media (max-width:1299px){.cgc-graph__dialog{width:95vw;height:85vh}.cgc-graph__filters{align-items:center;top:.5rem;left:50%;right:auto;transform:translate(-50%)}.cgc-graph__time{align-items:center}.cgc-graph__visibility{justify-content:center}}}