:root {
    color-scheme: dark;
    --w3o-background-color: #ffffff;
    --w3o-foreground-color: #EFF1FC;
    --w3o-text-color: #1a1d26;
    --w3o-border-color: #d0d4f7;
    --w3o-action-color: #6370E5;
    --w3o-border-radius: 16px;
    --w3o-font-family: inherit;
}

*,
:before,
:after {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-scroll-snap-strictness: proximity;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / .5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
}

*,
:before,
:after {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: #e5e7eb;
}

:before,
:after {
    --tw-content: "";
}

[x-cloak] {
    display: none !important;
}

html {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
    font-feature-settings: normal;
    font-variation-settings: normal;
    -webkit-tap-highlight-color: transparent;
}

body {
    margin: 0;
    line-height: inherit;
}

h3 {
    font-size: inherit;
    font-weight: inherit;
}

a {
    color: inherit;
    text-decoration: inherit;
}

table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
}

button,
input {
    font-family: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    font-size: 100%;
    font-weight: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    color: inherit;
    margin: 0;
    padding: 0;
}

button {
    text-transform: none;
}

button {
    -webkit-appearance: button;
    background-color: transparent;
    background-image: none;
}

h3,
p {
    margin: 0;
}

input::placeholder {
    opacity: 1;
    color: #9ca3af;
}

button,
[role=button] {
    cursor: pointer;
}

:disabled {
    cursor: default;
}

img,
svg {
    display: block;
    vertical-align: middle;
}

img {
    max-width: 100%;
    height: auto;
}

[hidden]:where(:not([hidden=until-found])) {
    display: none;
}

:root {
    --background: 0 0% 100%;
    --foreground: 20 14.3% 4.1%;
    --card: 0 0% 100%;
    --card-foreground: 20 14.3% 4.1%;
    --popover: 0 0% 100%;
    --popover-foreground: 20 14.3% 4.1%;
    --primary: 24 9.8% 10%;
    --primary-foreground: 60 9.1% 97.8%;
    --secondary: 60 4.8% 95%;
    --secondary-foreground: 24 9.8% 10%;
    --muted: 60 4.8% 95.9%;
    --muted-foreground: 25 5.3% 44.7%;
    --accent: 60 4.8% 95.9%;
    --accent-foreground: 24 9.8% 10%;
    --destructive: 0 63% 60%;
    --destructive-foreground: 0 70% 60%;
    --border: 20 5.9% 90%;
    --input: 20 5.9% 90%;
    --ring: 20 14.3% 4.1%;
    --radius: .3rem;
}

.dark {
    --background: 20 3% 10%;
    --foreground: 60 3% 97.8%;
    --card: 20 3% 15%;
    --card-foreground: 60 3% 97.8%;
    --popover: 20 3% 10%;
    --popover-foreground: 60 3% 97.8%;
    --primary: 60 3% 97.8%;
    --primary-foreground: 24 3% 10%;
    --secondary: 12 3% 30%;
    --secondary-foreground: 60 3% 97.8%;
    --muted: 12 3% 20%;
    --muted-foreground: 24 3% 63.9%;
    --accent: 12 3% 20%;
    --accent-foreground: 60 3% 97.8%;
    --destructive: 0 53% 50%;
    --destructive-foreground: 0 70% 50%;
    --border: 12 3% 20%;
    --input: 12 3% 20%;
    --ring: 24 3% 82.9%;
}

* {
    --tw-border-opacity: 1;
    border-color: hsl(var(--border) / var(--tw-border-opacity, 1));
}

body {
    font-synthesis-weight: none;
    text-rendering: optimizeLegibility;
    overflow-y: scroll;
}

html {
    -webkit-tap-highlight-color: rgba(128, 128, 128, .5);
}

::-webkit-scrollbar {
    width: .5rem;
    height: .5rem;
}

::-webkit-scrollbar-track {
    --tw-bg-opacity: 1 !important;
    background-color: hsl(var(--muted) / var(--tw-bg-opacity, 1)) !important;
}

::-webkit-scrollbar-thumb {
    background-color: hsl(var(--muted-foreground) / .3) !important;
    border-radius: calc(var(--radius) - 4px);
}

html {
    scrollbar-color: hsl(215.4 16.3% 46.9% / .3);
}

html.dark {
    scrollbar-color: hsl(215.4 16.3% 56.9% / .3);
}

.pointer-events-none {
    pointer-events: none;
}

.fixed {
    position: fixed;
}

.relative {
    position: relative;
}

.sticky {
    position: sticky;
}

.bottom-0 {
    bottom: 0;
}

.top-3 {
    top: .75rem;
}

.top-\[3rem\] {
    top: 3rem;
}

.z-10 {
    z-index: 10;
}

