:root{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:#fff;background-color:#0f1113;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--vh: 1vh;--vw: 1vw;--dvh: 1dvh;--dvw: 1dvw;--transition-fast: .2s cubic-bezier(.25, .46, .45, .94);--transition-normal: .3s cubic-bezier(.25, .46, .45, .94);--transition-slow: .4s cubic-bezier(.25, .46, .45, .94);--transition-smooth: .5s cubic-bezier(.25, .46, .45, .94);--transition-hover: .15s cubic-bezier(.25, .46, .45, .94)}a{font-weight:500;color:#4a90e2;text-decoration:inherit}a:hover{color:#1e88e5}body{margin:0;display:flex;justify-content:center;align-items:center;min-width:320px;min-height:100vh;min-height:100dvh}#root{width:100%;max-width:1280px;height:100vh;height:100dvh;display:flex;justify-content:center;align-items:center}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#ffffff0f;color:#fff;cursor:pointer;transition:all var(--transition-normal)}button:hover{border-color:#4a90e2;transform:translateY(-1px);box-shadow:0 4px 12px #4a90e233}button:focus,button:focus-visible{outline:2px solid #4A90E2;outline-offset:2px}@media(prefers-color-scheme:light){:root{color:#fff;background-color:#0f1113}a:hover{color:#1e88e5}button{background-color:#ffffff0f}}.chat-input::placeholder{color:#ffffffb8}@supports (height: 100dvh){:root{--vh: 1dvh;--vw: 1dvw}}@supports not (height: 100dvh){:root{--vh: 1vh;--vw: 1vw}}@media(max-width:768px){body{min-height:calc(var(--vh, 1vh) * 100)}#root{height:calc(var(--vh, 1vh) * 100)}}.custom-scrollbar::-webkit-scrollbar{width:.375rem}.custom-scrollbar::-webkit-scrollbar-track{background:transparent;border-radius:.1875rem}.custom-scrollbar::-webkit-scrollbar-thumb{background:#fff3;border-radius:.1875rem;border:.0625rem solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(.625rem);backdrop-filter:blur(.625rem)}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:#ffffff4d}.custom-scrollbar::-webkit-scrollbar-thumb:active{background:#fff6}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.no-scrollbar::-webkit-scrollbar{display:none}
