.TierBadge{position:relative;color:var(--white);--mixedColor:color(from var(--color) srgb r g b/.8);--mixedColor2:color(from var(--color) srgb r g b/.6);width:-moz-fit-content;width:fit-content;outline:1.5px solid transparent;padding:1.5rem .825rem 1rem;overflow:hidden;transition:outline .2s ease-in,box-shadow .2s ease-in,background-color .2s ease-in;border-radius:8px;--halo:125px}.TierBadge.current{background-image:url(/images/current_tier_bg.webp);background-repeat:no-repeat;background-position:bottom;background-size:100% 60%}.TierBadge.current,.TierBadge.popular{outline-color:color(from var(--color) srgb r g b/.2);box-shadow:0 0 6px 0 color(from var(--color) srgb r g b/.75)}.TierBadge.current:before,.TierBadge.popular:before{content:attr(data-highlight);position:absolute;top:0;left:50%;transform:translateX(-50%);font-size:var(--fSize12);font-weight:400;line-height:1.35;color:var(--color);padding-top:.15rem;letter-spacing:.02em}.TierBadge.current:after,.TierBadge.popular:after{content:"";position:absolute;top:-5px;left:0;display:block;width:100%;height:25px;background-color:var(--color);opacity:.15;border-radius:35%}.TierBadge-badge{position:relative;margin:0 auto;display:flex;align-items:center;justify-content:center}.TierBadge-badge,.TierBadge-badge-circle{width:var(--halo)}.TierBadge-scaleRing{width:calc(var(--halo) / 1.3);height:var(--halo)}.TierBadge-badge-innerCircle,.TierBadge-scaleRing{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.TierBadge-badge-innerCircle{border:2px solid var(--mixedColor2);width:calc(var(--halo) / 1.7);height:calc(var(--halo) / 1.7);border-radius:100px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:.25rem;font-size:var(--fSize16);font-weight:600;line-height:1.35;letter-spacing:.02em}.TierBadge-badge-innerCircle .value{font-size:var(--fSize12);font-weight:600;line-height:1.35;letter-spacing:.02em;text-align:center}.TierBadge-accent-bottom,.TierBadge-accent-top{content:"";position:absolute;transform:translate(-50%,-50%);width:16px;height:16px;color:var(--mixedColor2)}.TierBadge-accent-top{top:15%;left:50%}.TierBadge-accent-bottom{bottom:-5%;left:50%}.TierBadge-badge-geometry{position:absolute;top:90%;left:35%;transform:translate(-50%,-50%);height:calc(var(--halo)/ 1.25);width:calc(var(--halo)/ 1.25);color:var(--mixedColor2);opacity:.55}.TierBadge-allocation,.TierBadge-title{text-transform:lowercase}.TierBadge-allocation,.TierBadge-title,.TierBadge-title-whale{font-size:var(--fSize12);font-weight:400;line-height:1.35;letter-spacing:.02em}.TierBadge-title-whale{padding-left:.5rem}.TierBadge-allocation .text{color:var(--gray-100)}.TierBadge-allocation .value{margin-right:.25rem}.TierBadge-benefits{display:block;width:-moz-fit-content;width:fit-content}.TierBadge-benefit{display:flex;align-items:center;gap:.25rem;color:var(--gray)}.TierBadge-benefit:not(:last-child){margin-bottom:.75rem}.TierBadge-benefit-icon{width:16px;height:16px;min-width:16px;color:var(--mixedColor);opacity:1}.TierBadge-benefit-description{font-size:var(--fSize10);font-weight:400;line-height:1.35}.TierBadge-update{--alpha:.3;width:100%;font-weight:700;border-radius:8px;padding:.5rem 0!important;line-height:1.35!important;color:var(--white)!important;text-align:center;border:1px solid color(from var(--color) srgb r g b/var(--alpha));opacity:0;transition:opacity .2s ease-in,border-color .2s ease-in,background-color .2s ease-in}.TierBadge-update:hover{--alpha:.7;background:var(--black-50)}.TierBadge-list{display:flex;flex-direction:column;justify-content:space-between;height:135px}.TierBadge-list.whale{height:152px}.TierBadge-info{margin-top:.25rem;margin-bottom:1.25rem;width:-moz-fit-content;width:fit-content}.TierBadge-update.VerificationButton-wallet{font-size:var(--fSize12)}@media (max-width:500px){.TierBadge.coming{padding-left:1.25rem;padding-right:1.25rem}}