:root{--cursor-editor: #181818;--cursor-chrome: #141414;--cursor-base: #e4e4e4;--cursor-text-primary: #d8d8d8;--cursor-text-secondary: #afafaf;--cursor-text-tertiary: #868686;--cursor-accent: #599ce7;--cursor-brand: #f54e00;--cursor-stroke-tertiary: #282828;--cursor-radius-base: 6px;--cursor-radius-lg: 8px;--cursor-font-family-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", "system-ui", sans-serif;--cursor-font-family-mono: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%}body{background:var(--cursor-editor);color:var(--cursor-text-primary);font-family:var(--cursor-font-family-sans);font-size:13px;line-height:18px;letter-spacing:-.08px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body::-webkit-scrollbar{display:none}body{-ms-overflow-style:none;scrollbar-width:none}@keyframes cmdFadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes chyronSlideIn{0%{transform:translateY(-8px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes timerPulse{0%,to{opacity:1}50%{opacity:.4}}@keyframes caretBlink{0%,50%{opacity:1}50.01%,to{opacity:0}}@keyframes cursorShimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.cursor-shimmer{background:linear-gradient(90deg,#868686,#868686 35%,#e4e4e4,#868686 65%,#868686);background-size:200% 100%;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;animation:cursorShimmer 1.8s linear infinite}.glass-scroll{scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.16) transparent}.glass-scroll::-webkit-scrollbar{width:10px;height:10px}.glass-scroll::-webkit-scrollbar-track{background:transparent}.glass-scroll::-webkit-scrollbar-thumb{background:#ffffff24;border-radius:8px;border:2px solid transparent;background-clip:padding-box}.glass-scroll::-webkit-scrollbar-thumb:hover{background:#ffffff3d;background-clip:padding-box}
