.auth-screen{box-sizing:border-box;min-height:100dvh;padding:calc(env(safe-area-inset-top) + 12px) 24px max(16px, env(safe-area-inset-bottom));background:linear-gradient(#f7f8f7 0%,#eef4ef 48%,#dfeae1 100%);grid-template-rows:96px 96px 1fr 128px 72px;display:grid;overflow:hidden}.auth-screen--keyboard{grid-template-rows:64px 56px 1fr 104px 0}.auth-screen__header{justify-content:center;align-items:center;display:flex;position:relative}.auth-screen__title{text-align:center;justify-content:center;align-items:center;display:flex}.auth-screen__title h1{text-transform:uppercase;letter-spacing:-.02em;margin:0;font-size:clamp(20px,4.6vw,28px);font-weight:700;line-height:1.15}.auth-screen__main{flex-direction:column;justify-content:flex-start;align-items:center;gap:16px;min-height:0;padding-top:24px;display:flex}.auth-screen__action{grid-template-rows:44px 72px;place-items:center;display:grid}.auth-screen__error-slot{justify-content:center;align-items:center;width:100%;min-height:44px;display:flex}.auth-screen__error{color:#e84855;text-align:center;margin:0;font-size:18px;line-height:1.2}.auth-screen__hint{text-align:center;justify-content:center;align-items:flex-start;display:flex}.auth-screen__hint p{color:#14141447;margin:0;font-size:15px;line-height:1.25}.auth-screen--keyboard .auth-screen__hint{display:none}.auth-screen--keyboard .auth-back,.auth-screen--keyboard .auth-back-button{width:48px;height:48px;font-size:22px}.auth-screen--keyboard .auth-progress{transform:scale(.9)}.auth-screen--keyboard .auth-screen__title h1{font-size:clamp(18px,4vw,22px)}.auth-screen--keyboard .auth-screen__main{gap:12px;padding-top:8px}.auth-screen--keyboard .auth-screen__action{grid-template-rows:36px 64px}.auth-screen--keyboard .auth-screen__error-slot{min-height:36px}.auth-screen--keyboard .auth-screen__error{font-size:15px}.auth-screen__main>*{width:100%}.auth-back,.auth-back-button{color:#171717;background:#ffffff9e;border:none;border-radius:50%;justify-content:center;align-items:center;width:68px;height:68px;padding:0;font-size:28px;line-height:1;display:inline-flex;position:absolute;top:50%;left:0;transform:translateY(-50%)}.auth-back img,.auth-back-button img{width:24px;height:24px}.auth-progress{justify-content:center;align-items:center;gap:8px;display:flex}.auth-progress__dot{background:#aebcb2;border-radius:50%;width:8px;height:8px}.auth-progress__dot--active{background:#171717}.auth-stack{flex-direction:column;gap:12px;width:100%;display:flex}.auth-main-stack{flex-direction:column;align-items:center;gap:16px;width:100%;display:flex}.auth-copy{text-align:center;color:#181818;margin:0;font-size:15px;line-height:1.25}.auth-copy--muted{color:#a6b3aa}.auth-copy--strong{text-transform:uppercase;font-weight:700}.auth-copy--left{text-align:left}.auth-copy span{display:block}.auth-input,.auth-pill{box-sizing:border-box;color:#171717;text-align:center;background:0 0;border:1px solid #14141438;border-radius:999px;outline:none;width:100%;max-width:560px;height:76px;font-size:20px;line-height:1}.auth-input{padding:0 24px}.auth-input::placeholder{color:#14141447}.auth-input--error,.auth-pill--error{color:#fb2c36;border-color:#ffc0b5}.auth-button{color:#d6ff22;cursor:pointer;background:#171717;border:none;border-radius:999px;width:min(100%,420px);height:72px;font-size:22px;line-height:1}.auth-button:disabled{opacity:.48;cursor:default}.auth-button--secondary{color:#d9e4dd}.auth-pill{justify-content:center;align-items:center;padding:0 24px;display:flex}.auth-tag-grid{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}.auth-tag{color:#181818;text-align:center;background:0 0;border:1px solid #181818;border-radius:999px;min-height:60px;padding:18px 24px;font-size:15px;line-height:1.15}.auth-tag--selected{background:#a6b3aa;border-color:#0000;box-shadow:0 1px 8px #0003}.auth-otp{justify-content:center;gap:10px;display:flex}.auth-otp__input{text-align:center;color:#181818;background:0 0;border:1px solid #b5b7b3;border-radius:999px;outline:none;width:60px;height:60px;font-size:21px}.auth-otp__input--error{color:#fb2c36;border-color:#ffc0b5}.auth-hero{flex-direction:column;flex:auto;justify-content:center;align-items:center;gap:32px;display:flex}.auth-hero--compact{gap:20px}.auth-agreement{color:#181818;justify-content:center;align-items:flex-start;gap:10px;max-width:320px;font-size:13px;line-height:1.15;display:flex}.auth-agreement p{text-align:left;margin:0}.auth-checkbox-button{background:0 0;border:0;flex:none;width:18px;height:18px;padding:0}.auth-checkbox-button img{width:100%;height:100%}.auth-link-button{color:inherit;font:inherit;background:0 0;border:0;text-decoration:underline}.auth-loader-copy{text-align:left;width:min(100%,320px)}.auth-loader-copy__lead{color:#a6b3aa;font-size:42px;font-weight:600;line-height:1}.auth-loader-copy__text{color:#181818;margin-top:16px;font-size:26px;font-weight:600;line-height:1}.auth-screen--keyboard .auth-input,.auth-screen--keyboard .auth-pill{height:60px;font-size:18px}.auth-screen--keyboard .auth-button{height:64px;font-size:20px}.auth-screen--keyboard .auth-tag{min-height:52px;padding:14px 20px}.auth-screen--keyboard .auth-otp__input{width:52px;height:52px}@media (height<=760px){.auth-screen{grid-template-rows:76px 72px 1fr 112px 56px}.auth-screen__main{gap:12px;padding-top:12px}.auth-input,.auth-pill{height:64px;font-size:18px}.auth-button{height:64px;font-size:20px}.auth-screen__hint p{font-size:13px}}@media (height<=640px){.auth-screen{grid-template-rows:56px 56px 1fr 96px 0}.auth-screen__hint{display:none}.auth-screen__title h1{font-size:18px}.auth-screen__main{padding-top:4px}}@media (width>=768px){.auth-screen{max-width:480px;margin:0 auto;padding-left:32px;padding-right:32px}}.venue-shell-header{z-index:50;color:#181818;--venue-shell-header-ease:cubic-bezier(.22, 1, .36, 1);font-family:Involve,sans-serif;position:relative}.venue-shell-header__desktop{align-items:center;gap:20px;padding:40px 52px 0;display:flex}.venue-shell-header__right{align-items:center;gap:10px;min-width:0;max-width:calc(100% - 280px);margin-left:auto;display:flex}.venue-shell-header__mobile{display:none}.venue-shell-header__left{flex-shrink:0;align-items:center;gap:28px;width:240px;min-width:0;display:flex;position:relative}.venue-shell-header__logo-button,.venue-shell-header__toggle-button,.venue-shell-header__settings-button,.venue-shell-header__scroll-button{border:0;justify-content:center;align-items:center;gap:10px;width:60px;height:60px;padding:15px;display:flex}.venue-shell-header__logo-button,.venue-shell-header__toggle-button,.venue-shell-header__scroll-button{background:0 0}.venue-shell-header__settings-button{background:#fff6;border-radius:82.754px}.venue-shell-header__settings-button--active{background:#181818}.venue-shell-header__logo-button,.venue-shell-header__toggle-button,.venue-shell-header__settings-button,.venue-shell-header__scroll-button,.venue-shell-header__title-button,.venue-shell-header__dropdown-item,.venue-shell-header__dropdown-add{cursor:pointer;transition:transform .18s var(--venue-shell-header-ease), box-shadow .22s var(--venue-shell-header-ease), opacity .18s ease, backdrop-filter .22s ease, -webkit-backdrop-filter .22s ease, filter .22s ease}.venue-shell-header__logo-button img,.venue-shell-header__toggle-button img,.venue-shell-header__settings-button img{width:24px;height:24px}.venue-shell-header__settings-button--active img{filter:brightness(0)invert()}.venue-shell-header__title-wrap{min-width:0;position:relative}.venue-shell-header__title-button{background:0 0;border:0;align-items:center;gap:5px;max-width:100%;padding:0;display:inline-flex}.venue-shell-header__title-button:hover{transform:translateY(-1px)}.venue-shell-header__title-text{color:#181818;text-overflow:ellipsis;white-space:nowrap;font-size:15px;font-weight:600;line-height:1.2;overflow:hidden}.venue-shell-header__desktop .venue-shell-header__title-text{max-width:220px}.venue-shell-header__tabs-section{flex-shrink:1;align-items:center;gap:10px;min-width:0;display:flex}.venue-shell-header__tabs-viewport{cursor:grab;-webkit-user-select:none;user-select:none;width:766px;min-width:0;max-width:100%;margin-top:-8px;margin-bottom:-8px;padding-top:16px;padding-bottom:16px;padding-left:4px;overflow:hidden visible}.venue-shell-header__tabs-viewport:active{cursor:grabbing}.venue-shell-header__tabs-track{align-items:center;gap:18px;display:flex}.venue-shell-header__tab{color:#181818;scroll-snap-align:start;white-space:nowrap;height:60px;transition:transform .18s var(--venue-shell-header-ease), box-shadow .22s var(--venue-shell-header-ease), border-color .18s ease, opacity .18s ease, filter .22s ease;background:0 0;border:.75px solid #181818;border-radius:54px;flex-shrink:0;justify-content:center;align-items:center;gap:10px;padding:20px 30px;font-size:15px;font-weight:400;line-height:1;display:flex}.venue-shell-header__tabs-measure{visibility:hidden;pointer-events:none;gap:18px;display:flex;position:absolute;top:-9999px;left:-9999px}.venue-shell-header__tab--active{color:#fff;background:#181818;box-shadow:0 1px 8px #0003}.venue-shell-header__tab:hover:not(:disabled){filter:saturate(1.02);transform:translateY(-2px)scale(1.01)}.venue-shell-header__tab--active:hover:not(:disabled){filter:saturate(1.02);transform:translateY(-2px)scale(1.012)}.venue-shell-header__tab:disabled,.venue-shell-header__tab--disabled{opacity:.4;cursor:default}.venue-shell-header__scroll-button{flex-shrink:0}.venue-shell-header__scroll-button:hover:not(:disabled){transform:translateY(-1px)scale(1.04)}.venue-shell-header__scroll-button--prev svg{transform:rotate(180deg)}.venue-shell-header__scroll-button--hidden{visibility:hidden;pointer-events:none}.venue-shell-header__dropdown{z-index:60;-webkit-backdrop-filter:blur(5px);transform-origin:0 0;background:#fffffff2;border-radius:24px;width:208px;padding:10px;animation:.18s cubic-bezier(.22,1,.36,1) venue-shell-dropdown-enter;position:absolute;top:calc(100% + 12px);left:-18px;box-shadow:0 8px 20px #00000014}.venue-shell-header__dropdown-list{flex-direction:column;gap:10px;display:flex}.venue-shell-header__dropdown-item{text-align:left;background:0 0;border:0;border-radius:20px;justify-content:space-between;align-items:center;gap:12px;width:100%;padding:14px 16px;display:flex}.venue-shell-header__dropdown-item span{text-overflow:ellipsis;white-space:nowrap;color:#181818;min-width:0;font-size:16px;font-weight:600;overflow:hidden}.venue-shell-header__dropdown-item--active{background:#e4e6df}.venue-shell-header__dropdown-item:hover{transform:translate(2px)}.venue-shell-header__dropdown-check{flex-shrink:0;width:14px;height:14px;display:flex}.venue-shell-header__dropdown-check--hidden{opacity:0}.venue-shell-header__dropdown-add{background:#181818;border:0;border-radius:20px;justify-content:center;align-items:center;gap:5px;width:100%;padding:14px 16px;display:flex}.venue-shell-header__dropdown-add span{color:#d8ff00;font-size:15px;font-weight:600}.venue-shell-header__dropdown-add:hover{transform:translateY(-1px)scale(1.01)}.venue-shell-header__mobile-top{justify-content:space-between;align-items:center;gap:8px;width:100%;display:flex}.venue-shell-header__mobile-center{flex:1;justify-content:center;align-items:center;min-width:0;display:flex}.venue-shell-header__mobile .venue-shell-header__title-wrap{max-width:100%}.venue-shell-header__mobile .venue-shell-header__title-button{justify-content:center}.venue-shell-header__mobile .venue-shell-header__title-text{max-width:180px;font-size:11px}.venue-shell-header__mobile-tabs{align-items:center;gap:8px;margin-top:20px;display:flex}.venue-shell-header__mobile .venue-shell-header__tabs-track{gap:8px}.venue-shell-header__mobile .venue-shell-header__tab{padding:16px 24px}.venue-shell-header__settings-button:hover{transform:translateY(-1px)scale(1.04)}.venue-shell-header__logo-button:hover,.venue-shell-header__toggle-button:hover{transform:translateY(-1px)scale(1.03)}.venue-shell-header__title-button:hover img,.venue-shell-header__toggle-button:hover img,.venue-shell-header__settings-button:hover img,.venue-shell-header__scroll-button:hover svg,.venue-shell-header__dropdown-add:hover svg{transform:translateZ(0)}.venue-shell-header__scroll-button svg,.venue-shell-header__settings-button img,.venue-shell-header__toggle-button img,.venue-shell-header__title-button img,.venue-shell-header__dropdown-add svg{transition:transform .18s var(--venue-shell-header-ease)}.venue-shell-header__scroll-button:hover svg{transform:translate(2px)}.venue-shell-header__scroll-button--prev:hover svg{transform:rotate(180deg)translate(-2px)}.venue-shell-header__settings-button:hover img{transform:rotate(18deg)}.venue-shell-header__title-button:hover img{transform:translateY(1px)}.venue-shell-header__dropdown-add:hover svg{transform:rotate(90deg)scale(1.04)}@media (prefers-reduced-motion:reduce){.venue-shell-header__logo-button,.venue-shell-header__toggle-button,.venue-shell-header__settings-button,.venue-shell-header__scroll-button,.venue-shell-header__title-button,.venue-shell-header__dropdown-item,.venue-shell-header__dropdown-add,.venue-shell-header__tab,.venue-shell-header__scroll-button svg,.venue-shell-header__settings-button img,.venue-shell-header__toggle-button img,.venue-shell-header__title-button img,.venue-shell-header__dropdown-add svg{transition:none;animation:none}}@keyframes venue-shell-dropdown-enter{0%{opacity:0;transform:translateY(-6px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@media (width<=768px){.venue-shell-header__desktop{display:none}.venue-shell-header__mobile{padding:28px 10px 0;display:block}.venue-shell-header__left{width:auto}.venue-shell-header__tabs-viewport{width:100%;max-width:none}.venue-shell-header__logo-button,.venue-shell-header__toggle-button,.venue-shell-header__settings-button,.venue-shell-header__scroll-button{width:60px;height:60px}.venue-shell-header__dropdown{left:calc(50% - 18px);transform:translate(-50%)}}@media (width>=1024px) and (height<=900px){.venue-shell-header__desktop{gap:14px;padding:24px 36px 0}.venue-shell-header__right{gap:8px;max-width:calc(100% - 240px)}.venue-shell-header__left{gap:14px;width:220px}.venue-shell-header__logo-button,.venue-shell-header__toggle-button,.venue-shell-header__settings-button,.venue-shell-header__scroll-button{width:48px;height:48px;padding:12px}.venue-shell-header__tab{height:48px;padding:14px 22px;font-size:14px}.venue-shell-header__tabs-track{gap:8px}}.venue-role-tags--compact,.venue-role-tags--popup{max-width:580px}@keyframes venue-side-menu-grow{0%{clip-path:inset(0 calc(100% - 60px) calc(100% - 60px) 0 round 82.754px);opacity:0;border-radius:82.754px}55%{clip-path:inset(0 calc(100% - 180px) calc(100% - 180px) 0 round 54px);opacity:1;border-radius:54px}to{clip-path:inset(0);opacity:1;border-radius:0}}@media (width<=768px){.venue-home-page{background:var(--light-back,linear-gradient(164deg, #f6f6f6 16.61%, #eef3f0 62.17%))}.venue-home-desktop-header{display:none}.venue-home-mobile-header{width:351px;max-width:calc(100% - 20px);height:60px;box-shadow:none;background:0 0;border-radius:0;justify-content:space-between;align-items:center;margin:28px auto 0;padding:0;display:flex}.venue-tabs--mobile{scrollbar-width:none;gap:8px;width:calc(100% + 14px);margin-right:-14px;padding:28px 14px 0;display:flex;overflow-x:auto}.venue-tabs--mobile::-webkit-scrollbar{display:none}.venue-tab{flex-shrink:0;height:60px;padding:16px 24px;font-size:15px}.venue-home-content{padding:63px 22px 0}.venue-home-content p{font-size:15px}.venue-staff-panel{width:100%}.venue-staff-panel__header{flex-direction:column;align-items:flex-start}.venue-staff-panel__header h1{font-size:22px}.venue-staff-row{grid-template-columns:1fr}.venue-side-menu{display:none}.venue-employee-popup{gap:24px;width:100%}.venue-employee-popup__title{font-size:15px}.venue-role-tags{gap:10px}.venue-role-tag{width:100%;padding:18px 24px}.venue-role-tags--popup{gap:12px}.venue-role-tags--popup .venue-role-tag{width:auto;padding:20px 30px}.keyboard-open .add-venue-popup .add-venue-popup__role-tags{display:none}.venue-invite-field{width:100%;max-width:320px}.venue-employee-popup__note,.venue-employee-popup__note--venue{max-width:320px}.venue-inn-field{width:100%;max-width:320px}}@media (width>=1024px) and (height<=900px){:root{--header-top-offset:24px;--side-left-offset:36px}.venue-home-desktop-header{gap:14px;height:48px}.venue-home-desktop-header__left{gap:14px}.venue-tabs{gap:8px}.venue-tabs--desktop{padding-left:8px}.venue-tab{height:48px;padding:14px 22px;font-size:14px}.venue-icon-button{width:48px;height:48px;padding:12px}.venue-home-content{padding:56px 0 0 96px}.venue-staff-panel{width:min(920px,100vw - 132px)}}:root{--header-top-offset:40px;--side-left-offset:52px}.venue-home-page{min-height:var(--app-height,100dvh);background:var(--desktop-back,linear-gradient(355deg, #f6f6f6 7.77%, #eef3f0 40.86%));color:var(--b-black,#181818);font-family:Involve;position:relative;overflow-x:hidden}.venue-home-mobile-header{display:none}.venue-home-desktop-header{z-index:40;height:60px;padding:var(--header-top-offset) var(--side-left-offset) 0;align-items:center;gap:20px;display:flex;position:relative}.venue-home-desktop-header__left{flex-shrink:0;align-items:center;gap:20px;display:flex;position:relative}.venue-icon-button{cursor:pointer;background:#fff6;border:0;border-radius:82.754px;flex-shrink:0;justify-content:center;align-items:center;gap:10px;width:60px;height:60px;padding:15px;display:flex}.venue-icon-button--active{background:#fff0;border-radius:82.754px}.venue-icon-button--section-active{background:#181818}.venue-icon-button--section-active img{filter:brightness(0)invert()}.venue-icon-button img{width:24px;height:24px}.venue-icon-button--avatar{padding:0;overflow:hidden}.venue-icon-button--avatar img{object-fit:cover;width:100%;height:100%}.venue-title{color:var(--b-black,#181818);font-family:Involve;font-size:11px;font-style:normal;font-weight:600;line-height:normal}.venue-title--dark{color:#eef3f0}.venue-title-button{cursor:pointer;background:0 0;border:0;align-items:center;gap:8px;padding:0;display:inline-flex}.venue-title-button img{width:10px;height:10px}.venue-tabs{align-items:center;gap:18px;display:flex}.venue-tabs--desktop{flex:1;justify-content:flex-end;padding-left:16px;overflow:visible}.venue-tabs--mobile{display:none}.venue-tab{border:.75px solid var(--b-black,#181818);height:60px;color:var(--b-black,#181818);text-align:center;cursor:pointer;white-space:nowrap;background:0 0;border-radius:54px;justify-content:center;align-items:center;gap:10px;padding:20px 30px;font-family:Involve;font-size:15px;font-weight:400;line-height:normal;display:flex}.venue-tab--active{background:var(--b-black,#181818);color:#fff;box-shadow:0 1px 8px #0003}.venue-tab--disabled{opacity:.4;cursor:default;box-shadow:none}.venue-tab:disabled{color:var(--b-black,#181818);opacity:.4}.venue-home-content{padding:90px 0 0 130px}.venue-home-content p{color:var(--b-black,#181818);font-family:Involve;font-size:15px;font-weight:400;line-height:normal}.venue-staff-panel{width:min(920px,100vw - 180px)}.venue-staff-panel__header{justify-content:space-between;align-items:center;gap:16px;margin-bottom:24px;display:flex}.venue-staff-panel__header h1{color:#181818;margin:0;font-family:Involve;font-size:28px;font-weight:600}.venue-staff-panel__header button,.venue-staff-row button{color:#d8ff00;cursor:pointer;background:#181818;border:0;border-radius:54px;min-height:44px;padding:0 22px;font-family:Involve;font-size:15px}.venue-staff-panel__error{color:#fb2c36}.venue-staff-list{flex-direction:column;gap:12px;display:flex}.venue-staff-row{background:#ffffff7a;border-radius:24px;grid-template-columns:minmax(220px,1fr) 220px 180px auto;align-items:center;gap:12px;padding:14px;display:grid}.venue-staff-row__main{flex-direction:column;gap:4px;min-width:0;display:flex}.venue-staff-row__main strong,.venue-staff-row__main span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.venue-staff-row__main span{color:#747872;font-size:13px}.venue-staff-row select{color:#181818;background:0 0;border:.75px solid #b5b7b3;border-radius:54px;min-width:0;height:44px;padding:0 14px;font-family:Involve;font-size:15px}.venue-side-menu{z-index:50;width:354.812px;height:var(--app-height,100dvh);-webkit-backdrop-filter:blur(8px);padding:var(--header-top-offset) 0 52px var(--side-left-offset);transform-origin:82px 70px;will-change:clip-path, border-radius, opacity;background:#181818e6;flex-direction:column;justify-content:space-between;animation:.32s cubic-bezier(.2,.8,.2,1) venue-side-menu-grow;display:flex;position:fixed;top:0;left:0;overflow:hidden;box-shadow:10px 0 40px #00000026}.venue-side-menu .venue-icon-button{background:#fff0}.venue-side-menu__logo-mark{background:#d8ff00;width:24px;height:24px;display:block;-webkit-mask:url("data:image/svg+xml,%3csvg%20width='30'%20height='30'%20viewBox='0%200%2030%2030'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M20.5111%2015.0782C20.1493%2014.7229%2019.771%2014.3849%2019.3342%2013.9772C19.76%2013.6772%2020.1302%2013.4294%2020.4869%2013.1629C22.8081%2011.4288%2023.1274%208.5338%2021.2217%206.34444C20.7337%205.78377%2020.2083%205.24921%2019.6531%204.75719C16.3692%201.84737%2011.1772%202.42025%208.56471%205.96544C6.98297%208.11188%206.9959%2010.9133%208.68228%2012.9735C9.54526%2014.0278%2010.533%2014.9772%2011.4674%2015.9774C10.7041%2016.5389%209.86513%2017.0815%209.11132%2017.7263C7.54666%2019.0648%207.07514%2021.2906%208.09533%2022.9668C9.17121%2024.7344%2010.6595%2026.1023%2012.6571%2026.748C15.7054%2027.7332%2018.9829%2026.6363%2021.0669%2023.9941C23.3008%2021.1618%2023.0805%2017.6022%2020.5111%2015.0782ZM19.2153%2010.5884C18.9048%2010.9192%2018.5472%2011.2208%2018.1809%2011.4607C17.4827%2011.918%2016.7653%2012.3725%2016.0714%2012.812C15.4345%2013.2155%2014.776%2013.6327%2014.1329%2014.0516C13.7873%2014.2768%2013.6283%2014.3217%2013.5253%2014.2229C12.6946%2013.4267%2011.6336%2012.3732%2010.7947%2011.2854C10.2614%2010.5939%2010.0469%209.81185%2010.1744%209.02397C10.3311%208.05494%2010.9906%207.14138%2012.0313%206.45155C12.8239%205.92622%2013.7148%205.65691%2014.6793%205.65104C16.7168%205.72288%2018.284%206.714%2019.4705%208.68094C19.8689%209.34154%2019.7831%209.98326%2019.2153%2010.5884ZM10.9875%2019.7338C11.2663%2019.475%2011.5509%2019.2512%2011.8332%2019.0687C12.5857%2018.5821%2013.3537%2018.0915%2014.0965%2017.6171C14.9726%2017.0575%2015.8784%2016.4789%2016.7654%2015.9027C17.0161%2015.7399%2017.1637%2015.7411%2017.3503%2015.9076C17.8817%2016.3815%2018.4353%2016.8835%2018.8505%2017.3536C20.1719%2018.8492%2020.2017%2020.6224%2018.9321%2022.2184C17.7552%2023.6979%2016.4363%2024.6014%2014.3221%2024.3751C12.6029%2024.1911%2011.7696%2023.4527%2010.7112%2021.9611C10.1123%2021.117%2010.1923%2020.4717%2010.9875%2019.7338Z'%20fill='%23181818'/%3e%3c/svg%3e") 50%/contain no-repeat;mask:url("data:image/svg+xml,%3csvg%20width='30'%20height='30'%20viewBox='0%200%2030%2030'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M20.5111%2015.0782C20.1493%2014.7229%2019.771%2014.3849%2019.3342%2013.9772C19.76%2013.6772%2020.1302%2013.4294%2020.4869%2013.1629C22.8081%2011.4288%2023.1274%208.5338%2021.2217%206.34444C20.7337%205.78377%2020.2083%205.24921%2019.6531%204.75719C16.3692%201.84737%2011.1772%202.42025%208.56471%205.96544C6.98297%208.11188%206.9959%2010.9133%208.68228%2012.9735C9.54526%2014.0278%2010.533%2014.9772%2011.4674%2015.9774C10.7041%2016.5389%209.86513%2017.0815%209.11132%2017.7263C7.54666%2019.0648%207.07514%2021.2906%208.09533%2022.9668C9.17121%2024.7344%2010.6595%2026.1023%2012.6571%2026.748C15.7054%2027.7332%2018.9829%2026.6363%2021.0669%2023.9941C23.3008%2021.1618%2023.0805%2017.6022%2020.5111%2015.0782ZM19.2153%2010.5884C18.9048%2010.9192%2018.5472%2011.2208%2018.1809%2011.4607C17.4827%2011.918%2016.7653%2012.3725%2016.0714%2012.812C15.4345%2013.2155%2014.776%2013.6327%2014.1329%2014.0516C13.7873%2014.2768%2013.6283%2014.3217%2013.5253%2014.2229C12.6946%2013.4267%2011.6336%2012.3732%2010.7947%2011.2854C10.2614%2010.5939%2010.0469%209.81185%2010.1744%209.02397C10.3311%208.05494%2010.9906%207.14138%2012.0313%206.45155C12.8239%205.92622%2013.7148%205.65691%2014.6793%205.65104C16.7168%205.72288%2018.284%206.714%2019.4705%208.68094C19.8689%209.34154%2019.7831%209.98326%2019.2153%2010.5884ZM10.9875%2019.7338C11.2663%2019.475%2011.5509%2019.2512%2011.8332%2019.0687C12.5857%2018.5821%2013.3537%2018.0915%2014.0965%2017.6171C14.9726%2017.0575%2015.8784%2016.4789%2016.7654%2015.9027C17.0161%2015.7399%2017.1637%2015.7411%2017.3503%2015.9076C17.8817%2016.3815%2018.4353%2016.8835%2018.8505%2017.3536C20.1719%2018.8492%2020.2017%2020.6224%2018.9321%2022.2184C17.7552%2023.6979%2016.4363%2024.6014%2014.3221%2024.3751C12.6029%2024.1911%2011.7696%2023.4527%2010.7112%2021.9611C10.1123%2021.117%2010.1923%2020.4717%2010.9875%2019.7338Z'%20fill='%23181818'/%3e%3c/svg%3e") 50%/contain no-repeat}.venue-side-menu__top{align-items:center;gap:20px;height:60px;display:flex;transform:translateY(-20px)}.venue-side-menu__logout{color:#9fa29c;cursor:pointer;background:0 0;border:0;align-items:center;gap:20px;padding:0;font-family:Involve;font-size:15px;display:inline-flex}.venue-side-menu__logout img{width:18px;height:18px}.venue-add-wrapper{position:relative}.venue-add-menu{z-index:30;-webkit-backdrop-filter:blur(12px);background:#ffffffd1;border-radius:24px;min-width:230px;padding:12px;position:absolute;top:72px;right:0;box-shadow:0 8px 28px #0000001f}.venue-add-menu--desktop{left:72px;right:auto}.venue-add-menu button{text-align:left;cursor:pointer;background:0 0;border:0;border-radius:16px;width:100%;padding:14px 16px;font-family:Involve;font-size:15px}.venue-add-menu button:hover{background:#1818180f}.venue-dropdown-item{font-weight:600}.venue-dropdown-item--active{background:#18181814}.venue-add-menu__actions{border-top:1px solid #18181814;margin-top:8px;padding-top:8px}.venue-popup-overlay{z-index:80;width:100vw;height:var(--app-height,100dvh);-webkit-backdrop-filter:blur(8px);background:#181818cc;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.venue-employee-popup{width:min(684px,100%);box-shadow:none;background:0 0;border-radius:32px;flex-direction:column;align-items:center;gap:28px;padding:0;display:flex;position:relative}.venue-employee-popup__close{cursor:pointer;background:#26262699;border:0;border-radius:82.754px;justify-content:center;align-items:center;gap:10px;width:60px;height:60px;padding:15px;display:flex}.venue-employee-popup__close--floating{z-index:1;position:absolute;top:29px;right:38px}.venue-employee-popup__close img{width:30px;height:30px}.venue-employee-popup__title{color:#fff;text-align:center;margin:0;font-family:Involve;font-size:15px;font-style:normal;font-weight:700;line-height:100%}.venue-role-tags{flex-wrap:wrap;justify-content:center;gap:12px;max-width:684px;display:flex}.venue-role-tags--compact,.venue-role-tags--popup{max-width:580px}.venue-role-tags--popup .venue-role-tag{width:auto;min-width:fit-content}.venue-role-tag{color:#9fa29c;text-align:center;cursor:pointer;background:0 0;border:.75px solid #a6b3aa;border-radius:54px;justify-content:center;align-items:center;gap:10px;height:60px;padding:20px 30px;font-family:Involve;font-size:15px;font-weight:400;line-height:normal;display:flex;box-shadow:0 1px 8px #0003}.venue-role-tag--active{color:#181818;background:#a6b3aa;border:.75px solid #a6b3aa;border-radius:54px;box-shadow:0 1px 8px #0003}.venue-inn-field{border:.75px solid #b5b7b3;border-radius:54px;flex-direction:column;justify-content:center;align-items:center;gap:10px;width:320px;height:80px;padding:5px 7px;display:flex}.venue-inn-field__input{width:100%;color:var(--b-gray-text,#9fa29c);text-align:center;background:0 0;border:0;outline:none;font-family:Involve;font-size:15px;font-style:normal;font-weight:400;line-height:normal}.venue-inn-field__input::placeholder{color:var(--b-gray-text,#9fa29c)}.venue-invite-field{border:.75px solid #b5b7b3;border-radius:54px;flex-direction:column;justify-content:center;align-items:center;gap:10px;width:320px;height:80px;padding:5px 7px;display:flex;position:relative}.venue-invite-field__input{width:100%;color:var(--b-gray-text,#9fa29c);text-align:center;background:0 0;border:0;outline:none;padding:0 54px 0 16px;font-family:Involve;font-size:15px;font-style:normal;font-weight:400;line-height:normal}.venue-invite-field__share{cursor:pointer;background:0 0;border:0;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex;position:absolute;top:50%;right:7px;transform:translateY(-50%)}.venue-invite-field__share img{filter:brightness(0)saturate()invert(75%)sepia(8%)saturate(201%)hue-rotate(61deg)brightness(92%)contrast(88%);flex-shrink:0;width:18px;height:18px}.venue-employee-popup__note{max-width:440px;color:var(--white,#fff);text-align:center;margin:0;font-family:Involve;font-size:15px;font-style:normal;font-weight:400;line-height:normal}.venue-employee-popup__note--venue{max-width:360px}.venue-popup-submit{background:var(--b-contrast-gray,#262626);width:240px;height:60px;color:var(--b-action,#d8ff00);cursor:pointer;border:0;border-radius:54px;flex-shrink:0;justify-content:center;align-items:center;gap:10px;margin-top:6px;padding:20px 40px;font-family:Involve;font-size:17px;font-style:normal;font-weight:500;line-height:normal;display:flex;box-shadow:0 1px 8px #121212}.venue-popup-submit img{flex-shrink:0;width:5px;height:10px}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (width<=768px){.venue-home-page{background:var(--light-back,linear-gradient(164deg, #f6f6f6 16.61%, #eef3f0 62.17%))}.venue-home-desktop-header{display:none}.venue-home-mobile-header{width:351px;max-width:calc(100% - 20px);height:60px;box-shadow:none;background:0 0;border-radius:0;justify-content:space-between;align-items:center;margin:28px auto 0;padding:0;display:flex}.venue-tabs--mobile{scrollbar-width:none;gap:8px;width:calc(100% + 14px);margin-right:-14px;padding:28px 14px 0;display:flex;overflow-x:auto}.venue-tabs--mobile::-webkit-scrollbar{display:none}.venue-tab{flex-shrink:0;height:60px;padding:16px 24px;font-size:15px}.venue-home-content{padding:63px 22px 0}.venue-home-content p{font-size:15px}.venue-staff-panel{width:100%}.venue-staff-panel__header{flex-direction:column;align-items:flex-start}.venue-staff-panel__header h1{font-size:22px}.venue-staff-row{grid-template-columns:1fr}.venue-side-menu{display:none}.venue-employee-popup{gap:24px;width:100%}.venue-employee-popup__title{font-size:15px}.venue-role-tags{gap:10px}.venue-role-tag{width:100%;padding:18px 24px}.venue-role-tags--popup{gap:12px}.venue-role-tags--popup .venue-role-tag{width:auto;padding:20px 30px}.keyboard-open .add-venue-popup .add-venue-popup__role-tags{display:none}.venue-invite-field{width:100%;max-width:320px}.venue-employee-popup__note,.venue-employee-popup__note--venue{max-width:320px}.venue-inn-field{width:100%;max-width:320px}}@media (width>=1024px) and (height<=900px){:root{--header-top-offset:24px;--side-left-offset:36px}.venue-home-desktop-header{gap:14px;height:48px}.venue-home-desktop-header__left{gap:14px}.venue-tabs{gap:8px}.venue-tabs--desktop{padding-left:8px}.venue-tab{height:48px;padding:14px 22px;font-size:14px}.venue-icon-button{width:48px;height:48px;padding:12px}.venue-home-content{padding:56px 0 0 96px}.venue-staff-panel{width:min(920px,100vw - 132px)}}@media (width<=768px){.supplier-tabs--mobile{width:calc(100% + 20px);margin-right:-20px;padding-left:20px;padding-right:20px}}._page_rm8sg_1{color:#181818;background:radial-gradient(circle at 14% 10%,#ffffffb8,#0000 18%),radial-gradient(circle at 88% 20%,#ccc0ab6b,#0000 26%),linear-gradient(110deg,#eceee7 0%,#efeee8 36%,#e0ded5 100%);min-height:100dvh;overflow-x:hidden}._header_rm8sg_11{padding-top:40px}._desktopShellHeader_rm8sg_15{display:block}._headerInner_rm8sg_19,._contentShell_rm8sg_20{width:min(1336px,100vw - 80px);margin:0 auto}._headerInner_rm8sg_19{justify-content:space-between;align-items:center;gap:24px;display:flex;position:relative}._brandArea_rm8sg_33{align-items:center;gap:18px;display:flex;position:relative}._userButton_rm8sg_40,._settingsButton_rm8sg_41,._searchBarcodeButton_rm8sg_42,._toolbarIconButton_rm8sg_43,._favoriteButton_rm8sg_44,._favoriteButtonActive_rm8sg_45,._productActionButton_rm8sg_46,._counter_rm8sg_47 button,._orderButton_rm8sg_48,._aiFloatingButton_rm8sg_49,._backToTopButton_rm8sg_50,._sheetResetButton_rm8sg_51,._sheetApplyButton_rm8sg_52,._sortOption_rm8sg_53,._sortOptionActive_rm8sg_54,._pill_rm8sg_55,._pillActive_rm8sg_56,._companyButton_rm8sg_57,._navItem_rm8sg_58,._navItemActive_rm8sg_59,._scannerCloseButton_rm8sg_60,._skuButton_rm8sg_61,._categoryChip_rm8sg_62,._categoryChipActive_rm8sg_63,._venueMenuItem_rm8sg_64,._venueMenuActive_rm8sg_65{font:inherit;cursor:pointer;border:0}._userButton_rm8sg_40,._settingsButton_rm8sg_41{color:#181818;background:#ffffff70;border-radius:999px;justify-content:center;align-items:center;width:56px;height:56px;display:inline-flex;box-shadow:0 10px 30px #1818180d}._userButton_rm8sg_40{font-size:22px;font-weight:700}._settingsButton_rm8sg_41 img{width:22px;height:22px}._companyBlock_rm8sg_94{gap:4px;display:grid}._companyButton_rm8sg_57{color:#181818;text-align:left;background:0 0;align-items:center;gap:8px;max-width:240px;padding:0;font-size:15px;font-weight:600;display:inline-flex;overflow:hidden}._companyButton_rm8sg_57 span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}._companyButton_rm8sg_57 img{flex-shrink:0;width:12px;height:12px}._companyMeta_rm8sg_125{color:#74766e;font-size:12px}._venueMenu_rm8sg_64{z-index:30;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffffeb;border-radius:24px;gap:8px;width:320px;padding:12px;display:grid;position:absolute;top:72px;left:0;box-shadow:0 18px 40px #1818181a}._venueMenuItem_rm8sg_64,._venueMenuActive_rm8sg_65{color:#181818;text-align:left;background:0 0;border-radius:18px;gap:3px;padding:14px 16px;display:grid}._venueMenuActive_rm8sg_65{color:#fff;background:#181818}._venueMenuItem_rm8sg_64 span:first-child,._venueMenuActive_rm8sg_65 span:first-child{font-size:14px;font-weight:600}._venueMenuItem_rm8sg_64 span:last-child,._venueMenuActive_rm8sg_65 span:last-child{opacity:.7;font-size:12px}._desktopNav_rm8sg_173{scrollbar-width:none;flex:1;justify-content:flex-end;align-items:center;gap:10px;min-width:0;display:flex;overflow-x:auto}._desktopNav_rm8sg_173::-webkit-scrollbar{display:none}._navItem_rm8sg_58,._navItemActive_rm8sg_59{white-space:nowrap;border-radius:54px;justify-content:center;align-items:center;height:56px;padding:0 28px;font-size:15px;display:inline-flex}._navItem_rm8sg_58{color:#181818;opacity:.4;background:#ffffff1a;border:1px solid #181818b3}._navItemActive_rm8sg_59{color:#f5f2e8;background:#181818;box-shadow:0 1px 8px #0003}._contentShell_rm8sg_20{padding-top:84px;padding-bottom:120px;position:relative}._catalogToolbar_rm8sg_219{grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:16px;display:grid;position:relative}._toolbarMain_rm8sg_227{position:relative}._searchBox_rm8sg_231{background:#ffffff1f;border:.75px solid #181818b8;border-radius:54px;grid-template-columns:minmax(0,1fr) 24px;align-items:center;gap:10px;min-height:56px;padding:0 20px;display:grid}._searchInputWrap_rm8sg_243{align-items:center;gap:10px;min-width:0;display:flex}._searchAsset_rm8sg_250{flex-shrink:0}._searchAsset_rm8sg_250,._searchBarcodeButton_rm8sg_42 img,._toolbarIconButton_rm8sg_43 img,._favoriteButton_rm8sg_44 img,._favoriteButtonActive_rm8sg_45 img,._productActionButton_rm8sg_46 img,._skuButton_rm8sg_61 img,._promoHeader_rm8sg_261 img,._aiCardHeader_rm8sg_262 img{flex-shrink:0;width:24px;height:24px;display:block}._searchInput_rm8sg_243{color:#181818;width:100%;min-width:0;font:inherit;background:0 0;border:0;outline:none;font-size:12px}._searchInput_rm8sg_243::placeholder{color:#8e9089}._searchCategoryPill_rm8sg_284{color:#fff;text-align:center;background:#181818;border:0;border-radius:54px;flex-shrink:0;justify-content:center;align-items:center;gap:10px;width:auto;min-width:113px;max-width:none;height:42px;padding:10px 16px;font-family:Involve,Arial,sans-serif;font-size:11px;font-style:normal;font-weight:500;line-height:normal;display:flex;overflow:hidden}._searchCategoryPill_rm8sg_284 span{white-space:nowrap}._searchCategoryPill_rm8sg_284 img{filter:brightness(0)invert();flex-shrink:0;width:15px;height:14px}._searchBarcodeButton_rm8sg_42,._toolbarIconButton_rm8sg_43{background:0 0;justify-content:center;align-items:center;display:inline-flex}._toolbarActions_rm8sg_327{align-items:center;gap:16px;padding-top:16px;display:inline-flex}._toolbarIconButton_rm8sg_43{width:24px;height:24px;position:relative}._toolbarIconButton_rm8sg_43[data-active=true]:after{content:"";background:#d8ff00;border-radius:999px;width:8px;height:8px;position:absolute;top:0;right:-2px}._dropdown_rm8sg_351{z-index:35;background:#fffffff5;border-radius:24px;gap:4px;width:min(620px,100vw - 140px);padding:10px;display:grid;position:absolute;top:66px;left:0;box-shadow:0 18px 40px #1818181f}._dropdownLabel_rm8sg_365{color:#7d8078;text-transform:uppercase;padding:8px 12px 4px;font-size:11px;font-weight:600}._dropdownItem_rm8sg_373{color:#181818;text-align:left;background:0 0;border:0;border-radius:18px;align-items:center;gap:10px;min-height:42px;padding:10px 12px;display:flex}._dropdownItem_rm8sg_373:hover{background:#f4f4f2}._dropdownItem_rm8sg_373 strong{font-weight:700}._categoryChips_rm8sg_394{cursor:grab;-webkit-user-select:none;user-select:none;margin-top:18px;padding-left:18px;position:relative;overflow:hidden}._categoryChipsTrack_rm8sg_403{align-items:center;gap:10px;min-height:32px;display:flex}._categoryChips_rm8sg_394:active{cursor:grabbing}._subcategoryChips_rm8sg_414{scrollbar-width:none;align-items:center;gap:10px;margin-top:10px;padding-left:18px;display:flex;overflow-x:auto}._subcategoryChips_rm8sg_414::-webkit-scrollbar{display:none}._categoryChipsMeasure_rm8sg_428{visibility:hidden;pointer-events:none;white-space:nowrap;align-items:center;gap:10px;display:flex;position:absolute;top:0;left:18px}._categoryChip_rm8sg_62,._categoryChipActive_rm8sg_63{color:#989b94;white-space:nowrap;background:#f2f5f399;border-radius:54px;flex-shrink:0;justify-content:center;align-items:center;gap:10px;height:32px;padding:10px;font-size:12px;display:inline-flex}._categoryChipActive_rm8sg_63{color:#181818;font-weight:500}._catalogMeta_rm8sg_461{color:#72756d;justify-content:space-between;gap:20px;margin-top:18px;padding:0 18px;font-size:14px;display:flex}._catalogGrid_rm8sg_471{grid-template-columns:repeat(5,minmax(0,1fr));gap:20px;margin-top:18px;display:grid}._productCard_rm8sg_478{background:#f4f4f2;border-radius:48px;flex-direction:column;justify-content:space-between;gap:18px;min-height:384px;padding:28px 20px 24px 16px;display:flex;box-shadow:0 0 16px #0000000d}._productTopRow_rm8sg_490,._productBottomRow_rm8sg_491{justify-content:space-between;align-items:center;gap:12px;display:flex}._productTopRow_rm8sg_490{color:#262626;font-size:12px;line-height:12px}._favoriteButton_rm8sg_44,._favoriteButtonActive_rm8sg_45{background:0 0;justify-content:center;align-items:center;width:24px;height:24px;display:inline-flex}._favoriteButton_rm8sg_44 img{opacity:.4}._favoriteButtonActive_rm8sg_45 img{filter:brightness(0)}._productImageWrap_rm8sg_522{justify-content:center;align-items:center;height:101px;display:flex}._productImage_rm8sg_522{object-fit:contain;width:100%;height:101px}._productInfo_rm8sg_535{flex-direction:column;gap:10px;display:flex}._productInfo_rm8sg_535 h2{color:#262626;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0;font-size:12px;font-weight:400;line-height:16px;display:-webkit-box;overflow:hidden}._productInfo_rm8sg_535 p{color:#9fa29c;-webkit-line-clamp:2;-webkit-box-orient:vertical;width:116px;margin:0;font-size:10px;line-height:12px;display:-webkit-box;overflow:hidden}._skuButton_rm8sg_61{color:#9fa29c;background:0 0;align-items:center;gap:6px;width:max-content;max-width:100%;padding:0;font-size:10px;line-height:16px;display:inline-flex}._skuButton_rm8sg_61 img{width:14px;height:14px}._productPrice_rm8sg_583{color:#181818;font-size:16px;font-weight:600;line-height:24px}._productActionButton_rm8sg_46{background:0 0;justify-content:center;align-items:center;width:28px;height:28px;display:inline-flex}._productActionButton_rm8sg_46:disabled{opacity:.3;cursor:default}._productActionButton_rm8sg_46 img{width:28px;height:28px}._counter_rm8sg_47{color:#d8ff00;background:#181818;border-radius:999px;align-items:center;gap:8px;padding:4px 6px;font-size:12px;display:inline-flex}._counter_rm8sg_47 button{color:#d8ff00;background:#ffffff1f;border-radius:999px;width:22px;height:22px}._promoCard_rm8sg_628,._promoCardBottom_rm8sg_629,._aiCard_rm8sg_262{color:#fff;grid-column:span 2;min-height:354px;overflow:hidden}._promoCard_rm8sg_628,._promoCardBottom_rm8sg_629{border-radius:48px;flex-direction:column;justify-content:space-between;padding:40px 36px;display:flex}._promoCard_rm8sg_628{background:linear-gradient(#00000014,#00000075),radial-gradient(circle at 18% 20%,#fff3,#0000 28%),radial-gradient(circle at 70% 24%,#89592d75,#0000 28%),linear-gradient(125deg,#6c3f1f,#241612)}._promoCardBottom_rm8sg_629{background:radial-gradient(circle at 15% 18%,#ffffff1a,#0000 18%),linear-gradient(125deg,#181818,#31251d)}._promoHeader_rm8sg_261{justify-content:space-between;align-items:flex-start;gap:24px;display:flex}._promoHeader_rm8sg_261 h2,._aiCardHeader_rm8sg_262 h2{margin:0;font-size:20px;font-weight:700;line-height:24px}._promoHeader_rm8sg_261 span{text-transform:lowercase;font-size:20px;font-weight:700}._promoCard_rm8sg_628 p,._promoCardBottom_rm8sg_629 p{max-width:292px;margin:0;font-size:12px;font-weight:600;line-height:20px}._promoCardBottom_rm8sg_629 ._promoHeader_rm8sg_261 img{filter:brightness(0)invert();width:28px;height:28px}._aiCard_rm8sg_262{background:#181818;border-radius:48px;flex-direction:column;gap:20px;padding:54px 48px;display:flex}._aiCardHeader_rm8sg_262{justify-content:space-between;align-items:center;gap:20px;width:288px;display:flex}._aiCardHeader_rm8sg_262 img{filter:brightness(0)invert();width:32px;height:32px}._aiCard_rm8sg_262 p,._aiCard_rm8sg_262 strong{text-align:right;width:288px;margin:0;font-size:12px;line-height:20px}._aiCard_rm8sg_262 strong{font-weight:600}._emptyState_rm8sg_732{text-align:center;background:#f4f4f2bd;border-radius:48px;place-items:center;gap:10px;min-height:320px;margin-top:24px;padding:24px;display:grid}._emptyState_rm8sg_732 h2,._emptyState_rm8sg_732 p{margin:0}._loadingMore_rm8sg_749{color:#72756d;text-align:center;margin-top:18px;font-size:14px}._sentinel_rm8sg_756{height:1px}._floatingOrder_rm8sg_760{z-index:20;align-items:center;display:inline-flex;position:fixed;bottom:40px;right:max(52px,50vw - 668px)}._orderButton_rm8sg_48{color:#181818;background:#d8ff00;border-radius:54px;justify-content:center;align-items:center;width:240px;height:56px;font-size:16px;font-weight:500;display:inline-flex;box-shadow:0 2px 18px #0000004d}._aiFloatingButton_rm8sg_49{background:#181818;border-radius:54px;justify-content:center;align-items:center;width:56px;height:56px;display:inline-flex;box-shadow:0 2px 18px #0000004d}._aiFloatingButton_rm8sg_49 img{width:32px;height:32px}._backToTopButton_rm8sg_50{z-index:20;color:#181818;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe0;border-radius:54px;justify-content:center;align-items:center;width:56px;height:56px;display:inline-flex;position:fixed;bottom:112px;right:max(52px,50vw - 668px);box-shadow:0 2px 18px #0000002e}._backToTopButton_rm8sg_50 svg{fill:none;stroke:currentColor;stroke-width:1.5px;stroke-linecap:round;stroke-linejoin:round;width:24px;height:24px}._overlay_rm8sg_826{z-index:50;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);background:#18181833;justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0}._filterSheet_rm8sg_837,._sortSheet_rm8sg_838{color:#fff;background:#181818;border-radius:54px 54px 0 0;width:100%;min-height:420px;position:relative}._filterSheet_rm8sg_837{min-height:552px;padding:76px max(56px,50vw - 668px) 96px}._sortSheet_rm8sg_838{padding:76px max(56px,50vw - 380px) 96px}._filterGrid_rm8sg_856{grid-template-columns:320px 232px 380px;gap:40px;display:grid}._filterColumnGroup_rm8sg_862{flex-direction:column;gap:28px;display:flex}._filterSection_rm8sg_868{flex-direction:column;gap:20px;display:flex}._filterSectionTitle_rm8sg_874{color:#fff;font-size:16px;line-height:24px}._filterSectionGrid_rm8sg_880,._sortList_rm8sg_881{flex-wrap:wrap;gap:12px;display:flex}._pill_rm8sg_55,._pillActive_rm8sg_56,._sortOption_rm8sg_53,._sortOptionActive_rm8sg_54{color:#9fa29c;outline-offset:-.75px;background:0 0;border-radius:34px;outline:.75px solid #9fa29c;justify-content:center;align-items:center;min-height:48px;padding:0 16px;display:inline-flex}._pillActive_rm8sg_56,._sortOptionActive_rm8sg_54{color:#181818;background:#d8ff00;outline-color:#d8ff00}._sheetActions_rm8sg_910{align-items:center;gap:24px;display:flex;position:absolute;bottom:57px;right:max(56px,50vw - 668px)}._sheetResetButton_rm8sg_51{background:#26262699;border-radius:999px;justify-content:center;align-items:center;width:56px;height:56px;display:inline-flex}._sheetResetButton_rm8sg_51 img{width:24px;height:24px}._sheetApplyButton_rm8sg_52{color:#181818;background:#d8ff00;border-radius:54px;justify-content:center;align-items:center;min-width:220px;height:56px;padding:0 32px;font-size:16px;font-weight:500;display:inline-flex;box-shadow:0 2px 18px #58595080}._scannerModal_rm8sg_949{color:#fff;background:#181818;border-radius:32px;width:min(968px,100vw - 160px);min-height:526px;margin-bottom:calc(50dvh - 263px);padding:96px 64px 56px;position:relative}._scannerCloseButton_rm8sg_60{color:#d7d7d2;background:0 0;font-size:32px;line-height:1;position:absolute;top:30px;right:34px}._barcodeUploadZone_rm8sg_970{text-align:center;color:#d7d7d2;cursor:pointer;border:1px dashed #fff3;border-radius:24px;flex-direction:column;justify-content:center;align-items:center;gap:20px;min-height:140px;display:flex}._barcodeUploadZone_rm8sg_970 input{display:none}._barcodeUploadZone_rm8sg_970 img{width:48px;height:48px}._barcodePreviewWrap_rm8sg_993{justify-items:center;margin-top:26px;display:grid}._barcodePreview_rm8sg_993{object-fit:contain;width:min(420px,100%);max-height:160px}._scannerFileName_rm8sg_1005{color:#9fa29c;margin:18px 0 0;font-size:12px}._manualBarcode_rm8sg_1011{color:#9fa29c;gap:8px;width:300px;font-size:12px;display:grid;position:absolute;bottom:128px;left:50%;transform:translate(-50%)}._manualBarcode_rm8sg_1011 input{color:#fff;background:0 0;border:.75px solid #9fa29c;border-radius:24px;outline:none;height:42px;padding:0 16px}._scannerActions_rm8sg_1033{align-items:center;gap:20px;display:flex;position:absolute;bottom:62px;left:50%;transform:translate(-50%)}@media (width<=1460px){._catalogGrid_rm8sg_471{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (width<=1280px){._headerInner_rm8sg_19,._contentShell_rm8sg_20{width:calc(100vw - 40px)}._catalogGrid_rm8sg_471{grid-template-columns:repeat(3,minmax(0,1fr))}._filterGrid_rm8sg_856{grid-template-columns:1fr 1fr}._promoCard_rm8sg_628,._promoCardBottom_rm8sg_629,._aiCard_rm8sg_262{grid-column:1/-1}}@media (width<=1023px){._desktopShellHeader_rm8sg_15{display:none}._header_rm8sg_11{padding-top:24px}._headerInner_rm8sg_19{flex-direction:column;align-items:flex-start}._desktopNav_rm8sg_173{justify-content:flex-start;width:100%}._contentShell_rm8sg_20{padding-top:40px}._catalogToolbar_rm8sg_219{grid-template-columns:1fr}._toolbarActions_rm8sg_327{padding-top:0}._catalogGrid_rm8sg_471{grid-template-columns:repeat(2,minmax(0,1fr))}._filterSheet_rm8sg_837,._sortSheet_rm8sg_838{overflow:auto}._filterGrid_rm8sg_856{grid-template-columns:1fr}._sheetActions_rm8sg_910{justify-content:flex-end;margin-top:32px;position:static}._scannerModal_rm8sg_949{width:calc(100vw - 32px);margin-bottom:24px;padding:84px 24px 140px}}@media (width>=1024px){._header_rm8sg_11{display:none}}@media (width<=767px){._headerInner_rm8sg_19,._contentShell_rm8sg_20{width:calc(100vw - 24px)}._catalogGrid_rm8sg_471{grid-template-columns:1fr}._catalogMeta_rm8sg_461{flex-direction:column}._promoCard_rm8sg_628,._promoCardBottom_rm8sg_629,._aiCard_rm8sg_262,._productCard_rm8sg_478{border-radius:32px}._productCard_rm8sg_478{min-height:320px}._floatingOrder_rm8sg_760,._backToTopButton_rm8sg_50{right:12px}._orderButton_rm8sg_48{width:210px}}._page_1tvup_1{color:#181818;background:linear-gradient(140deg,#f6f6f6 0%,#d9e4dd 57%);min-height:100dvh;font-family:Involve,Arial,sans-serif;position:relative;overflow:hidden}._desktopLogo_1tvup_10{z-index:2;background:#fff9;border:0;border-radius:85.94px;justify-content:center;align-items:center;width:60px;height:60px;display:flex;position:absolute;top:50px;left:52px}._desktopLogo_1tvup_10 img{width:31px;height:31px}._content_1tvup_30{z-index:1;flex-direction:column;justify-content:flex-start;align-items:center;min-height:100dvh;display:flex;position:relative}._code_1tvup_40{color:#9fa29c66;text-align:center;margin-top:293px;font-size:200px;font-weight:700;line-height:1}._message_1tvup_49{text-align:center;width:288.78px;margin-top:2px;font-size:18px;font-weight:400;line-height:1.25}._actions_1tvup_58{flex-direction:column;align-items:center;gap:30px;margin-top:172px;display:flex}._button_1tvup_66{color:#d8ff00;text-align:center;background:#181818;border:0;border-radius:54px;justify-content:center;align-items:center;gap:10px;width:280px;height:80px;padding:20px 40px;font-size:20px;font-weight:500;display:inline-flex;box-shadow:0 1px 8px #0003}@media (width<=767px){._page_1tvup_1{background:linear-gradient(140deg,#f6f6f6 0%,#eef3f0 57%)}._desktopLogo_1tvup_10{display:none}._code_1tvup_40{margin-top:264px;font-size:163.33px}._message_1tvup_49{margin-top:8px;font-size:15px}._actions_1tvup_58{margin-top:139px}._button_1tvup_66{width:240px;height:60px;padding:20px 40px;font-size:17px}}@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-translate-x:0;--tw-translate-y:0;--tw-translate-z:0;--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-scroll-snap-strictness:proximity;--tw-border-style:solid;--tw-leading:initial;--tw-font-weight:initial;--tw-tracking:initial;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000;--tw-outline-style:solid;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial;--tw-backdrop-blur:initial;--tw-backdrop-brightness:initial;--tw-backdrop-contrast:initial;--tw-backdrop-grayscale:initial;--tw-backdrop-hue-rotate:initial;--tw-backdrop-invert:initial;--tw-backdrop-opacity:initial;--tw-backdrop-saturate:initial;--tw-backdrop-sepia:initial;--tw-duration:initial;--tw-ease:initial}}}@layer theme{:root,:host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--color-white:#fff;--spacing:.25rem;--text-xs:.75rem;--text-xs--line-height:calc(1 / .75);--text-sm:.875rem;--text-sm--line-height:calc(1.25 / .875);--text-base:1rem;--text-base--line-height:calc(1.5 / 1);--font-weight-normal:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--leading-tight:1.25;--leading-normal:1.5;--radius-xl:.75rem;--radius-2xl:1rem;--radius-3xl:1.5rem;--ease-out:cubic-bezier(0, 0, .2, 1);--ease-in-out:cubic-bezier(.4, 0, .2, 1);--blur-sm:8px;--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4, 0, .2, 1);--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.pointer-events-none{pointer-events:none}.collapse{visibility:collapse}.visible{visibility:visible}.sr-only{clip-path:inset(50%);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.static{position:static}.sticky{position:sticky}.inset-0{inset:calc(var(--spacing) * 0)}.-top-9\.75{top:calc(var(--spacing) * -9.75)}.top-0{top:calc(var(--spacing) * 0)}.top-0\.5{top:calc(var(--spacing) * .5)}.top-2{top:calc(var(--spacing) * 2)}.top-2\.25{top:calc(var(--spacing) * 2.25)}.top-8{top:calc(var(--spacing) * 8)}.top-14\.5{top:calc(var(--spacing) * 14.5)}.top-25\.25{top:calc(var(--spacing) * 25.25)}.top-\[72px\]{top:72px}.top-\[168px\]{top:168px}.top-\[calc\(100\%\+8px\)\]{top:calc(100% + 8px)}.right-7\.25{right:calc(var(--spacing) * 7.25)}.right-8{right:calc(var(--spacing) * 8)}.right-9\.75{right:calc(var(--spacing) * 9.75)}.bottom-8{bottom:calc(var(--spacing) * 8)}.left-0{left:calc(var(--spacing) * 0)}.left-1\/2{left:50%}.left-4{left:calc(var(--spacing) * 4)}.left-7{left:calc(var(--spacing) * 7)}.left-13\.5{left:calc(var(--spacing) * 13.5)}.left-17\.5{left:calc(var(--spacing) * 17.5)}.left-\[14\.58px\]{left:14.58px}.left-\[16px\]{left:16px}.z-0{z-index:0}.z-10{z-index:10}.z-20{z-index:20}.z-30{z-index:30}.z-100{z-index:100}.z-120{z-index:120}.container{width:100%}@media (width>=40rem){.container{max-width:40rem}}@media (width>=48rem){.container{max-width:48rem}}@media (width>=64rem){.container{max-width:64rem}}@media (width>=80rem){.container{max-width:80rem}}@media (width>=96rem){.container{max-width:96rem}}.m-0{margin:calc(var(--spacing) * 0)}.mx-auto{margin-inline:auto}.mt-0\.5{margin-top:calc(var(--spacing) * .5)}.mt-1{margin-top:calc(var(--spacing) * 1)}.mt-1\.5{margin-top:calc(var(--spacing) * 1.5)}.mt-2{margin-top:calc(var(--spacing) * 2)}.mt-2\.5{margin-top:calc(var(--spacing) * 2.5)}.mt-3{margin-top:calc(var(--spacing) * 3)}.mt-4{margin-top:calc(var(--spacing) * 4)}.mt-4\.5{margin-top:calc(var(--spacing) * 4.5)}.mt-5{margin-top:calc(var(--spacing) * 5)}.mt-6{margin-top:calc(var(--spacing) * 6)}.mt-7{margin-top:calc(var(--spacing) * 7)}.mt-8{margin-top:calc(var(--spacing) * 8)}.mt-9{margin-top:calc(var(--spacing) * 9)}.mt-10{margin-top:calc(var(--spacing) * 10)}.mt-16{margin-top:calc(var(--spacing) * 16)}.mt-18{margin-top:calc(var(--spacing) * 18)}.mt-19{margin-top:calc(var(--spacing) * 19)}.mt-21{margin-top:calc(var(--spacing) * 21)}.mt-24{margin-top:calc(var(--spacing) * 24)}.mt-25{margin-top:calc(var(--spacing) * 25)}.mt-\[10px\]{margin-top:10px}.mt-auto{margin-top:auto}.mb-2{margin-bottom:calc(var(--spacing) * 2)}.mb-2\.5{margin-bottom:calc(var(--spacing) * 2.5)}.mb-3{margin-bottom:calc(var(--spacing) * 3)}.mb-7{margin-bottom:calc(var(--spacing) * 7)}.mb-16{margin-bottom:calc(var(--spacing) * 16)}.ml-2{margin-left:calc(var(--spacing) * 2)}.ml-2\.5{margin-left:calc(var(--spacing) * 2.5)}.ml-4{margin-left:calc(var(--spacing) * 4)}.block{display:block}.flex{display:flex}.grid{display:grid}.hidden{display:none}.inline{display:inline}.inline-flex{display:inline-flex}.h-2{height:calc(var(--spacing) * 2)}.h-2\.5{height:calc(var(--spacing) * 2.5)}.h-2\.75{height:calc(var(--spacing) * 2.75)}.h-4{height:calc(var(--spacing) * 4)}.h-4\.5{height:calc(var(--spacing) * 4.5)}.h-5{height:calc(var(--spacing) * 5)}.h-5\.5{height:calc(var(--spacing) * 5.5)}.h-6{height:calc(var(--spacing) * 6)}.h-7{height:calc(var(--spacing) * 7)}.h-7\.5{height:calc(var(--spacing) * 7.5)}.h-8{height:calc(var(--spacing) * 8)}.h-10{height:calc(var(--spacing) * 10)}.h-11{height:calc(var(--spacing) * 11)}.h-12{height:calc(var(--spacing) * 12)}.h-14{height:calc(var(--spacing) * 14)}.h-15{height:calc(var(--spacing) * 15)}.h-20{height:calc(var(--spacing) * 20)}.h-40{height:calc(var(--spacing) * 40)}.h-48{height:calc(var(--spacing) * 48)}.h-52{height:calc(var(--spacing) * 52)}.h-\[18px\]{height:18px}.h-\[27px\]{height:27px}.h-\[34px\]{height:34px}.h-\[52px\]{height:52px}.h-\[60\.845px\]{height:60.845px}.h-\[63\.692px\]{height:63.692px}.h-\[64px\]{height:64px}.h-\[65px\]{height:65px}.h-\[164px\]{height:164px}.h-\[173\.668px\]{height:173.668px}.h-\[352px\]{height:352px}.h-\[424px\]{height:424px}.h-\[calc\(100\%-8px\)\]{height:calc(100% - 8px)}.h-\[calc\(100vh-220px\)\]{height:calc(100vh - 220px)}.h-auto{height:auto}.h-fit{height:fit-content}.h-full{height:100%}.h-screen{height:100vh}.max-h-60{max-height:calc(var(--spacing) * 60)}.min-h-0{min-height:calc(var(--spacing) * 0)}.min-h-10{min-height:calc(var(--spacing) * 10)}.min-h-20{min-height:calc(var(--spacing) * 20)}.min-h-\[382px\]{min-height:382px}.min-h-\[498px\]{min-height:498px}.min-h-\[calc\(100vh-100px\)\]{min-height:calc(100vh - 100px)}.min-h-full{min-height:100%}.min-h-screen{min-height:100vh}.w-1{width:calc(var(--spacing) * 1)}.w-2{width:calc(var(--spacing) * 2)}.w-2\.5{width:calc(var(--spacing) * 2.5)}.w-2\.75{width:calc(var(--spacing) * 2.75)}.w-4\.5{width:calc(var(--spacing) * 4.5)}.w-5{width:calc(var(--spacing) * 5)}.w-5\.5{width:calc(var(--spacing) * 5.5)}.w-6{width:calc(var(--spacing) * 6)}.w-7{width:calc(var(--spacing) * 7)}.w-7\.5{width:calc(var(--spacing) * 7.5)}.w-10{width:calc(var(--spacing) * 10)}.w-11{width:calc(var(--spacing) * 11)}.w-12{width:calc(var(--spacing) * 12)}.w-13{width:calc(var(--spacing) * 13)}.w-15{width:calc(var(--spacing) * 15)}.w-34{width:calc(var(--spacing) * 34)}.w-40{width:calc(var(--spacing) * 40)}.w-45{width:calc(var(--spacing) * 45)}.w-48{width:calc(var(--spacing) * 48)}.w-56{width:calc(var(--spacing) * 56)}.w-60{width:calc(var(--spacing) * 60)}.w-70{width:calc(var(--spacing) * 70)}.w-78{width:calc(var(--spacing) * 78)}.w-80{width:calc(var(--spacing) * 80)}.w-81\.75{width:calc(var(--spacing) * 81.75)}.w-87\.75{width:calc(var(--spacing) * 87.75)}.w-90{width:calc(var(--spacing) * 90)}.w-100{width:calc(var(--spacing) * 100)}.w-105{width:calc(var(--spacing) * 105)}.w-\[3\.68px\]{width:3.68px}.w-\[15px\]{width:15px}.w-\[22px\]{width:22px}.w-\[34px\]{width:34px}.w-\[38px\]{width:38px}.w-\[60\.845px\]{width:60.845px}.w-\[63\.692px\]{width:63.692px}.w-\[65px\]{width:65px}.w-\[79px\]{width:79px}.w-\[83\.2px\]{width:83.2px}.w-\[87px\]{width:87px}.w-\[104px\]{width:104px}.w-\[212\.013px\]{width:212.013px}.w-\[240px\]{width:240px}.w-\[266\.42px\]{width:266.42px}.w-\[271px\]{width:271px}.w-\[280px\]{width:280px}.w-\[303px\]{width:303px}.w-\[310\.406px\]{width:310.406px}.w-\[320px\]{width:320px}.w-\[347px\]{width:347px}.w-\[362px\]{width:362px}.w-\[556\.81px\]{width:556.81px}.w-\[575\.84px\]{width:575.84px}.w-\[600px\]{width:600px}.w-\[620px\]{width:620px}.w-full{width:100%}.w-screen{width:100vw}.max-w-44\.5{max-width:calc(var(--spacing) * 44.5)}.max-w-45{max-width:calc(var(--spacing) * 45)}.max-w-62{max-width:calc(var(--spacing) * 62)}.max-w-78{max-width:calc(var(--spacing) * 78)}.max-w-80{max-width:calc(var(--spacing) * 80)}.max-w-105{max-width:calc(var(--spacing) * 105)}.max-w-150{max-width:calc(var(--spacing) * 150)}.max-w-\[250px\]{max-width:250px}.max-w-\[310px\]{max-width:310px}.max-w-\[320px\]{max-width:320px}.max-w-\[360px\]{max-width:360px}.max-w-\[420px\]{max-width:420px}.max-w-\[560px\]{max-width:560px}.max-w-\[1280px\]{max-width:1280px}.max-w-\[1440px\]{max-width:1440px}.max-w-\[calc\(100vw-20px\)\]{max-width:calc(100vw - 20px)}.max-w-full{max-width:100%}.max-w-none{max-width:none}.min-w-0{min-width:calc(var(--spacing) * 0)}.min-w-7{min-width:calc(var(--spacing) * 7)}.min-w-\[144px\]{min-width:144px}.flex-1{flex:1}.shrink-0{flex-shrink:0}.-translate-x-1\/2{--tw-translate-x:calc(calc(1 / 2 * 100%) * -1);translate:var(--tw-translate-x) var(--tw-translate-y)}.transform{transform:var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,)}.cursor-pointer{cursor:pointer}.resize{resize:both}.resize-none{resize:none}.snap-x{scroll-snap-type:x var(--tw-scroll-snap-strictness)}.snap-mandatory{--tw-scroll-snap-strictness:mandatory}.snap-center{scroll-snap-align:center}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-\[2fr_1fr\]{grid-template-columns:2fr 1fr}.grid-cols-\[347px_620px_347px\]{grid-template-columns:347px 620px 347px}.grid-cols-\[minmax\(220px\,2fr\)_120px_90px_110px_140px\]{grid-template-columns:minmax(220px,2fr) 120px 90px 110px 140px}.grid-rows-2{grid-template-rows:repeat(2,minmax(0,1fr))}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.items-end{align-items:flex-end}.items-start{align-items:flex-start}.items-stretch{align-items:stretch}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.justify-end{justify-content:flex-end}.justify-start{justify-content:flex-start}.gap-0\.5{gap:calc(var(--spacing) * .5)}.gap-1{gap:calc(var(--spacing) * 1)}.gap-1\.5{gap:calc(var(--spacing) * 1.5)}.gap-2{gap:calc(var(--spacing) * 2)}.gap-2\.5{gap:calc(var(--spacing) * 2.5)}.gap-3{gap:calc(var(--spacing) * 3)}.gap-4{gap:calc(var(--spacing) * 4)}.gap-5{gap:calc(var(--spacing) * 5)}.gap-6{gap:calc(var(--spacing) * 6)}.gap-\[2\.41px\]{gap:2.41px}.gap-\[5px\]{gap:5px}.gap-\[7\.236px\]{gap:7.236px}.self-stretch{align-self:stretch}.truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.overflow-x-hidden{overflow-x:hidden}.overflow-y-auto{overflow-y:auto}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:var(--radius-2xl)}.rounded-3xl{border-radius:var(--radius-3xl)}.rounded-\[10px\]{border-radius:10px}.rounded-\[16\.884px\]{border-radius:16.884px}.rounded-\[18px\]{border-radius:18px}.rounded-\[20px\]{border-radius:20px}.rounded-\[24px\]{border-radius:24px}.rounded-\[28px\]{border-radius:28px}.rounded-\[29\.827px\]{border-radius:29.827px}.rounded-\[30\.422px\]{border-radius:30.422px}.rounded-\[31\.846px\]{border-radius:31.846px}.rounded-\[32px\]{border-radius:32px}.rounded-\[34px\]{border-radius:34px}.rounded-\[36px\]{border-radius:36px}.rounded-\[42px\]{border-radius:42px}.rounded-\[54px\]{border-radius:54px}.rounded-\[82\.754px\]{border-radius:82.754px}.rounded-full{border-radius:3.40282e38px}.rounded-xl{border-radius:var(--radius-xl)}.border{border-style:var(--tw-border-style);border-width:1px}.border-2{border-style:var(--tw-border-style);border-width:2px}.border-\[0\.75px\]{border-style:var(--tw-border-style);border-width:.75px}.border-b{border-bottom-style:var(--tw-border-style);border-bottom-width:1px}.border-none{--tw-border-style:none;border-style:none}.border-\[\#3C3C3C\]{border-color:#3c3c3c}.border-\[\#4A4A4A\]{border-color:#4a4a4a}.border-\[\#313131\]{border-color:#313131}.border-\[\#A3A6A1\]{border-color:#a3a6a1}.border-\[\#A6B3AA\]{border-color:#a6b3aa}.border-\[\#B5B7B3\]{border-color:#b5b7b3}.border-\[\#D9DDD7\]{border-color:#d9ddd7}.border-\[\#EEF2EF\]{border-color:#eef2ef}.border-\[\#d9d4cb\]{border-color:#d9d4cb}.border-\[\#e7e1d7\]{border-color:#e7e1d7}.border-\[\#f0ebe3\]{border-color:#f0ebe3}.bg-\[\#1C1C1C\]{background-color:#1c1c1c}.bg-\[\#2B2B2B\]{background-color:#2b2b2b}.bg-\[\#181818\]{background-color:#181818}.bg-\[\#181818\]\/30{background-color:oklab(20.9036% 7.45058e-9 0/.3)}.bg-\[\#181818\]\/80{background-color:oklab(20.9036% 7.45058e-9 0/.8)}.bg-\[\#181818\]\/90{background-color:oklab(20.9036% 7.45058e-9 0/.9)}.bg-\[\#202020\]{background-color:#202020}.bg-\[\#262626\]{background-color:#262626}.bg-\[\#626262\]{background-color:#626262}.bg-\[\#A6B3AA\]{background-color:#a6b3aa}.bg-\[\#D8FF00\]{background-color:#d8ff00}.bg-\[\#EAEEEB\]{background-color:#eaeeeb}.bg-\[\#EEF1EF\]{background-color:#eef1ef}.bg-\[\#FAFAF8\]{background-color:#fafaf8}.bg-\[\#eff8d8\]{background-color:#eff8d8}.bg-\[\#f3f0ea\]{background-color:#f3f0ea}.bg-\[\#f7f5ef\]{background-color:#f7f5ef}.bg-\[rgba\(24\,24\,24\,0\.90\)\]{background-color:#181818e6}.bg-\[rgba\(38\,38\,38\,0\.60\)\]{background-color:#26262699}.bg-\[rgba\(255\,255\,255\,0\.40\)\]{background-color:#fff6}.bg-\[rgba\(255\,255\,255\,0\.60\)\]{background-color:#fff9}.bg-transparent{background-color:#0000}.bg-white{background-color:var(--color-white)}.bg-cover{background-size:cover}.bg-center{background-position:50%}.object-cover{object-fit:cover}.p-0{padding:calc(var(--spacing) * 0)}.p-2{padding:calc(var(--spacing) * 2)}.p-2\.5{padding:calc(var(--spacing) * 2.5)}.p-3\.5{padding:calc(var(--spacing) * 3.5)}.p-3\.75{padding:calc(var(--spacing) * 3.75)}.p-5{padding:calc(var(--spacing) * 5)}.p-6{padding:calc(var(--spacing) * 6)}.p-\[5px\]{padding:5px}.p-\[14\.472px\]{padding:14.472px}.px-0{padding-inline:calc(var(--spacing) * 0)}.px-2{padding-inline:calc(var(--spacing) * 2)}.px-2\.5{padding-inline:calc(var(--spacing) * 2.5)}.px-3{padding-inline:calc(var(--spacing) * 3)}.px-3\.5{padding-inline:calc(var(--spacing) * 3.5)}.px-4{padding-inline:calc(var(--spacing) * 4)}.px-5{padding-inline:calc(var(--spacing) * 5)}.px-6{padding-inline:calc(var(--spacing) * 6)}.px-7{padding-inline:calc(var(--spacing) * 7)}.px-8{padding-inline:calc(var(--spacing) * 8)}.px-9{padding-inline:calc(var(--spacing) * 9)}.px-10{padding-inline:calc(var(--spacing) * 10)}.px-\[2\.41px\]{padding-inline:2.41px}.px-\[7px\]{padding-inline:7px}.px-\[15px\]{padding-inline:15px}.px-\[30px\]{padding-inline:30px}.py-0{padding-block:calc(var(--spacing) * 0)}.py-1{padding-block:calc(var(--spacing) * 1)}.py-2{padding-block:calc(var(--spacing) * 2)}.py-3{padding-block:calc(var(--spacing) * 3)}.py-4{padding-block:calc(var(--spacing) * 4)}.py-5{padding-block:calc(var(--spacing) * 5)}.py-6{padding-block:calc(var(--spacing) * 6)}.py-8{padding-block:calc(var(--spacing) * 8)}.py-10{padding-block:calc(var(--spacing) * 10)}.py-\[5px\]{padding-block:5px}.py-\[8px\]{padding-block:8px}.pt-2{padding-top:calc(var(--spacing) * 2)}.pt-2\.5{padding-top:calc(var(--spacing) * 2.5)}.pt-7{padding-top:calc(var(--spacing) * 7)}.pt-8{padding-top:calc(var(--spacing) * 8)}.pt-10{padding-top:calc(var(--spacing) * 10)}.pt-21{padding-top:calc(var(--spacing) * 21)}.pt-24{padding-top:calc(var(--spacing) * 24)}.pt-36{padding-top:calc(var(--spacing) * 36)}.pt-40{padding-top:calc(var(--spacing) * 40)}.pt-70{padding-top:calc(var(--spacing) * 70)}.pr-\[7px\]{padding-right:7px}.pr-\[8px\]{padding-right:8px}.pb-0{padding-bottom:calc(var(--spacing) * 0)}.pb-0\.5{padding-bottom:calc(var(--spacing) * .5)}.pb-1{padding-bottom:calc(var(--spacing) * 1)}.pb-10{padding-bottom:calc(var(--spacing) * 10)}.pb-12{padding-bottom:calc(var(--spacing) * 12)}.pb-14{padding-bottom:calc(var(--spacing) * 14)}.pb-24{padding-bottom:calc(var(--spacing) * 24)}.pl-0{padding-left:calc(var(--spacing) * 0)}.pl-1\.5{padding-left:calc(var(--spacing) * 1.5)}.pl-10{padding-left:calc(var(--spacing) * 10)}.pl-10\.5{padding-left:calc(var(--spacing) * 10.5)}.pl-11{padding-left:calc(var(--spacing) * 11)}.pl-\[7px\]{padding-left:7px}.pl-\[21px\]{padding-left:21px}.pl-\[33px\]{padding-left:33px}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.font-\[\'Involve\'\]{font-family:Involve}.text-base{font-size:var(--text-base);line-height:var(--tw-leading,var(--text-base--line-height))}.text-sm{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.text-xs{font-size:var(--text-xs);line-height:var(--tw-leading,var(--text-xs--line-height))}.text-\[9\.65px\]{font-size:9.65px}.text-\[11px\]{font-size:11px}.text-\[12px\]{font-size:12px}.text-\[13px\]{font-size:13px}.text-\[14px\]{font-size:14px}.text-\[15px\]{font-size:15px}.text-\[16px\]{font-size:16px}.text-\[17px\]{font-size:17px}.text-\[20px\]{font-size:20px}.text-\[21px\]{font-size:21px}.text-\[22px\]{font-size:22px}.text-\[24px\]{font-size:24px}.text-\[26px\]{font-size:26px}.text-\[28px\]{font-size:28px}.text-\[32px\]{font-size:32px}.text-\[42px\]{font-size:42px}.leading-3{--tw-leading:calc(var(--spacing) * 3);line-height:calc(var(--spacing) * 3)}.leading-4{--tw-leading:calc(var(--spacing) * 4);line-height:calc(var(--spacing) * 4)}.leading-5{--tw-leading:calc(var(--spacing) * 5);line-height:calc(var(--spacing) * 5)}.leading-6{--tw-leading:calc(var(--spacing) * 6);line-height:calc(var(--spacing) * 6)}.leading-\[1\.15\]{--tw-leading:1.15;line-height:1.15}.leading-\[15px\]{--tw-leading:15px;line-height:15px}.leading-\[18\.09px\]{--tw-leading:18.09px;line-height:18.09px}.leading-\[19\.5px\]{--tw-leading:19.5px;line-height:19.5px}.leading-\[23\.518px\]{--tw-leading:23.518px;line-height:23.518px}.leading-\[100\%\]{--tw-leading:100%;line-height:100%}.leading-\[120\%\]{--tw-leading:120%;line-height:120%}.leading-none{--tw-leading:1;line-height:1}.leading-normal{--tw-leading:var(--leading-normal);line-height:var(--leading-normal)}.leading-tight{--tw-leading:var(--leading-tight);line-height:var(--leading-tight)}.font-bold{--tw-font-weight:var(--font-weight-bold);font-weight:var(--font-weight-bold)}.font-medium{--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium)}.font-normal{--tw-font-weight:var(--font-weight-normal);font-weight:var(--font-weight-normal)}.font-semibold{--tw-font-weight:var(--font-weight-semibold);font-weight:var(--font-weight-semibold)}.tracking-\[0\.08em\]{--tw-tracking:.08em;letter-spacing:.08em}.text-ellipsis{text-overflow:ellipsis}.whitespace-nowrap{white-space:nowrap}.whitespace-pre-line{white-space:pre-line}.text-\[\#3f433e\]{color:#3f433e}.text-\[\#6e726c\]{color:#6e726c}.text-\[\#7E7E7E\]{color:#7e7e7e}.text-\[\#9FA29C\]{color:#9fa29c}.text-\[\#181818\]{color:#181818}.text-\[\#A6B3AA\]{color:#a6b3aa}.text-\[\#B5B7B3\]{color:#b5b7b3}.text-\[\#D8FF00\]{color:#d8ff00}.text-\[\#D9E4DD\]{color:#d9e4dd}.text-\[\#D9FF3F\]{color:#d9ff3f}.text-\[\#FB2C36\]{color:#fb2c36}.text-\[\#FF6A6A\]{color:#ff6a6a}.text-\[\#b42318\]{color:#b42318}.text-white{color:var(--color-white)}.uppercase{text-transform:uppercase}.no-underline{text-decoration-line:none}.underline{text-decoration-line:underline}.opacity-70{opacity:.7}.shadow-\[0_1px_8px_0_\#121212\]{--tw-shadow:0 1px 8px 0 var(--tw-shadow-color,#121212);box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)}.shadow-\[0_1px_8px_0_rgba\(0\,0\,0\,0\.20\)\]{--tw-shadow:0 1px 8px 0 var(--tw-shadow-color,#0003);box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)}.shadow-\[0_10px_30px_rgba\(0\,0\,0\,0\.08\)\]{--tw-shadow:0 10px 30px var(--tw-shadow-color,#00000014);box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)}.shadow-\[0_12px_40px_rgba\(0\,0\,0\,0\.35\)\]{--tw-shadow:0 12px 40px var(--tw-shadow-color,#00000059);box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)}.shadow-\[0_24px_60px_rgba\(24\,24\,24\,0\.08\)\]{--tw-shadow:0 24px 60px var(--tw-shadow-color,#18181814);box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)}.outline{outline-style:var(--tw-outline-style);outline-width:1px}.filter{filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}.backdrop-blur-sm{--tw-backdrop-blur:blur(var(--blur-sm));-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{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-\[left\]{transition-property:left;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-colors{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-opacity{transition-property:opacity;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.duration-200{--tw-duration:.2s;transition-duration:.2s}.duration-\[520ms\]{--tw-duration:.52s;transition-duration:.52s}.ease-in-out{--tw-ease:var(--ease-in-out);transition-timing-function:var(--ease-in-out)}.ease-out{--tw-ease:var(--ease-out);transition-timing-function:var(--ease-out)}.outline-none{--tw-outline-style:none;outline-style:none}.placeholder\:text-\[13px\]::placeholder{font-size:13px}.placeholder\:font-normal::placeholder{--tw-font-weight:var(--font-weight-normal);font-weight:var(--font-weight-normal)}.placeholder\:text-\[\#7E7E7E\]::placeholder{color:#7e7e7e}.placeholder\:text-\[\#9FA29C\]::placeholder{color:#9fa29c}.placeholder\:text-\[\#B5B7B3\]::placeholder{color:#b5b7b3}.placeholder\:text-\[\#D8FF00\]::placeholder{color:#d8ff00}.last\:border-b-0:last-child{border-bottom-style:var(--tw-border-style);border-bottom-width:0}@media (hover:hover){.hover\:bg-\[\#F3F5F2\]:hover{background-color:#f3f5f2}.hover\:opacity-95:hover{opacity:.95}}.active\:scale-\[0\.99\]:active{scale:.99}.disabled\:cursor-default:disabled{cursor:default}.disabled\:cursor-wait:disabled{cursor:wait}.disabled\:text-\[\#9EAC8A\]:disabled{color:#9eac8a}.disabled\:opacity-60:disabled{opacity:.6}.disabled\:opacity-80:disabled{opacity:.8}@media (width>=48rem){.md\:top-0{top:calc(var(--spacing) * 0)}.md\:top-2\.5{top:calc(var(--spacing) * 2.5)}.md\:top-17\.5{top:calc(var(--spacing) * 17.5)}.md\:top-25\.25{top:calc(var(--spacing) * 25.25)}.md\:right-18{right:calc(var(--spacing) * 18)}.md\:left-17\.5{left:calc(var(--spacing) * 17.5)}.md\:left-20{left:calc(var(--spacing) * 20)}.md\:left-25{left:calc(var(--spacing) * 25)}.md\:mt-0{margin-top:calc(var(--spacing) * 0)}.md\:mt-4{margin-top:calc(var(--spacing) * 4)}.md\:mt-6{margin-top:calc(var(--spacing) * 6)}.md\:mt-10{margin-top:calc(var(--spacing) * 10)}.md\:mt-15{margin-top:calc(var(--spacing) * 15)}.md\:mt-16{margin-top:calc(var(--spacing) * 16)}.md\:flex{display:flex}.md\:hidden{display:none}.md\:inline{display:inline}.md\:inline-flex{display:inline-flex}.md\:h-2\.5{height:calc(var(--spacing) * 2.5)}.md\:h-3\.5{height:calc(var(--spacing) * 3.5)}.md\:h-7\.5{height:calc(var(--spacing) * 7.5)}.md\:h-8{height:calc(var(--spacing) * 8)}.md\:h-9{height:calc(var(--spacing) * 9)}.md\:h-17\.5{height:calc(var(--spacing) * 17.5)}.md\:h-18\.5{height:calc(var(--spacing) * 18.5)}.md\:h-20{height:calc(var(--spacing) * 20)}.md\:h-25{height:calc(var(--spacing) * 25)}.md\:w-2\.5{width:calc(var(--spacing) * 2.5)}.md\:w-3\.5{width:calc(var(--spacing) * 3.5)}.md\:w-7\.5{width:calc(var(--spacing) * 7.5)}.md\:w-8{width:calc(var(--spacing) * 8)}.md\:w-9{width:calc(var(--spacing) * 9)}.md\:w-17\.5{width:calc(var(--spacing) * 17.5)}.md\:w-18\.5{width:calc(var(--spacing) * 18.5)}.md\:w-45{width:calc(var(--spacing) * 45)}.md\:w-60{width:calc(var(--spacing) * 60)}.md\:w-70{width:calc(var(--spacing) * 70)}.md\:w-80{width:calc(var(--spacing) * 80)}.md\:w-90{width:calc(var(--spacing) * 90)}.md\:w-105{width:calc(var(--spacing) * 105)}.md\:w-400{width:calc(var(--spacing) * 400)}.md\:w-\[104px\]{width:104px}.md\:w-\[165\.6px\]{width:165.6px}.md\:w-\[243\.06px\]{width:243.06px}.md\:w-\[400\.41px\]{width:400.41px}.md\:w-\[400\.43px\]{width:400.43px}.md\:w-full{width:100%}.md\:max-w-105{max-width:calc(var(--spacing) * 105)}.md\:max-w-110{max-width:calc(var(--spacing) * 110)}.md\:max-w-120{max-width:calc(var(--spacing) * 120)}.md\:max-w-180{max-width:calc(var(--spacing) * 180)}.md\:max-w-\[500px\]{max-width:500px}.md\:min-w-0{min-width:calc(var(--spacing) * 0)}.md\:grid-cols-\[1fr_auto_auto\]{grid-template-columns:1fr auto auto}.md\:flex-row{flex-direction:row}.md\:items-center{align-items:center}.md\:items-end{align-items:flex-end}.md\:justify-between{justify-content:space-between}.md\:justify-center{justify-content:center}.md\:rounded-\[100px\]{border-radius:100px}.md\:p-4\.5{padding:calc(var(--spacing) * 4.5)}.md\:px-6{padding-inline:calc(var(--spacing) * 6)}.md\:px-10{padding-inline:calc(var(--spacing) * 10)}.md\:px-12\.5{padding-inline:calc(var(--spacing) * 12.5)}.md\:pt-9{padding-top:calc(var(--spacing) * 9)}.md\:pt-40{padding-top:calc(var(--spacing) * 40)}.md\:pt-64{padding-top:calc(var(--spacing) * 64)}.md\:pb-0{padding-bottom:calc(var(--spacing) * 0)}.md\:text-\[15px\]{font-size:15px}.md\:text-\[18px\]{font-size:18px}.md\:text-\[20px\]{font-size:20px}.md\:text-\[30px\]{font-size:30px}.md\:text-\[48px\]{font-size:48px}.md\:text-\[\#181818\]{color:#181818}}@media (width>=64rem){.lg\:relative{position:relative}.lg\:z-40{z-index:40}.lg\:block{display:block}.lg\:hidden{display:none}}@media (width>=80rem){.xl\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}}@font-face{font-family:Involve;src:url(/fonts/Involve-Regular.woff2)format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Involve;src:url(/fonts/Involve-Medium.woff2)format("woff2");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Involve;src:url(/fonts/Involve-SemiBold.woff2)format("woff2");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Involve;src:url(/fonts/Involve-Bold.woff2)format("woff2");font-weight:700;font-style:normal;font-display:swap}:root{--app-height:100dvh;--keyboard-inset:0px;--app-flow-footer-bottom-offset:160px;--app-flow-footer-gap:10px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.app-mobile-shell{isolation:isolate;width:100%;max-width:100%;min-height:var(--app-height);overscroll-behavior-x:none;background-color:#f6f6f6;position:relative;overflow-x:hidden}.app-mobile-shell:before{content:"";z-index:-1;pointer-events:none;background:inherit;position:fixed;inset:0}html{overscroll-behavior-x:none;-webkit-text-size-adjust:100%;scroll-behavior:smooth;width:100%;max-width:100%;height:100%;overflow-x:hidden}body{min-height:var(--app-height);color:#181818;-webkit-user-select:none;user-select:none;overscroll-behavior-x:none;overscroll-behavior-y:auto;background:#f6f6f6;width:100%;max-width:100%;margin:0;font-family:Involve,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;overflow-x:hidden}#root{min-height:var(--app-height);width:100%;max-width:100%;overflow-x:hidden}html,body,#root{scroll-padding-bottom:calc(var(--keyboard-inset) + env(safe-area-inset-bottom))}[data-scroll-smooth],.app-mobile-shell--scroll,.app-popup-overlay,.app-popup-bottom-sheet{scroll-behavior:smooth}.min-h-screen{min-height:var(--app-height)!important}.h-screen{height:var(--app-height)!important}.app-popup-overlay{animation:.22s app-popup-overlay-fade}.app-popup-bottom-sheet{transform-origin:bottom;animation:.26s cubic-bezier(.2,.8,.2,1) app-popup-bottom-sheet-rise}.app-popup-flow-panel{animation:.22s cubic-bezier(.2,.8,.2,1) app-popup-flow-panel-rise}.app-popup-flow-screen{animation:.22s app-popup-flow-screen-fade}.app-popup-desktop-sheet{justify-content:center;align-items:center;padding-top:12px;display:flex;position:relative}.app-popup-desktop-sheet__shape{pointer-events:none;position:absolute;inset:12px 0 0;overflow:hidden}.app-popup-desktop-sheet__close{z-index:20;position:absolute;top:0;left:50%;transform:translate(-50%,-50%)}.app-popup-desktop-sheet__content{z-index:10;flex-direction:column;align-items:center;width:100%;min-height:407px;padding:72px 56px 48px;display:flex;position:relative}.app-popup-desktop-sheet__actions{justify-content:center;gap:20px;width:100%;display:flex}.app-popup-desktop-sheet__actions--single,.app-popup-desktop-sheet__actions--double{justify-content:center}.app-popup-desktop-sheet__button{flex-shrink:0;justify-content:center;align-items:center;gap:20px;width:200px;height:60px;padding:20px 40px;display:flex}@media (width<=767.98px){.app-mobile-shell{touch-action:pan-y;min-height:var(--app-height)!important;padding-top:calc(var(--app-shell-top,0px) + env(safe-area-inset-top))!important;padding-bottom:calc(var(--app-shell-bottom,0px) + env(safe-area-inset-bottom) + var(--keyboard-inset))!important}.app-mobile-shell--scroll{min-height:calc(var(--app-height) + 1px);overscroll-behavior-y:auto;-webkit-overflow-scrolling:auto;scroll-behavior:smooth;overflow-y:visible;justify-content:flex-start!important}.app-mobile-flow{flex-direction:column;flex:auto;width:100%;display:flex}.app-mobile-shell--scroll .app-mobile-flow{min-height:calc(var(--app-height) - var(--app-shell-top,0px) - var(--app-shell-bottom,0px) + 48px);padding-bottom:320px}.app-mobile-container{width:100%;margin-inline:auto}.app-mobile-container--narrow{max-width:20rem}.app-mobile-container--regular{max-width:26.25rem}.app-mobile-container--profile{max-width:24.5625rem}.app-mobile-container--settings{max-width:21.5625rem}.app-mobile-flow__content{flex-direction:column;flex:auto;align-items:center;width:100%;display:flex}.app-mobile-flow__content--center{justify-content:center}.app-mobile-flow__footer{flex-direction:column;align-items:center;gap:16px;width:100%;padding-top:24px;display:flex}.app-mobile-shell--auth{--app-shell-top:44px;--app-shell-bottom:48px}.app-mobile-shell--profile{--app-shell-top:28px;--app-shell-bottom:0px}.app-mobile-shell--home{--app-shell-top:0px;--app-shell-bottom:0px}.app-mobile-top-action{top:calc(env(safe-area-inset-top) + 44px)!important}.app-mobile-progress-dots{top:calc(env(safe-area-inset-top) + 70px)!important}.app-registration-flow{width:100%;position:relative}.app-registration-heading{margin:0;padding-top:136px}.app-registration-subtitle{margin-top:12px}.app-registration-content-block{margin-top:40px}.app-registration-field-stack{flex-direction:column;gap:12px;width:100%;display:flex}.app-registration-footer{left:50%;bottom:calc(env(safe-area-inset-bottom) + var(--app-flow-footer-bottom-offset));gap:var(--app-flow-footer-gap);z-index:20;width:min(100vw - 3.5rem,26.25rem);margin-top:0;padding-top:0;position:fixed;transform:translate(-50%)}.app-flow-start-footer{left:50%;bottom:calc(env(safe-area-inset-bottom) + 104px);z-index:20;gap:32px;width:min(100vw - 2rem,26.25rem);margin-top:0;padding-top:0;position:fixed;transform:translate(-50%)}.app-flow-start-agreement{margin-top:0!important}.app-registration-footer--button-only{gap:0}.app-registration-footer:not(.app-registration-footer--button-only){min-height:60px}.app-registration-footer:not(.app-registration-footer--button-only)>:last-child{top:calc(100% + var(--app-flow-footer-gap));width:100%;margin-top:0;position:absolute;left:50%;transform:translate(-50%)}.app-registration-role-tag{white-space:nowrap;min-height:60px;padding:20px 30px}.keyboard-open .app-mobile-shell--scroll{scroll-padding-top:calc(var(--app-shell-top,0px) + env(safe-area-inset-top) + 16px);scroll-padding-bottom:calc(var(--keyboard-inset) + env(safe-area-inset-bottom) + 24px)}.keyboard-open .app-mobile-shell--scroll .app-mobile-flow{min-height:auto;padding-bottom:24px}.keyboard-open .app-mobile-shell--scroll .app-mobile-flow__content--center{justify-content:flex-start}.keyboard-open .app-mobile-shell--scroll .app-mobile-flow__footer,.keyboard-open .app-mobile-shell--scroll .app-registration-footer,.keyboard-open .app-mobile-shell--scroll .app-flow-start-footer{margin-top:24px;padding-top:24px;position:static;top:auto;left:auto;transform:none}.keyboard-open .app-mobile-shell--scroll .app-registration-footer--button-only{padding-top:16px}}@media (width>=768px){.app-mobile-flow{flex-direction:column;align-items:center;width:100%;display:flex}.app-mobile-container--narrow,.app-mobile-container--regular{max-width:26.25rem}.app-mobile-flow__content{flex-direction:column;align-items:center;width:100%;display:flex}.app-mobile-flow__footer{flex-direction:column;align-items:center;gap:16px;width:100%;display:flex}.app-registration-flow{width:100%;min-height:760px;position:relative}.app-registration-heading{margin:0;padding-top:142px}.app-registration-subtitle{margin-top:12px}.app-registration-content-block{margin-top:40px}.app-registration-field-stack{flex-direction:column;gap:12px;width:100%;display:flex}.app-registration-footer{width:100%;margin-top:0;padding-top:0;position:absolute;top:548px;left:50%;transform:translate(-50%)}.app-registration-footer--button-only{padding-bottom:0}.app-flow-hint{width:26.25rem;max-width:100%}.app-registration-role-tag{white-space:nowrap;min-height:60px;padding:20px 30px}.login-start-page-content .app-mobile-flow__content--center{flex:none;justify-content:flex-start}.login-start-page-content .app-flow-start-footer{gap:32px;margin-top:56px}.login-start-page-content .app-flow-start-agreement{margin-top:0!important}}@media (width>=1024px) and (height<=900px){.app-mobile-shell--profile,.app-mobile-shell--auth{padding-top:16px!important}.app-mobile-container--profile,.app-mobile-container--settings{max-width:23.5rem}.app-mobile-container--profile .mt-21,.app-mobile-container--settings .mt-21{margin-top:3.25rem!important}.app-mobile-container--profile .mt-19,.app-mobile-container--settings .mt-19{margin-top:3rem!important}.app-mobile-container--profile .mt-16,.app-mobile-container--settings .mt-16{margin-top:2.5rem!important}.app-mobile-container--profile .mt-10,.app-mobile-container--settings .mt-10{margin-top:1.5rem!important}.app-mobile-container--profile .mt-8,.app-mobile-container--settings .mt-8{margin-top:1.25rem!important}.app-mobile-container--profile .mt-7,.app-mobile-container--settings .mt-7,.app-mobile-container--profile .mt-6,.app-mobile-container--settings .mt-6{margin-top:1rem!important}.app-mobile-container--profile .mt-5,.app-mobile-container--settings .mt-5{margin-top:.875rem!important}.app-mobile-container--profile .h-\[352px\]{height:328px!important}.app-mobile-container--profile .min-h-\[382px\]{min-height:348px!important}.app-mobile-container--profile .h-\[164px\]{height:132px!important}.app-mobile-container--profile .min-h-20{min-height:64px!important}.app-mobile-container--profile .h-\[63\.692px\],.app-mobile-container--profile .w-\[63\.692px\]{width:52px!important;height:52px!important}.app-mobile-container--profile .h-15,.app-mobile-container--settings .h-15{height:52px!important}.app-mobile-container--profile .w-15,.app-mobile-container--settings .w-15{width:52px!important}.app-mobile-container--profile .w-90,.app-mobile-container--settings .w-90{width:21.5rem!important}.app-registration-flow{min-height:620px}.app-registration-heading{padding-top:84px}.app-registration-content-block{margin-top:28px}.app-registration-footer{top:460px}.app-flow-start-footer{margin-top:36px}.app-popup-desktop-sheet__content{min-height:407px;padding:56px 48px 36px}.app-popup-desktop-sheet__button{height:52px;padding:16px 34px}}html,body,*{scrollbar-width:none;-ms-overflow-style:none}::-webkit-scrollbar{display:none}*,:before,:after{box-sizing:border-box}input,textarea,[contenteditable=true]{-webkit-user-select:text;user-select:text}input:-webkit-autofill{caret-color:#181818;border-radius:inherit;transition:background-color 999999s ease-out,color 999999s ease-out;-webkit-text-fill-color:#181818!important;background-color:#0000!important;background-image:none!important;box-shadow:inset 0 0 0 1000px #0000!important}input:-webkit-autofill:hover{caret-color:#181818;border-radius:inherit;transition:background-color 999999s ease-out,color 999999s ease-out;-webkit-text-fill-color:#181818!important;background-color:#0000!important;background-image:none!important;box-shadow:inset 0 0 0 1000px #0000!important}input:-webkit-autofill:focus{caret-color:#181818;border-radius:inherit;transition:background-color 999999s ease-out,color 999999s ease-out;-webkit-text-fill-color:#181818!important;background-color:#0000!important;background-image:none!important;box-shadow:inset 0 0 0 1000px #0000!important}input:-webkit-autofill:active{caret-color:#181818;border-radius:inherit;transition:background-color 999999s ease-out,color 999999s ease-out;-webkit-text-fill-color:#181818!important;background-color:#0000!important;background-image:none!important;box-shadow:inset 0 0 0 1000px #0000!important}textarea:-webkit-autofill{caret-color:#181818;border-radius:inherit;transition:background-color 999999s ease-out,color 999999s ease-out;-webkit-text-fill-color:#181818!important;background-color:#0000!important;background-image:none!important;box-shadow:inset 0 0 0 1000px #0000!important}textarea:-webkit-autofill:hover{caret-color:#181818;border-radius:inherit;transition:background-color 999999s ease-out,color 999999s ease-out;-webkit-text-fill-color:#181818!important;background-color:#0000!important;background-image:none!important;box-shadow:inset 0 0 0 1000px #0000!important}textarea:-webkit-autofill:focus{caret-color:#181818;border-radius:inherit;transition:background-color 999999s ease-out,color 999999s ease-out;-webkit-text-fill-color:#181818!important;background-color:#0000!important;background-image:none!important;box-shadow:inset 0 0 0 1000px #0000!important}textarea:-webkit-autofill:active{caret-color:#181818;border-radius:inherit;transition:background-color 999999s ease-out,color 999999s ease-out;-webkit-text-fill-color:#181818!important;background-color:#0000!important;background-image:none!important;box-shadow:inset 0 0 0 1000px #0000!important}.login-start-page .fade-item{opacity:0;animation:.3s ease-out .15s forwards dissolveFade}.login-start-page .login-logo{opacity:0;transform-origin:50%;animation:.3s ease-out .15s forwards dissolveFade}.login-start-page .login-logo-spin{transform-origin:50%;animation:30s ease-in-out 10.15s infinite logoRotateLoop;display:inline-block}.login-start-page .login-action-button,.login-start-page .login-checkbox-button,.login-start-page .link-semi-bold-hover{transition:transform .2s,font-weight .2s,opacity .2s,box-shadow .2s}.login-start-page.no-page-enter .fade-item,.login-start-page.no-page-enter .login-claim,.login-start-page.no-page-enter .login-logo,.login-start-page.no-page-enter .login-logo-spin{opacity:1!important;animation:none!important;transform:none!important}.login-start-page .login-action-button{box-shadow:0 1px 8px #0003}.login-start-page .login-action-button:hover{transform:translateY(-1px)scale(1.02);box-shadow:0 1px 12px 4px #0003}.login-start-page .login-checkbox-button:hover{transform:scale(1.08)}.login-start-page .link-semi-bold-hover:hover{font-weight:600}.login-phone-input-page .login-phone-input-action-button,.login-phone-input-page .login-phone-input-icon-button,.interactive-cta-button{transition:transform .2s,font-weight .2s,opacity .2s,box-shadow .2s}.login-phone-input-page .login-phone-input-action-button,.interactive-cta-button{box-shadow:0 1px 8px #0003}.login-phone-input-page .login-phone-input-action-button:hover:not(:disabled),.interactive-cta-button:hover:not(:disabled){transform:translateY(-1px)scale(1.02);box-shadow:0 1px 12px 4px #0003}.login-phone-input-page .login-phone-input-icon-button:hover{transform:scale(1.08)}.confirm-page-transition-overlay{z-index:40;pointer-events:none;opacity:0;background:#181818;position:fixed}.confirm-page-transition-overlay.is-animating{animation:1.6s linear forwards confirmCircleOpacity}.page-fade-in{opacity:0;animation:.5s forwards pageFadeIn}@keyframes dissolveFade{0%{opacity:0}to{opacity:1}}@keyframes pageFadeIn{0%{opacity:0}to{opacity:1}}@keyframes confirmCircleOpacity{0%{opacity:0}37.5%{opacity:1}to{opacity:0}}@keyframes app-popup-overlay-fade{0%{opacity:0}to{opacity:1}}@keyframes app-popup-bottom-sheet-rise{0%{opacity:0;transform:translateY(32px)}to{opacity:1;transform:translateY(0)}}@keyframes app-popup-flow-panel-rise{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes app-popup-flow-screen-fade{0%{opacity:0}to{opacity:1}}@media (prefers-reduced-motion:reduce){html,[data-scroll-smooth],.app-mobile-shell--scroll,.app-popup-overlay,.app-popup-bottom-sheet{scroll-behavior:auto!important}.app-popup-overlay,.app-popup-bottom-sheet,.app-popup-flow-panel,.app-popup-flow-screen{animation:none!important}}@media (width>=768px){.login-start-page .fade-item{animation-delay:1.1s}.login-start-page .login-claim,.login-start-page .login-logo{opacity:0;transform-origin:top;animation:.3s ease-out forwards dissolveFade}.login-start-page .login-claim{animation-delay:50ms}.login-start-page .login-logo{animation-delay:.1s}.login-start-page .login-logo-spin{transform-origin:50%;animation:30s ease-in-out 10s infinite logoRotateLoop;display:inline-block}}@property --tw-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-y{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-z{syntax:"*";inherits:false;initial-value:0}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-scroll-snap-strictness{syntax:"*";inherits:false;initial-value:proximity}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-leading{syntax:"*";inherits:false}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-tracking{syntax:"*";inherits:false}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-outline-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}@property --tw-backdrop-blur{syntax:"*";inherits:false}@property --tw-backdrop-brightness{syntax:"*";inherits:false}@property --tw-backdrop-contrast{syntax:"*";inherits:false}@property --tw-backdrop-grayscale{syntax:"*";inherits:false}@property --tw-backdrop-hue-rotate{syntax:"*";inherits:false}@property --tw-backdrop-invert{syntax:"*";inherits:false}@property --tw-backdrop-opacity{syntax:"*";inherits:false}@property --tw-backdrop-saturate{syntax:"*";inherits:false}@property --tw-backdrop-sepia{syntax:"*";inherits:false}@property --tw-duration{syntax:"*";inherits:false}@property --tw-ease{syntax:"*";inherits:false}
