@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@700&family=Roboto:wght@400;500&display=swap");body,button,div,input,li,p,span,td,th{font-family:Roboto,Arial,sans-serif}h1,h2,h3{font-family:Montserrat,Arial,sans-serif}body{background:linear-gradient(180deg,#121212 100%,#1e1e1e 0,#121212);color:#e1e1e1;font-feature-settings:"rlig" 1,"calt" 1}.btn-gradient{color:#e2e2e2b0;border:1;transition:background-color .3s ease,transform .2s ease}.btn-gradient,.btn-gradient:hover{background:linear-gradient(90deg,#7342dbd5,#d846efc4)}.btn-gradient:hover{transform:scale(1.05)}.btn-gradient:disabled{background:#505050;color:#a1a1a1;cursor:not-allowed;opacity:.6}.btn-gradient-border{position:relative;display:flex;flex-direction:column;align-items:center;padding:1em 2em;background-color:var(--color-zinc-800);color:#fff;border:none;border-radius:6px;cursor:pointer;z-index:0;transition:transform .5s ease}.btn-gradient-border:before{content:"";position:absolute;inset:0;border-radius:inherit;padding:1px;background:linear-gradient(90deg,#7342dbd5,#d846efc4);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;z-index:-1}.btn-gradient-border:hover{transform:scale(1.05)}.btn-gradient-border:disabled{color:#a1a1a1;cursor:not-allowed;opacity:.6}.lock-icon{transition:opacity .3s ease,transform .3s ease;opacity:0;transform:scale(.5)}.lock-icon.visible{opacity:1;transform:scale(1)}.custom-btc-icon{width:28px;height:28px}.custom-btc-icon,.custom-btc-small-icon{background-color:#fff;color:#a200ff;border-radius:50%;border:1px solid #505050;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 0 2px rgba(0,0,0,.1)}.custom-btc-small-icon{width:20px;height:20px}.custom-medal-icon{color:#a200ff;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;box-shadow:0 0 2px rgba(0,0,0,.1)}.input-swap{background-color:transparent;color:#e1e1e1;border-radius:8px;padding:8px 12px;transition:border-color .3s ease,box-shadow .3s ease}.input-swap:hover{background-color:#1e1e1e}.input-swap:focus,.input-swap:hover{border-color:transparent;outline:none}.input-swap::placeholder{color:#a1a1a1;opacity:.8}input[type=range]::-webkit-slider-thumb{appearance:none;width:16px;height:16px;border-radius:50%;background:#22c55e;cursor:pointer}input[type=range]::-moz-range-thumb{width:16px;height:16px;border-radius:50%;background:#22c55e;cursor:pointer}input[type=range]::-ms-thumb{width:16px;height:16px;border-radius:50%;background:#22c55e;cursor:pointer}