::-webkit-calendar-picker-indicator{filter:invert(1)}::-webkit-scrollbar{width:6px;height:7px;cursor:pointer;background:#52525b}::-webkit-scrollbar-track{background:rgba(0,0,0,.1);border-radius:10px}::-webkit-scrollbar-thumb{background:rgba(0,0,0,.9);border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#000}.clearfix:after{content:"";clear:both;display:table}#nprogress .spinner{display:none!important}.cursors-layer>.monaco-mouse-cursor-text{position:absolute;background-color:#fff}.sp-tab-button{display:flex!important;align-items:center;vertical-align:middle}.sp-tab-button span{margin-top:3px}.sp-button[data-active=true]{background-color:var(--sp-colors-bg-input)!important}input[type=email]:disabled,input[type=tel]:disabled,input[type=text]:disabled{cursor:not-allowed;background:#ccc;opacity:.5}.PhoneInputInput{border-radius:.375rem!important;border:1px solid #000!important;font-size:16px!important;padding:6px 12px!important}.PhoneInput--disabled{cursor:not-allowed;opacity:.5}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=date]::-webkit-calendar-picker-indicator{color:#fff;opacity:1}.scrollbar-v2 ::-webkit-scrollbar{width:7px;height:7px;background:transparent}.scrollbar-v2 ::-webkit-scrollbar-track{background:transparent}.scrollbar-v2 ::-webkit-scrollbar-thumb{background:rgba(24,20,48,.5);border:1px solid hsla(0,0%,100%,.3)}.scrollbar-v2 ::-webkit-scrollbar-thumb:hover{background:#000;border:1px solid hsla(0,0%,100%,.5)}.cm-editor{position:relative!important;box-sizing:border-box;display:flex!important;flex-direction:column}.cm-scroller{display:flex!important;align-items:flex-start!important;height:100%;overflow-x:auto;position:relative;z-index:0;font-family:var(--sp-font-mono);line-height:var(--sp-font-lineHeight)}.cm-gutters{background-color:var(--sp-colors-surface1);color:var(--sp-colors-disabled);border:none;padding-left:var(--sp-space-1);display:flex;height:100%;box-sizing:border-box;left:0;z-index:200;font-size:.8rem!important}.cm-content[contenteditable=true]{-webkit-user-modify:read-write-plaintext-only}.cm-lineWrapping{white-space:pre-wrap;word-break:break-word;overflow-wrap:anywhere}.cm-content{caret-color:var(--sp-colors-accent);padding:0 var(--sp-space-4);margin:0;flex-grow:2;min-height:100%;display:block;box-sizing:border-box;outline:none}.scroll-hide{overflow:auto;overflow:--moz-scrollbars-none;scrollbar-width:none;-ms-overflow-style:none}.scroll-hide ::-webkit-scrollbar{width:0!important;display:none}.scroll-hide ::-webkit-scrollbar-thumb,.scroll-hide ::-webkit-scrollbar-thumb:hover,.scroll-hide ::-webkit-scrollbar-track{display:none}.full-bleed{box-shadow:0 0 0 100vmax #1a1b1f;-webkit-clip-path:inset(0 -100vmax);clip-path:inset(0 -100vmax)}@layer base{:root{--background:224 71% 4%;--foreground:213 31% 91%;--muted:223 47% 11%;--muted-foreground:215.4 16.3% 56.9%;--accent:216 34% 17%;--accent-foreground:210 40% 98%;--popover:240 3.7% 15.88%;--popover-foreground:220 14.29% 95.88%;--border:216 34% 17%;--input:216 34% 17%;--card:224 71% 4%;--card-foreground:213 31% 91%;--destructive:0 63% 31%;--destructive-foreground:210 40% 98%;--ring:216 34% 17%;--radius:0.5rem}*{@apply border-border}body{@apply bg-background text-foreground;font-feature-settings:"rlig" 1,"calt" 1}}@keyframes pulse-animation{30%{transform:scale(.8)}80%{transform:scale(1.2)}}@keyframes react-loading-skeleton{to{transform:translateX(100%)}}.react-loading-skeleton{--base-color:#ebebeb;--highlight-color:#f5f5f5;--animation-duration:1.5s;--animation-direction:normal;--pseudo-element-display:block;background-color:var(--base-color);width:100%;border-radius:.25rem;display:inline-flex;line-height:1;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none;overflow:hidden;z-index:1}.react-loading-skeleton:after{content:" ";display:var(--pseudo-element-display);position:absolute;top:0;left:0;right:0;height:100%;background-repeat:no-repeat;background-image:linear-gradient(90deg,var(--base-color),var(--highlight-color),var(--base-color));transform:translateX(-100%);animation-name:react-loading-skeleton;animation-direction:var(--animation-direction);animation-duration:var(--animation-duration);animation-timing-function:ease-in-out;animation-iteration-count:infinite}@media (prefers-reduced-motion){.react-loading-skeleton{--pseudo-element-display:none}}