.mx-0 {
    margin-left: 0;
    margin-right: 0;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.\!mt-2 {
    margin-top: .5rem !important;
}

.-mt-2 {
    margin-top: -.5rem;
}

.mb-2 {
    margin-bottom: .5rem;
}

.ml-2 {
    margin-left: .5rem;
}

.mr-2 {
    margin-right: .5rem;
}

.mt-1 {
    margin-top: .25rem;
}

.mt-2 {
    margin-top: .5rem;
}

.block {
    display: block;
}

.flex {
    display: flex;
}

.inline-flex {
    display: inline-flex;
}

.grid {
    display: grid;
}

.hidden {
    display: none;
}

.h-10 {
    height: 2.5rem;
}

.h-12 {
    height: 3rem;
}

.h-14 {
    height: 3.5rem;
}

.h-2\.5 {
    height: .625rem;
}

.h-4 {
    height: 1rem;
}

.h-8 {
    height: 2rem;
}

.h-9 {
    height: 2.25rem;
}

.h-\[20px\] {
    height: 20px;
}

.h-fit {
    height: -moz-fit-content;
    height: fit-content;
}

.h-full {
    height: 100%;
}

.max-h-9 {
    max-height: 2.25rem;
}

.max-h-\[80vh\] {
    max-height: 80vh;
}

.min-h-12 {
    min-height: 3rem;
}

.min-h-\[37px\] {
    min-height: 37px;
}

.min-h-\[calc\(100vh\)\] {
    min-height: 100vh;
}

.min-h-screen {
    min-height: 100vh;
}

.w-2 {
    width: .5rem;
}

.w-2\.5 {
    width: .625rem;
}

.w-4 {
    width: 1rem;
}

.w-8 {
    width: 2rem;
}

.w-9 {
    width: 2.25rem;
}

.w-\[32px\] {
    width: 32px;
}

.w-\[36px\] {
    width: 36px;
}

.w-full {
    width: 100%;
}

.min-w-0 {
    min-width: 0px;
}

.min-w-\[30rem\] {
    min-width: 30rem;
}

.min-w-\[4\.5rem\] {
    min-width: 4.5rem;
}

.min-w-full {
    min-width: 100%;
}

.max-w-9 {
    max-width: 2.25rem;
}

.max-w-\[1500px\] {
    max-width: 1500px;
}

.max-w-\[40rem\] {
    max-width: 40rem;
}

.max-w-full {
    max-width: 100%;
}

.flex-1 {
    flex: 1 1 0%;
}

.shrink-0 {
    flex-shrink: 0;
}

.caption-bottom {
    caption-side: bottom;
}

.cursor-pointer {
    cursor: pointer;
}

.touch-none {
    touch-action: none;
}

.select-none {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.flex-row {
    flex-direction: row;
}

.flex-col {
    flex-direction: column;
}

.items-center {
    align-items: center;
}

.justify-start {
    justify-content: flex-start;
}

.justify-end {
    justify-content: flex-end;
}

.justify-center {
    justify-content: center;
}

.justify-between {
    justify-content: space-between;
}

.gap-1 {
    gap: .25rem;
}

.gap-1\.5 {
    gap: .375rem;
}

.gap-2 {
    gap: .5rem;
}

.gap-3 {
    gap: .75rem;
}

.gap-4 {
    gap: 1rem;
}

.gap-5 {
    gap: 1.25rem;
}

.space-y-1\.5>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(.375rem * var(--tw-space-y-reverse));
}

.overflow-auto {
    overflow: auto;
}

.overflow-hidden {
    overflow: hidden;
}

.whitespace-nowrap {
    white-space: nowrap;
}

.rounded {
    border-radius: .25rem;
}

.rounded-\[inherit\] {
    border-radius: inherit;
}

.rounded-full {
    border-radius: 9999px;
}

.rounded-lg {
    border-radius: var(--radius);
}

.rounded-md {
    border-radius: calc(var(--radius) - 2px);
}

.rounded-none {
    border-radius: 0;
}

.rounded-b-lg {
    border-bottom-right-radius: var(--radius);
    border-bottom-left-radius: var(--radius);
}

.rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.rounded-t-lg {
    border-top-left-radius: var(--radius);
    border-top-right-radius: var(--radius);
}

.rounded-tl-none {
    border-top-left-radius: 0;
}

.rounded-tr-none {
    border-top-right-radius: 0;
}

.border {
    border-width: 1px;
}

.border-2 {
    border-width: 2px;
}

.border-x-0 {
    border-left-width: 0px;
    border-right-width: 0px;
}

.border-b {
    border-bottom-width: 1px;
}

.border-l {
    border-left-width: 1px;
}

.border-t {
    border-top-width: 1px;
}

.border-solid {
    border-style: solid;
}

.\!border-muted-foreground {
    --tw-border-opacity: 1 !important;
    border-color: hsl(var(--muted-foreground) / var(--tw-border-opacity, 1)) !important;
}

.border-border {
    --tw-border-opacity: 1;
    border-color: hsl(var(--border) / var(--tw-border-opacity, 1));
}

.border-input {
    --tw-border-opacity: 1;
    border-color: hsl(var(--input) / var(--tw-border-opacity, 1));
}

.border-transparent {
    border-color: transparent;
}

.border-l-transparent {
    border-left-color: transparent;
}

.border-t-transparent {
    border-top-color: transparent;
}

.\!bg-muted-foreground {
    --tw-bg-opacity: 1 !important;
    background-color: hsl(var(--muted-foreground) / var(--tw-bg-opacity, 1)) !important;
}

.\!bg-muted\/50 {
    background-color: hsl(var(--muted) / .5) !important;
}

.bg-background {
    --tw-bg-opacity: 1;
    background-color: hsl(var(--background) / var(--tw-bg-opacity, 1));
}

.bg-border {
    --tw-bg-opacity: 1;
    background-color: hsl(var(--border) / var(--tw-bg-opacity, 1));
}

.bg-card {
    --tw-bg-opacity: 1;
    background-color: hsl(var(--card) / var(--tw-bg-opacity, 1));
}

.bg-muted {
    --tw-bg-opacity: 1;
    background-color: hsl(var(--muted) / var(--tw-bg-opacity, 1));
}

.bg-primary {
    --tw-bg-opacity: 1;
    background-color: hsl(var(--primary) / var(--tw-bg-opacity, 1));
}

.bg-secondary {
    --tw-bg-opacity: 1;
    background-color: hsl(var(--secondary) / var(--tw-bg-opacity, 1));
}

.bg-transparent {
    background-color: transparent;
}

.bg-opacity-95 {
    --tw-bg-opacity: .95;
}

.p-0 {
    padding: 0;
}

.p-1 {
    padding: .25rem;
}

.p-2 {
    padding: .5rem;
}

.p-6 {
    padding: 1.5rem;
}

.p-px {
    padding: 1px;
}

.px-1\.5 {
    padding-left: .375rem;
    padding-right: .375rem;
}

.px-2 {
    padding-left: .5rem;
    padding-right: .5rem;
}

.px-2\.5 {
    padding-left: .625rem;
    padding-right: .625rem;
}

.px-3 {
    padding-left: .75rem;
    padding-right: .75rem;
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}

.px-\[0\.25rem\] {
    padding-left: .25rem;
    padding-right: .25rem;
}

.px-\[10px\] {
    padding-left: 10px;
    padding-right: 10px;
}

.py-0 {
    padding-top: 0;
    padding-bottom: 0;
}

.py-0\.5 {
    padding-top: .125rem;
    padding-bottom: .125rem;
}

.py-1 {
    padding-top: .25rem;
    padding-bottom: .25rem;
}

.py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem;
}

.pb-0 {
    padding-bottom: 0;
}

.pb-10 {
    padding-bottom: 2.5rem;
}

.pb-2 {
    padding-bottom: .5rem;
}

.pr-2 {
    padding-right: .5rem;
}

.pr-4 {
    padding-right: 1rem;
}

.pt-0 {
    padding-top: 0;
}

.pt-\[3rem\] {
    padding-top: 3rem;
}

.text-left {
    text-align: left;
}

.align-middle {
    vertical-align: middle;
}

.text-\[11px\] {
    font-size: 11px;
}

.text-sm {
    font-size: .875rem;
    line-height: 1.25rem;
}

.text-xs {
    font-size: .75rem;
    line-height: 1rem;
}

.font-medium {
    font-weight: 500;
}

.font-semibold {
    font-weight: 600;
}

.leading-none {
    line-height: 1;
}

.tracking-tight {
    letter-spacing: -.025em;
}

.text-card-foreground {
    --tw-text-opacity: 1;
    color: hsl(var(--card-foreground) / var(--tw-text-opacity, 1));
}

.text-foreground {
    --tw-text-opacity: 1;
    color: hsl(var(--foreground) / var(--tw-text-opacity, 1));
}

.text-muted {
    --tw-text-opacity: 1;
    color: hsl(var(--muted) / var(--tw-text-opacity, 1));
}

.text-muted-foreground {
    --tw-text-opacity: 1;
    color: hsl(var(--muted-foreground) / var(--tw-text-opacity, 1));
}

.text-primary {
    --tw-text-opacity: 1;
    color: hsl(var(--primary) / var(--tw-text-opacity, 1));
}

.text-primary-foreground {
    --tw-text-opacity: 1;
    color: hsl(var(--primary-foreground) / var(--tw-text-opacity, 1));
}

.text-secondary-foreground {
    --tw-text-opacity: 1;
    color: hsl(var(--secondary-foreground) / var(--tw-text-opacity, 1));
}

.antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.opacity-50 {
    opacity: .5;
}

.shadow {
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / .25);
    --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.ring-0 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-offset-background {
    --tw-ring-offset-color: hsl(var(--background) / 1);
}

