@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap";:root{--vt-c-white: #ffffff;--vt-c-white-soft: #f8f8f8;--vt-c-white-mute: #f2f2f2;--vt-c-black: #181818;--vt-c-black-soft: #222222;--vt-c-black-mute: #282828;--vt-c-indigo: #2c3e50;--vt-c-divider-light-1: rgba(60, 60, 60, .29);--vt-c-divider-light-2: rgba(60, 60, 60, .12);--vt-c-divider-dark-1: rgba(84, 84, 84, .65);--vt-c-divider-dark-2: rgba(84, 84, 84, .48);--vt-c-text-light-1: var(--vt-c-indigo);--vt-c-text-light-2: rgba(60, 60, 60, .66);--vt-c-text-dark-1: var(--vt-c-white);--vt-c-text-dark-2: rgba(235, 235, 235, .64)}:root{--color-background: var(--vt-c-white);--color-background-soft: var(--vt-c-white-soft);--color-background-mute: var(--vt-c-white-mute);--color-border: var(--vt-c-divider-light-2);--color-border-hover: var(--vt-c-divider-light-1);--color-heading: var(--vt-c-text-light-1);--color-text: var(--vt-c-text-light-1);--section-gap: 160px}@media (prefers-color-scheme: dark){:root{--color-background: var(--vt-c-black);--color-background-soft: var(--vt-c-black-soft);--color-background-mute: var(--vt-c-black-mute);--color-border: var(--vt-c-divider-dark-2);--color-border-hover: var(--vt-c-divider-dark-1);--color-heading: var(--vt-c-text-dark-1);--color-text: var(--vt-c-text-dark-2)}}*,*:before,*:after{box-sizing:border-box;margin:0}body{min-height:100vh;color:var(--color-text);background:var(--color-background);transition:color .5s,background-color .5s;line-height:1.6;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:15px;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#app{width:100%;padding:24px calc((100vw - 1200px)/2) 80px calc((100vw - 1200px)/2);background:#0d0d0d;min-height:100vh;overflow:hidden}@font-face{font-family:Unbounded;src:url(/assets/Unbounded-Black-BTkx9NrV.ttf);font-weight:900}@font-face{font-family:Unbounded;src:url(/assets/Unbounded-Bold-CYipmTBf.ttf);font-weight:700}@font-face{font-family:Unbounded;src:url(/assets/Unbounded-ExtraBold-CfNPzuka.ttf);font-weight:800}@font-face{font-family:Unbounded;src:url(/assets/Unbounded-ExtraLight-DI-l2xxG.ttf);font-weight:200}@font-face{font-family:Unbounded;src:url(/assets/Unbounded-Light-0_PJ4-Dl.ttf);font-weight:300}@font-face{font-family:Unbounded;src:url(/assets/Unbounded-Medium-CYCeANzr.ttf);font-weight:500}@font-face{font-family:Unbounded;src:url(/assets/Unbounded-Regular-BjnQqn8k.ttf);font-weight:400}@font-face{font-family:Unbounded;src:url(/assets/Unbounded-SemiBold-B1U3UEYJ.ttf);font-weight:600}@media screen and (max-width: 600px){#app{padding:20px 10px 40px}}.profile-card{width:361px;height:343px;border-radius:20px;background:#1b1b1f;padding:16px 24px 24px;display:flex;flex-direction:column;gap:16px;align-items:center}.profile-card__photo{width:78px;height:78px;border-radius:50%;object-fit:cover}.profile-card__username{font-family:Unbounded;font-size:18px;font-weight:600;color:#fff;line-height:22px;height:14px}.profile-card__rating{display:flex;margin-bottom:8px}.profile-card__rating-icon{color:#73737d;cursor:pointer;transition:.3s}.profile-card__rating p{margin-left:6px;font-family:Unbounded;font-size:13px;font-weight:300;color:#fff;line-height:16px;height:10px}.profile-card__auction{display:flex;gap:12px;width:100%;margin-bottom:8px}.profile-card__auction-info{flex:1;display:flex;align-items:center;justify-content:space-between;background:#86efac;border-radius:12px;padding:16px;height:44px}.profile-card__auction-info p{overflow-wrap:normal;font-family:Unbounded;font-size:13px;font-weight:500;line-height:16.12px;color:#000}.profile-card__auction-price-input{font-family:Unbounded;font-size:13px;font-weight:500;line-height:16.12px;color:#000;border:none;outline:none;background:none;text-align:right;width:80px}.profile-card__auction-header{display:flex;gap:8px}.profile-card__auction-status{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;transition:.3s;-webkit-user-select:none;user-select:none;cursor:pointer}.profile-card__auction-status.resume{border:1px solid #86EFAC}.profile-card__auction-status.pause{background:#86efac}.profile-card__action{width:100%;display:flex;justify-content:space-between;align-items:center;margin-bottom:8px;font-family:Unbounded;font-size:13px;font-weight:400;color:#fff;cursor:pointer}.main-header{width:100%;display:flex;justify-content:space-between;align-items:center}.main-header__content{display:flex;align-items:center}.main-header__menu{display:flex;margin:0 18px}.main-header__menu ul{padding-left:0;list-style:none;display:flex;flex-wrap:wrap;gap:8px;width:180px}.main-header__menu ul li{font-size:13px;font-weight:400;color:#cecece;font-family:Unbounded;cursor:pointer}.main-header__bid{background:#1b1b1f;border-radius:12px;padding:16px;color:#fff;font-weight:400;display:flex;align-items:center}.main-header__bid.bid-mobile{display:none}.main-header__user-image{width:28px;height:28px;border-radius:50%;object-fit:cover;margin-right:10px}.main-header__username{font-family:Unbounded;font-size:13px;font-weight:400;color:#fff}.main-header__price{margin-left:10px;margin-right:4px;font-family:Unbounded;font-size:13px;font-weight:600;color:#fff}.main-header__arrow{margin:0 10px}.main-header__actions{position:relative}.main-header__actions .swv-button.swv-button-trigger{width:158px;border-radius:12px;padding:16px 14px;font-size:14px;font-weight:500;font-family:Unbounded;border:none;outline:none;display:flex;align-items:center;justify-content:center}.main-header__actions .swv-button.swv-button-trigger p{font-size:14px;font-weight:500;font-family:Unbounded}.main-header__button{background:#86efac;border-radius:12px;padding:16px 14px;color:#000;font-size:14px;font-weight:500;font-family:Unbounded;border:none;outline:none;cursor:pointer}.main-header__me{display:flex;align-items:center;width:158px;border-radius:12px;border:1px solid #86EFAC;padding:6px 8px;gap:8px}.main-header__me.active{background:#86efac}.main-header__me.active p{color:#000}.main-header__me-img{width:31px;height:31px;border-radius:50%;object-fit:cover}.main-header__me p{flex:1;overflow:hidden;text-overflow:ellipsis;font-family:Unbounded;font-size:13px;font-weight:400;color:#fff}.main-header__me .main-header__profile-action{cursor:pointer}.main-header__profile{position:absolute;top:68px;right:0}@media screen and (max-width: 600px){.main-header{flex-wrap:wrap}.main-header__logo{width:16px;height:32px}.main-header__menu ul{gap:6px;width:165px}.main-header__menu ul li{font-size:12px}.main-header__button{border-radius:10px;padding:14px 13px;font-size:12px}.main-header__bid{padding:9px 16px}.main-header__bid.bid-mobile{display:flex;margin:24px auto 0}.main-header__bid.bid-fullwidth{display:none}.main-header__me{border-radius:12px;padding:3px 4px;width:138px}.main-header__profile{top:50px;width:calc(100vw - 20px)}}.hiw-modal{position:absolute;left:0;width:100%;height:100vh;z-index:11;display:flex;align-items:center;justify-content:center}.hiw-modal__content{display:flex;flex-direction:column;gap:8px}.hiw-modal__back-button{margin-bottom:16px;font-family:Unbounded;font-size:14px;font-weight:500;color:#fff;text-align:center;-webkit-user-select:none;user-select:none;cursor:pointer}.hiw-modal__info{width:520px;height:307px;border-radius:36px;background:#0d0d0de6;display:flex;flex-direction:column;padding:48px 32px}.hiw-modal__title{font-family:Unbounded;font-size:24px;font-weight:600;line-height:29.76px;height:18px;color:#fff;margin-bottom:40px}.hiw-modal__description{font-family:Unbounded;font-size:13px;font-weight:300;line-height:23.4px;height:33px;color:#fff;margin-bottom:40px}.hiw-modal__step{font-family:Unbounded;font-size:13px;font-weight:400;line-height:16.12px;color:#fff;height:16px;margin-bottom:16px}.hiw-modal__background{position:absolute;left:0;width:100%;height:100vh;z-index:10;background:#0a0b0fc2;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.hiw-modal__background .background-circle{width:490px;height:490px;border-radius:50%;position:absolute;top:50%;left:50%;filter:blur(140px)}.hiw-modal__background .background-circle.circle-1{background:#514e4e;transform:translate(-35%,-50%);z-index:12}.hiw-modal__background .background-circle.circle-2{background:#3f4e9f;transform:translate(-65%,-50%);z-index:11}@media screen and (max-width: 600px){.hiw-modal__content{width:100%;padding:0 18px}.hiw-modal__info{width:100%;padding:48px 24px}}.x-modal{position:absolute;left:0;width:100%;height:100vh;z-index:11;display:flex;align-items:center;justify-content:center}.x-modal__content{display:flex;flex-direction:column;gap:8px}.x-modal__main{width:520px;height:366px;background:#0d0d0de6;border-radius:36px;padding:40px;display:flex;flex-direction:column;align-items:center}.x-modal__icon{margin-bottom:24px}.x-modal__toggler{width:288px;height:48px;border-radius:54px;background:#1b1b1f;display:flex;align-items:center;padding:2px 4px;margin-bottom:44px}.x-modal__influencer,.x-modal__token{width:140px;height:44px;border-radius:64px;font-family:Unbounded;font-size:14px;font-weight:400;color:#8b8b94;display:flex;justify-content:center;align-items:center;cursor:pointer}.x-modal__influencer.active,.x-modal__token.active{color:#000;background:#86efac}.x-modal__text{font-family:Unbounded;font-size:13px;font-weight:400;line-height:13px;height:13px;text-align:center;color:#fff;margin-bottom:40px}.x-modal__arrow{rotate:90deg;margin-bottom:24px}.x-modal__button{width:284px;height:44px;border-radius:64px;background:#000;font-family:Unbounded;font-size:13px;font-weight:500;color:#fff;outline:none;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer}.x-modal__back-button{margin-bottom:16px;font-family:Unbounded;font-size:14px;font-weight:500;color:#fff;text-align:center;-webkit-user-select:none;user-select:none;cursor:pointer}.x-modal__background{position:absolute;left:0;width:100%;height:100vh;z-index:10;background:#0a0b0fc2;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.x-modal__background .background-circle{width:490px;height:490px;border-radius:50%;position:absolute;top:50%;left:50%;filter:blur(140px)}.x-modal__background .background-circle.circle-1{background:#514e4e;transform:translate(-35%,-50%);z-index:12}.x-modal__background .background-circle.circle-2{background:#3f4e9f;transform:translate(-65%,-50%);z-index:11}@media screen and (max-width: 600px){.x-modal__content{width:100%;padding:0 18px}.x-modal__main{width:100%;padding:40px 28px}}.header{position:relative;z-index:5}:root{--swv-button-background-color: #4f46e5;--swv-button-text-color: white;--swv-button-outline-color: #3730a3;--swv-button-hover-background-color: #4338ca;--swv-button-disabled-background-color: #475569;--swv-button-disabled-text-color: #94a3b8;--swv-overlay-background-color: rgba(200, 200, 200, .8);--swv-modal-background-color: white;--swv-modal-text-color: #1f2937;--swv-modal-close-button-background-color: #f3f4f6;--swv-modal-close-button-text-color: #9ca3af;--swv-modal-close-button-hover-text-color: #374151;--swv-modal-button-text-color: #1f2937;--swv-modal-wallet-status-text-color: #64748b;--swv-modal-button-hover-background-color: #f3f4f6;--swv-modal-button-outline-color: var(--swv-button-outline-color);--swv-dropdown-background-color: white;--swv-dropdown-item-hover-background-color: #f3f4f6;--swv-dropdown-text-color: #1f2937;--swm-modal-shadow: 0 25px 25px rgb(0 0 0 / .15);--swm-dropdown-shadow: 0px 10px 20px rgba(0, 0, 0, .3);--swv-button-radius: 6px;--swv-modal-radius: 10px;--swv-dropdown-radius: 10px;--swv-dropdown-item-radius: 6px}.swv-dark{--swv-overlay-background-color: rgba(0, 0, 0, .7);--swv-modal-background-color: #1e293b;--swv-modal-text-color: white;--swv-modal-close-button-background-color: #0f172a;--swv-modal-close-button-text-color: #64748b;--swv-modal-close-button-hover-text-color: white;--swv-modal-button-text-color: white;--swv-modal-wallet-status-text-color: #64748b;--swv-modal-button-hover-background-color: #0f172a;--swv-modal-button-outline-color: white;--swv-dropdown-background-color: #1e293b;--swv-dropdown-item-hover-background-color: #334155;--swv-dropdown-text-color: white;--swm-modal-shadow: 0px 8px 20px rgba(0, 0, 0, .6)}.swv-button{background-color:transparent;border:none;color:var(--swv-button-text-color);cursor:pointer;display:flex;align-items:center;font-family:DM Sans,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:16px;font-weight:600;height:48px;line-height:48px;padding:0 24px;border-radius:var(--swv-button-radius)}.swv-button>*+*{margin-left:12px}.swv-button-trigger{background-color:var(--swv-button-background-color)}.swv-button:not([disabled]):focus-visible{outline-color:var(--swv-button-outline-color)}.swv-button:not([disabled]):hover{background-color:var(--swv-button-hover-background-color)}.swv-button[disabled]{background:var(--swv-button-disabled-background-color);color:var(--swv-button-disabled-text-color);cursor:not-allowed}.swv-button-icon,.swv-button-icon img{display:flex;align-items:center;justify-content:center;width:24px;height:24px}.swv-dropdown{position:relative;display:inline-block}.swv-dropdown-list{position:absolute;z-index:99;display:grid;grid-template-rows:1fr;grid-row-gap:10px;padding:10px;top:100%;right:0;margin:0;list-style:none;background:var(--swv-dropdown-background-color);color:var(--swv-dropdown-text-color);border-radius:var(--swv-dropdown-radius);box-shadow:var(--swm-dropdown-shadow);opacity:0;visibility:hidden;transition:opacity .2s ease,transform .2s ease,visibility .2s;font-family:DM Sans,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif}.swv-dropdown-list-active{opacity:1;visibility:visible;transform:translateY(10px)}.swv-dropdown-list-item{display:flex;flex-direction:row;justify-content:center;align-items:center;border:none;outline:none;cursor:pointer;white-space:nowrap;box-sizing:border-box;padding:0 20px;width:100%;border-radius:var(--swv-dropdown-item-radius);font-size:14px;font-weight:500;height:37px}.swv-dropdown-list-item:not([disabled]):hover{background-color:var(--swv-dropdown-item-hover-background-color)}.swv-modal-collapse-button{justify-content:space-between;border-radius:0px 0px var(--swv-modal-radius) var(--swv-modal-radius)}.swv-modal-collapse-button svg{transition:transform ease-in .15s;align-self:center;fill:#999}.swv-modal-collapse-button.swv-modal-collapse-button-active svg{transform:rotate(180deg)}.swv-modal{position:fixed;top:0;left:0;right:0;bottom:0;opacity:1;transition:opacity linear .15s;z-index:1040;overflow-y:auto}.swv-modal-logo-wrapper{padding:60px 60px 0}.swv-modal-logo{max-width:100%;max-height:100px}.swv-modal-button-close{display:flex;align-items:center;justify-content:center;position:absolute;top:18px;right:18px;padding:12px;cursor:pointer;background:var(--swv-modal-close-button-background-color);color:var(--swv-modal-close-button-text-color);border:none;border-radius:50%}.swv-modal-button-close:hover{color:var(--swv-modal-close-button-hover-text-color)}.swv-modal-button-close:focus-visible{outline-color:var(--swv-modal-button-outline-color)}.swv-modal-button-close svg{fill:currentColor;transition:fill .2s ease 0s}.swv-modal-overlay{background:var(--swv-overlay-background-color);position:fixed;top:0;left:0;bottom:0;right:0}.swv-modal-container{display:flex;margin:3rem;min-height:calc(100vh - 6rem);align-items:center;justify-content:center}@media (max-width: 480px){.swv-modal-container{margin:1rem;min-height:calc(100vh - 2rem)}}.swv-modal-wrapper{box-sizing:border-box;position:relative;display:flex;align-items:center;flex-direction:column;z-index:1050;max-width:400px;border-radius:var(--swv-modal-radius);background:var(--swv-modal-background-color);color:var(--swv-modal-text-color);box-shadow:var(--swm-modal-shadow);font-family:DM Sans,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;flex:1}.swv-modal-wrapper .swv-button{width:100%;color:var(--swv-modal-button-text-color)}.swv-modal-wrapper .swv-button:not([disabled]):hover{background:var(--swv-modal-button-hover-background-color)}.swv-modal-wrapper .swv-button:not([disabled]):focus-visible{outline-color:var(--swv-modal-button-outline-color)}.swv-modal-title{font-weight:500;font-size:24px;line-height:36px;margin:0;padding:30px 60px;text-align:center}@media (max-width: 374px){.swv-modal-title{font-size:18px}}.swv-modal-list{margin:0 0 12px;padding:0;width:100%;list-style:none}.swv-modal-list .swv-button{font-weight:400;border-radius:0;font-size:18px;justify-content:flex-start}.swv-modal-list .swv-button .swv-wallet-status{color:var(--swv-modal-wallet-status-text-color);font-size:16px;margin-left:auto}.swv-modal-list .swv-button-icon,.swv-modal-list .swv-button-icon img{width:28px;height:28px}
