*{margin:0;padding:0;box-sizing:border-box}html{margin:0;padding:0;width:100%;min-height:100%;background:#050505}body{margin:0;padding:0;width:100%;min-height:100vh;font-family:-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:radial-gradient(123.88% 104.67% at 50% 0%,#111,#050505);background-attachment:fixed;background-repeat:no-repeat;background-size:100% 100%;color:#fff;overflow-x:hidden}#root{min-height:100vh;display:flex;flex-direction:column}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}::-webkit-scrollbar{width:12px;height:12px}::-webkit-scrollbar-track{background:#0a0a0a;border-radius:10px}::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#f70a58,#910634);border-radius:10px;border:2px solid #0a0a0a}::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#ff1a6e,#a10740);box-shadow:0 0 10px #f70a58}*{scrollbar-width:thin;scrollbar-color:#f70a58 #0a0a0a}[data-scope=drawer]{isolation:isolate}body:has([data-scope=drawer][data-state=open]){overflow:hidden!important}body:has([data-scope=dialog][data-state=open]){overflow:hidden!important}[data-scope=dialog][data-size=full][data-part=backdrop]{z-index:999998!important}[data-scope=dialog][data-size=full][data-part=positioner]{z-index:999999!important;position:fixed!important;inset:0!important;padding:0!important;display:flex!important;align-items:center!important;justify-content:center!important}[data-scope=dialog][data-size=full][data-part=content]{z-index:999999!important;position:fixed!important;inset:0!important;width:100vw!important;height:100vh!important;max-width:100vw!important;max-height:100vh!important;margin:0!important;padding:0!important;border-radius:0!important;display:flex!important;flex-direction:column!important;overflow:hidden!important}[data-scope=drawer][data-part=backdrop]{z-index:999998!important;background-color:#000c!important;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);position:fixed!important;inset:0!important;width:100vw!important;height:100vh!important;max-width:none!important;max-height:none!important}[data-scope=drawer][data-part=positioner]{z-index:999999!important;position:fixed!important;inset:0!important;width:100%!important;height:100%!important;pointer-events:none}[data-scope=drawer][data-part=content]{z-index:999999!important;position:fixed!important;inset:0!important;width:100vw!important;height:100vh!important;max-width:none!important;max-height:none!important;min-width:100vw!important;min-height:100vh!important;margin:0!important;padding:0;pointer-events:auto!important;transform-origin:top center;display:flex!important;flex-direction:column!important;overflow-y:auto!important;overflow-x:hidden!important;box-sizing:border-box!important}[data-scope=drawer][data-part=backdrop][data-state=open]{animation:fadeIn .2s ease-out}[data-scope=drawer][data-part=backdrop][data-state=closed]{animation:fadeOut .2s ease-out}[data-scope=drawer][data-part=content][data-state=open]{animation:fadeInScale .3s ease-out}[data-scope=drawer][data-part=content][data-state=closed]{animation:fadeOutScale .3s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeInScale{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes fadeOutScale{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.95)}}[data-scope=drawer][data-part=header]{flex-shrink:0!important;z-index:1!important;width:100%!important}[data-scope=drawer][data-part=body]{flex:1!important;overflow-y:auto!important;overflow-x:hidden!important;width:100%!important;box-sizing:border-box!important}