.backdrop-blur-sm {
    --tw-backdrop-blur: blur(4px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s;
}

.transition-colors {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s;
}

.transition-transform {
    transition-property: transform;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s;
}

.placeholder\:text-muted-foreground::placeholder {
    --tw-text-opacity: 1;
    color: hsl(var(--muted-foreground) / var(--tw-text-opacity, 1));
}

.hover\:cursor-pointer:hover {
    cursor: pointer;
}

.hover\:bg-accent:hover {
    --tw-bg-opacity: 1;
    background-color: hsl(var(--accent) / var(--tw-bg-opacity, 1));
}

.hover\:bg-muted\/20:hover {
    background-color: hsl(var(--muted) / .2);
}

.hover\:bg-primary\/90:hover {
    background-color: hsl(var(--primary) / .9);
}

.hover\:bg-secondary\/80:hover {
    background-color: hsl(var(--secondary) / .8);
}

.hover\:text-accent-foreground:hover {
    --tw-text-opacity: 1;
    color: hsl(var(--accent-foreground) / var(--tw-text-opacity, 1));
}

.hover\:underline:hover {
    text-decoration-line: underline;
}

.focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
}

.focus\:ring-2:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-ring:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: hsl(var(--ring) / var(--tw-ring-opacity, 1));
}

.focus\:ring-offset-2:focus {
    --tw-ring-offset-width: 2px;
}

.disabled\:pointer-events-none:disabled {
    pointer-events: none;
}

.disabled\:cursor-not-allowed:disabled {
    cursor: not-allowed;
}

.disabled\:opacity-50:disabled {
    opacity: .5;
}

