@custom-variant dark (&:where(.dark, .dark *):not(.light, .light *));@custom-variant light (&:where(.light, .light *));button{cursor:pointer}button:disabled{cursor:not-allowed}input{min-width:0}@supports (-webkit-touch-callout:none){input[type=datetime-local],input[type=date],input[type=time]{max-width:100%}}input::-webkit-datetime-edit{padding:0;display:block}input{-webkit-appearance:none}@keyframes b-streaming-focus{0%{outline-offset:10px;background-color:#0000;outline-color:#0000}to{outline-offset:0px;outline-color:var(--b-streaming-color,#9f4dff59);background-color:#0000}}[data-b-streaming=active]{outline:1.5px solid var(--b-streaming-color,#9f4dff59);outline-offset:0px;background-color:var(--b-streaming-bg,#9f4dff0a);animation:.5s cubic-bezier(.22,1,.36,1) b-streaming-focus}
