@import"https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500;700&display=swap";:root{--font-mono: "JetBrains Mono", ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace;--color-background-tertiary: #0c0e11;--color-background-primary: #14171c;--color-background-secondary: #1b1f26;--color-background-success: rgba(46, 160, 105, .14);--color-background-warning: rgba(214, 158, 46, .16);--color-border-primary: #3a414c;--color-border-secondary: #2a3038;--color-border-tertiary: #20252c;--color-border-success: #2f6b4d;--color-border-warning: #7a5c22;--color-text-primary: #e7eaef;--color-text-secondary: #97a0ac;--color-text-tertiary: #5d6571;--color-text-info: #6cb6ff;--color-text-warning: #e0b341;--color-text-danger: #ff6b6b;--color-text-success: #7ee0a8;--border-radius-md: 6px;--border-radius-lg: 10px;color-scheme:dark}*{box-sizing:border-box}html,body,#root{margin:0;padding:0;height:100%}body{font-family:var(--font-mono);background:var(--color-background-tertiary);color:var(--color-text-primary);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}input,textarea,button{font-family:var(--font-mono);color:var(--color-text-primary)}input[type=search],input[type=text],input[type=password],textarea{background:var(--color-background-secondary);border:.5px solid var(--color-border-tertiary);border-radius:var(--border-radius-md);padding:6px 10px;outline:none}input:focus,textarea:focus{border-color:var(--color-border-primary)}button{cursor:pointer}::placeholder{color:var(--color-text-tertiary)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-thumb{background:var(--color-border-secondary);border-radius:999px;border:2px solid var(--color-background-tertiary)}::-webkit-scrollbar-track{background:transparent}
