*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fcfcfc;color:#333;line-height:1.6}#root{width:100%;height:var(--viewport-height, 100vh);height:100dvh;height:100vh;overflow:hidden}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#a8a8a8}*{transition:color .2s ease,background-color .2s ease,border-color .2s ease}*:focus{outline:2px solid #6366f1;outline-offset:2px}@media (prefers-contrast: high){body{background-color:#fff;color:#000}}@media (prefers-reduced-motion: reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@supports (height: 100dvh){#root{height:100dvh}}@supports (padding: env(safe-area-inset-bottom)){body{padding-bottom:env(safe-area-inset-bottom)}}@media (max-width: 768px){#root{position:fixed;top:0;left:0;right:0;bottom:0;height:var(--viewport-height, 100%)!important;overflow:hidden;-webkit-overflow-scrolling:touch}body{overflow:hidden;position:fixed;width:100%;height:var(--viewport-height, 100%)!important;-webkit-overflow-scrolling:touch}input,textarea,select{font-size:16px!important}}@media (max-height: 600px){#root{height:var(--viewport-height, 100vh)!important}}@supports (-webkit-touch-callout: none){#root{height:var(--viewport-height, 100vh)!important}}