.group:hover .group-hover\:text-primary {
    --tw-text-opacity: 1;
    color: hsl(var(--primary) / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:underline {
    text-decoration-line: underline;
}

.data-\[state\=unchecked\]\:translate-x-0[data-state=unchecked] {
    --tw-translate-x: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.data-\[state\=active\]\:bg-background[data-state=active] {
    --tw-bg-opacity: 1;
    background-color: hsl(var(--background) / var(--tw-bg-opacity, 1));
}

.data-\[state\=unchecked\]\:bg-input[data-state=unchecked] {
    --tw-bg-opacity: 1;
    background-color: hsl(var(--input) / var(--tw-bg-opacity, 1));
}

.data-\[state\=active\]\:text-foreground[data-state=active] {
    --tw-text-opacity: 1;
    color: hsl(var(--foreground) / var(--tw-text-opacity, 1));
}

.data-\[state\=active\]\:shadow[data-state=active] {
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.dark\:bg-background:is(.dark *) {
    --tw-bg-opacity: 1;
    background-color: hsl(var(--background) / var(--tw-bg-opacity, 1));
}

@media (min-width: 640px) {
    .sm\:fixed {
        position: fixed;
    }

    .sm\:flex {
        display: flex;
    }

    .sm\:flex-row {
        flex-direction: row;
    }

    .sm\:px-0 {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width: 768px) {
    .md\:pb-\[3\.5rem\] {
        padding-bottom: 3.5rem;
    }
}

.\[\&_tr\:last-child\]\:border-0 tr:last-child {
    border-width: 0px;
}

.header.svelte-gmh12y {
    transition: box-shadow .5s;
}

:root {
    --onboard-modal-border-radius: var(--radius) !important;
    --onboard-white: white;
    --onboard-black: black;
    --onboard-primary-1: #2f80ed;
    --onboard-primary-100: #eff1fc;
    --onboard-primary-200: #d0d4f7;
    --onboard-primary-300: #b1b8f2;
    --onboard-primary-400: #929bed;
    --onboard-primary-500: #6370e5;
    --onboard-primary-600: #454ea0;
    --onboard-primary-700: #323873;
    --onboard-gray-100: #ebebed;
    --onboard-gray-200: #c2c4c9;
    --onboard-gray-300: #999ca5;
    --onboard-gray-400: #707481;
    --onboard-gray-500: #33394b;
    --onboard-gray-600: #242835;
    --onboard-gray-700: #1a1d26;
    --onboard-success-100: #d1fae3;
    --onboard-success-200: #baf7d5;
    --onboard-success-300: #a4f4c6;
    --onboard-success-400: #8df2b8;
    --onboard-success-500: #5aec99;
    --onboard-success-600: #18ce66;
    --onboard-success-700: #129b4d;
    --onboard-danger-100: #ffe5e6;
    --onboard-danger-200: #ffcccc;
    --onboard-danger-300: #ffb3b3;
    --onboard-danger-400: #ff8080;
    --onboard-danger-500: #ff4f4f;
    --onboard-danger-600: #cc0000;
    --onboard-danger-700: #660000;
    --onboard-warning-100: #ffefcc;
    --onboard-warning-200: #ffe7b3;
    --onboard-warning-300: #ffd780;
    --onboard-warning-400: #ffc74c;
    --onboard-warning-500: #ffaf00;
    --onboard-warning-600: #cc8c00;
    --onboard-warning-700: #664600;
    --onboard-connect-sidebar-background: hsl(var(--background) / 1);
    --onboard-connect-sidebar-color: hsl(var(--muted-foreground) / 1);
    --onboard-connect-sidebar-progress-background: hsl(var(--primary) / 1);
    --onboard-connect-sidebar-progress-color: hsl(var(--accent) / 1);
    --onboard-connect-header-background: hsl(var(--background) / 1);
    --onboard-connect-header-color: hsl(var(--primary) / 1);
    --onboard-main-scroll-container-background: hsl(var(--background) / 1) !important;
    --onboard-link-color: hsl(var(--primary) / 1);
    --onboard-close-button-background: none;
    --onboard-close-button-color: hsl(var(--primary) / 1);
    --onboard-wallet-button-background-hover: hsl(var(--muted) / 1);
    --onboard-wallet-button-color: hsl(var(--primary) / 1);
    --onboard-wallet-button-color-hover: hsl(var(--primary) / 1);
    --onboard-wallet-button-border-color: hsl(var(--border) / 1);
    --onboard-wallet-button-border-radius: var(--radius);
    --onboard-connect-text-color: hsl(var(--muted-foreground) / 1);
    --w3o-border-color: transparent !important;
    --w3o-action-color: red !important;
    --w3o-text-color: hsl(var(--muted-foreground) / 1) !important;
    --onboard-connect-sidebar-border-color: hsl(var(--border) / 1) !important;
    --onboard-modal-box-shadow: 0 0 0 1px hsl(var(--border) / 1);
    --onboard-modal-backdrop: hsl(var(--background) / .5);
    --onboard-font-family-normal: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --onboard-font-size-1: 3rem;
    --onboard-font-size-2: 2.25rem;
    --onboard-font-size-3: 1.5rem;
    --onboard-font-size-4: 1.25rem;
    --onboard-font-size-5: 1rem;
    --onboard-font-size-6: .875rem;
    --onboard-font-size-7: .75rem;
    --onboard-spacing-1: 3rem;
    --onboard-spacing-2: 2rem;
    --onboard-spacing-3: 1.5rem;
    --onboard-spacing-4: 1rem;
    --onboard-spacing-5: .5rem;
    --onboard-border-radius-1: 24px;
    --onboard-border-radius-2: 20px;
    --onboard-border-radius-3: 16px;
    --onboard-shadow-0: none;
    --onboard-shadow-1: 0px 4px 12px rgba(0, 0, 0, .1);
    --onboard-shadow-2: inset 0px -1px 0px rgba(0, 0, 0, .1);
    --account-select-modal-white: white;
    --account-select-modal-black: black;
    --account-select-modal-primary-100: #eff1fc;
    --account-select-modal-primary-200: #d0d4f7;
    --account-select-modal-primary-300: #b1b8f2;
    --account-select-modal-primary-500: #6370e5;
    --account-select-modal-primary-600: #454ea0;
    --account-select-modal-gray-100: #ebebed;
    --account-select-modal-gray-200: #c2c4c9;
    --account-select-modal-gray-300: #999ca5;
    --account-select-modal-gray-500: #33394b;
    --account-select-modal-gray-700: #1a1d26;
    --account-select-modal-danger-500: #ff4f4f;
    --account-select-modal-font-family-normal: Inter, sans-serif;
    --account-select-modal-font-size-5: 1rem;
    --account-select-modal-font-size-7: .75rem;
    --account-select-modal-font-line-height-1: 24px;
    --account-select-modal-margin-4: 1rem;
    --account-select-modal-margin-5: .5rem;
}

.logo.svelte-54um2v {
    position: relative;
    width: 1.5rem;
    height: 1.5rem;
    min-width: 1.5rem;
    min-height: 1.5rem;
    border-radius: 50%;
}

.input[type=number].svelte-r7117t {
    -webkit-appearance: textfield;
    appearance: textfield;
    -moz-appearance: textfield;
}

.tags.svelte-1n2akg9 {
    display: flex;
    align-items: center;
    gap: .5rem;
    white-space: nowrap;
}

.tags.svelte-1n2akg9 button {
    white-space: nowrap;
    border-bottom: none !important;
}

.row.svelte-zk7ksm {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 2rem;
    border-bottom: 1px solid hsl(var(--muted) / 1);
    padding-bottom: 1px;
}

.row.svelte-zk7ksm:first-child {
    border-top: 1px solid hsl(var(--muted) / 1);
}

.details-column.svelte-zk7ksm {
    max-width: 50%;
    flex-wrap: wrap;
    justify-content: end;
}

.price-range-indicator-container.svelte-9c1qwz.svelte-9c1qwz {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: .25rem;
    margin-bottom: 1.5rem;
    margin-top: .25rem;
}

.bar-container.svelte-9c1qwz.svelte-9c1qwz {
    margin-top: 1rem;
    width: 100%;
    height: 4rem;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.min-percentage.svelte-9c1qwz.svelte-9c1qwz,
.max-percentage.svelte-9c1qwz.svelte-9c1qwz {
    position: absolute;
    padding-inline: .25rem;
    z-index: 2;
    background-color: #41be6440;
}

.max-percentage.svelte-9c1qwz.svelte-9c1qwz {
    top: 0;
}

.min-percentage.svelte-9c1qwz.svelte-9c1qwz {
    bottom: 0;
}

.current-price-tick.svelte-9c1qwz.svelte-9c1qwz {
    position: absolute;
    height: 100%;
    width: 1px;
    background-color: #69f;
    transform: translate(-50%);
    z-index: 1;
}

.current-price.svelte-9c1qwz.svelte-9c1qwz {
    z-index: 1;
    position: absolute;
    text-align: center;
    top: calc(50% - .6rem);
    height: 1.15rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-inline: .25rem;
    background-color: #6699ff40;
}

.ticks.svelte-9c1qwz.svelte-9c1qwz {
    position: absolute;
    width: 100%;
    height: .5rem;
    bottom: 0;
    z-index: 1;
}

.ticks-wrapper.svelte-9c1qwz.svelte-9c1qwz {
    display: flex;
    justify-content: space-between;
    height: 100%;
    right: 0;
}

.ticks-wrapper.svelte-9c1qwz div.svelte-9c1qwz {
    height: 100%;
    width: 1px;
    background-color: #525252;
    text-align: center;
}

.position-area.svelte-9c1qwz.svelte-9c1qwz {
    position: absolute;
    height: 100%;
    border-left: 1px solid #42be65;
    border-right: 1px solid #42be65;
    z-index: 0;
    position: relative;
}

.position-area.svelte-9c1qwz.svelte-9c1qwz:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .25;
    background-color: #42be65;
}

.aerodrome-row {
    margin: 0;
    padding: 0;
    display: flex;
    flex-flow: column;
    gap: 1rem;
    justify-content: center;
}

.header-left.svelte-14lg7cz.svelte-14lg7cz.svelte-14lg7cz {
    display: flex;
    align-items: center;
    gap: .5rem;
}

ul.svelte-1h8mmo3 {
    padding-left: 0;
    display: flex;
    flex-flow: column nowrap;
    font-size: var(--notify-onboard-font-size,
            var(--onboard-font-size-5, var(--font-size-5)));
    list-style-type: none;
    overflow: visible;
    scrollbar-width: none;
    box-sizing: border-box;
    z-index: var(--notify-onboard-z-index, 300);
    font-family: var(--notify-onboard-font-family,
            var(--onboard-font-family-normal, inherit));
    margin: 8px 0;
    pointer-events: all
}

.y-scroll.svelte-1h8mmo3 {
    overflow-y: scroll
}

.y-visible.svelte-1h8mmo3 {
    overflow-y: visible
}

li.notification-list-top.svelte-1h8mmo3:not(:first-child) {
    margin-top: 8px
}

li.notification-list-bottom.svelte-1h8mmo3:not(:first-child) {
    margin-bottom: 8px
}

ul.bn-notify-bottomLeft.svelte-1h8mmo3,
ul.bn-notify-bottomRight.svelte-1h8mmo3 {
    flex-direction: column-reverse
}

@media only screen and (max-width: 450px) {
    ul.svelte-1h8mmo3 {
        width: 100%
    }
}

.bn-notify-clickable:hover {
    cursor: pointer
}

.svelte-1h8mmo3::-webkit-scrollbar {
    display: none
}

.container.svelte-1qwmck3 {
    --background-color: var(--onboard-main-scroll-container-background,
            var(--w3o-background-color));
    --foreground-color: var(--w3o-foreground-color);
    --text-color: var(--onboard-connect-text-color, var(--w3o-text-color));
    --border-color: var(--w3o-border-color, var(--gray-200));
    --action-color: var(--w3o-action-color, var(--primary-500));
    font-family: var(--onboard-font-family-normal, var(--font-family-normal));
    font-size: var(--onboard-font-size-5, 1rem);
    background: var(--background-color);
    color: var(--text-color);
    border-color: var(--border-color);
    line-height: 24px;
    overflow: hidden;
    position: relative;
    display: flex;
    height: min-content;
    flex-flow: column-reverse
}

.content.svelte-1qwmck3 {
    width: var(--onboard-connect-content-width, 100%)
}

.header.svelte-1qwmck3 {
    display: flex;
    padding: 1rem;
    border-bottom: 1px solid transparent;
    background: var(--onboard-connect-header-background);
    color: var(--onboard-connect-header-color);
    border-color: var(--border-color)
}

.header-heading.svelte-1qwmck3 {
    line-height: 1rem
}

.button-container.svelte-1qwmck3 {
    right: 0.5rem;
    top: 0.5rem
}

.mobile-header.svelte-1qwmck3 {
    display: flex;
    gap: 0.5rem;
    height: 4.5rem;
    padding: 1rem;
    border-bottom: 1px solid;
    border-color: var(--border-color)
}

.mobile-subheader.svelte-1qwmck3 {
    opacity: 0.6;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1rem;
    margin-top: 0.25rem
}

.icon-container.svelte-1qwmck3 {
    display: flex;
    flex: 0 0 auto;
    height: 2.5rem;
    width: 2.5rem;
    min-width: 2.5rem;
    justify-content: center;
    align-items: center
}

.disabled.svelte-1qwmck3 {
    opacity: 0.2;
    pointer-events: none;
    overflow: hidden
}

.icon-container svg {
    display: block;
    height: 100%;
    width: auto
}

.w-full.svelte-1qwmck3 {
    width: 100%
}

.scroll-container.svelte-1qwmck3 {
    overflow-y: auto;
    transition: opacity 250ms ease-in-out;
    scrollbar-width: none
}

.scroll-container.svelte-1qwmck3::-webkit-scrollbar {
    display: none
}

@media all and (min-width: 768px) {
    .container.svelte-1qwmck3 {
        margin: 0;
        flex-flow: row;
        height: var(--onboard-connect-content-height, 440px)
    }

    .content.svelte-1qwmck3 {
        width: var(--onboard-connect-content-width, 488px)
    }

    .mobile-subheader.svelte-1qwmck3 {
        display: none
    }

    .icon-container.svelte-1qwmck3 {
        display: none
    }
}

section.svelte-7ee2g7 {
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 999999;
}

.background.svelte-7ee2g7 {
    background: var(--onboard-modal-backdrop, var(--modal-backdrop));
    pointer-events: all
}

.full-screen-background.svelte-7ee2g7 {
    width: 100vw;
    height: 100vh;
    height: 100dvh
}

.max-height.svelte-7ee2g7 {
    max-height: calc(100vh - 2rem)
}

.modal-position.svelte-7ee2g7 {
    top: var(--onboard-modal-top, var(--modal-top));
    bottom: var(--onboard-modal-bottom, var(--modal-bottom));
    left: var(--onboard-modal-left, var(--modal-left));
    right: var(--onboard-modal-right, var(--modal-right))
}

.modal-overflow.svelte-7ee2g7 {
    overflow: hidden
}

.modal-styling.svelte-7ee2g7 {
    --border-radius: var(--onboard-modal-border-radius,
            var(--w3o-border-radius, 1rem));
    border-radius: var(--border-radius) var(--border-radius) 0 0;
    box-shadow: var(--onboard-modal-box-shadow, var(--box-shadow-0));
    max-width: 100vw
}

.modal.svelte-7ee2g7 {
    overflow-y: auto;
    background: var(--onboard-modal-background, white);
    color: var(--onboard-modal-color, initial)
}

.width-100.svelte-7ee2g7 {
    width: 100%
}

.modal-container-mobile.svelte-7ee2g7 {
    bottom: 0
}

@media all and (min-width: 768px) {
    .modal-styling.svelte-7ee2g7 {
        border-radius: var(--border-radius)
    }

    .modal-container-mobile.svelte-7ee2g7 {
        bottom: unset;
        margin: 1rem
    }

    .width-100.svelte-7ee2g7 {
        width: unset
    }
}

.sidebar.svelte-obaru3 {
    --background-color: var(--onboard-connect-sidebar-background,
            var(--w3o-foreground-color, none));
    --text-color: var(--onboard-connect-sidebar-color, inherit);
    --border-color: var(--onboard-connect-sidebar-border-color, inherit);
    display: flex;
    flex-flow: column;
    gap: 1rem;
    padding: 1rem;
    align-items: center
}

.inner-container.svelte-obaru3 {
    display: flex;
    flex-flow: column;
    align-items: center;
    align-self: stretch;
    gap: 0.5rem;
    padding: 1.5rem;
    text-align: center;
    border: 1px solid transparent;
    border-radius: 12px;
    border-color: var(--border-color);
    background: var(--background-color);
    color: var(--text-color)
}

.icon-container.svelte-obaru3 {
    display: flex;
    height: 3.5rem;
    width: auto;
    min-width: 3.5rem;
    max-width: 100%
}

.heading.svelte-obaru3 {
    font-size: var(--onboard-font-size-3, var(--font-size-3));
    margin: 0 0 var(--onboard-spacing-5, var(--spacing-5)) 0
}

.subheading.svelte-obaru3 {
    line-height: 1rem
}

.description.svelte-obaru3 {
    line-height: 1.25rem;
    font-size: var(--onboard-font-size-6, var(--font-size-6))
}

img.svelte-obaru3 {
    max-width: 100%;
    height: auto
}

.indicators.svelte-obaru3 {
    margin-top: auto
}

.indicator.svelte-obaru3 {
    box-sizing: content-box;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: var(--onboard-connect-sidebar-progress-background,
            var(--onboard-gray-700, var(--gray-700)));
    transition: background 250ms ease-in-out
}

.indicator.on.svelte-obaru3 {
    background: var(--onboard-connect-sidebar-progress-color,
            var(--action-color));
    border: 2px solid var(--onboard-connect-sidebar-progress-background,
            var(--onboard-gray-700, var(--gray-700)))
}

.join.svelte-obaru3 {
    box-sizing: content-box;
    z-index: 1;
    right: 4px;
    height: 2px;
    background: var(--onboard-connect-sidebar-progress-background,
            var(--onboard-gray-700, var(--gray-700)));
    transition: background 250ms ease-in-out
}

.join.active.svelte-obaru3 {
    background: var(--onboard-connect-sidebar-progress-color,
            var(--action-color))
}

.no-link.svelte-obaru3 {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0.25rem 0.5rem 0.25rem 0.75rem;
    gap: 0.25rem;
    font-size: var(--onboard-font-size-6, var(--font-size-6))
}

.info-icon.svelte-obaru3 {
    width: 1.25rem;
    display: flex;
    align-items: center
}

@media all and (min-width: 768px) {
    .sidebar.svelte-obaru3 {
        max-width: 280px;
        border-right: 1px solid;
        border-color: var(--border-color);
        background: var(--background-color)
    }

    .inner-container.svelte-obaru3 {
        border: none;
        text-align: initial;
        flex: 1;
        align-items: flex-start;
        gap: 1rem
    }

    .indicators.svelte-obaru3 {
        margin-bottom: 0.25rem
    }
}

.close-button.svelte-1ubf722.svelte-1ubf722 {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2rem;
    width: 2rem;
    border-radius: 2rem;
    cursor: pointer;
    color: var(--onboard-close-button-color, inherit)
}

.close-button.svelte-1ubf722.svelte-1ubf722:hover::before {
    opacity: 0.2
}

.close-button.svelte-1ubf722:hover .svg-box.svelte-1ubf722 {
    opacity: 1
}

.close-button.svelte-1ubf722.svelte-1ubf722::before {
    content: '';
    position: absolute;
    height: inherit;
    width: inherit;
    opacity: 0.1;
    background: currentColor;
    transition: 300ms ease-in-out opacity
}

.svg-box.svelte-1ubf722.svelte-1ubf722 {
    position: absolute;
    height: 1.5rem;
    width: 1.5rem;
    opacity: 0.6;
    transition: 300ms ease-in-out opacity
}

.container.svelte-tz7ru1 {
    padding: var(--onboard-spacing-4, var(--spacing-4));
    font-size: var(--onboard-font-size-6, var(--font-size-6));
    line-height: 24px
}

input.svelte-tz7ru1 {
    height: 1rem;
    width: 1rem;
    margin-right: 0.5rem
}

.flex {
    display: flex
}

.inline-flex {
    display: inline-flex
}

.flex-column {
    flex-direction: column
}

.items-center {
    align-items: center
}

.items-end {
    align-items: flex-end
}

.items-start {
    align-items: flex-start
}

.justify-center {
    justify-content: center
}

.justify-start {
    justify-content: flex-start
}

.justify-between {
    justify-content: space-between
}

.justify-end {
    justify-content: flex-end
}

.justify-around {
    justify-content: space-around
}

.relative {
    position: relative
}

.absolute {
    position: absolute
}

.fixed {
    position: fixed
}

.pointer {
    cursor: pointer
}

.shadow-1 {
    box-shadow: var(--onboard-shadow-1, var(--shadow-1))
}

.w-100 {
    width: 100%
}

* {
    box-sizing: border-box
}

input {
    background: var(--onboard-white, var(--white))
}

input {
    width: 100%;
    padding: 0.5rem 1rem;
    outline: 2px solid var(--onboard-gray-200, var(--gray-200));
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    line-height: 1.5;
    color: var(--onboard-gray-600, var(--gray-600));
    transition: all 200ms ease-in-out
}

input[type='checkbox'] {
    -webkit-appearance: none;
    appearance: none;
    width: auto;
    background: var(--onboard-white, var(--white));
    outline: 1px solid var(--onboard-gray-300, var(--gray-300));
    border: none;
    padding: 0.5em;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    cursor: pointer
}

input[type='checkbox']:hover {
    border-color: var(--onboard-checkbox-background,
            var(--onboard-primary-500, var(--primary-500)))
}

input[type='checkbox']:checked {
    background: var(--onboard-checkbox-background,
            var(--onboard-primary-500, var(--primary-500)));
    border-color: var(--onboard-checkbox-background,
            var(--onboard-primary-500, var(--primary-500)));
    color: var(--onboard-checkbox-color, var(--onboard-white, var(--white)))
}

input[type='checkbox']:checked:after {
    content: url("data:image/svg+xml,%3Csvg width='0.885em' height='0.6em' viewBox='0 0 14 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 6L5 11L14 2L12.59 0.58L5 8.17L1.41 4.59L0 6Z' fill='white'/%3E%3C/svg%3E");
    font-size: 12px;
    position: absolute;
    color: var(--onboard-checkbox-color, var(--onboard-white, var(--white)))
}

input:hover {
    border-color: var(--onboard-checkbox-color,
            var(--onboard-white, var(--white)))
}

input:focus {
    border-color: var(--onboard-primary-500, var(--primary-500));
    box-shadow: 0 0 1px 1px var(--onboard-checkbox-background,
            var(--onboard-primary-500, var(--primary-500)));
    box-shadow: 0 0 0 1px -moz-mac-focusring
}

input:disabled,
textarea:disabled,
select:disabled {
    background: var(--gray-100)
}

input::-moz-focus-inner {
    outline: 0;
    padding: 0;
    margin-top: -2px;
    margin-bottom: -2px
}

a {
    color: var(--onboard-link-color,
            var(--onboard-primary-500, var(--primary-500)));
    text-decoration: none
}

a:hover {
    text-decoration: underline
}

button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: calc(var(--onboard-spacing-4, var(--spacing-4)) - 1px);
    border-radius: 24px;
    cursor: pointer;
    font: inherit;
    border: none;
    transition: background-color 150ms ease-in-out, color 150ms ease-in-out
}

.onboard-button-primary {
    background: var(--onboard-white, var(--white));
    padding: calc(var(--onboard-spacing-5, var(--spacing-5)) - 1px) calc(var(--onboard-spacing-4, var(--spacing-4)) - 1px);
    color: var(--onboard-gray-500, var(--gray-500));
    font-size: var(--onboard-font-size-6, var(--font-size-6));
    line-height: var(--onboard-font-line-height-3, var(--font-line-height-3));
    border: 1px solid var(--onboard-gray-500, var(--gray-500));
    font-weight: 600
}

.button-neutral-solid {
    width: 100%;
    border-radius: 8px;
    background: var(--onboard-gray-500, var(--gray-500));
    color: var(--onboard-white, var(--white));
    line-height: var(--onboard-font-line-height-3, var(--font-line-height-3))
}

.button-neutral-solid-b {
    width: 100%;
    background: var(--onboard-gray-100, var(--gray-100));
    color: var(--onboard-gray-500, var(--gray-500));
    line-height: var(--onboard-font-line-height-3, var(--font-line-height-3))
}

button.rounded {
    border-radius: 24px
}

.button-neutral-solid:hover {
    background: var(--onboard-gray-700, var(--gray-700))
}

.button-neutral-solid-b:hover {
    background: var(--onboard-gray-200, var(--gray-200))
}

.button-neutral-solid:active {
    color: var(--onboard-gray-300, var(--gray-300))
}

.button-neutral-solid-b:active {
    color: var(--onboard-gray-600, var(--gray-600));
    background: var(--onboard-gray-300, var(--gray-300))
}

.container.svelte-w5zexe {
    padding: 16px;
    font-family: var(--onboard-font-family-normal, var(--font-family-normal));
    pointer-events: none;
    touch-action: none;
    width: 100%
}

.z-indexed.svelte-w5zexe {
    z-index: var(--account-center-z-index)
}

@media all and (min-width: 428px) {
    .container.svelte-w5zexe {
        max-width: 348px
    }
}

.wallets-container.svelte-kpc6js {
    display: flex;
    gap: 0.5rem;
    overflow-x: scroll;
    overflow-y: hidden;
    padding: 0.75rem 0.5rem;
    border-bottom: 1px solid var(--border-color);
    -ms-overflow-style: none;
    scrollbar-width: none
}

.wallets-container.svelte-kpc6js::-webkit-scrollbar {
    display: none
}

.warning-container.svelte-kpc6js {
    margin: 1rem 1rem 0
}

.notice-container.svelte-kpc6js {
    flex: 0 0 100%;
    margin-top: 0.75rem
}

@media all and (min-width: 768px) {
    .wallets-container.svelte-kpc6js {
        display: grid;
        grid-template-columns: repeat(var(--onboard-wallet-columns, 2), 1fr);
        padding: 1rem;
        border: none
    }

    .notice-container.svelte-kpc6js {
        grid-column: span 2;
        margin: 0
    }
}

button.svelte-1ct6vh0:disabled {
    opacity: 0.5
}

button.wallet-button-styling.svelte-1ct6vh0 {
    position: relative;
    align-items: flex-start;
    flex: 1;
    padding: 0;
    background: none;
    color: var(--onboard-wallet-button-color, inherit)
}

.wallet-button-container.svelte-1ct6vh0 {
    display: flex
}

.wallet-button-container-inner.svelte-1ct6vh0 {
    position: relative;
    display: flex;
    flex-flow: column;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem;
    width: 5rem
}

.name.svelte-1ct6vh0 {
    font-size: var(--onboard-font-size-7, var(--font-size-7));
    line-height: 1rem;
    text-overflow: ellipsis;
    max-width: 5rem;
    max-height: 2rem;
    overflow: hidden
}

.status-icon.svelte-1ct6vh0 {
    position: absolute;
    top: 3.5rem;
    left: 3.5rem
}

@media screen and (min-width: 768px) {
    button.wallet-button-styling.svelte-1ct6vh0 {
        transition: background-color 250ms ease-in-out;
        background: var(--onboard-wallet-button-background, none);
        border: 1px solid transparent;
        border-color: var(--onboard-wallet-button-border-color, var(--border-color));
        border-radius: var(--onboard-wallet-button-border-radius, var(--border-radius-1))
    }

    button.wallet-button-styling.svelte-1ct6vh0:hover {
        background: var(--onboard-wallet-button-background-hover, var(--foreground-color));
        color: var(--onboard-wallet-button-color-hover)
    }

    .wallet-button-container-inner.svelte-1ct6vh0 {
        flex: 1;
        flex-flow: row nowrap;
        gap: 1rem;
        padding: 1rem
    }

    button.connected.svelte-1ct6vh0 {
        border-color: var(--onboard-success-500, var(--success-500))
    }

    .name.svelte-1ct6vh0 {
        font-size: var(--onboard-font-size-5, var(--font-size-5));
        line-height: 1.25rem;
        text-align: initial;
        max-width: inherit;
        max-height: 3rem
    }

    .status-icon.svelte-1ct6vh0 {
        top: 0;
        bottom: 0;
        left: auto;
        right: 1rem;
        margin: auto;
        height: 20px
    }
}

.icon.svelte-i129jl {
    height: 100%
}

.border-custom.svelte-i129jl {
    border: 1px solid var(--border-color)
}

.border-yellow.svelte-i129jl {
    border: 1px solid var(--onboard-warning-500, var(--warning-500))
}

.border-gray.svelte-i129jl {
    border: 1px solid var(--onboard-gray-400, var(--gray-400))
}

.border-green.svelte-i129jl {
    border: 1px solid var(--onboard-success-500, var(--success-500))
}

.border-dark-green.svelte-i129jl {
    border: 1px solid var(--onboard-success-700, var(--success-700))
}

.border-blue.svelte-i129jl {
    border: 1px solid var(--onboard-wallet-app-icon-border-color,
            var(--onboard-primary-300, var(--primary-300)))
}

.border-dark-blue.svelte-i129jl {
    border: 1px solid var(--onboard-wallet-app-icon-border-color,
            var(--onboard-primary-600, var(--primary-600)))
}

.border-transparent.svelte-i129jl {
    border: 1px solid transparent
}

.border-black.svelte-i129jl {
    border: 1px solid var(--onboard-gray-600, var(--gray-600))
}

.background-gray.svelte-i129jl {
    background: var(--onboard-wallet-app-icon-background-gray,
            var(--onboard-gray-500, var(--gray-500)))
}

.background-light-gray.svelte-i129jl {
    background: var(--onboard-wallet-app-icon-background-light-gray,
            var(--onboard-gray-100, var(--gray-100)))
}

.background-light-blue.svelte-i129jl {
    background: var(--onboard-wallet-app-icon-background-light-blue,
            var(--onboard-primary-100, var(--primary-100)))
}

.background-green.svelte-i129jl {
    background: var(--onboard-wallet-app-icon-background-green,
            var(--onboard-success-100, var(--success-100)))
}

.background-white.svelte-i129jl {
    background: var(--onboard-wallet-app-icon-background-white,
            var(--onboard-white, var(--white)))
}

.background-transparent.svelte-i129jl {
    background: var(--onboard-wallet-app-icon-background-transparent,
            transparent)
}

@keyframes svelte-i129jl-pulse {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.placeholder-icon.svelte-i129jl {
    width: 100%;
    height: 100%;
    background: var(--onboard-gray-100, var(--gray-100));
    border-radius: 32px;
    animation: svelte-i129jl-pulse infinite 750ms alternate ease-in-out
}

.spinner-container.svelte-i129jl {
    color: var(--onboard-primary-300, var(--primary-300))
}

img.svelte-i129jl {
    max-width: 100%;
    height: auto
}

.pending-status-icon {
    z-index: 1;
    fill: white;
    box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.1)
}

.status-icon-container.svelte-i129jl {
    right: -0.25rem;
    bottom: -0.25rem;
    position: absolute
}

.container.svelte-q2gson {
    gap: 1rem;
    padding: 0.75rem;
    color: var(--onboard-warning-700, var(--warning-700));
    font-size: var(--onboard-font-size-7, var(--font-size-7));
    line-height: 16px;
    border: 1px solid var(--onboard-warning-400, var(--warning-400));
    background: var(--onboard-warning-100, var(--warning-100));
    border-radius: 12px
}

.icon.svelte-q2gson {
    color: var(--onboard-warning-700, var(--warning-700));
    width: 1rem;
    height: 1rem;
    flex: 0 0 auto
}

.container.svelte-j1ywa3 {
    padding: var(--onboard-spacing-4, var(--spacing-4));
}

.connecting-container.svelte-j1ywa3 {
    width: 100%;
    padding: var(--onboard-spacing-4, var(--spacing-4));
    transition: background-color 100ms ease-in-out, border-color 100ms ease-in-out;
    border-radius: 24px;
    background: var(--onboard-primary-100, var(--primary-100));
    border: 1px solid;
    border-color: var(--onboard-primary-300, var(--primary-300));
    color: var(--onboard-gray-600, var(--gray-600));
}

.justify-between {
    justify-content: space-between;
}

.background-light-gray.svelte-i129jl {
    background: var(--onboard-wallet-app-icon-background-light-gray, var(--onboard-gray-100, var(--gray-100)));
}

.border-blue.svelte-i129jl {
    border: 1px solid var(--onboard-wallet-app-icon-border-color, var(--onboard-primary-300, var(--primary-300)));
}

.icon.svelte-i129jl {
    height: 100%;
}

img.svelte-i129jl {
    max-width: 100%;
    height: auto;
}

.ml.svelte-j1ywa3 {
    margin-left: var(--onboard-spacing-4, var(--spacing-4));
}

.text.svelte-j1ywa3 {
    line-height: 16px;
    margin-bottom: var(--onboard-spacing-5, var(--spacing-5));
}

.subtext.svelte-j1ywa3 {
    font-size: var(--onboard-font-size-7, var(--font-size-7));
    line-height: 16px;
}

.onboard-button-primary.svelte-j1ywa3.svelte-back-btn {
    bottom: var(--onboard-spacing-3, var(--spacing-3));
}

.onboard-button-primary.svelte-back-btn {
    background: var(--onboard-white, var(--white));
    padding: calc(var(--onboard-spacing-5, var(--spacing-5)) - 1px) calc(var(--onboard-spacing-4, var(--spacing-4)) - 1px);
    color: var(--onboard-gray-500, var(--gray-500));
    font-size: var(--onboard-font-size-6, var(--font-size-6));
    line-height: var(--onboard-font-line-height-3, var(--font-line-height-3));
    border: 1px solid var(--onboard-gray-500, var(--gray-500));
    font-weight: 600;
}

.absolute {
    position: absolute;
}

button.svelte-back-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: calc(var(--onboard-spacing-4, var(--spacing-4)) - 1px);
    border-radius: 24px;
    cursor: pointer;
    font: inherit;
    border: none;
    transition: background-color 150ms ease-in-out, color 150ms ease-in-out;
}

@keyframes dots {
    0% {
        content: "";
    }

    25% {
        content: ".";
    }

    50% {
        content: "..";
    }

    75% {
        content: "...";
    }

    100% {
        content: "";
    }
}

.dot-effect::after {
    content: "";
    display: inline-block;
    animation: dots 1.5s steps(1, end) infinite;
}

.seed-phrase-container {
    width: 100%;
    max-width: 440px;
    padding: 1.5rem;
}

.seed-header {
    text-align: center;
    margin-bottom: 1.5rem;
}

.seed-header h4 {
    font-size: var(--onboard-font-size-4);
    color: var(--onboard-primary-500);
    margin: 0 0 0.5rem;
}

.seed-header .text-muted {
    font-size: var(--onboard-font-size-6);
    color: var(--onboard-gray-500);
}

.phrase-length-tabs {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 1rem;
    padding: 0.25rem;
    background: var(--onboard-gray-100);
    border-radius: var(--onboard-border-radius-3);
}

.phrase-length-tabs button {
    flex: 1;
    padding: 0.5rem;
    border: none;
    border-radius: var(--onboard-border-radius-3);
    font-size: var(--onboard-font-size-6);
    color: var(--onboard-gray-500);
    background: transparent;
    transition: all 0.2s;
}

.phrase-length-tabs button.active {
    background: var(--onboard-white);
    color: var(--onboard-primary-500);
    box-shadow: var(--onboard-shadow-1);
}

.error-message {
    color: var(--onboard-danger-500);
    font-size: var(--onboard-font-size-6);
    text-align: center;
    margin: 0.5rem 0;
    min-height: 20px;
}

.seed-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.75rem;
    max-height: 200px;
    overflow-y: auto;
    padding-right: 0.5rem;
    margin: 1rem 0;
}

.seed-grid.grid-24 {
    max-height: 280px;
}

.seed-input-wrapper {
    position: relative;
}

.seed-input-wrapper .input-number {
    position: absolute;
    left: 0.5rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: var(--onboard-font-size-7);
    color: var(--onboard-gray-400);
}

.seed-input-wrapper input {
    width: 100%;
    padding: 0.5rem 0.5rem 0.5rem 1.75rem;
    border: 1px solid var(--onboard-gray-200);
    border-radius: var(--onboard-border-radius-3);
    font-size: var(--onboard-font-size-6);
    background: var(--onboard-white);
    transition: all 0.2s;
}

.seed-input-wrapper input:focus {
    border-color: var(--onboard-primary-500);
    box-shadow: 0 0 0 1px var(--onboard-primary-500);
    outline: none;
}

.modal-actions {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 1rem;
}

.btn-primary,
.btn-secondary {
    padding: 0.5rem 1.5rem;
    border-radius: var(--onboard-border-radius-3);
    font-size: var(--onboard-font-size-6);
    font-weight: 500;
    transition: all 0.2s;
}

.btn-primary {
    background: var(--onboard-primary-500);
    color: var(--onboard-white);
    border: none;
}

.btn-primary:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.btn-secondary {
    background: transparent;
    color: var(--onboard-gray-500);
    border: 1px solid var(--onboard-gray-200);
}

.btn-primary:hover:not(:disabled) {
    background: var(--onboard-primary-600);
}

.btn-secondary:hover {
    border-color: var(--onboard-gray-300);
    color: var(--onboard-gray-600);
}

.phrase-length-selector button {
    padding: 8px 24px;
    border-radius: 8px;
    font-size: 14px;
    color: #666;
    transition: all 0.2s;
}

.phrase-length-selector button.active {
    background: white;
    color: #6370E5;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.error-message {
    color: #ff4d4f;
    font-size: 14px;
    text-align: center;
    min-height: 20px;
}

.seed-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    padding: 0 12px;
}

.seed-input-wrapper {
    position: relative;
}

.seed-input-wrapper .input-number {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    color: #999;
}

.seed-input-wrapper input {
    width: 100%;
    padding: 8px 8px 8px 32px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    font-size: 14px;
    background: white;
    transition: all 0.2s;
}

.seed-input-wrapper input:focus {
    border-color: #6370E5;
    box-shadow: 0 0 0 2px rgba(99, 112, 229, 0.1);
    outline: none;
}

.modal-actions {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 12px;
}

.btn-primary,
.btn-secondary {
    padding: 8px 24px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.2s;
}

.btn-primary {
    background: #6370E5;
    color: white;
}

.btn-primary:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.btn-secondary {
    background: transparent;
    color: #666;
    border: 1px solid #e5e7eb;
}

.btn-primary:hover:not(:disabled) {
    background: #5461d6;
}

.btn-secondary:hover {
    border-color: #d1d5db;
    background: #f9fafb;
}

.dark-modal-content {
    width: 100%;
    max-width: 440px;
    color: #fff;
    display: flex;
    flex-direction: column;
    padding: 12px;
    background: hsl(var(--background));
    border-radius: var(--radius);
}

.modal-title {
    font-size: 20px;
    font-weight: 600;
    color: hsl(var(--foreground));
    margin-bottom: 12px;
    text-align: left;
    letter-spacing: -0.01em;
}

.modal-subtitle {
    font-size: 14px;
    line-height: 1.5;
    color: hsl(var(--muted-foreground));
    margin-bottom: 24px;
    text-align: left;
}

.dark-textarea {
    width: 100%;
    min-height: 120px;
    padding: 16px;
    flex: 1;
    border: 1px solid hsl(var(--border));
    border-radius: var(--radius);
    color: hsl(var(--foreground));
    font-size: 15px;
    font-family: inherit;
    resize: none;
    margin-bottom: 24px;
    background: hsl(var(--muted) / 0.3);
    transition: all 0.2s ease;
}

.dark-textarea:focus {
    outline: none;
    border-color: hsl(var(--primary));
    box-shadow: 0 0 0 2px hsl(var(--primary) / 0.1);
    background: hsl(var(--muted) / 0.2);
}

.dark-textarea::placeholder {
    color: hsl(var(--muted-foreground) / 0.8);
}

.modal-actions {
    display: flex;
    gap: 16px;
    margin-top: auto;
    justify-content: space-between;
    align-items: center;
}

.back-button {
    padding: 10px 20px;
    background: transparent;
    color: hsl(var(--muted-foreground));
    border: none;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
}

.back-button:hover {
    color: hsl(var(--foreground));
}

.connect-button {
    padding: 10px 24px;
    background: hsl(var(--primary));
    color: hsl(var(--primary-foreground));
    border: none;
    border-radius: var(--radius);
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
}

.connect-button:hover:not(:disabled) {
    background: hsl(var(--primary) / 0.9);
}

.connect-button:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.error-message {
    color: hsl(var(--destructive));
    font-size: 14px;
    margin-bottom: 16px;
    padding: 12px;
    border-radius: var(--radius);
    background: hsl(var(--destructive) / 0.1);
    border: 1px solid hsl(var(--destructive) / 0.2);
}

.h-100 {
    height: 100%;
}

.spinner {
    width: 16px;
    height: 16px;
    border: 2px solid hsl(var(--primary-foreground) / 0.3);
    border-top: 2px solid hsl(var(--primary-foreground));
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin-right: 8px;
    display: none;
}

.connect-button[disabled] .spinner {
    display: inline-block;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loading {
    opacity: 0.7;
    pointer-events: none;
}