.rdp-root{--rdp-accent-color:blue;--rdp-accent-background-color:#f0f0ff;--rdp-day-height:44px;--rdp-day-width:44px;--rdp-day_button-border-radius:100%;--rdp-day_button-border:2px solid transparent;--rdp-day_button-height:42px;--rdp-day_button-width:42px;--rdp-selected-border:2px solid var(--rdp-accent-color);--rdp-disabled-opacity:.5;--rdp-outside-opacity:.75;--rdp-today-color:var(--rdp-accent-color);--rdp-dropdown-gap:.5rem;--rdp-months-gap:2rem;--rdp-nav_button-disabled-opacity:.5;--rdp-nav_button-height:2.25rem;--rdp-nav_button-width:2.25rem;--rdp-nav-height:2.75rem;--rdp-range_middle-background-color:var(--rdp-accent-background-color);--rdp-range_middle-color:inherit;--rdp-range_start-color:white;--rdp-range_start-background:linear-gradient(var(--rdp-gradient-direction), transparent 50%, var(--rdp-range_middle-background-color) 50%);--rdp-range_start-date-background-color:var(--rdp-accent-color);--rdp-range_end-background:linear-gradient(var(--rdp-gradient-direction), var(--rdp-range_middle-background-color) 50%, transparent 50%);--rdp-range_end-color:white;--rdp-range_end-date-background-color:var(--rdp-accent-color);--rdp-week_number-border-radius:100%;--rdp-week_number-border:2px solid transparent;--rdp-week_number-height:var(--rdp-day-height);--rdp-week_number-opacity:.75;--rdp-week_number-width:var(--rdp-day-width);--rdp-weeknumber-text-align:center;--rdp-weekday-opacity:.75;--rdp-weekday-padding:.5rem 0rem;--rdp-weekday-text-align:center;--rdp-gradient-direction:90deg;--rdp-animation_duration:.3s;--rdp-animation_timing:cubic-bezier(.4, 0, .2, 1)}.rdp-root[dir=rtl]{--rdp-gradient-direction:-90deg}.rdp-root[data-broadcast-calendar=true]{--rdp-outside-opacity:unset}.rdp-root{box-sizing:border-box;position:relative}.rdp-root *{box-sizing:border-box}.rdp-day{width:var(--rdp-day-width);height:var(--rdp-day-height);text-align:center}.rdp-day_button{cursor:pointer;font:inherit;color:inherit;width:var(--rdp-day_button-width);height:var(--rdp-day_button-height);border:var(--rdp-day_button-border);border-radius:var(--rdp-day_button-border-radius);background:0 0;justify-content:center;align-items:center;margin:0;padding:0;display:flex}.rdp-day_button:disabled{cursor:revert}.rdp-caption_label{z-index:1;white-space:nowrap;border:0;align-items:center;display:inline-flex;position:relative}.rdp-dropdown:focus-visible~.rdp-caption_label{outline:5px auto highlight;outline:5px auto -webkit-focus-ring-color}.rdp-button_next,.rdp-button_previous{cursor:pointer;font:inherit;color:inherit;appearance:none;width:var(--rdp-nav_button-width);height:var(--rdp-nav_button-height);background:0 0;border:none;justify-content:center;align-items:center;margin:0;padding:0;display:inline-flex;position:relative}.rdp-button_next:disabled,.rdp-button_next[aria-disabled=true],.rdp-button_previous:disabled,.rdp-button_previous[aria-disabled=true]{cursor:revert;opacity:var(--rdp-nav_button-disabled-opacity)}.rdp-chevron{fill:var(--rdp-accent-color);display:inline-block}.rdp-root[dir=rtl] .rdp-nav .rdp-chevron{transform-origin:50%;transform:rotate(180deg)}.rdp-dropdowns{align-items:center;gap:var(--rdp-dropdown-gap);display:inline-flex;position:relative}.rdp-dropdown{z-index:2;opacity:0;appearance:none;width:100%;cursor:inherit;line-height:inherit;border:none;margin:0;padding:0;position:absolute;inset-block:0;inset-inline-start:0}.rdp-dropdown_root{align-items:center;display:inline-flex;position:relative}.rdp-dropdown_root[data-disabled=true] .rdp-chevron{opacity:var(--rdp-disabled-opacity)}.rdp-month_caption{height:var(--rdp-nav-height);align-content:center;font-size:large;font-weight:700;display:flex}.rdp-root[data-nav-layout=around] .rdp-month,.rdp-root[data-nav-layout=after] .rdp-month{position:relative}.rdp-root[data-nav-layout=around] .rdp-month_caption{justify-content:center;margin-inline-start:var(--rdp-nav_button-width);margin-inline-end:var(--rdp-nav_button-width);position:relative}.rdp-root[data-nav-layout=around] .rdp-button_previous{inset-inline-start:0;height:var(--rdp-nav-height);display:inline-flex;position:absolute;top:0}.rdp-root[data-nav-layout=around] .rdp-button_next{inset-inline-end:0;height:var(--rdp-nav-height);justify-content:center;display:inline-flex;position:absolute;top:0}.rdp-months{gap:var(--rdp-months-gap);flex-wrap:wrap;max-width:fit-content;display:flex;position:relative}.rdp-month_grid{border-collapse:collapse}.rdp-nav{height:var(--rdp-nav-height);align-items:center;display:flex;position:absolute;inset-block-start:0;inset-inline-end:0}.rdp-weekday{opacity:var(--rdp-weekday-opacity);padding:var(--rdp-weekday-padding);text-align:var(--rdp-weekday-text-align);text-transform:var(--rdp-weekday-text-transform);font-size:smaller;font-weight:500}.rdp-week_number{opacity:var(--rdp-week_number-opacity);height:var(--rdp-week_number-height);width:var(--rdp-week_number-width);border:var(--rdp-week_number-border);border-radius:var(--rdp-week_number-border-radius);text-align:var(--rdp-weeknumber-text-align);font-size:small;font-weight:400}.rdp-today:not(.rdp-outside){color:var(--rdp-today-color)}.rdp-selected{font-size:large;font-weight:700}.rdp-selected .rdp-day_button{border:var(--rdp-selected-border)}.rdp-outside{opacity:var(--rdp-outside-opacity)}.rdp-disabled:not(.rdp-selected){opacity:var(--rdp-disabled-opacity)}.rdp-hidden{visibility:hidden;color:var(--rdp-range_start-color)}.rdp-range_start{background:var(--rdp-range_start-background)}.rdp-range_start .rdp-day_button{background-color:var(--rdp-range_start-date-background-color);color:var(--rdp-range_start-color)}.rdp-range_middle{background-color:var(--rdp-range_middle-background-color)}.rdp-range_middle .rdp-day_button{border:unset;border-radius:unset;color:var(--rdp-range_middle-color)}.rdp-range_end{background:var(--rdp-range_end-background);color:var(--rdp-range_end-color)}.rdp-range_end .rdp-day_button{color:var(--rdp-range_start-color);background-color:var(--rdp-range_end-date-background-color)}.rdp-range_start.rdp-range_end{background:revert}.rdp-focusable{cursor:pointer}@keyframes rdp-slide_in_left{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes rdp-slide_in_right{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes rdp-slide_out_left{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes rdp-slide_out_right{0%{transform:translate(0)}to{transform:translate(100%)}}.rdp-weeks_before_enter{animation:rdp-slide_in_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-weeks_before_exit{animation:rdp-slide_out_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-weeks_after_enter{animation:rdp-slide_in_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-weeks_after_exit{animation:rdp-slide_out_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_after_enter{animation:rdp-slide_in_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_before_exit{animation:rdp-slide_out_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_before_enter{animation:rdp-slide_in_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_after_exit{animation:rdp-slide_out_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}@keyframes rdp-fade_in{0%{opacity:0}to{opacity:1}}@keyframes rdp-fade_out{0%{opacity:1}to{opacity:0}}.rdp-caption_after_enter{animation:rdp-fade_in var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-caption_after_exit{animation:rdp-fade_out var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-caption_before_enter{animation:rdp-fade_in var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-caption_before_exit{animation:rdp-fade_out var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}@font-face{font-family:iconfont;src:url(data:font/woff2;base64,d09GMgABAAAAAA7MAAsAAAAAG6QAAA5+AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHFQGYACFRAqlcKABATYCJANgCzIABCAFhGcHgggbwRczo7aKtDIh+68TOB0yFgv678jIpvOO+CDUbd+4T1EmOfZ6EAixLvajTBKXxpPPRY35hYNjhlLy8P/7fdvn3vve+2ozkFSrJY2sbpI0REukIZOoFgqNRohiEQ+VNYPvlp/AtCmctQQ5UXhmQstEnSfJb/Keo2eKnIhvjM3Tdoi21VgBbVJLKvhI5etiJiyhkmZedOB1Jl41m1PrmoAboC5Y2h8LTfqnJLKtDDm15SwAwaf5wD9jwAkPZokMg9wDBE3+CyDg/+ZKS6BAbR0euYJSde5PJgc/8xd+eY54do+yBQB1r66ShDpbSopJMSmS6qtaXcW2QrVCinpbWyELtdUa9tWjsM0TkYr8x9/2nmHFyGFMqVF9wfe+8GUEOo44JZ1++vgeDe6A8GhdwU8OnpvHHTIwau1WKSF1oZWqVW9bxDMV6Wk6hw3x7eOvY9EiqTL+SBduP2ajd/9WQ2QT+atH2e2FqydUyDhQsTXxIrzruXzHA0J1/J6luIeelqT8uCJRaA1PEfkAsV5q5/+dF3oGRrY6hKWFuZmxiamRgaG+jq6eoqXSVmtkSRC11aY9iB1wlp1sm/JJf2ALEIDNQQnYDIRgY5AGm4AM2BRkwUYgAhuAcrAhqADrgxisA3JgXVAN1gPdwQrIg7VAAawCCVgbFMFqUAPWgFqwDOrBEmhAK1HVyr7NEZyn3kdrA0++Ee6s1pP0XBEywVRiyfK0UBo3DhmLgh3PyyqSvYVFxltzvOV3bH2pSK58odStFLqrPNUVparPU1TkccpY2VpeFKhzQg+U74DiarfXU+TY6gtzzTBIkKAQCaabZoKGLEtrLPjBRAtYj7hFhpoRR8vyJ9PuxBOHUuwpPeOt92GMMC3MDYMIwUyTWtbel+Eyj03exEUOSOf90Mlm3RvIXB108HRTqnZfAJdv3AW9XrCre7KX9E0F+GP66BXiAKhpklIklvFBSBtwfEe8GrABuI93HYtSp8zThXBlCW7sevicIcaXU/ztvAXxdyoTYje3Qu2mPimY+ZYQlYZxMV6sqw2+Bm/nrVl3wtOV355QIu7eJzpgpSum1zMlsrWLPZV5brm63QpvxOuidV1qlOM47uHjI557cvKZlLF08qbxbnD6NRcTpTDhBjy4yXhVHXtbmxSvCVNXhunLeMTan/SobeIdvWfAJ8GL7AF52C+xNAqt8mZv/by/+7VxSWKvjNZ2VmWb0kaAlDV5huYddr06FkLG6xOBngVfQ0UL3Mduzw/TkYU8z80NkcHZWztZLEbjcZUP38yL7DtACN6raVmfgt/qJXO5/AC0I6Im++qmUJirUFWjdbkvc9oYQpCnQULFAcFMXY8E7TSLA/x16+vX898HcFwTQej4NvLh0o8Pv80h/nX+Z/zYgnZTh6YWn0jHTZRghLn01nrWBozjPar6Y5jnhkAxeEtystvDcCMdySPAIu8migp4fKtj0qlkRgvheFdiz4Si7ItIkLkOxJpZmQalF50Q1zQhjGd5WgWGcgjx/AiENHtkTvgcjiYVJdLpch3poR0PRcZdMNaCdybKPkQO/lhFSqJlVkpyW4kPXxw/SiFXVS1KUlVFm92ZgfZq61g9rsQADhuaPg+sRHCV5G+Lcd1LQxazEJivDn9zaIAOxnlGmBwhIoMZGYpDcmTtkFUdeqwhzOioyBhU/KgoNZPB2Uz6twAun+12mmEpkMxV+uyyNCPFe5TttKGHdyUBMsvm4QE6wOeeuD2tZ/toGeLXb35uIa6tvaqSDxaDIuxkQoDCMNqcLWuTNc1TfC66iy5cJr2TQ8PT/e1ikXpb491oD7asr61O1lFwQ7WrBrbPGAYSDx1lKUARxbayurJ8+UCaZ32wjMJnm/CwKUl0+JE9n4kHg2CHV26JKhsZuls83ifNIC0/xIj5DSzDqGocfCCOOutp1x8PdobQxOCJBAcZxVyPJkmCPJp1159E92j16KEJHH+6uQUfPZLpWLhZd/how8RUkzuiHDocbWr0f5CnQhvpAnJAmd2aHQTF0FxO+hXOh+PUhfVYZyqhajJLkTRyBCPJdBcOfcszpogqYrRd1bZxZxFLjEEnNCGRjQmZdAA8FME/dzRbzyJURP7m1LsLb89U2smxPYGd/j//9O8M7Hngc/fv/PPPnX47ZI275PN0NeWtDqVVrrCqHE+UDrnVqnCo2kvdSV1dSe4VQMH4FfbQpXQHKYYRGupGnTEDFxq9A4+zy3H19UD6kSAoSkwssgmUtt0/R8n/LzdOlG7xubI9qNAFxXiq+zFYS9tF4VDXXgJu4t2oDUI3EBTyBfnUuER+Yb7g0frgfotur5etv70ork9RbX8sgsUHfUinZXzg4+txgfzwI53OT07qKkoAatwloJ+lQuEOhtPDDhXGSMIA2Of32nodx1LbIot3bQPXFl8xbaKNbWIeMVT0aRPjy7n2YwDW1IbFLSMTtHU6rbTKoq4H+EfviZGNh8tTS5vaqk0kaglUpmfQDNGdFXdTLGeqW+5n/gcLSpM/9RqraOUFdI2VT4nZJ1rZMPDIcPEdSvgWx7YXU7+wv0x9ccyx9BDllKgdevksyPYfnMphYv2msQOGXo06an/OWUwk0i7Up/g4AzN2g8v99nbSTuTk5F09JC5S/QMwPjyqGrzNVlzZ9Kh3aXKSEXqUDQbm0mGwvO+ypk3lsPWQ0Cc0kuvqLEnK3amY4ALgfnx1YU1h78JeX6wBEkjFE90bPW9WFePSKWl03apfnoFxRHwaJR0XMW6D59dqHT0dxKYBevHqN54N7ghcGnkYxTCmSl01BlFnzDGo9XPT+wVJPxYSFv6YgmKSmMC7ee/OaXTWxvhWci4SflFeVSOdXbNS+EcZJoT/kCdXoXx5/yZzuGBqPnX4KHB756uQllsr0kIOE6MB+hPMP4WJel5OZgqs7S7sLRDMttxcgb5wCibl0v/hB0wPjSX9mUESdwSfz00shUAJ5Az9UV4QO0v0ZEE8w+JdcUTbLix2hv4EgVIa78JZ5qtRD3gPrl335DM6ndXKggp318lLO3t5gOyKB7J9hVDQNyu0B7J+u/t+tUHO4JlgVPC+4D0moi5vd3r/hZmvf3R/nzd867KxxgGCPVXYtStQADWOWfuzE4joY7G9cIdlErNZKvPIBP3WZIcxVfQqzFLFtQKah1ZwjXYY1yt3wF/kb652D7Ub7z6yszRP2zuy97MAzoC9YK3PHuDeiDdhf7B1zMNsJvMLfhRtBPYzfcL9U9AR6NT9CfTPeNPAMRoAAoroR0+to9fQ9w4ccpiAsGtxhymcNTTPGvTe08fFYhjQS2Pq/XcoEYXYIi1v8N9Qr7QoEIu4XNoAV/uHZAaJxCAz+h/xP6uwycvK5DZFS74ln5+TkJDDz99mKBh4Hn/bIUC/Yi5p7sRRa0ri1LMmTjh/rmLSHKMJ9eAlsvgSqsJsjgff2JnZXWc6u86+WZ5nut5VaZwqlVNT5TEUzK2qNN1T/DEGqgGDyNXksLWVtafLwkZYo0axjBzzSUPBTCIsC/uETz/CsZxQGx4yJhLzupm64DWmJQokgqja5qgPAhD18jbfriiFY1JI+j4FqG6TPjfww7ImlJ6B+q6PPoUExwC5y3COl8GNz+S18xL6WJ7kTumGzuvOw6Zp/J988G3pnuHtQbI0gZuZzuUpXOxhs7vUJNjp+qUjZZWSxgt4Px2vVKtcoY+khN6ql0utdmmuaACCVwQR3AQkIZubmcnL5q3P4RVy75ERwhrOGkK1wMRHFrc5UTcivYk9Af2cqD0yHxGYqglrQDKDX2RWyfOYB3G6GNYcZkaBDjLzWBSi1uz/O+sgTRfLmsPa+mkkmHn8ni59HC83q7iOiJrc7DqiK05j9LdtwOpigXew2gHa22c62QgD2DisCd+lyJ46c2nk0pmDH86MUm8NPyRvVUfNBH8ZCIInEQOeXrmPGBDEt1gCCRCe/+kbuzCzbNXD737V1a9EEgM4x8a2c8jN1JuxBIOQFEsSGgixt6cmV8vbqKwwDv3qlTlTGCFjJ08eiZaQxeiRk6eMDWFMmfMXCCA/xG5k6ZnDhjNLWcZDXpKpHzZMzzSyD4njCsOY+kCWLa8ATNW0tGimLtBMa2keXHDoaAaondrSsmOBLvZv5M/IvxL7KaPPxHql/6QeaQ/gDeeZUhJgXtZse8up76f41JSpCZ1psX+CYV5KgklQJHzxQlgEBF4vsNu7tVA/HeAjfjbf+aJ0dLJc9oO+SwHwDrHXbygWfMnC1rPgnuV+rAU9Rvm+My+4/WKz6hpcgIrZ5JV9iLZgTT5+CI4KK+6Hu4BZGg4RFUOFltvlnD2nqLq79oQFS92xG9V12V46uxqwRszPsGHe+RqMfrCNvpjtfCVksSWRkly6snhXsCw2cLFs3cSJSucyzKr8unCEtj8PzWxT20e0sf0wWVj3yr8lHlkl7OizWEDrm/jO0tOlDh1akr1tSBpbGrKWbcWlfF9DpetYQ63lZEPHfmdmdk09kKku7Z5dnqAhjLxsSAbeYvYrf48F5R8aKgs/sUb5/4aOlfX7aIi/6+YRBDOV9IpSx9opEXP9RBNL8F7jv+gDMarOh9P71DMy+jRCQmMuIlpp7yr1tHk0LEunau9yTOVgRerr8aj9Qg6pq0Y3HgJit8woiX55knKYPr7IP94nZEQl4BWLf7UXNIvNXTk7OCkUPytW2m9Ftg0axoUwrSkTPZusKE87AMttzlFqf5ND6bnrwCYwtaujfjytqg7FJ6vJoIy7A/JPZ9U3cpSooo4mWtGOTnSjF/0YxDBGcfEJiSNGjho9xvqGRTbGsVlnQDoWEXhfOY8sLnYEbKbkwsxEg1PiMJFi0wMPMUYqWPXhV5kPNva40sivPjmxj8tgKV+FrRICdyc2q8GCqw+udQVUoGLWLGsgn6rlgBJsFonT4KApw0BCy4y5UhvnQtnAS5yEysrRCAA=)format("woff2"),url(https://assets.opencreators.ai/assets/iconfont-Cy02p9_y.woff?t=1785836136383)format("woff"),url(https://assets.opencreators.ai/assets/iconfont-B07QcQfd.ttf?t=1785836136383)format("truetype"),url(https://assets.opencreators.ai/assets/iconfont-BO7ImjTQ.svg?t=1785836136383#iconfont)format("svg")}.iconfont{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;font-style:normal;font-family:iconfont!important}.icon-chenggong:before{content:""}.icon-daifukuan:before{content:""}.icon-morentouxiang:before{content:""}.icon-ios:before{content:""}.icon-guge:before{content:""}.icon-ins:before{content:""}.icon-tk:before{content:""}.icon-yanzhengma:before{content:""}.icon-youxiang:before{content:""}.icon-zhuye:before{content:""}.icon-fenxiang:before{content:""}.icon-jinru:before{content:""}.icon-shijian:before{content:""}.icon-biaoqing:before{content:""}.icon-zhaopian:before{content:""}.icon-maikefeng:before{content:""}.icon-paizhao:before{content:""}.icon-zanting:before{content:""}.icon-bofang:before{content:""}.icon-guanbi:before{content:""}.icon-dengchu:before{content:""}.icon-tishi:before{content:""}.icon-dianzan:before{content:""}@font-face{font-family:Inter;src:url(https://assets.opencreators.ai/assets/InterVariable-DiVDrmQJ.woff2)format("woff2");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Plus Jakarta Sans;src:url(https://assets.opencreators.ai/assets/PlusJakartaSans-VariableFont_wght-BBNPXI38.ttf)format("truetype");font-weight:200 800;font-style:normal;font-display:swap}:root,[data-theme=light]{--color-bg-page:#f4f7fc;--color-surface-primary:#fff;--color-surface-soft:#f4f6ff;--color-text-primary:#191919;--color-text-secondary:#191919ad;--color-text-muted:#94a3b8;--color-border-muted:#1919192e;--color-brand:#4e71e0;--color-form-focus:#d5fd24;--color-highlight:#e8d95e;--color-reverse:#fff;--app-shell-min-width:375px;--app-shell-min-height:602.5px;--app-shell-desktop-top-offset:0px;--app-visual-height:100vh;--app-current-visual-height:var(--app-visual-height);--app-shell-width:max(100vw, var(--app-shell-min-width));--app-shell-height:max(var(--app-visual-height), var(--app-shell-min-height));--app-safe-bottom:env(safe-area-inset-bottom,0px);--desktop-primary-nav-width:72px;--desktop-primary-min-width:845px;--desktop-primary-content-top:72px;--desktop-primary-content-width:588px;--mobile-primary-nav-height:56px;--app-root-font-size:max(26.6667vw, 100px);--app-side-bg:#fff;--radius-card:20px;--space-page-x:24px;--space-page-y:32px;--gradient-page:linear-gradient(180deg, #f4f7fc 0%, #eef3fb 100%);--font-sans:"Plus Jakarta Sans";--font-serif:var(--font-sans);--landing-ease:cubic-bezier(.9, 0, .1, 1)}:root[data-app-platform=mobile]{--app-shell-min-width:0px;--app-shell-width:100vw}:root[data-app-platform=desktop]{--app-shell-desktop-top-offset:50px;--app-shell-width:max(calc((var(--app-visual-height) - var(--app-shell-desktop-top-offset)) * .461538), var(--app-shell-min-width));--app-shell-height:max(calc(var(--app-visual-height) - var(--app-shell-desktop-top-offset)), var(--app-shell-min-height));--app-root-font-size:max(calc((var(--app-visual-height) - var(--app-shell-desktop-top-offset)) * .123077), 100px)}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}html{font-size:var(--app-root-font-size);-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%}body{min-height:100vh;font-family:var(--font-sans);color:var(--color-text-primary);background:var(--app-side-bg)}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}:where(input,textarea,select):focus-visible{outline-color:var(--color-form-focus)}button{cursor:pointer;background:0 0;border:0;padding:0}.app-document-scroll-locked,.app-document-scroll-locked body,.app-document-scroll-locked #root{overscroll-behavior:none;width:100%;height:100%;min-height:100%;overflow:hidden}.app-document-scroll-locked body{touch-action:none;position:fixed;inset:0}.app-document-scroll-locked--full-bleed,.app-document-scroll-locked--full-bleed body,.app-document-scroll-locked--full-bleed #root{background:#000}.app-shell{z-index:1;width:var(--app-shell-width);height:var(--app-shell-height);background:#fff;margin:0 auto;position:relative;box-shadow:0 0 48px #0f172a1a}.app-shell__content{z-index:1;scrollbar-width:none;-ms-overflow-style:none;height:100%;position:relative;overflow:hidden auto}.app-shell__content:empty{background:#fff}.app-shell__content::-webkit-scrollbar{display:none}.app-shell--scroll-locked .app-shell__content{overflow:hidden}.app-shell--scroll-locked:not(.app-shell--landing)[data-navigation=hidden]{transform:translate(-50%, var(--app-visual-offset-top,0));margin:0;position:fixed;top:0;left:50%}.app-shell--landing.app-shell--scroll-locked{width:100%;min-height:var(--app-current-visual-height);height:var(--app-current-visual-height);max-height:var(--app-current-visual-height);transform:translateY(var(--app-visual-offset-top,0));margin:0;position:fixed;top:0;left:0}.app-shell--landing.app-shell--scroll-locked .app-shell__content{height:100%;min-height:0;overflow:hidden}.app-shell--landing{min-height:var(--app-shell-height);height:auto}.app-shell--landing .app-shell__content{height:auto;min-height:100%;overflow:visible}.app-shell[data-platform=desktop]:not([data-shell-mode=standalone]){grid-template-columns:minmax(0,1fr);grid-template-rows:minmax(var(--app-shell-min-height), 1fr);display:grid;overflow:auto}.app-shell[data-platform=desktop]:not([data-shell-mode=standalone])>.app-shell__content{min-width:0;min-height:0}.app-shell[data-platform=desktop][data-navigation=hidden][data-shell-mode=centered]{top:var(--app-shell-desktop-top-offset);height:max(0px, calc(var(--app-visual-height) - var(--app-shell-desktop-top-offset)));border-radius:16px 16px 0 0;position:fixed;left:50%;transform:translate(-50%);box-shadow:inset 0 1px #ffffffe6,inset 1px 0 #ffffffe6,inset -1px 0 #ffffffe6,0 0 48px #0f172a1a}.app-shell[data-platform=desktop][data-navigation=hidden][data-shell-mode=centered] .app-shell__content{border-radius:16px 16px 0 0;overflow:hidden auto}.app-shell[data-platform=desktop][data-navigation=hidden][data-navigation-policy=authenticated][data-shell-mode=centered]{--app-shell-width:100vw;--app-shell-height:var(--app-visual-height);--app-shell-desktop-top-offset:0px;width:100%;height:var(--app-shell-height);box-shadow:none;background:#fff;border-radius:0;margin:0;position:fixed;inset:0;transform:none}.app-shell[data-platform=desktop][data-navigation=hidden][data-navigation-policy=authenticated][data-shell-mode=centered] .app-shell__content{width:min(var(--desktop-primary-content-width), 100%);border-radius:0;height:100%;margin:0 auto;overflow:hidden auto}.app-shell[data-platform=desktop][data-navigation=hidden][data-shell-mode=centered].app-shell--scroll-locked .app-shell__content{overflow:hidden}.app-shell[data-platform=desktop][data-navigation=hidden][data-shell-mode=fluid]{--app-shell-width:100vw;--app-shell-height:var(--app-visual-height);--app-shell-desktop-top-offset:0px;width:100%;height:var(--app-shell-height);box-shadow:none;border-radius:0;margin:0;position:fixed;inset:0;transform:none}.app-shell[data-platform=desktop][data-navigation=hidden][data-shell-mode=fluid] .app-shell__content{border-radius:0;width:100%;height:100%}.app-shell[data-platform=mobile][data-navigation=hidden][data-shell-mode=fluid]{width:100vw;min-width:0;max-width:100vw}.app-shell[data-platform=desktop][data-shell-mode=standalone]{width:100%;height:auto;min-height:100vh;box-shadow:none;margin:0}.app-shell[data-navigation=primary]{width:100vw;max-width:none;height:var(--app-visual-height);min-height:0;box-shadow:none;background:#fff;border-radius:0;margin:0;position:fixed;inset:0;transform:none}.app-shell[data-platform=desktop][data-navigation=primary]{grid-template-columns:var(--desktop-primary-nav-width) minmax(calc(var(--desktop-primary-min-width) - var(--desktop-primary-nav-width)), 1fr);width:100vw;min-width:0;display:grid;overflow:auto}.app-shell[data-platform=desktop][data-navigation=primary] .app-shell__content{border-radius:0;grid-column:2;min-width:0;min-height:0}.app-shell[data-platform=desktop][data-navigation=primary][data-shell-mode=fluid] .app-shell__content{width:100%;height:100%;overflow:hidden}.app-shell[data-platform=desktop][data-navigation=primary][data-shell-mode=centered] .app-shell__content{width:min(var(--desktop-primary-content-width), 100%);height:min(calc(100% - var(--desktop-primary-content-top)), 1008px);margin-top:var(--desktop-primary-content-top);place-self:start center;overflow:hidden}.app-shell[data-platform=mobile][data-navigation=primary]{grid-template-rows:minmax(0,1fr) auto;width:100%;min-width:0;display:grid}.app-shell[data-platform=mobile][data-navigation=primary] .app-shell__content{width:100%;min-width:0;min-height:0;overflow:hidden}.page-scaffold{min-height:100%;padding:var(--space-page-y) var(--space-page-x);flex-direction:column;gap:24px;display:flex}.page-scaffold__header{flex-direction:column;gap:8px;display:flex}.page-scaffold__header h1,.page-scaffold__header p{margin:0}.page-scaffold__body{flex-direction:column;gap:16px;display:flex}.page-scaffold__footer{margin-top:auto}.placeholder-block{border:1px dashed var(--color-border-muted);border-radius:var(--radius-card);min-height:96px;color:var(--color-text-secondary);background:#ffffffb8;justify-content:center;align-items:center;font-size:16px;font-weight:500;display:flex}._toast_hf37n_1{top:max(32px, env(safe-area-inset-top));z-index:210;box-sizing:border-box;color:#fff;width:max-content;max-width:calc(100vw - 32px);font-family:var(--font-sans);text-align:center;opacity:0;pointer-events:none;background:#171716;border-radius:999px;padding:10px 18px;font-size:13px;line-height:18px;transition:opacity .16s,transform .16s;position:fixed;left:50%;transform:translate(-50%,12px);box-shadow:0 12px 30px #00000029}._toast_hf37n_1[data-visible=true]{opacity:1;transform:translate(-50%)}._toast_hf37n_1[data-placement=above-mobile-navigation]{top:auto;bottom:calc(.56rem + var(--app-safe-bottom,0px) + 12px)}@media (prefers-reduced-motion:reduce){._toast_hf37n_1{transition:none}}._root_c9pr0_1{width:100%;min-width:0;height:100%;min-height:0;color:var(--color-text-muted);background:var(--color-surface-soft);isolation:isolate;line-height:0;display:block;position:relative;overflow:hidden}._root_c9pr0_1[data-state=loaded]{background:0 0}._root_c9pr0_1[data-state=loading]:not([data-variant=avatar]),._root_c9pr0_1[data-state=loading]:not([data-variant=avatar]) ._state_c9pr0_20{background:#fbfff0}._root_c9pr0_1[data-variant=avatar]{border-radius:50%;container-type:inline-size}._image_c9pr0_29{border-radius:inherit;object-fit:var(--remote-image-fit,cover);object-position:var(--remote-image-position,center);opacity:0;width:100%;height:100%;transition:opacity .14s;display:block;position:absolute;inset:0}._root_c9pr0_1[data-state=loaded] ._image_c9pr0_29{opacity:1}._state_c9pr0_20{color:var(--color-text-muted);background:var(--color-surface-soft);place-items:center;display:grid;position:absolute;inset:0}._root_c9pr0_1 ._stateIcon_c9pr0_58{opacity:.82;width:20px;height:20px;-webkit-mask:var(--remote-image-state-icon) center/contain no-repeat;mask:var(--remote-image-state-icon) center/contain no-repeat;-webkit-mask:var(--remote-image-state-icon) center/contain no-repeat;background:currentColor;display:block}._root_c9pr0_1[data-variant=avatar] ._stateIcon_c9pr0_58{width:12px;height:12px}._root_c9pr0_1[data-variant=thumbnail] ._stateIcon_c9pr0_58{width:18px;height:18px}._root_c9pr0_1[data-variant=hero] ._stateIcon_c9pr0_58{width:30px;height:30px}._loadingIcon_c9pr0_83{animation:.9s linear infinite _remote-image-spin_c9pr0_1}._fallbackAvatar_c9pr0_87{object-fit:contain;width:100%;height:100%;display:block}@keyframes _remote-image-spin_c9pr0_1{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){._image_c9pr0_29{transition:none}._loadingIcon_c9pr0_83{animation:1.4s ease-in-out infinite _remote-image-pulse_c9pr0_1}}@keyframes _remote-image-pulse_c9pr0_1{50%{opacity:.38}}._root_1bsgu_1._root_1bsgu_1{color:#fff}._root_1bsgu_1._root_1bsgu_1 .default-profile,._root_1bsgu_1._root_1bsgu_1 .default-products{background:0 0}._root_1bsgu_1._root_1bsgu_1 .default-store__back-icon{filter:brightness(0)invert()}._root_aoo5x_1._root_aoo5x_1{color:#f5f4f1}._root_aoo5x_1._root_aoo5x_1 .default-profile,._root_aoo5x_1._root_aoo5x_1 .default-products{background:0 0}._root_aoo5x_1._root_aoo5x_1 .default-store__back-icon{filter:brightness(0)invert()}._root_3xj29_1._root_3xj29_1{color:#fff}._root_3xj29_1._root_3xj29_1 .default-profile,._root_3xj29_1._root_3xj29_1 .default-products{background:0 0}._root_15iqx_1._root_15iqx_1{color:#141b27}._root_15iqx_1._root_15iqx_1 .default-profile,._root_15iqx_1._root_15iqx_1 .default-products{background:0 0}._root_15iqx_1._root_15iqx_1.default-store--mobile .default-profile__copy h1{font-family:"Inter", var(--font-sans), sans-serif;letter-spacing:0;font-size:.18rem;font-weight:700;line-height:.22rem}._root_15iqx_1._root_15iqx_1.default-store--mobile .default-profile__copy p{font-family:"Inter", var(--font-sans), sans-serif;letter-spacing:0;font-size:.12rem;font-weight:400;line-height:.14rem}._root_15iqx_1._root_15iqx_1.default-store--mobile .default-product-card__copy{padding:.12rem .12rem 0}._root_15iqx_1._root_15iqx_1.default-store--mobile .default-product-card__body{gap:.02rem}._root_15iqx_1._root_15iqx_1.default-store--mobile .default-product-card__title{font-family:"Inter", var(--font-sans), sans-serif;letter-spacing:0;font-size:.16rem;font-weight:500;line-height:.2rem}._root_15iqx_1._root_15iqx_1.default-store--mobile .default-product-card__summary{font-family:"Inter", var(--font-sans), sans-serif;letter-spacing:0;font-size:.14rem;font-weight:400;line-height:.18rem}._root_15iqx_1._root_15iqx_1.default-store--mobile .default-product-card__desktop-action{font-family:"Inter", var(--font-sans), sans-serif;margin:.12rem .12rem .16rem;font-size:.14rem;font-weight:400;line-height:.18rem}._root_15iqx_1._root_15iqx_1.default-store--desktop .default-profile__copy h1{font-family:"Inter", var(--font-sans), sans-serif;letter-spacing:0;text-align:center;font-size:.24rem;font-weight:700;line-height:.3rem}._root_15iqx_1._root_15iqx_1.default-store--desktop .default-profile__copy p{font-family:"Inter", var(--font-sans), sans-serif;letter-spacing:0;text-align:center;font-size:.16rem;font-weight:500;line-height:.24rem}._root_15iqx_1._root_15iqx_1.default-store--desktop .default-product-card__title{font-family:"Inter", var(--font-sans), sans-serif;letter-spacing:0;font-size:.2rem;font-weight:500;line-height:.24rem}._root_15iqx_1._root_15iqx_1.default-store--desktop .default-product-card__summary{font-family:"Plus Jakarta Sans", var(--font-sans), sans-serif;letter-spacing:0;font-size:.14rem;font-weight:400;line-height:.18rem}._root_15iqx_1._root_15iqx_1.default-store--desktop .default-product-card__desktop-action{height:.44rem;font-family:"Inter", var(--font-sans), sans-serif;letter-spacing:0;flex-basis:.44rem;font-size:.16rem;font-weight:500;line-height:.2rem}.storefrontTemplateScope{--ink:#111216;--muted:#6b6e76;--paper:#fff;--line:#11121624;--accent:#f36f67;--accent-ink:#0a0b0f;--surface:#f4f2f0;--radius-sm:14px;--radius-md:22px;--radius-lg:32px;font-family:var(--font-sans);color:var(--ink);background:var(--surface);font-synthesis:none;scroll-behavior:smooth;text-rendering:optimizelegibility;min-width:0;min-height:100vh;margin:0;font-size:16px}.storefrontTemplateScope,.storefrontTemplateScope *,.storefrontTemplateScope :before,.storefrontTemplateScope :after{box-sizing:border-box}.storefrontTemplateScope button,.storefrontTemplateScope input,.storefrontTemplateScope textarea{font:inherit}.storefrontTemplateScope button,.storefrontTemplateScope a{-webkit-tap-highlight-color:transparent}.storefrontTemplateScope button{cursor:pointer}.storefrontTemplateScope a{color:inherit;text-decoration:none}.storefrontTemplateScope img{max-width:100%;display:block}.storefrontTemplateScope h1,.storefrontTemplateScope h2,.storefrontTemplateScope h3,.storefrontTemplateScope p,.storefrontTemplateScope figure,.storefrontTemplateScope blockquote{margin-top:0}.storefrontTemplateScope :focus-visible{outline-offset:4px;outline:3px solid #78a8ff}.storefrontTemplateScope [hidden]{display:none!important}.storefrontTemplateScope .store-eyebrow,.storefrontTemplateScope .launcher-kicker,.storefrontTemplateScope .dialog-kicker{color:var(--accent);letter-spacing:.14em;text-transform:uppercase;margin-bottom:10px;font-size:11.52px;font-weight:700}.storefrontTemplateScope .talk-entry{color:#fff;text-align:left;background:#11151c;border:2px solid #11151c;border-radius:18px;justify-content:space-between;align-items:center;gap:18px;width:100%;min-height:84px;padding:16px 16px 16px 20px;transition:transform .16s,box-shadow .16s;display:flex;box-shadow:0 16px 38px #0000002e}.storefrontTemplateScope .talk-entry:hover,.storefrontTemplateScope .talk-entry:focus-visible{transform:translateY(-2px);box-shadow:0 20px 44px #0000003d}.storefrontTemplateScope .talk-entry span:first-child{gap:4px;display:grid}.storefrontTemplateScope .talk-entry strong{font-size:16.64px}.storefrontTemplateScope .talk-entry small{color:#ffffffb3;font-size:12.16px}.storefrontTemplateScope .talk-entry__action{min-height:46px;color:var(--accent-ink);background:var(--accent);letter-spacing:.05em;white-space:nowrap;text-transform:uppercase;border-radius:12px;flex:none;place-items:center;padding:0 14px;font-size:11.52px;font-weight:700;display:grid}.storefrontTemplateScope .product-grid{gap:18px;display:grid}.storefrontTemplateScope .product-card{border:1px solid var(--line);border-radius:var(--radius-sm);min-width:0;color:var(--ink);background:var(--paper);transition:transform .18s,border-color .18s;display:flex;overflow:hidden}.storefrontTemplateScope .product-card:hover,.storefrontTemplateScope .product-card:focus-visible{border-color:var(--accent);transform:translateY(-3px)}.storefrontTemplateScope .product-card__media{background:#d9d7d4;flex:0 0 38%;min-height:168px;position:relative;overflow:hidden}.storefrontTemplateScope .product-card__media img{object-fit:cover;width:100%;height:100%}.storefrontTemplateScope .product-card__placeholder{width:100%;height:100%;min-height:inherit;background:#e7eaf0;display:block}.storefrontTemplateScope .product-card__copy{flex-direction:column;flex:1;align-items:flex-start;min-width:0;padding:18px;display:flex}.storefrontTemplateScope .product-card h2{margin-bottom:8px;font-size:clamp(16px,15.36px + .2vw,18.56px);line-height:1.08}.storefrontTemplateScope .product-card p{color:var(--muted);-webkit-line-clamp:3;-webkit-box-orient:vertical;margin-bottom:14px;font-size:12.8px;line-height:1.35;display:-webkit-box;overflow:hidden}.storefrontTemplateScope .product-card__meta{align-items:baseline;gap:8px;margin-top:auto;display:flex}.storefrontTemplateScope .product-card__price{color:var(--accent);font-size:16px;font-weight:700}.storefrontTemplateScope .product-card__compare{color:var(--muted);font-size:11.52px;text-decoration:line-through}.storefrontTemplateScope .product-card__action{min-height:38px;color:var(--accent-ink);background:var(--accent);border-radius:10px;justify-content:center;align-items:center;margin-top:14px;padding:0 14px;font-size:11.52px;font-weight:700;display:inline-flex}.storefrontTemplateScope .sticky-creator-cta{z-index:20;padding:8px max(10px, env(safe-area-inset-right)) calc(8px + env(safe-area-inset-bottom)) max(10px, env(safe-area-inset-left));pointer-events:none;position:fixed;bottom:0;left:0;right:0}.storefrontTemplateScope .creator-cta{color:#fff;pointer-events:auto;background:#11151c;border:1px solid #ffffff38;border-radius:18px;justify-content:space-between;align-items:center;gap:16px;width:min(100%,900px);min-height:68px;margin-inline:auto;padding:12px 14px 12px 18px;display:flex;box-shadow:0 20px 54px #00000047}.storefrontTemplateScope .creator-cta span:first-child{gap:2px;display:grid}.storefrontTemplateScope .creator-cta small{color:#9fb6e6;letter-spacing:.12em;font-size:9.92px;font-weight:700}.storefrontTemplateScope .creator-cta strong{font-size:15.04px}.storefrontTemplateScope .creator-cta__action{color:#0b0d12;background:#f17a70;border-radius:12px;place-items:center;min-height:42px;padding:0 16px;font-size:11.84px;font-weight:700;display:grid}.storefrontTemplateScope .launcher-body{color:#f8f7f3;background:#090b0f}.storefrontTemplateScope .template-launcher{width:min(100%,980px);min-height:100vh;margin-inline:auto;padding:clamp(44px,8vw,112px) clamp(20px,6vw,72px)}.storefrontTemplateScope .template-launcher h1{letter-spacing:0;max-width:720px;margin-bottom:22px;font-size:112px;line-height:.88}.storefrontTemplateScope .launcher-intro{color:#a8adb8;max-width:610px;margin-bottom:58px;font-size:19.2px;line-height:1.55}.storefrontTemplateScope .launcher-list{gap:12px;display:grid}.storefrontTemplateScope .launcher-tile{background:#12151b;border:1px solid #ffffff29;border-radius:18px;grid-template-columns:56px 1fr;align-items:center;min-height:104px;padding:20px 24px;transition:transform .18s,border-color .18s;display:grid}.storefrontTemplateScope .launcher-tile:hover,.storefrontTemplateScope .launcher-tile:focus-visible{border-color:#78a8ff;transform:translate(6px)}.storefrontTemplateScope .launcher-tile>span{color:#778093;font-size:12.16px;font-weight:700}.storefrontTemplateScope .launcher-tile div{gap:4px;display:grid}.storefrontTemplateScope .launcher-tile strong{font-size:28.8px}.storefrontTemplateScope .launcher-tile small{color:#9ba1ad}.storefrontTemplateScope .theme-default{--ink:#141b27;--muted:#6c7b92;--paper:#fff;--surface:#fff;--line:#d7e0ec;--accent:#4e71e0;--accent-ink:#fff}.storefrontTemplateScope .store--default{color:#141b27;background:#fff}.storefrontTemplateScope .default-profile{background:#fff;height:278px;position:relative}.storefrontTemplateScope .default-profile__hero{border-radius:0 0 24px 24px;width:100%;height:160px;position:relative;overflow:hidden}.storefrontTemplateScope .default-profile__hero:after{content:"";background:#00000026;position:absolute;inset:0}.storefrontTemplateScope .default-profile__hero img{object-fit:cover;width:100%;height:100%}.storefrontTemplateScope .default-profile__avatar{z-index:1;object-fit:cover;background:#eef2f8;border:1px solid #fff;border-radius:50%;width:70px;height:70px;display:block;position:absolute;top:122px;left:50%;transform:translate(-50%)}.storefrontTemplateScope .default-profile__avatar--fallback{color:#141b27;place-items:center;font-size:24px;font-weight:700;display:grid}.storefrontTemplateScope .default-profile__copy{text-align:center;flex-direction:column;align-items:center;min-height:86px;padding:40px 24px 12px;display:flex}.storefrontTemplateScope .default-profile__copy h1{max-width:100%;color:var(--storefront-profile-name-color,#141b27);text-overflow:ellipsis;white-space:nowrap;margin:0 0 6px;font-size:18px;font-weight:700;line-height:22px;overflow:hidden}.storefrontTemplateScope .default-profile__copy p{max-width:270px;color:var(--storefront-profile-description-color,#62615d);font-family:"Inter", var(--font-sans), sans-serif;letter-spacing:0;white-space:pre-wrap;overflow-wrap:anywhere;margin:0;font-size:16px;font-weight:500;line-height:24px;display:block;overflow:visible}.storefrontTemplateScope .default-products{display:grid}.storefrontTemplateScope .default-product-card{color:#141b27;text-align:left;background:#f4f7fc;border:0;border-radius:8px;min-width:0;padding:0;display:grid;position:relative;overflow:hidden}.storefrontTemplateScope .default-product-card__open{width:100%;min-width:0;color:inherit;text-align:left;cursor:pointer;background:0 0;border:0;padding:0;display:grid}.storefrontTemplateScope .default-product-card__open:focus-visible{outline-offset:-2px;outline:2px solid #4e71e0}.storefrontTemplateScope .default-product-card__media,.storefrontTemplateScope .default-product-card__image,.storefrontTemplateScope .default-product-card__placeholder{width:100%;height:234px;display:block}.storefrontTemplateScope .default-product-card__media{background:#e7ecf4;overflow:hidden}.storefrontTemplateScope .default-product-card__image{object-fit:cover}.storefrontTemplateScope .default-product-card__placeholder{background:#e7ecf4}.storefrontTemplateScope .default-product-card__copy{flex-direction:column;align-items:flex-start;gap:12px;min-width:0;padding:12px 16px;display:flex}.storefrontTemplateScope .default-product-card__price,.storefrontTemplateScope .default-product-card__summary{text-overflow:ellipsis;white-space:nowrap;width:100%;display:block;overflow:hidden}.storefrontTemplateScope .default-product-card__price{color:#141b27;align-items:baseline;height:24px;font-weight:400;display:inline-flex}.storefrontTemplateScope .default-product-card__body,.storefrontTemplateScope .default-product-card__identity{flex-direction:column;width:100%;min-width:0;display:flex}.storefrontTemplateScope .default-product-card__body{gap:8px}.storefrontTemplateScope .default-product-card__identity{gap:2px}.storefrontTemplateScope .default-product-card__price .default-price__prefix{font-size:14px;line-height:18px}.storefrontTemplateScope .default-product-card__price .default-price__amount{font-size:20px;font-weight:500;line-height:24px}.storefrontTemplateScope .default-product-card__title{white-space:normal;overflow-wrap:anywhere;width:100%;font-size:16px;font-weight:500;line-height:20px;display:block}.storefrontTemplateScope .default-product-card__summary{color:#62615d;font-size:14px;font-weight:400;line-height:18px}.storefrontTemplateScope .default-product-card__desktop-action{display:none}.storefrontTemplateScope .default-product-detail{color:#141b27;background:#fff;grid-template-rows:minmax(0,1fr) auto;width:100%;min-width:0;height:100%;min-height:0;display:grid}.storefrontTemplateScope .default-product-detail__scroll{overscroll-behavior-y:contain;scrollbar-width:none;-webkit-overflow-scrolling:touch;flex-direction:column;gap:16px;min-height:0;display:flex;overflow:hidden auto}.storefrontTemplateScope .default-product-detail__scroll::-webkit-scrollbar{display:none}.storefrontTemplateScope .default-detail-gallery__viewport::-webkit-scrollbar{display:none}.storefrontTemplateScope .default-detail-gallery{background:#fff;flex-direction:column;display:flex;position:relative}.storefrontTemplateScope .default-detail-back{z-index:3;color:#fff;background:#141b277a;border:0;border-radius:50%;place-items:center;width:32px;height:32px;padding:0;font-size:20px;line-height:1;display:grid;position:absolute;top:16px;left:16px}.storefrontTemplateScope .default-detail-gallery__viewport{scrollbar-width:none;touch-action:pan-y pinch-zoom;width:100%;overflow:hidden}.storefrontTemplateScope .default-detail-gallery__track{aspect-ratio:3/4;width:100%;display:flex}.storefrontTemplateScope .default-detail-gallery__image,.storefrontTemplateScope .default-detail-gallery__placeholder{object-fit:cover;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;background:#e7ecf4;flex:0 0 100%;width:100%;height:100%;display:block}.storefrontTemplateScope .default-detail-gallery__pagination{justify-content:center;align-items:center;gap:10px;width:100%;height:24px;display:flex}.storefrontTemplateScope .default-detail-gallery__pagination-dot{background:#dde6f2;border:0;border-radius:999px;flex:0 0 6px;width:6px;height:6px;padding:0;transition:width .18s,flex-basis .18s,background-color .18s}.storefrontTemplateScope .default-detail-gallery__pagination-dot[aria-current=true]{background:#5574e4;flex-basis:26px;width:26px}.storefrontTemplateScope .default-product-info{flex-direction:column;align-items:flex-start;gap:16px;padding:0 20px;display:flex}.storefrontTemplateScope .default-product-info__price{color:#141b27;align-items:baseline;height:40px;font-size:32px;font-weight:700;line-height:40px;display:inline-flex}.storefrontTemplateScope .default-product-info__price .default-price__prefix,.storefrontTemplateScope .default-product-info__price .default-price__amount{font-size:inherit;font-weight:inherit;line-height:inherit}.storefrontTemplateScope .default-product-info__body{flex-direction:column;gap:8px;width:100%;min-width:0;display:flex}.storefrontTemplateScope .default-product-info__badge{color:#4e71e0;background:#e4ebff;border-radius:6px;align-items:center;width:max-content;min-height:18px;padding:0 7px;font-size:14px;font-weight:400;line-height:18px;display:inline-flex}.storefrontTemplateScope .default-product-info h1{overflow-wrap:anywhere;max-width:100%;margin:0;font-size:32px;font-weight:700;line-height:40px}.storefrontTemplateScope .default-product-info p{color:#6c7b92;margin:0;font-size:16px;font-weight:500;line-height:20px;display:block;overflow:visible}.storefrontTemplateScope .default-product-info__description{white-space:pre-wrap;overflow-wrap:anywhere;width:100%;min-width:0}.storefrontTemplateScope .default-product-info__description :where(img,video,iframe,table){max-width:100%}.storefrontTemplateScope .default-product-actions{background:#fff;align-items:center;display:grid}.storefrontTemplateScope .default-product-actions button{border-radius:40px;justify-content:center;align-items:center;gap:8px;height:46px;padding:0 16px;font-size:14px;font-weight:400;line-height:18px;display:inline-flex}.storefrontTemplateScope .default-product-actions__chat{color:#5574e4;background:#dde6f2;border:0}.storefrontTemplateScope .default-product-actions__chat:disabled{cursor:not-allowed;opacity:.48}.storefrontTemplateScope .default-product-actions__buy{color:#fff;background:#5574e4;border:0}.storefrontTemplateScope .default-product-actions__buy:disabled{cursor:wait;opacity:.82}.storefrontTemplateScope .default-store--mobile{background:#f8f8f8;position:relative}.storefrontTemplateScope .default-store--mobile .default-profile{background:0 0;height:auto;min-height:0;padding:1.32rem 0 .24rem}.storefrontTemplateScope .default-store--mobile .default-profile__hero{display:none}.storefrontTemplateScope .default-store--mobile .default-store__back{z-index:3;cursor:pointer;background:0 0;border:0;border-radius:0;place-items:center;width:.24rem;height:.24rem;padding:0;display:grid;position:fixed;top:.1rem;left:.16rem}.storefrontTemplateScope .default-store--mobile .default-store__back:focus-visible{outline-offset:.02rem;outline:.02rem solid #4e71e0}.storefrontTemplateScope .default-store--mobile .default-store__home{color:#171716;background:#fff;border-radius:.24rem;width:auto;min-width:.44rem;min-height:.32rem;padding:0 .12rem;font-size:.14rem;font-weight:500;line-height:.2rem;text-decoration:none}.storefrontTemplateScope .default-store--mobile .default-store__back-icon{object-fit:contain;width:.24rem;height:.24rem;display:block}.storefrontTemplateScope .default-store--mobile .default-profile__avatar{border-color:#d5fd24;top:.54rem}.storefrontTemplateScope .default-store--mobile .default-profile__copy{gap:.04rem;width:auto;min-height:0;margin:0 .2rem;padding:0;position:static}.storefrontTemplateScope .default-store--mobile .default-profile__copy h1{margin:0}.storefrontTemplateScope .default-store--mobile .default-profile__copy p{width:100%;font-family:"Inter", var(--font-sans), sans-serif;letter-spacing:0;font-size:.12rem;font-weight:400;line-height:.14rem}.storefrontTemplateScope .default-store--mobile .default-products{background:0 0;grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:.01rem;align-content:start;gap:0 .08rem;padding:0 .08rem}.storefrontTemplateScope .default-store--mobile .default-product-card{background:var(--storefront-product-card-background,#fff);border-radius:.16rem;grid-template-rows:auto;align-self:start;height:auto}.storefrontTemplateScope .default-store--mobile .default-product-card__open{grid-template-rows:auto auto}.storefrontTemplateScope .default-store--mobile .default-product-card__media{aspect-ratio:175.5/233;height:auto}.storefrontTemplateScope .default-store--mobile .default-product-card__image,.storefrontTemplateScope .default-store--mobile .default-product-card__placeholder{height:100%}.storefrontTemplateScope .default-store--mobile .default-product-card__media{position:relative}.storefrontTemplateScope .default-store--mobile .default-product-card__copy{background:var(--storefront-product-card-background,#fff);gap:.12rem;height:auto;padding:.12rem .12rem 0}.storefrontTemplateScope .default-store--mobile .default-product-card__price{display:none}.storefrontTemplateScope .default-store--mobile .default-product-card__body{gap:.02rem;height:auto}.storefrontTemplateScope .default-store--mobile .default-product-card__identity{gap:0}.storefrontTemplateScope .default-store--mobile .default-product-card__title{color:var(--storefront-product-title-color,#141b27);font-size:.16rem;font-weight:500;line-height:.2rem}.storefrontTemplateScope .default-store--mobile .default-product-card__summary{color:var(--storefront-product-summary-color,#62615d);letter-spacing:0;white-space:pre-wrap;overflow-wrap:anywhere;-webkit-line-clamp:3;-webkit-box-orient:vertical;font-size:.14rem;line-height:.18rem;display:-webkit-box}.storefrontTemplateScope .default-store--mobile .default-product-card__desktop-action{z-index:2;width:auto;height:.38rem;color:var(--storefront-product-action-color,#fff);background:var(--storefront-product-action-background,#171716);border-radius:.24rem;flex:0 0 .38rem;justify-content:center;align-items:center;margin:.12rem .12rem .16rem;font-size:.14rem;font-weight:400;line-height:.18rem;display:inline-flex;position:static}.storefrontTemplateScope .default-product-detail--mobile{color:#171716;background:#f8f8f8;grid-template-rows:.44rem minmax(0,1fr) auto}.storefrontTemplateScope .default-product-detail--mobile .default-product-detail__scroll{gap:.16rem;padding:.08rem 0 .2rem}.storefrontTemplateScope .default-product-detail--mobile .default-product-detail__header{justify-content:center;align-items:center;min-width:0;min-height:.44rem;padding:0 .56rem;display:flex;position:relative}.storefrontTemplateScope .default-product-detail--mobile .default-product-detail__header h1{text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:.18rem;font-weight:700;line-height:.22rem;overflow:hidden}.storefrontTemplateScope .default-product-detail--mobile .default-product-detail__back{z-index:3;cursor:pointer;background:0 0;border:0;border-radius:0;place-items:center;width:.24rem;height:.24rem;padding:0;display:grid;position:absolute;top:.1rem;left:.16rem}.storefrontTemplateScope .default-product-detail--mobile .default-product-detail__back:focus-visible{outline-offset:.02rem;outline:.02rem solid #171716}.storefrontTemplateScope .default-product-detail--mobile .default-product-detail__back-icon{object-fit:contain;width:.24rem;height:.24rem;display:block}.storefrontTemplateScope .default-product-detail--mobile .default-detail-gallery{background:#f8f8f8;border-radius:.08rem;flex:none;gap:.08rem;width:calc(100% - .4rem);min-height:0;margin-inline:.2rem;overflow:hidden}.storefrontTemplateScope .default-product-detail--mobile .default-detail-gallery__viewport,.storefrontTemplateScope .default-product-detail--mobile .default-detail-gallery__track,.storefrontTemplateScope .default-product-detail--mobile .default-detail-gallery__image,.storefrontTemplateScope .default-product-detail--mobile .default-detail-gallery__placeholder{border-radius:.08rem}.storefrontTemplateScope .default-product-detail--mobile .default-detail-gallery__track{aspect-ratio:460/215}.storefrontTemplateScope .default-product-detail--mobile .default-detail-gallery__pagination{align-self:center;gap:.08rem;width:max-content;height:.04rem}.storefrontTemplateScope .default-product-detail--mobile .default-detail-gallery__pagination-dot{flex-basis:.04rem;width:.04rem;height:.04rem}.storefrontTemplateScope .default-product-detail--mobile .default-detail-gallery__pagination-dot[aria-current=true]{flex-basis:.32rem;width:.32rem}.storefrontTemplateScope .default-product-detail--mobile .default-product-info{flex:none;gap:.16rem;height:auto;min-height:0}.storefrontTemplateScope .default-product-detail--mobile .default-product-info__body{gap:.08rem}.storefrontTemplateScope .default-product-detail--mobile .default-product-info h1{color:#171716}.storefrontTemplateScope .default-product-detail--mobile .default-product-info__badge{color:#92918b;background:#efeeea;border-radius:.24rem;min-height:.3rem;padding:.08rem .12rem;font-size:.12rem;line-height:.14rem}.storefrontTemplateScope .default-product-detail--mobile .default-product-info p{color:#171716;white-space:pre-wrap;-webkit-line-clamp:unset;margin-top:.08rem;font-size:.14rem;font-weight:400;line-height:.18rem;display:block;overflow:visible}.storefrontTemplateScope .default-product-detail--mobile .default-product-actions{padding:.1rem .24rem calc(.1rem + env(safe-area-inset-bottom));background:#f8f8f8;grid-template-columns:1.12rem minmax(0,1fr);gap:.16rem}.storefrontTemplateScope .default-product-detail--mobile .default-product-actions__chat{--flat-button-background:#fff;--flat-button-color:#171716;color:#171716;background:#fff}.storefrontTemplateScope .default-product-detail--mobile .default-product-actions__buy{--flat-button-background:#171716;--flat-button-color:#fff;color:#fff;background:#171716}.storefrontTemplateScope .default-store--desktop{background:#f8f8f8;width:100%;min-height:100%}.storefrontTemplateScope .default-store--desktop .default-store__desktop-content{grid-template-columns:minmax(0,280px) minmax(0,776px);align-items:start;column-gap:188px;width:min(100%,1244px);min-height:100%;margin:0 auto;padding:72px 0 24px;display:grid}.storefrontTemplateScope .default-store--desktop .default-profile{--default-profile-avatar-size:144px;flex-direction:column;justify-content:center;align-items:center;min-height:500px;display:flex}.storefrontTemplateScope .default-store--desktop .default-profile__hero{display:none}.storefrontTemplateScope .default-store--desktop .default-profile__avatar{border-color:#d7e0ec;flex:0 0 144px;width:144px;height:144px;position:relative;top:auto;left:auto;transform:none}.storefrontTemplateScope .default-store--desktop .default-profile__copy{gap:8px;width:100%;height:auto;min-height:0;padding:16px 0 0}.storefrontTemplateScope .default-store--desktop .default-profile__copy h1{margin:0;font-size:24px;line-height:30px}.storefrontTemplateScope .default-store--desktop .default-profile__copy p{max-width:280px;font-size:16px;font-weight:500;line-height:24px}.storefrontTemplateScope .default-store--desktop .default-profile{background:0 0;height:auto;min-height:calc(100vh - 144px);position:sticky;top:72px}.storefrontTemplateScope .default-store--desktop .default-products{grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:1px;align-content:start;align-items:start;gap:0 24px;padding:0}.storefrontTemplateScope .default-store--desktop .default-product-card{background:var(--storefront-product-card-background,#fff);border-radius:16px;grid-template-rows:auto;align-self:start;height:auto;transition:transform .16s}.storefrontTemplateScope .default-store--desktop .default-product-card__open{grid-template-rows:auto auto}.storefrontTemplateScope .default-store--desktop .default-product-card__media{aspect-ratio:3/4;height:auto;position:relative}.storefrontTemplateScope .default-store--desktop .default-product-card__image,.storefrontTemplateScope .default-store--desktop .default-product-card__placeholder{height:100%}.storefrontTemplateScope .default-store--desktop .default-product-card__copy{background:var(--storefront-product-card-background,#fff);gap:8px;height:auto;padding:12px 16px 0}.storefrontTemplateScope .default-store--desktop .default-product-card__price{display:none}.storefrontTemplateScope .default-store--desktop .default-product-card__body{gap:8px}.storefrontTemplateScope .default-store--desktop .default-product-card__identity{gap:4px}.storefrontTemplateScope .default-store--desktop .default-product-card__summary{color:var(--storefront-product-summary-color,#62615d);font-family:"Plus Jakarta Sans", var(--font-sans), sans-serif;letter-spacing:0;white-space:pre-wrap;overflow-wrap:anywhere;-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box}.storefrontTemplateScope .default-store--desktop .default-product-card__desktop-action{z-index:2;width:auto;height:44px;color:var(--storefront-product-action-color,#fff);background:var(--storefront-product-action-background,#171716);font-family:"Inter", var(--font-sans), sans-serif;letter-spacing:0;border-radius:40px;flex:0 0 44px;justify-content:center;align-items:center;margin:16px;font-size:16px;font-weight:500;line-height:20px;display:inline-flex;position:static}.storefrontTemplateScope .default-store--desktop .default-product-card__title{color:var(--storefront-product-title-color,#141b27);font-family:"Inter", var(--font-sans), sans-serif;letter-spacing:0;font-size:20px;line-height:24px}.storefrontTemplateScope .default-store--desktop .default-product-card:hover,.storefrontTemplateScope .default-store--desktop .default-product-card:focus-within{transform:translateY(-2px)}.storefrontTemplateScope .default-product-detail--desktop{width:100%;min-width:calc(var(--desktop-primary-min-width) - var(--desktop-primary-nav-width));grid-template-columns:minmax(calc(var(--desktop-primary-min-width) - var(--desktop-primary-nav-width) - var(--desktop-primary-content-width)), min(774px, 100% - var(--desktop-primary-content-width))) var(--desktop-primary-content-width) minmax(0, 1fr);color:#171716;background:#f8f8f8;grid-template-rows:minmax(0,1fr);align-items:start;column-gap:0;height:100%;margin:0;display:grid}.storefrontTemplateScope .default-product-detail--desktop .default-profile{--default-profile-avatar-size:144px;flex-direction:column;justify-content:center;align-items:center;min-height:500px;display:flex}.storefrontTemplateScope .default-product-detail--desktop .default-profile__hero{display:none}.storefrontTemplateScope .default-product-detail--desktop .default-profile__avatar{border-color:#d7e0ec;flex:0 0 144px;width:144px;height:144px;position:relative;top:auto;left:auto;transform:none}.storefrontTemplateScope .default-product-detail--desktop .default-profile__copy{gap:8px;width:100%;height:auto;min-height:0;padding:16px 0 0}.storefrontTemplateScope .default-product-detail--desktop .default-profile__copy h1{margin:0;font-size:24px;line-height:30px}.storefrontTemplateScope .default-product-detail--desktop .default-profile__copy p{max-width:280px;font-size:16px;font-weight:500;line-height:24px}.storefrontTemplateScope .default-product-detail--desktop .default-product-detail__creator{flex-direction:column;grid-area:1/1/-1;justify-content:center;justify-self:center;align-items:center;width:100%;min-width:0;max-width:298px;height:100%;display:flex}.storefrontTemplateScope .default-product-detail--desktop .default-product-detail__creator .default-profile{--default-profile-avatar-size:160px;background:0 0;width:100%;height:auto;min-height:0;position:static}.storefrontTemplateScope .default-product-detail--desktop .default-product-detail__creator .default-profile__avatar{border-color:#d5fd24;flex-basis:160px;width:160px;height:160px}.storefrontTemplateScope .default-product-detail--desktop .default-product-detail__creator .default-profile__copy{gap:6px;padding-top:12px}.storefrontTemplateScope .default-product-detail--desktop .default-product-detail__creator .default-profile__copy h1{color:#171716;font-family:"Inter", var(--font-sans), sans-serif}.storefrontTemplateScope .default-product-detail--desktop .default-product-detail__creator-profile{width:100%;color:inherit;font:inherit;text-align:inherit;cursor:pointer;background:0 0;border:0;padding:0;text-decoration:none;display:block}.storefrontTemplateScope .default-product-detail--desktop .default-product-detail__creator-profile:focus-visible{outline-offset:4px;border-radius:16px;outline:2px solid #4e71e0}.storefrontTemplateScope .default-product-detail--desktop .default-product-detail__creator .default-profile__copy p{max-width:298px;font-family:"Plus Jakarta Sans", var(--font-sans), sans-serif;font-size:16px;font-weight:500;line-height:20px}.storefrontTemplateScope .default-product-detail--desktop .default-product-detail__creator-chat{--flat-button-background:#171716;--flat-button-color:#fff;--flat-button-height:40px;--flat-button-horizontal-padding:24px;color:#fff;width:85px;height:40px;font-family:"Inter", var(--font-sans), sans-serif;background:#171716;border-radius:40px;flex:0 0 40px;justify-content:center;align-items:center;gap:8px;margin-top:12px;padding:10px 24px;font-size:16px;font-weight:500;line-height:20px;display:inline-flex;border:0!important}.storefrontTemplateScope .default-product-detail--desktop .default-product-detail__creator-chat:disabled{cursor:not-allowed;opacity:.48}.storefrontTemplateScope .default-product-detail--desktop .default-product-detail__content{grid-area:1/2;grid-template-rows:minmax(0,1fr) auto;width:100%;min-width:0;height:100%;min-height:0;display:grid;position:relative;overflow:hidden}.storefrontTemplateScope .default-product-detail--desktop .default-product-detail__scroll{gap:24px;width:100%;height:auto;min-height:0;padding-bottom:0}.storefrontTemplateScope .default-product-detail--desktop .default-product-detail__action-bar{flex:none;width:100%;min-width:0}.storefrontTemplateScope .default-product-detail--desktop .default-product-detail__main{flex-direction:column;flex:none;gap:16px;width:100%;display:flex}.storefrontTemplateScope .default-product-detail--desktop .default-detail-gallery{isolation:isolate;background:#f8f8f8;flex:none;gap:8px;min-height:0}.storefrontTemplateScope .default-product-detail--desktop .default-detail-gallery__pagination{align-self:center;gap:8px;width:max-content;height:4px}.storefrontTemplateScope .default-product-detail--desktop .default-detail-gallery__pagination-dot{background:#efeeea;border-radius:2.5px;flex-basis:4px;width:4px;height:4px}.storefrontTemplateScope .default-product-detail--desktop .default-detail-gallery__pagination-dot[aria-current=true]{background:#171716;flex-basis:20px;width:20px}.storefrontTemplateScope .default-product-detail--desktop .default-detail-gallery__viewport[data-draggable=true]{cursor:grab}.storefrontTemplateScope .default-product-detail--desktop .default-detail-gallery__viewport[data-dragging=true]{cursor:grabbing;scroll-snap-type:none}.storefrontTemplateScope .default-product-detail--desktop .default-detail-back{z-index:4;visibility:visible;opacity:1;background:0 0;width:30px;height:30px;display:grid;top:24px;left:21px}.storefrontTemplateScope .default-product-detail--desktop .default-detail-back__icon{object-fit:contain;width:30px;height:30px;display:block}.storefrontTemplateScope .default-product-detail--desktop .default-detail-gallery__track{aspect-ratio:1672/941;height:auto}.storefrontTemplateScope .default-product-detail--desktop .default-product-info{flex:none;gap:0;height:auto;min-height:0;padding:0 20px}.storefrontTemplateScope .default-product-detail--desktop .default-product-info__body{flex-direction:column;align-items:flex-start;gap:8px;display:flex}.storefrontTemplateScope .default-product-detail--desktop .default-product-info__body>.default-product-info__badge{color:#62615d;width:max-content;min-height:34px;font-family:"Plus Jakarta Sans", var(--font-sans), sans-serif;background-color:#efeeea;border-radius:24px;padding:8px 12px;font-size:14px;font-weight:400;line-height:18px}.storefrontTemplateScope .default-product-detail--desktop .default-product-info__description,.storefrontTemplateScope .default-product-detail--desktop .default-product-info__description p{color:#171716;font-family:"Plus Jakarta Sans", var(--font-sans), sans-serif;white-space:pre-wrap;overflow-wrap:anywhere;-webkit-line-clamp:unset;margin-top:8px;font-size:16px;font-weight:500;line-height:20px;display:block;overflow:visible}.storefrontTemplateScope .default-product-detail--desktop .default-product-info h1{color:#171716;font-family:"Plus Jakarta Sans", var(--font-sans), sans-serif;font-size:32px;font-weight:700;line-height:40px}.storefrontTemplateScope .default-product-detail--desktop .default-product-actions{background:#f8f8f8;flex:none;grid-template-columns:minmax(0,1fr);gap:0;width:100%;min-width:0;padding:12px}.storefrontTemplateScope .default-product-detail--desktop .default-product-actions button{--flat-button-height:52px;--flat-button-horizontal-padding:40px;height:52px;min-height:52px;font-family:"Inter", var(--font-sans), sans-serif;padding:16px 40px;font-size:16px;font-weight:500;line-height:20px;border:0!important}.storefrontTemplateScope .default-product-detail--desktop .default-product-actions__buy{--flat-button-background:#171716;--flat-button-color:#fff}@media (width<1320px){.storefrontTemplateScope .default-store--desktop .default-store__desktop-content{grid-template-columns:minmax(200px,240px) minmax(0,588px);column-gap:48px;width:calc(100% - 48px)}}.storefrontTemplateScope .sheet-dialog.checkout-dialog{color:#161a18;background:0 0;border:0;border-radius:24px;outline:none;width:min(100% - 28px,520px);max-height:min(90vh,760px);padding:0}.storefrontTemplateScope[data-platform=desktop] .sheet-dialog.checkout-dialog{margin:auto;position:fixed;inset:0}.storefrontTemplateScope .sheet-dialog.checkout-dialog::backdrop{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#0c100e94}.storefrontTemplateScope .checkout-dialog .checkout-dialog__panel{background:#fff;border-radius:24px;gap:0;padding:24px;display:grid;box-shadow:0 28px 70px #00000047}.storefrontTemplateScope .checkout-dialog__header{justify-content:space-between;align-items:center;gap:16px;display:flex}.storefrontTemplateScope .checkout-dialog .checkout-dialog__header h2{color:#161a18;letter-spacing:0;margin:0;font-size:23.2px;line-height:1.2}.storefrontTemplateScope .checkout-dialog .dialog-close{color:#161a18;background:#fff;border:1px solid #d9dfdb;border-radius:40px;min-height:40px;padding:0 13px;font-size:14px;font-weight:700}.storefrontTemplateScope .checkout-dialog .checkout-summary{background:#f6f7f5;border:1px solid #d9dfdb;border-radius:14px;grid-template-columns:64px minmax(0,1fr);align-items:center;gap:12px;margin:20px 0;padding:12px;display:grid}.storefrontTemplateScope .checkout-dialog .checkout-summary__image,.storefrontTemplateScope .checkout-dialog .checkout-summary__placeholder{object-fit:cover;border-radius:10px;width:64px;height:76px;display:block}.storefrontTemplateScope .checkout-dialog .checkout-summary__placeholder{background:#e7eaf0}.storefrontTemplateScope .checkout-dialog .checkout-summary div{gap:5px;min-width:0;display:grid}.storefrontTemplateScope .checkout-dialog .checkout-summary strong,.storefrontTemplateScope .checkout-dialog .checkout-summary small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.storefrontTemplateScope .checkout-dialog .checkout-summary strong{color:#161a18;font-size:16px}.storefrontTemplateScope .checkout-dialog .checkout-summary small{color:#6d716e;font-size:12.8px;font-weight:400}.storefrontTemplateScope .checkout-dialog .checkout-copy{color:#6d716e;margin:0;font-size:16px;line-height:1.55}.storefrontTemplateScope .checkout-dialog .checkout-confirm{border:0;border-radius:40px;width:100%;min-height:50px;margin-top:12px;font-weight:700}.storefrontTemplateScope .checkout-dialog .checkout-error{color:#b42318;background:#fef3f2;border-radius:12px;margin:12px 0 0;padding:12px 14px;font-size:13.12px;line-height:1.45}.storefrontTemplateScope .error-page{place-content:center;justify-items:start;min-height:100vh;padding:28px;display:grid}.storefrontTemplateScope .error-page h1{margin-bottom:12px;font-size:80px}.storefrontTemplateScope .error-page :is(a,button){min-height:48px;color:var(--accent-ink);background:var(--accent);border:0;border-radius:40px;margin-top:12px;padding:14px 18px;font-weight:700}.storefrontTemplateScope.storefrontTemplateScope--public{background-color:#f8f8f8;background-image:none;background-position:top;background-repeat:no-repeat;min-width:0;height:100%;min-height:0;margin-inline:0;position:relative;overflow:hidden}.storefrontTemplateScope.storefrontTemplateScope--public[data-platform=desktop][data-template-id=Dark-Green]{background-image:url(https://assets.opencreators.ai/assets/background-dark-green-JnzMtjK3.png);background-size:cover}.storefrontTemplateScope.storefrontTemplateScope--public[data-platform=desktop][data-template-id=Dark-Purple]{background-image:url(https://assets.opencreators.ai/assets/background-dark-purple-CAElmT-t.png);background-size:cover}.storefrontTemplateScope.storefrontTemplateScope--public[data-platform=desktop][data-template-id=Light-Blue]{background-image:url(https://assets.opencreators.ai/assets/background-light-blue-D6sxFvvk.png);background-size:cover}.storefrontTemplateScope.storefrontTemplateScope--public[data-platform=desktop][data-template-id=Light-Yellow]{background-image:url(https://assets.opencreators.ai/assets/background-light-yellow-Bs7BUvNk.png);background-size:cover}.storefrontTemplateScope.storefrontTemplateScope--public[data-platform=mobile][data-template-id=Dark-Green]{--storefront-mobile-background-color:#fff;--storefront-mobile-background-image:url(https://assets.opencreators.ai/assets/background-dark-green-CuRu86G5.png);background-color:#fff;background-image:url(https://assets.opencreators.ai/assets/background-dark-green-CuRu86G5.png);background-size:100%}.storefrontTemplateScope.storefrontTemplateScope--public[data-platform=mobile][data-template-id=Dark-Purple]{--storefront-mobile-background-color:#17151d;--storefront-mobile-background-image:url(https://assets.opencreators.ai/assets/background-dark-purple-CxKEG5bC.png);background-color:#17151d;background-image:url(https://assets.opencreators.ai/assets/background-dark-purple-CxKEG5bC.png);background-size:100%}.storefrontTemplateScope.storefrontTemplateScope--public[data-platform=mobile][data-template-id=Light-Blue]{--storefront-mobile-background-color:#f2f2ff;--storefront-mobile-background-image:url(https://assets.opencreators.ai/assets/background-light-blue-cm_pIK6V.png);background-color:#f2f2ff;background-image:url(https://assets.opencreators.ai/assets/background-light-blue-cm_pIK6V.png);background-size:100%}.storefrontTemplateScope.storefrontTemplateScope--public[data-platform=mobile][data-template-id=Light-Yellow]{--storefront-mobile-background-color:#d4f5ac;--storefront-mobile-background-image:url(https://assets.opencreators.ai/assets/background-light-yellow-CMF9LZ3V.png);background-color:#d4f5ac;background-image:url(https://assets.opencreators.ai/assets/background-light-yellow-CMF9LZ3V.png);background-size:100%}.storefrontTemplateScope.storefrontTemplateScope--public[data-platform=mobile]>.template-body[data-page=store]{background-color:var(--storefront-mobile-background-color,transparent);background-image:var(--storefront-mobile-background-image,none);background-position:top;background-repeat:no-repeat;background-size:100%}.storefrontTemplateScope.storefrontTemplateScope--public>.template-body[data-page=store]{overscroll-behavior-y:contain;scrollbar-width:none;-webkit-overflow-scrolling:touch;width:100%;min-width:0;height:100%;min-height:0;overflow:hidden auto}.storefrontTemplateScope.storefrontTemplateScope--public>.template-body[data-page=store]>.default-store{background:0 0}.storefrontTemplateScope.storefrontTemplateScope--public>.template-body[data-page=store]::-webkit-scrollbar{display:none}.storefrontTemplateScope.storefrontTemplateScope--public .store{width:100%;min-width:0;min-height:100%}.storefrontTemplateScope.storefrontTemplateScope--product{min-width:0;height:100%;min-height:0;margin-inline:0;overflow:hidden}.storefrontTemplateScope.storefrontTemplateScope--product>.template-body[data-page=product]{width:100%;min-width:0;height:100%;min-height:0;padding-bottom:0;position:relative;overflow:hidden}.storefrontTemplateScope.storefrontTemplateScope--public{--storefront-profile-name-color:#141b27;--storefront-profile-description-color:#62615d;--storefront-product-card-background:#fff;--storefront-product-title-color:#141b27;--storefront-product-summary-color:#62615d;--storefront-product-action-background:#171716;--storefront-product-action-color:#fff}.storefrontTemplateScope.storefrontTemplateScope--public[data-template-id=Dark-Purple]{--storefront-profile-name-color:#f5f4f1;--storefront-profile-description-color:#c7c5bf;--storefront-product-card-background:#1d1d1a;--storefront-product-title-color:#f5f4f1;--storefront-product-summary-color:#c7c5bf;--storefront-product-action-background:#fff;--storefront-product-action-color:#171716}.storefrontTemplateScope.storefrontTemplateScope--public[data-template-id=Light-Yellow]{--storefront-profile-name-color:#141b27;--storefront-profile-description-color:#62615d;--storefront-product-card-background:#e7fe58;--storefront-product-title-color:#171716;--storefront-product-summary-color:#62615d;--storefront-product-action-background:#fff;--storefront-product-action-color:#171716}.storefrontTemplateScope.storefrontTemplateScope--public[data-template-id=Dark-Green],.storefrontTemplateScope.storefrontTemplateScope--public[data-template-id=Light-Blue]{--storefront-profile-name-color:#f5f4f1;--storefront-profile-description-color:#f5f4f1}.storefrontTemplateScope.storefrontTemplateScope--public[data-platform=mobile][data-template-id=Light-Yellow]{--storefront-profile-name-color:#0a0e14}.storefrontTemplateScope.storefrontTemplateScope--public[data-platform=desktop][data-template-id=Light-Yellow]{--storefront-profile-name-color:#171716}.storefrontTemplateScope.storefrontTemplateScope--public[data-platform=desktop]{--storefront-top-action-background:#171716;--storefront-top-action-color:#fff;background:#f8f8f8;width:100%;height:100%;position:relative}.storefrontTemplateScope.storefrontTemplateScope--public[data-platform=desktop]>.template-body[data-page=store]>.default-store--desktop{width:100%}.storefrontTemplateScope.storefrontTemplateScope--public[data-platform=desktop][data-template-id=Dark-Green],.storefrontTemplateScope.storefrontTemplateScope--public[data-platform=desktop][data-template-id=Dark-Purple],.storefrontTemplateScope.storefrontTemplateScope--public[data-platform=desktop][data-template-id=Light-Blue],.storefrontTemplateScope.storefrontTemplateScope--public[data-platform=desktop][data-template-id=Light-Yellow]{--storefront-top-action-background:#fff;--storefront-top-action-color:#171716}.storefrontTemplateScope.storefrontTemplateScope--public[data-platform=desktop][data-template-id=Light-Yellow] .storefront-guest-join{min-width:141px;height:44px;font-family:"Inter", var(--font-sans), sans-serif;letter-spacing:0;padding:0 24px;font-size:16px;font-weight:500;line-height:20px}.storefrontTemplateScope.storefrontTemplateScope--product[data-platform=desktop]{background:#f8f8f8;width:100%;height:100%}.storefrontTemplateScope .storefront-guest-join{--flat-button-background:var(--storefront-top-action-background,#171716);--flat-button-color:var(--storefront-top-action-color,#fff);z-index:5;min-width:132px;height:40px;color:var(--storefront-top-action-color,#fff);background:var(--storefront-top-action-background,#171716);border:0;border-radius:40px;justify-content:center;align-items:center;padding:0 24px;font-size:14px;font-weight:500;line-height:18px;display:inline-flex;position:absolute;top:24px;right:40px}._device_1e6we_1{box-sizing:border-box;background:#f8f8f8;border:12px solid #fff;border-radius:24px;width:399px;height:836px;overflow:hidden}._device_1e6we_1[data-fit=container]{width:100%;height:100%}._device_1e6we_1>._viewport_1e6we_16{-webkit-user-select:none;user-select:none;width:100%;height:100%;min-height:0;position:relative;overflow:hidden}._viewport_1e6we_16 .template-body[data-page=store]{touch-action:pan-y}._viewport_1e6we_16 button{cursor:default}._page_dfmqk_1{color:#171716;width:100%;min-width:0;height:100%;min-height:0;font-family:var(--font-sans);scrollbar-width:none;background:#f8f8f8;font-size:16px;position:relative;overflow:auto}._page_dfmqk_1::-webkit-scrollbar{display:none}._page_dfmqk_1[data-platform=desktop]{min-height:0;overflow:auto}._queryState_dfmqk_25{place-items:center;min-height:100%;display:grid;position:absolute;inset:0}._editorHeader_dfmqk_33{z-index:1;justify-content:space-between;align-items:center;gap:24px;height:56px;display:flex;position:absolute;top:16px;left:16px;right:16px;overflow:hidden}._breadcrumb_dfmqk_47{white-space:nowrap;align-items:center;gap:6px;display:flex}._breadcrumb_dfmqk_47 button,._breadcrumb_dfmqk_47 strong,._breadcrumb_dfmqk_47>span{font:inherit;background:0 0;border:0;margin:0;padding:0;font-weight:400}._breadcrumb_dfmqk_47 button{color:#92918b;cursor:pointer;font-size:16px;line-height:20px}._breadcrumb_dfmqk_47 button:hover{color:#62615d}._breadcrumb_dfmqk_47>span,._breadcrumb_dfmqk_47 strong{color:#171716;font-size:20px;line-height:24px}._storeLink_dfmqk_83{color:#84980a;max-width:420px;font-family:"Inter", var(--font-sans), sans-serif;cursor:pointer;background:#fff;border:0;border-radius:24px;justify-content:center;align-items:center;gap:8px;padding:12px 16px;font-size:14px;font-weight:400;line-height:18px;display:inline-flex}._storeLink_dfmqk_83 span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}._storeLink_dfmqk_83 img{flex:0 0 16px;width:16px;height:16px;display:block}._editor_dfmqk_33{flex-direction:column;align-items:flex-end;gap:16px;width:min(594px,100% - 32px);margin:0 auto;padding:80px 0 16px;display:flex}._tabs_dfmqk_124{align-items:center;gap:24px;width:100%;height:42px;display:flex}._tabs_dfmqk_124 button{color:#62615d;min-width:0;height:42px;font:inherit;cursor:pointer;background:#fff;border:0;border-radius:40px;justify-content:center;align-items:center;padding:12px;font-size:14px;font-weight:400;line-height:18px;display:inline-flex}._tabs_dfmqk_124 button:hover{color:#171716}._tabs_dfmqk_124 ._activeTab_dfmqk_154,._tabs_dfmqk_124 ._activeTab_dfmqk_154:hover,._tabs_dfmqk_124 ._activeTab_dfmqk_154:focus-visible{color:#fff;background:#171716}._form_dfmqk_161{flex-direction:column;align-items:flex-end;gap:16px;width:100%;display:flex}._formScroller_dfmqk_169{display:contents}._section_dfmqk_173{background:#fff;border:0;border-radius:16px;flex-direction:column;align-items:flex-start;gap:16px;width:100%;padding:16px;display:flex}._sectionHeading_dfmqk_185{width:100%}._sectionHeading_dfmqk_185 strong{font-size:20px;font-weight:500;line-height:24px;display:block}._imageField_dfmqk_196{flex-direction:column;align-items:flex-start;gap:8px;width:100%;display:flex}._imageList_dfmqk_204{flex-wrap:wrap;align-items:flex-start;gap:8px;max-width:100%;display:flex}._imageUploadShell_dfmqk_212{border-radius:16px;flex:0 0 95px;width:95px;height:95px;display:block;position:relative}._coverPreview_dfmqk_221,._detailImagePreview_dfmqk_222,._addImageButton_dfmqk_223{border:0;border-radius:16px;flex:0 0 95px;width:95px;height:95px;display:block;position:relative;overflow:hidden}._coverPreview_dfmqk_221,._addImageButton_dfmqk_223{cursor:pointer}._coverPreview_dfmqk_221>img:first-child,._detailImagePreview_dfmqk_222>img:first-child,._addImageButton_dfmqk_223>img{object-fit:cover;width:100%;height:100%;display:block}._changeImageOverlay_dfmqk_248{opacity:0;background:#00000080;place-items:center;transition:opacity .15s;display:grid;position:absolute;inset:0}._changeImageOverlay_dfmqk_248 img{width:20px;height:20px;display:block}._coverPreview_dfmqk_221:hover ._changeImageOverlay_dfmqk_248,._coverPreview_dfmqk_221:focus-within ._changeImageOverlay_dfmqk_248{opacity:1}._detailImagePreview_dfmqk_222>button:not(._imageUploadStatus_dfmqk_269){cursor:pointer;background:0 0;border:0;place-items:center;width:16px;height:16px;padding:2px;display:grid;position:absolute;top:6px;right:6px}._detailImagePreview_dfmqk_222>button:not(._imageUploadStatus_dfmqk_269) img{width:12px;height:12px;display:block}._imageUploadStatus_dfmqk_269{z-index:2;color:#fff;text-align:center;text-overflow:ellipsis;white-space:nowrap;background:#171716d1;border:0;border-radius:8px;width:auto;min-height:20px;padding:3px 5px;font-size:10px;font-weight:600;line-height:14px;display:block;position:absolute;bottom:4px;left:4px;right:4px;overflow:hidden}button._imageUploadStatus_dfmqk_269{cursor:pointer}._imageUploadFailed_dfmqk_316{background:#fe2c55}._coverPreview_dfmqk_221 input,._addImageButton_dfmqk_223 input,._filePicker_dfmqk_322 input{opacity:0;width:1px;height:1px;position:absolute}._imageHelp_dfmqk_329{color:#92918b;align-items:center;gap:4px;width:100%;min-height:18px;font-size:14px;font-weight:400;line-height:18px;display:flex}._imageHelp_dfmqk_329 img{flex:0 0 16px;width:16px;height:16px;display:block}._field_dfmqk_348{color:#171716;flex-direction:column;gap:8px;width:100%;font-size:14px;font-weight:400;line-height:18px;display:flex}._fieldHeading_dfmqk_359{justify-content:space-between;align-items:center;gap:12px;width:100%;font-weight:400;display:flex}._fieldHeading_dfmqk_359 small{color:#62615d;font:inherit}._requiredMark_dfmqk_373{color:#fe2c55}._field_dfmqk_348 input,._field_dfmqk_348 select{color:#171716;width:100%;height:48px;font:inherit;background:#f0f0f0;border:0;border-radius:12px;outline:none;padding:14px 12px;font-size:16px;font-weight:500;line-height:20px}._field_dfmqk_348 input::placeholder{color:#a7a69f}._field_dfmqk_348 input:focus,._field_dfmqk_348 select:focus{box-shadow:0 0 0 2px var(--color-form-focus)}._richEditor_dfmqk_402{color:#171716;background:#f0f0f0;border:0;border-radius:12px;outline:none;width:100%;height:220px;overflow:hidden}._richEditor_dfmqk_402:focus-within{box-shadow:0 0 0 2px var(--color-form-focus)}._richToolbar_dfmqk_417{scrollbar-width:none;background:#fff;border:1px solid #dededb;border-radius:12px 12px 0 0;align-items:center;gap:4px;min-height:44px;padding:6px 8px;display:flex;overflow-x:auto}._richToolbar_dfmqk_417::-webkit-scrollbar{display:none}._richToolbarGroup_dfmqk_434{flex:none;align-items:center;gap:2px;display:inline-flex}._richToolbarDivider_dfmqk_441{background:#dededb;flex:0 0 1px;width:1px;height:20px;margin:0 2px}._richToolbarButton_dfmqk_449{color:#62615d;min-width:30px;height:30px;font:inherit;cursor:pointer;background:0 0;border:0;border-radius:8px;place-items:center;padding:0 7px;font-size:13px;font-weight:500;line-height:1;display:inline-grid}._richToolbarButton_dfmqk_449:hover:not(:disabled){color:#171716;background:#f0f0f0}._richToolbarButtonActive_dfmqk_471,._richToolbarButtonActive_dfmqk_471:hover:not(:disabled){color:#fff;background:#171716}._richToolbarButton_dfmqk_449:focus-visible{outline-offset:1px;outline:2px solid #84980a8c}._richToolbarButton_dfmqk_449:disabled{cursor:default;opacity:.32}._richEditorContent_dfmqk_487{height:calc(100% - 44px);overflow:auto}._richEditorContent_dfmqk_487 .tiptap{overflow-wrap:anywhere;outline:none;min-height:100%;padding:14px 12px;font-size:16px;font-weight:500;line-height:20px}._richEditorContent_dfmqk_487 .tiptap p.is-editor-empty:first-child:before{color:#a7a69f;content:attr(data-placeholder);float:left;pointer-events:none;height:0}._richEditorContent_dfmqk_487 .tiptap>:first-child{margin-top:0}._richEditorContent_dfmqk_487 .tiptap>:last-child{margin-bottom:0}._richEditorContent_dfmqk_487 .tiptap p{margin:0 0 8px}._richEditorContent_dfmqk_487 .tiptap h2,._richEditorContent_dfmqk_487 .tiptap h3{margin:14px 0 8px;font-weight:700;line-height:1.25}._richEditorContent_dfmqk_487 .tiptap h2{font-size:22px}._richEditorContent_dfmqk_487 .tiptap h3{font-size:18px}._richEditorContent_dfmqk_487 .tiptap ul,._richEditorContent_dfmqk_487 .tiptap ol{margin:8px 0;padding-left:24px}._richEditorContent_dfmqk_487 .tiptap blockquote{color:#62615d;border-left:3px solid #a7a69f;margin:10px 0;padding-left:12px}._richEditorContent_dfmqk_487 .tiptap code{background:#dededb;border-radius:5px;padding:2px 5px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.9em}._richEditorContent_dfmqk_487 .tiptap pre{color:#fff;white-space:pre-wrap;background:#171716;border-radius:8px;padding:10px 12px}._richEditorContent_dfmqk_487 .tiptap pre code{color:inherit;background:0 0;padding:0}._counterError_dfmqk_572{color:#fe2c55!important}._price_dfmqk_576{background:#f0f0f0;border:0;border-radius:12px;align-items:center;gap:8px;width:100%;height:48px;display:flex;overflow:hidden}._price_dfmqk_576>span{color:#171716;padding-left:12px;font-size:16px;font-weight:500;line-height:20px}._price_dfmqk_576 input{min-width:0;box-shadow:none;appearance:textfield;padding-left:0}._price_dfmqk_576 input::-webkit-inner-spin-button{appearance:none;margin:0}._price_dfmqk_576 input::-webkit-outer-spin-button{appearance:none;margin:0}._price_dfmqk_576 input:focus{box-shadow:none}._filePicker_dfmqk_322{color:#92918b;text-align:center;cursor:pointer;background:#f0f0f0;border:0;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:8px;width:100%;min-height:124px;padding:24px 16px;display:flex;position:relative}._filePicker_dfmqk_322>img{width:36px;height:36px;display:block}._filePicker_dfmqk_322 strong,._filePicker_dfmqk_322 small{color:inherit;font-size:14px;font-weight:400;line-height:18px}._chooseButton_dfmqk_645{color:#62615d;font-size:14px;line-height:18px;text-decoration:underline}._fileSummary_dfmqk_652{justify-content:space-between;align-items:center;gap:12px;width:100%;font-size:14px;font-weight:400;line-height:18px;display:flex}._fileSummary_dfmqk_652>span{color:#62615d}._fileList_dfmqk_667{flex-direction:column;gap:8px;width:100%;margin:0;padding:0;list-style:none;display:flex}._fileUploads_dfmqk_677{flex-direction:column;gap:8px;width:100%;display:flex}._fileSummary_dfmqk_652>strong{font-weight:400}._fileList_dfmqk_667 li{background:#f0f0f0;border:0;border-radius:12px;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:16px;width:100%;min-width:0;min-height:62px;padding:14px 12px;font-size:14px;line-height:18px;display:grid}._fileName_dfmqk_704{flex-direction:column;gap:2px;min-width:0;display:flex}._fileList_dfmqk_667 li[data-upload-status=uploading] ._fileName_dfmqk_704{gap:8px}._fileName_dfmqk_704 strong{text-overflow:ellipsis;white-space:nowrap;font-weight:400;overflow:hidden}._fileName_dfmqk_704 small{color:#a7a69f;font-size:12px;font-weight:400;line-height:14px}._fileProgress_dfmqk_729{background:#fff;border-radius:999px;width:min(175px,100%);height:8px;display:block;overflow:hidden}._fileProgress_dfmqk_729>span{border-radius:inherit;background:#171716;height:100%;transition:width .16s;display:block}._fileStatus_dfmqk_746{color:#171716;font-size:14px;font-weight:400;line-height:18px}._fileList_dfmqk_667 li[data-upload-status=uploading] ._fileStatus_dfmqk_746{color:#92918b}._fileStatusFailed_dfmqk_757{color:#fe2c55}._fileActions_dfmqk_761{align-items:center;gap:4px;display:flex}._fileList_dfmqk_667 button{cursor:pointer;background:0 0;border:0;place-items:center;width:20px;height:20px;padding:4px;display:grid}._fileList_dfmqk_667 button img{width:12px;height:12px;display:block}._page_dfmqk_1[data-platform=desktop] ._fileList_dfmqk_667 button{width:12px;height:12px;padding:0}._selectControl_dfmqk_790{width:100%;display:block;position:relative}._selectControl_dfmqk_790 select{appearance:none;padding-right:40px}._selectControl_dfmqk_790>img{pointer-events:none;width:16px;height:16px;display:block;position:absolute;top:16px;right:12px;transform:rotate(90deg)}._durationHelp_dfmqk_812{color:#92918b;font-size:14px;font-weight:400;line-height:18px}._durationOptions_dfmqk_819{flex-wrap:wrap;gap:8px;display:flex}._durationOptions_dfmqk_819 button{color:#62615d;height:34px;font:inherit;cursor:pointer;background:#f0f0f0;border:0;border-radius:999px;padding:0 13px;font-size:13px}._durationOptions_dfmqk_819 ._selectedDuration_dfmqk_837{color:#fff;background:#171716}._fieldError_dfmqk_842,._field_dfmqk_348 ._fieldError_dfmqk_842,._formError_dfmqk_844{color:#fe2c55;margin:0;padding:0 4px;font-size:13px;font-weight:400;line-height:18px}._formError_dfmqk_844{background:#fff;border-radius:12px;width:100%;padding:12px 16px}._invalidControl_dfmqk_860,._field_dfmqk_348 input._invalidControl_dfmqk_860,._field_dfmqk_348 select._invalidControl_dfmqk_860,._invalidControl_dfmqk_860:focus{box-shadow:0 0 0 2px #fe2c5547}._footerActions_dfmqk_867{justify-content:flex-end;align-items:center;width:100%;height:42px;display:flex}._publishButton_dfmqk_875{color:#fff;height:42px;font-family:"Inter", var(--font-sans), sans-serif;cursor:pointer;background:#171716;border:0;border-radius:24px;justify-content:center;align-items:center;padding:12px 16px;font-size:14px;font-weight:400;line-height:18px;display:inline-flex}._publishButton_dfmqk_875:disabled{cursor:wait;opacity:.55}@media (width<=900px){._page_dfmqk_1{min-width:0;min-height:100%}._editorHeader_dfmqk_33{margin:16px;position:relative;top:auto;left:auto;right:auto}._storeLink_dfmqk_83{max-width:45%}._editor_dfmqk_33{width:calc(100% - 32px);padding-top:0}}@media (width<=620px){._editorHeader_dfmqk_33{flex-direction:column;align-items:flex-start;height:auto;min-height:56px}._storeLink_dfmqk_83{max-width:100%}._imageHelp_dfmqk_329{align-items:flex-start}._imageHelp_dfmqk_329 img{margin-top:1px}._footerActions_dfmqk_867,._publishButton_dfmqk_875{width:100%}}._page_dfmqk_1[data-platform=mobile]{background:#f8f8f8;grid-template-rows:44px minmax(0,1fr);width:100%;min-width:0;height:100%;min-height:0;display:grid;overflow:hidden}._mobileEditorHeader_dfmqk_949{z-index:4;background:#f8f8f8;grid-template-columns:44px minmax(0,1fr) 44px;align-items:center;width:100%;height:44px;padding:0 4px;display:grid;position:relative}._mobileEditorHeader_dfmqk_949 button{cursor:pointer;background:0 0;border:0;place-items:center;width:44px;height:44px;padding:10px;display:grid}._mobileEditorHeader_dfmqk_949 button img{width:24px;height:24px;display:block}._mobileEditorHeader_dfmqk_949 h1{color:#171716;text-align:center;text-overflow:ellipsis;white-space:nowrap;min-width:0;margin:0;font-size:18px;font-weight:700;line-height:22px;overflow:hidden}._page_dfmqk_1[data-platform=mobile] ._editor_dfmqk_33{align-items:stretch;gap:.16rem;width:100%;height:100%;min-height:0;margin:0;padding:.08rem .2rem 0;overflow:hidden}._page_dfmqk_1[data-platform=mobile] ._tabs_dfmqk_124{flex:0 0 .42rem}._page_dfmqk_1[data-platform=mobile] ._form_dfmqk_161{flex:auto;align-items:stretch;gap:0;min-height:0;overflow:hidden}._page_dfmqk_1[data-platform=mobile] ._formScroller_dfmqk_169{overscroll-behavior:contain;scrollbar-width:none;flex-direction:column;flex:auto;align-items:stretch;gap:.16rem;min-height:0;padding-bottom:.16rem;display:flex;overflow:hidden auto}._page_dfmqk_1[data-platform=mobile] ._formScroller_dfmqk_169::-webkit-scrollbar{display:none}._page_dfmqk_1[data-platform=mobile] ._section_dfmqk_173{background:0 0;border-radius:0;gap:8px;padding:0}._page_dfmqk_1[data-platform=mobile] ._sectionHeading_dfmqk_185{justify-content:space-between;align-items:center;gap:12px;min-height:18px;display:flex}._page_dfmqk_1[data-platform=mobile] ._sectionHeading_dfmqk_185 strong,._page_dfmqk_1[data-platform=mobile] ._sectionHeading_dfmqk_185 small{color:#171716;font-size:14px;font-weight:400;line-height:18px;display:block}._page_dfmqk_1[data-platform=mobile] ._sectionHeading_dfmqk_185 small{color:#62615d;font-weight:400}._page_dfmqk_1[data-platform=mobile] [data-product-section=cover-text]{gap:16px}._page_dfmqk_1[data-platform=mobile] [data-product-section=cover-text]>._sectionHeading_dfmqk_185,._page_dfmqk_1[data-platform=mobile] [data-product-section=price] ._fieldHeading_dfmqk_359,._page_dfmqk_1[data-platform=mobile] [data-product-section=duration] ._fieldHeading_dfmqk_359{display:none}._page_dfmqk_1[data-platform=mobile] ._imageList_dfmqk_204{scrollbar-width:none;flex-wrap:nowrap;overflow-x:auto}._page_dfmqk_1[data-platform=mobile] ._imageList_dfmqk_204::-webkit-scrollbar{display:none}._page_dfmqk_1[data-platform=mobile] ._imageHelp_dfmqk_329{align-items:flex-start}._page_dfmqk_1[data-platform=mobile] [data-image-field=product] ._imageHelp_dfmqk_329{min-height:16px;font-size:12px;line-height:14px}._page_dfmqk_1[data-platform=mobile] ._field_dfmqk_348{gap:8px;font-size:14px;line-height:18px}._page_dfmqk_1[data-platform=mobile] ._field_dfmqk_348 input,._page_dfmqk_1[data-platform=mobile] ._field_dfmqk_348 select,._page_dfmqk_1[data-platform=mobile] ._price_dfmqk_576{height:46px;font-size:14px;font-weight:400;line-height:18px}._page_dfmqk_1[data-platform=mobile] ._price_dfmqk_576>span{font-size:14px;font-weight:400;line-height:18px}._page_dfmqk_1[data-platform=mobile] ._selectControl_dfmqk_790>img{top:15px}._page_dfmqk_1[data-platform=mobile] ._richEditor_dfmqk_402{height:180px}._page_dfmqk_1[data-platform=mobile] ._richToolbar_dfmqk_417{min-height:42px;padding:6px 8px}._page_dfmqk_1[data-platform=mobile] ._richToolbarButton_dfmqk_449{min-width:28px;height:28px;padding:0 6px;font-size:12px}._page_dfmqk_1[data-platform=mobile] ._richEditorContent_dfmqk_487{height:calc(100% - 42px)}._page_dfmqk_1[data-platform=mobile] ._richEditorContent_dfmqk_487 .tiptap{padding:12px;font-size:14px;font-weight:400;line-height:18px}._page_dfmqk_1[data-platform=mobile] ._filePicker_dfmqk_322{color:#92918b;background:#fff;border:1px dashed #ededed;min-height:88px;padding:16px}._page_dfmqk_1[data-platform=mobile] ._filePicker_dfmqk_322 small,._page_dfmqk_1[data-platform=mobile] ._filePicker_dfmqk_322 ._chooseButton_dfmqk_645{display:none}._page_dfmqk_1[data-platform=mobile] ._fileSummary_dfmqk_652{margin-top:8px}._page_dfmqk_1[data-platform=mobile] ._fileSummary_dfmqk_652>span{color:#62615d}._page_dfmqk_1[data-platform=mobile] ._fileList_dfmqk_667 li{min-height:62px}._page_dfmqk_1[data-platform=mobile] ._fileName_dfmqk_704 small{color:#a7a69f;font-size:12px;line-height:14px}._page_dfmqk_1[data-platform=mobile] ._fileStatus_dfmqk_746{color:#171716}._page_dfmqk_1[data-platform=mobile] ._fileList_dfmqk_667 li[data-upload-status=uploading] ._fileStatus_dfmqk_746{color:#92918b}._page_dfmqk_1[data-platform=mobile] ._fileList_dfmqk_667 li[data-upload-status=failed] ._fileStatus_dfmqk_746{color:#fe2c55}._page_dfmqk_1[data-platform=mobile] ._formError_dfmqk_844{background:#fff;padding:10px 12px}._page_dfmqk_1[data-platform=mobile] ._footerActions_dfmqk_867{box-sizing:border-box;width:calc(100% + .4rem);height:calc(.66rem + var(--app-safe-bottom,0rem));padding:.1rem .24rem calc(.1rem + var(--app-safe-bottom,0rem));flex:0 0 calc(.66rem + var(--app-safe-bottom,0rem));justify-content:stretch;margin:0 -.2rem;position:static}._page_dfmqk_1[data-platform=mobile] ._publishButton_dfmqk_875{border-radius:.4rem;width:100%;height:.46rem;padding:.14rem .18rem;font-size:.14rem;line-height:.18rem}._action_vw9v0_1{color:#fe2c55;width:100%;height:100%;font:inherit;cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;gap:8px;padding:0;font-size:16px;font-weight:500;line-height:20px;display:flex}._action_vw9v0_1:disabled{cursor:wait;opacity:.62}._icon_vw9v0_24{stroke-width:1.2px;flex:0 0 21px;width:21px;height:21px}._button_1fm66_1{--flat-button-background:#4e71e0;--flat-button-border:transparent;--flat-button-color:#fff;--flat-button-height:46px;--flat-button-horizontal-padding:20px;appearance:none;min-width:0;min-height:var(--flat-button-height);padding:0 var(--flat-button-horizontal-padding);text-align:center;-webkit-tap-highlight-color:transparent;justify-content:center;align-items:center;gap:8px;font-family:inherit;font-size:14px;font-weight:500;line-height:18px;text-decoration:none;transition:background-color .16s,border-color .16s,color .16s,opacity .16s;display:inline-flex;border:1px solid var(--flat-button-border)!important;color:var(--flat-button-color)!important;background:var(--flat-button-background)!important;box-shadow:none!important;text-shadow:none!important;background-image:none!important;transform:none!important}._button_1fm66_1:not(:disabled){cursor:pointer}._button_1fm66_1:not(:disabled):hover{filter:brightness(.96)}._button_1fm66_1:not(:disabled):active{filter:brightness(.9)}._button_1fm66_1:focus-visible{outline-offset:2px;outline:2px solid #4e71e061}._button_1fm66_1:disabled{cursor:not-allowed;opacity:.48}._primary_1fm66_54{--flat-button-background:#4e71e0;--flat-button-color:#fff}._secondary_1fm66_59{--flat-button-background:#dde6f2;--flat-button-color:#4e71e0}._outline_1fm66_64{--flat-button-background:#fff;--flat-button-border:#d7e0ec;--flat-button-color:#141b27}._dark_1fm66_70{--flat-button-background:#141b27;--flat-button-color:#fff}._danger_1fm66_75{--flat-button-background:#ff315c;--flat-button-color:#fff}._ghost_1fm66_80{--flat-button-background:transparent;--flat-button-color:#4e71e0}._inverse_1fm66_85{--flat-button-background:#ffffff14;--flat-button-border:#ffffff3d;--flat-button-color:#ffffffe0}._small_1fm66_91{--flat-button-height:38px;--flat-button-horizontal-padding:16px}._medium_1fm66_96{--flat-button-height:46px}._large_1fm66_100{--flat-button-height:52px;--flat-button-horizontal-padding:24px}._pill_1fm66_105{border-radius:999px!important}._rounded_1fm66_109{border-radius:12px!important}._fullWidth_1fm66_113{width:100%}._icon_1fm66_117,._spinner_1fm66_118{flex:0 0 16px;width:16px;height:16px}._icon_1fm66_117{justify-content:center;align-items:center;display:inline-flex}._icon_1fm66_117>img,._icon_1fm66_117>svg{width:100%;height:100%;display:block}._spinner_1fm66_118{opacity:.72;border:2px solid;border-top-color:#0000;border-radius:50%;animation:.7s linear infinite _flat-button-spin_1fm66_1}._label_1fm66_145{text-overflow:ellipsis;white-space:nowrap;min-width:0}@keyframes _flat-button-spin_1fm66_1{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){._button_1fm66_1{transition:none}._spinner_1fm66_118{animation-duration:1.2s}}._illustration_4zft5_1{flex-shrink:0;width:80px;height:80px;display:block;position:relative;overflow:hidden}._backdrop_4zft5_10{background:url("data:image/svg+xml,%3csvg%20preserveAspectRatio='none'%20overflow='visible'%20style='display:%20block;'%20width='80'%20height='65.0667'%20viewBox='0%200%2080%2065.0667'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20id='Vector%2038'%20d='M17.0327%200.964974C-12.6118%2016.087%203.06971%2042.9258%2014.616%2054.455C25.8935%2064.4293%2041.0652%2065.5818%2047.2415%2064.9113C58.8415%2063.6243%2066.8433%2054.9908%2069.3942%2050.835C73.422%2044.8023%2078.3896%2035.0159%2079.4637%2030.3238C82.6859%2010.6974%2070.6026%208.20385%2064.1581%209.41039C49.9803%2013.2713%2038.3803%207.5338%2034.3526%204.18242C27.2637%20-1.28724%2019.8523%20-0.241567%2017.0327%200.964974Z'%20fill='white'/%3e%3c/svg%3e") 50%/100% 100% no-repeat;width:100%;height:81.3338%;position:absolute;top:9%;left:0}._artwork_4zft5_19{background-position:50%;background-repeat:no-repeat;background-size:cover;position:absolute}._illustration_4zft5_1[data-state-illustration=empty] ._artwork_4zft5_19{background-image:url(https://assets.opencreators.ai/assets/chat-empty-box-original-DtHzoZpr.png);width:98.3542%;height:89.1025%;top:1.25%;left:.625%}._illustration_4zft5_1[data-state-illustration=system] ._artwork_4zft5_19{background-image:url(https://assets.opencreators.ai/assets/load-failed-original-LcXt4H94.png);width:80%;height:86.7175%;top:1.25%;left:9.375%}._illustration_4zft5_1[data-state-illustration=network] ._artwork_4zft5_19{background-image:url(https://assets.opencreators.ai/assets/no-network-original-DC-KgNNp.png);width:97.1375%;height:70%;top:7.5%;left:1.88125%}._state_di22l_1{color:#171716;text-align:center;flex-direction:column;flex:auto;justify-content:center;align-items:center;gap:16px;width:100%;height:100%;min-height:0;padding:20px;display:flex}._image_di22l_16{object-fit:contain;flex:0 0 80px;width:80px;height:80px;display:block}._copy_di22l_24{justify-items:center;width:min(335px,100%);display:grid}._copy_di22l_24 h2{letter-spacing:0;width:100%;margin:0;font-size:16px;font-weight:500;line-height:24px}._copy_di22l_24 p{color:#62615d;letter-spacing:0;width:100%;margin:0;font-size:12px;font-weight:400;line-height:14px}._state_di22l_1 button{--flat-button-background:#171716;--flat-button-color:#fff;color:#fff;letter-spacing:0;background:#171716;border-radius:40px;width:165px;height:40px;padding:8px 24px;font-size:14px;font-weight:700;line-height:20px}._state_di22l_1 button:focus-visible{outline-offset:2px;outline:2px solid #171716}._state_di22l_1[data-variant=chat]{gap:24px;padding:16px 20px}._state_di22l_1[data-variant=chat] ._copy_di22l_24{gap:8px;width:255px;max-width:100%}._state_di22l_1[data-variant=chat] h2{color:#171716;font-size:24px;font-weight:700;line-height:30px}._state_di22l_1[data-variant=chat] p{color:#62615d;font-size:14px;line-height:18px}.sheet-dialog.checkout-dialog{width:min(100% - 28px,520px);max-height:min(90vh,760px);font-family:var(--font-sans);color:#161a18;font-synthesis:none;text-rendering:optimizelegibility;background:0 0;border:0;border-radius:24px;outline:none;margin:auto;padding:0;font-size:16px;position:fixed;inset:0}.sheet-dialog.checkout-dialog,.checkout-dialog *,.checkout-dialog :before,.checkout-dialog :after{box-sizing:border-box}.checkout-dialog button{font:inherit;cursor:pointer}.sheet-dialog.checkout-dialog::backdrop{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#0c100e94}.checkout-dialog .checkout-dialog__panel{background:#fff;border-radius:24px;gap:0;padding:24px;display:grid;box-shadow:0 28px 70px #00000047}.checkout-dialog .checkout-dialog__header{justify-content:space-between;align-items:center;gap:16px;display:flex}.checkout-dialog .checkout-dialog__header h2{color:#161a18;letter-spacing:0;margin:0;font-size:23.2px;line-height:1.2}.checkout-dialog .dialog-close{color:#161a18;background:#fff;border:1px solid #d9dfdb;border-radius:40px;min-height:40px;padding:0 13px;font-size:14px;font-weight:700}.checkout-dialog .checkout-summary{background:#f6f7f5;border:1px solid #d9dfdb;border-radius:14px;grid-template-columns:64px minmax(0,1fr);align-items:center;gap:12px;margin:20px 0;padding:12px;display:grid}.checkout-dialog .checkout-summary__image,.checkout-dialog .checkout-summary__placeholder{object-fit:cover;border-radius:10px;width:64px;height:76px;display:block}.checkout-dialog .checkout-summary__placeholder{background:#e7eaf0}.checkout-dialog .checkout-summary div{gap:5px;min-width:0;display:grid}.checkout-dialog .checkout-summary strong,.checkout-dialog .checkout-summary small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.checkout-dialog .checkout-summary strong{color:#161a18;font-size:16px}.checkout-dialog .checkout-summary small{color:#6d716e;font-size:12.8px;font-weight:400}.checkout-dialog .checkout-copy{color:#6d716e;margin:0;font-size:16px;line-height:1.55}.checkout-dialog .checkout-confirm{--flat-button-background:#171716;--flat-button-color:#fff;border:0;border-radius:40px;width:100%;min-height:50px;margin-top:12px;font-weight:700}.checkout-dialog .checkout-confirm:disabled{cursor:wait;opacity:.55}.checkout-dialog .checkout-error{color:#b42318;background:#fef3f2;border-radius:12px;margin:12px 0 0;padding:12px 14px;font-size:13.12px;line-height:1.45}._content_17ckj_1{white-space:normal;overflow-wrap:anywhere;min-width:0}._content_17ckj_1 p,._content_17ckj_1 ul,._content_17ckj_1 ol,._content_17ckj_1 blockquote,._content_17ckj_1 pre,._content_17ckj_1 table,._content_17ckj_1 h1,._content_17ckj_1 h2,._content_17ckj_1 h3,._content_17ckj_1 h4,._content_17ckj_1 h5,._content_17ckj_1 h6{margin-block:.75em}._content_17ckj_1>:first-child{margin-top:0}._content_17ckj_1>:last-child{margin-bottom:0}._content_17ckj_1 h1,._content_17ckj_1 h2,._content_17ckj_1 h3,._content_17ckj_1 h4,._content_17ckj_1 h5,._content_17ckj_1 h6{font-size:1em;font-weight:700}._content_17ckj_1 strong{font-weight:700}._content_17ckj_1 ul,._content_17ckj_1 ol{padding-inline-start:1.5em}._content_17ckj_1 ul{list-style:outside}._content_17ckj_1 ol{list-style:decimal}._content_17ckj_1 li+li{margin-top:.25em}._content_17ckj_1 p{white-space:pre-wrap}._content_17ckj_1 blockquote{border-inline-start:2px solid var(--color-text-secondary);color:var(--color-text-secondary);margin-inline:0;padding-inline-start:.75em}._content_17ckj_1 a{color:inherit;text-decoration:underline}._content_17ckj_1 pre{white-space:pre;max-width:100%;overflow-x:auto}._content_17ckj_1 code{font-family:monospace}._content_17ckj_1 table{border-collapse:collapse;max-width:100%;display:block;overflow-x:auto}._content_17ckj_1 th,._content_17ckj_1 td{border:1px solid var(--color-border-muted);padding:.25em .5em}._content_17ckj_1 img{max-width:100%;height:auto}._content_1uu57_1{align-items:center;gap:.5em;min-width:0;display:flex}._orb_1uu57_8{flex:none}._text_1uu57_12{min-width:0;color:var(--color-text-secondary);white-space:pre-wrap;overflow-wrap:anywhere;font-size:.857143em}._dots_1uu57_20{white-space:nowrap;display:inline-grid}._dots_1uu57_20:before{content:"......";visibility:hidden;grid-area:1/1}._dots_1uu57_20:after{content:".";grid-area:1/1;animation:3s step-end infinite _thinking-dots_1uu57_1}@keyframes _thinking-dots_1uu57_1{0%{content:"."}16.6667%{content:".."}33.3333%{content:"..."}50%{content:"...."}66.6667%{content:"....."}83.3333%{content:"......"}}@media (prefers-reduced-motion:reduce){._dots_1uu57_20:after{animation:none}}._overlay_9snx5_1{z-index:220;background:#000000c2;place-items:center;width:100vw;height:100vh;display:grid;position:fixed;inset:0}._dialog_9snx5_12{color:#141b27;background:#fff;border-radius:16px;flex-direction:column;width:588px;height:min(532px,100% - 64px);min-height:420px;padding:16px 8px;display:flex;overflow:hidden}._header_9snx5_25{flex:0 0 24px;align-items:center;height:24px;padding:0 8px;display:flex;position:relative}._header_9snx5_25 h2{margin:0;font-size:16px;font-weight:500;line-height:20px}._closeButton_9snx5_40{color:#6c7b92;place-items:center;width:20px;height:20px;margin-left:auto;display:grid}._closeIcon_9snx5_52{width:20px;height:20px;display:block}._filters_9snx5_58{flex:0 0 34px;grid-template-columns:64px 100px 96px;gap:12px;height:34px;margin-top:8px;padding:0 8px;display:grid}._filterButton_9snx5_68,._filterActive_9snx5_69{border-radius:999px;height:30px;font-size:11px;font-weight:400;line-height:14px}._filterButton_9snx5_68{color:#141b27;background:#f2f5fa}._filterActive_9snx5_69{color:#fff;background:#5574e4}._orderList_9snx5_87{scrollbar-width:thin;flex:1;min-height:0;padding:8px 8px 0;overflow-y:auto}._orderCard_9snx5_95{background:#f4f7fc;border-radius:16px;flex-direction:column;min-height:100px;padding:12px 16px;display:flex;position:relative}._orderCard_9snx5_95+._orderCard_9snx5_95{margin-top:8px}._creatorRow_9snx5_108{color:#6c7b92;align-items:center;gap:6px;height:18px;font-size:10px;line-height:13px;display:flex}._creatorRow_9snx5_108 ._creatorAvatar_9snx5_117{object-fit:cover;border-radius:50%;flex:0 0 18px;width:18px;height:18px}._creatorRow_9snx5_108>span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}._creatorRow_9snx5_108 em{text-align:center;border-radius:999px;min-width:68px;height:18px;margin-left:auto;padding:0 9px;font-size:9px;font-style:normal;line-height:18px}._progressStatus_9snx5_141{color:#829be8;background:#e9efff}._completedStatus_9snx5_146{color:#69b797;background:#e4f6ee}._orderTitle_9snx5_151{-webkit-line-clamp:2;-webkit-box-orient:vertical;max-width:calc(100% - 96px);margin-top:6px;font-size:13px;font-weight:500;line-height:16px;display:-webkit-box;overflow:hidden}._orderMeta_9snx5_163{align-items:center;gap:14px;min-height:17px;margin-top:3px;display:flex}._orderMeta_9snx5_163 b{font-size:14px;font-weight:500;line-height:17px}._orderMeta_9snx5_163 span{color:#6c7b92;font-size:9px;line-height:11px}._orderCard_9snx5_95 time{color:#8d9ab0;margin-top:3px;font-size:9px;line-height:11px}._openDmButton_9snx5_188{color:#fff;background:#5574e4;border-radius:999px;min-width:78px;height:26px;padding:0 14px;font-size:10px;line-height:13px;position:absolute;bottom:12px;right:16px}._stateMessage_9snx5_202{color:#8d9ab0;justify-content:center;align-items:center;gap:10px;min-height:220px;margin:0;font-size:13px;display:flex}._stateMessage_9snx5_202 button{color:#5574e4}._overlay_9snx5_1[data-platform=desktop]{background:#121212cc}._overlay_9snx5_1[data-platform=desktop] ._dialog_9snx5_12{color:#171716;background:#f8f8f8;gap:16px;width:587px;height:min(534px,100% - 64px);min-height:0;padding:16px}._overlay_9snx5_1[data-platform=desktop] ._header_9snx5_25{flex:0 0 24px;height:24px;padding:0}._overlay_9snx5_1[data-platform=desktop] ._header_9snx5_25 h2{font-size:16px;font-weight:500;line-height:24px}._overlay_9snx5_1[data-platform=desktop] ._filters_9snx5_58{flex:0 0 38px;gap:16px;width:100%;height:38px;margin:0;padding:0;display:flex}._overlay_9snx5_1[data-platform=desktop] ._filterButton_9snx5_68,._overlay_9snx5_1[data-platform=desktop] ._filterActive_9snx5_69{white-space:nowrap;border-radius:24px;width:auto;height:38px;padding:10px 24px;font-size:14px;font-weight:400;line-height:18px}._overlay_9snx5_1[data-platform=desktop] ._filterButton_9snx5_68{color:#171716;background:#fff}._overlay_9snx5_1[data-platform=desktop] ._filterActive_9snx5_69{color:#fff;background:#171716}._overlay_9snx5_1[data-platform=desktop] ._orderList_9snx5_87{flex-direction:column;flex:1;gap:12px;min-height:0;padding:0;display:flex}._overlay_9snx5_1[data-platform=desktop] ._orderCard_9snx5_95{background:#fff;border-radius:16px;flex:0 0 130px;min-height:130px;padding:16px}._overlay_9snx5_1[data-platform=desktop] ._orderCard_9snx5_95+._overlay_9snx5_1[data-platform=desktop] ._orderCard_9snx5_95{margin-top:0}._overlay_9snx5_1[data-platform=desktop] ._creatorRow_9snx5_108{color:#62615d;gap:4px;height:22px;font-size:12px;line-height:14px}._overlay_9snx5_1[data-platform=desktop] ._creatorRow_9snx5_108 ._creatorAvatar_9snx5_117{flex-basis:18px;width:18px;height:18px}._overlay_9snx5_1[data-platform=desktop] ._creatorRow_9snx5_108 em{border-radius:24px;min-width:0;height:22px;padding:4px 12px;font-size:12px;line-height:14px}._overlay_9snx5_1[data-platform=desktop] ._progressStatus_9snx5_141{color:#654f2a;background:#f7f2e8}._overlay_9snx5_1[data-platform=desktop] ._completedStatus_9snx5_146{color:#405445;background:#eef2ef}._overlay_9snx5_1[data-platform=desktop] ._orderTitle_9snx5_151{color:#171716;-webkit-line-clamp:1;max-width:100%;margin-top:8px;font-size:14px;font-weight:400;line-height:18px}._overlay_9snx5_1[data-platform=desktop] ._orderMeta_9snx5_163{gap:8px;max-width:100%;min-height:20px;margin-top:4px}._overlay_9snx5_1[data-platform=desktop] ._orderMeta_9snx5_163 b{color:#171716;font-size:16px;font-weight:500;line-height:20px}._overlay_9snx5_1[data-platform=desktop] ._orderMeta_9snx5_163>span{color:#aac72a;font-size:12px;line-height:14px}._overlay_9snx5_1[data-platform=desktop] ._orderMetaDivider_9snx5_338{flex:0 0 10px;width:10px;height:1px;display:block;transform:rotate(90deg)}._overlay_9snx5_1[data-platform=desktop] ._downloadLink_9snx5_345,._overlay_9snx5_1[data-platform=desktop] ._downloadIcon_9snx5_346{flex:0 0 16px;width:16px;height:16px;display:block}._overlay_9snx5_1[data-platform=desktop] ._downloadLink_9snx5_345{cursor:pointer;border-radius:2px}._overlay_9snx5_1[data-platform=desktop] ._downloadLink_9snx5_345:focus-visible{outline-offset:2px;outline:2px solid #171716}._overlay_9snx5_1[data-platform=desktop] ._orderCard_9snx5_95 time{color:#62615d;max-width:100%;margin-top:8px;font-size:14px;line-height:18px}._overlay_9snx5_1[data-platform=desktop] ._confirmableOrderCard_9snx5_367 ._orderTitle_9snx5_151,._overlay_9snx5_1[data-platform=desktop] ._confirmableOrderCard_9snx5_367 ._orderMeta_9snx5_163,._overlay_9snx5_1[data-platform=desktop] ._confirmableOrderCard_9snx5_367 time{max-width:calc(100% - 94px)}._overlay_9snx5_1[data-platform=desktop] ._openDmButton_9snx5_188{color:#fff;background:#171716;border-radius:40px;width:86px;min-width:86px;height:30px;padding:8px 16px;font-size:12px;font-weight:400;line-height:14px;bottom:16px;right:16px}._overlay_9snx5_1[data-platform=desktop] ._stateMessage_9snx5_202{color:#62615d}._overlay_9snx5_1[data-platform=desktop] ._stateMessage_9snx5_202 button{color:#171716}._overlay_9snx5_1[data-platform=mobile]{width:100%;height:var(--app-current-visual-height);background:#f8f8f8;display:block}._overlay_9snx5_1[data-platform=mobile] ._dialog_9snx5_12{color:#171716;width:100%;height:100%;min-height:0;padding:var(--app-safe-top,0) 0 calc(.16rem + var(--app-safe-bottom,0rem));background:#f8f8f8;border-radius:0}._overlay_9snx5_1[data-platform=mobile] ._closeButton_9snx5_40{display:none}._overlay_9snx5_1[data-platform=mobile] ._mobileHeader_9snx5_411{flex:0 0 .44rem;justify-content:center;align-items:center;width:100%;height:.44rem;padding:0 .16rem;display:flex;position:relative}._overlay_9snx5_1[data-platform=mobile] ._mobileHeader_9snx5_411 h2{color:#171716;text-overflow:ellipsis;white-space:nowrap;max-width:calc(100% - .8rem);margin:0;font-size:.18rem;font-weight:700;line-height:.22rem;overflow:hidden}._overlay_9snx5_1[data-platform=mobile] ._mobileBackButton_9snx5_432{place-items:center;width:.24rem;height:.24rem;display:grid;position:absolute;top:.1rem;left:.16rem}._overlay_9snx5_1[data-platform=mobile] ._mobileBackButton_9snx5_432:focus-visible{outline-offset:.02rem;outline:.02rem solid #171716}._overlay_9snx5_1[data-platform=mobile] ._mobileBackIcon_9snx5_445{width:.24rem;height:.24rem;display:block}._overlay_9snx5_1[data-platform=mobile] ._filters_9snx5_58{flex:0 0 .32rem;align-items:center;gap:.24rem;width:2.49rem;height:.32rem;margin-top:.04rem;margin-left:.2rem;margin-right:0;padding:0;display:flex}._overlay_9snx5_1[data-platform=mobile] ._filterButton_9snx5_68,._overlay_9snx5_1[data-platform=mobile] ._filterActive_9snx5_69{color:#171716;white-space:nowrap;background:0 0;border-radius:0;width:auto;padding:0;position:relative}._overlay_9snx5_1[data-platform=mobile] ._filterButton_9snx5_68{height:.24rem;font-size:.16rem;font-weight:500;line-height:.24rem}._overlay_9snx5_1[data-platform=mobile] ._filterActive_9snx5_69{height:.32rem;font-size:.22rem;font-weight:700;line-height:.32rem}._overlay_9snx5_1[data-platform=mobile] ._filterActive_9snx5_69:after{content:"";background:linear-gradient(#171716 0%,#17171600 100%);height:.05rem;position:absolute;bottom:0;left:0;right:0}._overlay_9snx5_1[data-platform=mobile] ._orderList_9snx5_87{scrollbar-width:none;width:calc(100% - .4rem);margin:0 .2rem;padding:.12rem 0 0}._overlay_9snx5_1[data-platform=mobile] ._orderList_9snx5_87::-webkit-scrollbar{display:none}._overlay_9snx5_1[data-platform=mobile] ._orderCard_9snx5_95{color:#171716;background:#fff;border:0;border-radius:.16rem;width:100%;min-height:1.28rem;padding:.16rem}._overlay_9snx5_1[data-platform=mobile] ._orderCard_9snx5_95+._overlay_9snx5_1[data-platform=mobile] ._orderCard_9snx5_95{margin-top:.12rem}._overlay_9snx5_1[data-platform=mobile] ._creatorRow_9snx5_108{color:#62615d;gap:.04rem;height:.2rem;font-size:.12rem;line-height:.14rem}._overlay_9snx5_1[data-platform=mobile] ._creatorRow_9snx5_108 ._creatorAvatar_9snx5_117{flex-basis:.18rem;width:.18rem;height:.18rem}._overlay_9snx5_1[data-platform=mobile] ._creatorRow_9snx5_108 em{border-radius:.24rem;min-width:0;height:.2rem;padding:.04rem .12rem;font-size:.1rem;line-height:.12rem}._overlay_9snx5_1[data-platform=mobile] ._progressStatus_9snx5_141{color:#654f2a;background:#f7f2e8}._overlay_9snx5_1[data-platform=mobile] ._completedStatus_9snx5_146{color:#405445;background:#eef2ef}._overlay_9snx5_1[data-platform=mobile] ._orderTitle_9snx5_151{color:#171716;-webkit-line-clamp:1;max-width:100%;margin-top:.08rem;font-size:.14rem;font-weight:400;line-height:.18rem}._overlay_9snx5_1[data-platform=mobile] ._orderMeta_9snx5_163{gap:.08rem;min-height:.24rem;margin-top:.04rem}._overlay_9snx5_1[data-platform=mobile] ._orderMeta_9snx5_163 b{color:#171716;font-size:.16rem;font-weight:500;line-height:.24rem}._overlay_9snx5_1[data-platform=mobile] ._orderMeta_9snx5_163 span{color:#62615d;align-items:center;gap:.08rem;font-size:.1rem;line-height:.12rem;display:flex}._overlay_9snx5_1[data-platform=mobile] ._orderMeta_9snx5_163 span:before{content:"";background:#ededed;flex:0 0 .1rem;width:.1rem;height:.01rem}._overlay_9snx5_1[data-platform=mobile] ._downloadLink_9snx5_345,._overlay_9snx5_1[data-platform=mobile] ._downloadIcon_9snx5_346{flex:0 0 .16rem;width:.16rem;height:.16rem;display:block}._overlay_9snx5_1[data-platform=mobile] ._downloadLink_9snx5_345{border-radius:.02rem}._overlay_9snx5_1[data-platform=mobile] ._downloadLink_9snx5_345:focus-visible{outline-offset:.02rem;outline:.02rem solid #171716}._overlay_9snx5_1[data-platform=mobile] ._orderCard_9snx5_95 time{color:#62615d;max-width:100%;margin-top:.08rem;font-size:.12rem;line-height:.14rem}._overlay_9snx5_1[data-platform=mobile] ._confirmableOrderCard_9snx5_367 ._orderTitle_9snx5_151,._overlay_9snx5_1[data-platform=mobile] ._confirmableOrderCard_9snx5_367 ._orderMeta_9snx5_163,._overlay_9snx5_1[data-platform=mobile] ._confirmableOrderCard_9snx5_367 time{max-width:calc(100% - .94rem)}._overlay_9snx5_1[data-platform=mobile] ._openDmButton_9snx5_188{color:#fff;background:#171716;border-radius:.4rem;width:.86rem;min-width:.86rem;height:.3rem;padding:.08rem .16rem;font-size:.12rem;line-height:.14rem;bottom:.16rem;right:.16rem}._overlay_9snx5_1[data-platform=mobile] ._stateMessage_9snx5_202{color:#62615d;gap:.1rem;min-height:2.2rem;font-size:.13rem}._overlay_9snx5_1[data-platform=mobile] ._stateMessage_9snx5_202 button{color:#171716}._card_1b37i_1{--skeleton-unit:1px;border-radius:calc(16 * var(--skeleton-unit));background:#fff;align-self:start;width:238px;min-width:0;display:grid;overflow:hidden}._creator_1b37i_12{height:calc(42 * var(--skeleton-unit));align-items:center;gap:calc(6 * var(--skeleton-unit));padding:calc(8 * var(--skeleton-unit)) calc(16 * var(--skeleton-unit));display:flex}._avatar_1b37i_20,._name_1b37i_21,._media_1b37i_22,._title_1b37i_23,._summary_1b37i_24,._summaryShort_1b37i_25{background:linear-gradient(90deg,#efeeea 20%,#f8f7f4 50%,#efeeea 80%) 0 0/220% 100%;animation:1.4s ease-in-out infinite _discover-skeleton-shimmer_1b37i_1;display:block}._avatar_1b37i_20{width:calc(26 * var(--skeleton-unit));height:calc(26 * var(--skeleton-unit));border-radius:50%;flex-shrink:0}._name_1b37i_21{width:56%;height:calc(12 * var(--skeleton-unit));border-radius:calc(6 * var(--skeleton-unit))}._media_1b37i_22{width:100%;height:318px}._copy_1b37i_50{gap:calc(8 * var(--skeleton-unit));padding:calc(12 * var(--skeleton-unit)) calc(16 * var(--skeleton-unit)) calc(16 * var(--skeleton-unit));display:grid}._title_1b37i_23{width:84%;height:calc(20 * var(--skeleton-unit));border-radius:calc(6 * var(--skeleton-unit))}._summary_1b37i_24,._summaryShort_1b37i_25{height:calc(12 * var(--skeleton-unit));border-radius:calc(6 * var(--skeleton-unit))}._summaryShort_1b37i_25{width:64%}._card_1b37i_1[data-platform=mobile]{--skeleton-unit:.01rem;width:100%}._card_1b37i_1[data-platform=mobile] ._media_1b37i_22{aspect-ratio:175.5/235;height:auto}._status_1b37i_81{clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}@keyframes _discover-skeleton-shimmer_1b37i_1{0%{background-position:100% 0}to{background-position:-100% 0}}@media (prefers-reduced-motion:reduce){._avatar_1b37i_20,._name_1b37i_21,._media_1b37i_22,._title_1b37i_23,._summary_1b37i_24,._summaryShort_1b37i_25{animation:none}}._root_o4ft1_1{place-items:center;min-height:min(32vh,240px);padding:24px;display:grid}._dots_o4ft1_8{align-items:center;gap:5px;display:inline-flex}._dot_o4ft1_8{background:#95a3b9;border-radius:50%;width:5px;height:5px;animation:.9s ease-in-out infinite _storefront-loading-pulse_o4ft1_1}._dot_o4ft1_8:nth-child(2){animation-delay:.12s}._dot_o4ft1_8:nth-child(3){animation-delay:.24s}._label_o4ft1_30{white-space:nowrap;clip-path:inset(50%);width:1px;height:1px;position:absolute;overflow:hidden}@keyframes _storefront-loading-pulse_o4ft1_1{0%,60%,to{opacity:.28;transform:translateY(0)}30%{opacity:.9;transform:translateY(-2px)}}@media (prefers-reduced-motion:reduce){._dot_o4ft1_8{opacity:.55;animation:none}}._frame_rse3t_1{width:100%;min-width:0;height:100%;min-height:0;position:relative}._page_1mrft_1{color:#171716;width:100%;min-width:0;height:100%;min-height:0;font-family:"Inter", var(--font-sans), sans-serif;background:#f8f8f8;justify-content:center;font-size:16px;display:flex}._panel_1mrft_14{background:#f8f8f8;width:min(100%,760px);min-width:0;height:100%;min-height:0;display:block}._detailColumn_1mrft_23{grid-template-rows:64px minmax(0,1fr) auto;width:100%;min-width:0;height:100%;min-height:0;display:grid}._creator_1mrft_32,._desktopRecommendation_1mrft_36,._mobileRecommendation_1mrft_37{display:none}._header_1mrft_41{justify-content:center;align-items:center;min-width:0;padding:0 56px;display:flex;position:relative}._header_1mrft_41 h1{text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:18px;font-weight:700;line-height:24px;overflow:hidden}._header_1mrft_41 button{color:#141b27;background:0 0;border:0;border-radius:50%;place-items:center;width:40px;height:40px;padding:0;font-size:24px;line-height:1;display:grid;position:absolute;left:16px}._desktopBackIcon_1mrft_76{object-fit:contain;width:30px;height:30px;display:block}._header_1mrft_41 button:focus-visible,._mobileBackButton_1mrft_84:focus-visible,._offer_1mrft_85:focus-visible,._buyButton_1mrft_86:focus-visible{outline-offset:2px;outline:2px solid #4e71e0}._mobileBackButton_1mrft_84{z-index:3;cursor:pointer;background:0 0;border:0;border-radius:0;place-items:center;width:24px;height:24px;padding:0;display:grid;position:absolute;top:10px;left:16px}._mobileBackIcon_1mrft_107{background-color:currentColor;width:24px;height:24px;display:block;-webkit-mask:url("data:image/svg+xml,%3csvg%20preserveAspectRatio='none'%20overflow='visible'%20style='display:%20block;'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='Frame'%3e%3cpath%20id='Vector'%20d='M7.41328%2012L14.1914%2018.7781C14.5828%2019.1695%2014.5828%2019.8023%2014.1914%2020.1914C13.8%2020.5828%2013.1672%2020.5828%2012.7781%2020.1914L5.29219%2012.7078C4.90078%2012.3164%204.90078%2011.6836%205.29219%2011.2945L12.7781%203.80859C13.1695%203.41719%2013.8023%203.41719%2014.1914%203.80859C14.5828%204.2%2014.5828%204.83281%2014.1914%205.22188L7.41328%2012Z'%20fill='%23171716'/%3e%3c/g%3e%3c/svg%3e") 50%/24px 24px no-repeat;mask:url("data:image/svg+xml,%3csvg%20preserveAspectRatio='none'%20overflow='visible'%20style='display:%20block;'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='Frame'%3e%3cpath%20id='Vector'%20d='M7.41328%2012L14.1914%2018.7781C14.5828%2019.1695%2014.5828%2019.8023%2014.1914%2020.1914C13.8%2020.5828%2013.1672%2020.5828%2012.7781%2020.1914L5.29219%2012.7078C4.90078%2012.3164%204.90078%2011.6836%205.29219%2011.2945L12.7781%203.80859C13.1695%203.41719%2013.8023%203.41719%2014.1914%203.80859C14.5828%204.2%2014.5828%204.83281%2014.1914%205.22188L7.41328%2012Z'%20fill='%23171716'/%3e%3c/g%3e%3c/svg%3e") 50%/24px 24px no-repeat}._scroll_1mrft_116{overscroll-behavior-y:contain;scrollbar-width:none;flex-direction:column;gap:16px;min-height:0;padding:0 16px 24px;display:flex;overflow:hidden auto}._scroll_1mrft_116::-webkit-scrollbar{display:none}._content_1mrft_132,._gameInfo_1mrft_133,._gameFacts_1mrft_134{flex-direction:column;min-width:0;display:flex}._content_1mrft_132,._gameInfo_1mrft_133{gap:16px}._gameFacts_1mrft_134{gap:0}._cover_1mrft_149{aspect-ratio:343/160;object-fit:cover;background:#e7ecf4;border-radius:16px;flex:none;width:100%;display:block}._summary_1mrft_159{flex-direction:column;align-items:flex-start;gap:10px;display:flex}._summary_1mrft_159 h2,._offers_1mrft_167 h2{color:#171716;margin:0;font-size:18px;font-weight:700;line-height:24px}._description_1mrft_175{color:#171716;white-space:pre-wrap;overflow-wrap:anywhere;font-size:14px;font-weight:400;line-height:18px}._description_1mrft_175>:first-child{margin-top:0}._description_1mrft_175>:last-child{margin-bottom:0}._description_1mrft_175 :where(p,ul,ol,blockquote,pre,figure,table){margin:0 0 12px}._description_1mrft_175 :where(h1,h2,h3,h4,h5,h6){color:#141b27;margin:16px 0 8px;font-size:1.15em;line-height:1.4}._description_1mrft_175 :where(ul,ol){padding-left:22px}._description_1mrft_175 :where(a){color:#4e71e0;overflow-wrap:anywhere;text-decoration:underline}._description_1mrft_175 :where(img,picture,video,iframe){border-radius:8px;width:auto;max-width:100%;height:auto;margin:12px auto;display:block}._description_1mrft_175 :where(video){background:#000;width:100%}._description_1mrft_175 :where(iframe){aspect-ratio:16/9;background:#000;border:0;width:100%}._description_1mrft_175 :where(blockquote){color:#6c7b92;border-left:3px solid #d7e0ec;padding-left:12px}._description_1mrft_175 :where(pre){white-space:pre-wrap;background:#eef3fb;border-radius:8px;padding:12px;overflow-x:auto}._description_1mrft_175 :where(table){border-collapse:collapse;width:100%}._description_1mrft_175 :where(th,td){text-align:left;border:1px solid #d7e0ec;padding:8px}._tags_1mrft_259{flex-wrap:wrap;gap:8px;display:flex}._tags_1mrft_259 span{color:#62615d;background:#efeeea;border-radius:24px;align-items:center;min-height:22px;padding:4px 12px;font-size:12px;font-weight:400;line-height:14px;display:inline-flex}._metadata_1mrft_278{border-top:1px solid #e1e6ef;flex-direction:column;margin:0;display:flex}._metadata_1mrft_278 div{border-bottom:1px solid #ededed;grid-template-columns:max-content minmax(0,1fr);align-items:center;gap:8px;min-height:31px;padding:8px 0;font-size:12px;line-height:14px;display:grid}._metadata_1mrft_278 dt{color:#92918b}._metadata_1mrft_278 dd{color:#171716;text-overflow:ellipsis;white-space:nowrap;margin:0;overflow:hidden}._offers_1mrft_167{flex-direction:column;gap:10px;display:flex}._offerList_1mrft_315{flex-direction:column;gap:8px;display:flex}._offer_1mrft_85{color:#141b27;width:100%;min-height:48px;font:inherit;text-align:left;background:#fff;border:1px solid #0000;border-radius:8px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:16px;padding:12px 14px;display:grid;box-shadow:0 2px 8px #141b270d}._offer_1mrft_85[aria-checked=true]{min-height:50px;box-shadow:none;background:#fff;border-color:#d5fd24}._storeName_1mrft_345{text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:500;line-height:20px;overflow:hidden}._offer_1mrft_85 strong{font-size:14px;font-weight:500;line-height:20px}._emptyOffers_1mrft_360{color:#6c7b92;text-align:center;background:#fff;border-radius:8px;margin:0;padding:20px 16px;font-size:14px;line-height:20px}._actionBar_1mrft_371{padding:10px 16px calc(12px + env(safe-area-inset-bottom));background:#f8f8f8;flex-direction:column;gap:4px;display:flex}._buyButton_1mrft_86{color:#fff;background:#171716;border:0;border-radius:40px;width:100%;min-height:46px;padding:14px 40px;font-size:14px;font-weight:400;line-height:18px}._buyButton_1mrft_86:disabled{cursor:not-allowed;opacity:.48}._linkNotice_1mrft_397{color:#6c7b92;text-align:center;margin:0;font-size:11px;line-height:14px}@media (width<768px){._page_1mrft_1[data-platform=mobile],._page_1mrft_1[data-platform=mobile] ._panel_1mrft_14{background:#f8f8f8}._page_1mrft_1[data-platform=mobile] ._detailColumn_1mrft_23{background:#f8f8f8;grid-template-rows:44px minmax(0,1fr) auto;position:relative}._page_1mrft_1[data-platform=mobile] ._header_1mrft_41{min-height:44px;padding:0 56px}._page_1mrft_1[data-platform=mobile] ._header_1mrft_41 h1{font-size:18px;line-height:22px}._page_1mrft_1[data-platform=mobile] ._mobileBackButton_1mrft_84{border-radius:0;width:24px;height:24px;top:10px;left:16px}._page_1mrft_1[data-platform=mobile] ._scroll_1mrft_116{gap:16px;padding:8px 0 20px}._page_1mrft_1[data-platform=mobile] ._mobileRecommendation_1mrft_37{color:#171716;width:calc(100% - 40px);height:auto;min-height:0;font-family:"Inter", var(--font-sans), sans-serif;background:linear-gradient(#e4ff94 0%,#eeffc2 50%,#faffe9 100%);border-radius:16px;flex-direction:column;flex:none;justify-content:flex-start;align-items:flex-start;margin-inline:20px;padding:16px;display:flex}._page_1mrft_1[data-platform=mobile] ._mobileRecommendation_1mrft_37>p{width:100%;font-family:"Inter", var(--font-sans), sans-serif;white-space:pre-wrap;overflow-wrap:anywhere;margin:0;padding:0;font-size:14px;font-weight:400;line-height:18px}._page_1mrft_1[data-platform=mobile] ._cover_1mrft_149{aspect-ratio:460/215;border-radius:8px;width:calc(100% - 40px);height:auto;margin-inline:20px}._page_1mrft_1[data-platform=mobile] ._content_1mrft_132{width:100%;padding-inline:20px}._page_1mrft_1[data-platform=mobile] ._summary_1mrft_159{gap:8px}._page_1mrft_1[data-platform=mobile] ._summary_1mrft_159 h2{font-size:32px;line-height:40px}._page_1mrft_1[data-platform=mobile] ._gameFacts_1mrft_134{gap:8px}._page_1mrft_1[data-platform=mobile] ._metadata_1mrft_278{border-top:0}._page_1mrft_1[data-platform=mobile] ._metadata_1mrft_278 div:last-child{border-bottom:0}._page_1mrft_1[data-platform=mobile] ._tags_1mrft_259{gap:13px}._page_1mrft_1[data-platform=mobile] ._tags_1mrft_259 span{color:#92918b;min-height:22px;padding:4px 12px;line-height:14px}._page_1mrft_1[data-platform=mobile] ._description_1mrft_175{color:#171716;line-height:18px}._page_1mrft_1[data-platform=mobile] ._metadata_1mrft_278 div{border-bottom-color:#ededed;grid-template-columns:max-content minmax(0,1fr);gap:8px;min-height:31px;padding:8px 0;line-height:14px}._page_1mrft_1[data-platform=mobile] ._metadata_1mrft_278 dt{color:#92918b}._page_1mrft_1[data-platform=mobile] ._metadata_1mrft_278 dd{color:#171716}._page_1mrft_1[data-platform=mobile] ._offers_1mrft_167{gap:12px}._page_1mrft_1[data-platform=mobile] ._offers_1mrft_167 h2{color:#171716;font-size:20px;font-weight:500;line-height:24px}._page_1mrft_1[data-platform=mobile] ._offerList_1mrft_315{gap:8px}._page_1mrft_1[data-platform=mobile] ._offer_1mrft_85{color:#171716;min-height:48px;box-shadow:none;background:#fff;border-radius:8px;align-items:center;gap:8px;padding:12px;display:flex}._page_1mrft_1[data-platform=mobile] ._offer_1mrft_85 ._storeName_1mrft_345{flex:auto;min-width:0}._page_1mrft_1[data-platform=mobile] ._offer_1mrft_85 .game-product-detail__offer-icon{object-fit:contain;border-radius:50%;flex:0 0 24px;width:24px;height:24px}._page_1mrft_1[data-platform=mobile] ._offer_1mrft_85 .game-product-detail__offer-icon-image{object-fit:contain}._page_1mrft_1[data-platform=mobile] ._offer_1mrft_85[aria-checked=true]{min-height:50px;box-shadow:none;background:#fff;border-color:#d5fd24}._page_1mrft_1[data-platform=mobile] ._storeName_1mrft_345,._page_1mrft_1[data-platform=mobile] ._offer_1mrft_85 strong{color:#171716;font-size:14px;font-weight:400;line-height:18px}._page_1mrft_1[data-platform=mobile] ._actionBar_1mrft_371{padding:10px 24px calc(10px + env(safe-area-inset-bottom));background:#f8f8f8;flex-direction:row;align-items:center;gap:16px}._page_1mrft_1[data-platform=mobile] ._actionBar_1mrft_371 .game-product-detail__chat-button{--flat-button-background:#fff;--flat-button-color:#171716;--flat-button-height:46px;--flat-button-horizontal-padding:40px;color:#171716;width:112px;min-height:46px;font:inherit;background:#fff;border:0;border-radius:40px;flex:0 0 112px;justify-content:center;align-items:center;gap:8px;padding:14px 40px;font-size:14px;font-weight:400;line-height:18px;display:inline-flex}._page_1mrft_1[data-platform=mobile] ._buyButton_1mrft_86{--flat-button-background:#171716;--flat-button-color:#fff;--flat-button-height:46px;--flat-button-horizontal-padding:40px;background:#171716;flex:auto;min-width:0;min-height:46px;padding:14px 40px;font-weight:400;line-height:18px}._page_1mrft_1[data-platform=mobile] ._linkNotice_1mrft_397{right:20px;bottom:calc(4px + env(safe-area-inset-bottom));position:absolute}}@media (width>=768px){._page_1mrft_1[data-platform=desktop]{background:#f8f8f8;align-items:stretch;padding:0}._page_1mrft_1[data-platform=desktop] ._panel_1mrft_14{width:100%;min-width:calc(var(--desktop-primary-min-width) - var(--desktop-primary-nav-width));grid-template-columns:minmax(calc(var(--desktop-primary-min-width) - var(--desktop-primary-nav-width) - var(--desktop-primary-content-width)), min(774px, 100% - var(--desktop-primary-content-width))) var(--desktop-primary-content-width) minmax(0, 1fr);height:100%;box-shadow:none;background:#f8f8f8;border-radius:0;grid-template-rows:minmax(0,1fr);column-gap:0;margin:0;display:grid;overflow:visible}._page_1mrft_1[data-platform=desktop] ._creator_1mrft_32{text-align:center;flex-direction:column;grid-column:1;justify-content:center;place-self:stretch center;align-items:center;gap:12px;width:100%;min-width:0;max-width:298px;height:100%;margin-top:0;padding:0;display:flex}._page_1mrft_1[data-platform=desktop] ._creatorProfileAnchor_1mrft_652{flex:none;width:100%;min-width:0;position:relative}._page_1mrft_1[data-platform=desktop] ._desktopRecommendation_1mrft_36{width:max-content;min-width:160px;max-width:min(100%, calc(var(--desktop-primary-min-width) - var(--desktop-primary-nav-width) - var(--desktop-primary-content-width)));color:#171716;text-align:left;flex-direction:column;align-items:stretch;min-height:0;margin:0 auto;display:flex;position:relative}._page_1mrft_1[data-platform=desktop] ._desktopRecommendationCard_1mrft_671{background:linear-gradient(#e4ff94 0%,#eeffc2 50%,#faffe9 100%);border-radius:16px;width:100%;height:auto;min-height:0;padding:12px}._page_1mrft_1[data-platform=desktop] ._desktopRecommendationTail_1mrft_679{flex:0 0 25.257px;width:100%;height:25.257px;display:block;position:relative;overflow:hidden}._page_1mrft_1[data-platform=desktop] ._desktopRecommendationTail_1mrft_679>img{pointer-events:none;width:360px;max-width:none;height:103.257px;display:block;position:absolute;top:-78px;left:50%;transform:translate(-50%)}._page_1mrft_1[data-platform=desktop] ._creator_1mrft_32 ._desktopRecommendationCard_1mrft_671>p{color:#171716;white-space:pre-wrap;overflow-wrap:anywhere;margin:0;padding:0;font-size:14px;font-weight:400;line-height:18px}._page_1mrft_1[data-platform=desktop] ._creatorAvatar_1mrft_708{object-fit:cover;background:#e7ecf4;border:1px solid #fff;border-radius:50%;flex:0 0 160px;width:160px;height:160px;display:block;overflow:hidden}._page_1mrft_1[data-platform=desktop] ._creatorProfile_1mrft_652{width:100%;min-width:0;color:inherit;font:inherit;text-align:center;background:0 0;border:0;border-radius:12px;flex-direction:column;flex:none;align-items:center;gap:12px;margin:0;padding:0;display:flex}._page_1mrft_1[data-platform=desktop] ._creatorProfile_1mrft_652:not(:disabled){cursor:pointer}._page_1mrft_1[data-platform=desktop] ._creatorProfile_1mrft_652:disabled{cursor:default}._page_1mrft_1[data-platform=desktop] ._creatorProfile_1mrft_652:focus-visible{outline-offset:4px;outline:2px solid #4e71e0}._page_1mrft_1[data-platform=desktop] ._creatorInfo_1mrft_746{flex-direction:column;align-items:center;gap:6px;width:100%;height:auto;min-height:0;display:flex}._page_1mrft_1[data-platform=desktop] ._creator_1mrft_32 h2{color:#171716;margin:0;font-size:20px;font-weight:700;line-height:24px}._page_1mrft_1[data-platform=desktop] ._creator_1mrft_32 p{color:#62615d;white-space:pre-wrap;overflow-wrap:anywhere;width:100%;margin:0;font-size:14px;font-weight:400;line-height:18px}._page_1mrft_1[data-platform=desktop] ._creatorChat_1mrft_772{--flat-button-background:#171716;--flat-button-color:#fff;--flat-button-height:40px;--flat-button-horizontal-padding:24px;color:#fff;width:85px;min-width:85px;height:40px;min-height:40px;font:inherit;background:#171716;border-radius:40px;flex:0 0 40px;justify-content:center;align-items:center;gap:8px;margin:0;padding:10px 24px;font-size:16px;font-weight:500;line-height:20px;display:inline-flex;border:0!important}._page_1mrft_1[data-platform=desktop] ._creatorChat_1mrft_772:disabled{cursor:not-allowed;opacity:.48}._page_1mrft_1[data-platform=desktop] ._creatorChat_1mrft_772:focus-visible{outline-offset:2px;outline:2px solid #4e71e0}._page_1mrft_1[data-platform=desktop] ._creatorChat_1mrft_772 .game-product-detail__chat-icon{flex:0 0 14px;width:14px;height:14px;display:block}._page_1mrft_1[data-platform=desktop] ._detailColumn_1mrft_23{background:#f8f8f8;flex-direction:column;grid-column:2;width:100%;max-width:588px;height:100%;min-height:0;display:flex;position:relative;overflow:hidden}._page_1mrft_1[data-platform=desktop] ._header_1mrft_41{z-index:2;pointer-events:none;width:30px;height:30px;min-height:0;padding:0;position:absolute;top:24px;left:24px}._page_1mrft_1[data-platform=desktop] ._header_1mrft_41 h1{display:none}._page_1mrft_1[data-platform=desktop] ._header_1mrft_41 button{pointer-events:auto;background:0 0;width:30px;height:30px;position:static}._page_1mrft_1[data-platform=desktop] ._scroll_1mrft_116{overscroll-behavior-y:contain;flex:auto;gap:24px;min-height:0;padding:0;overflow:hidden auto}._page_1mrft_1[data-platform=desktop] ._cover_1mrft_149{aspect-ratio:588/274.83;border-radius:0;width:100%;height:auto}._page_1mrft_1[data-platform=desktop] ._content_1mrft_132{flex:none;gap:16px;width:100%;padding-inline:20px}._page_1mrft_1[data-platform=desktop] ._gameInfo_1mrft_133{gap:16px;width:100%}._page_1mrft_1[data-platform=desktop] ._summary_1mrft_159{gap:4px;width:100%}._page_1mrft_1[data-platform=desktop] ._summary_1mrft_159 h2{color:#171716;font-size:32px;line-height:40px}._page_1mrft_1[data-platform=desktop] ._tags_1mrft_259 span{min-height:22px;padding:4px 12px;line-height:14px}._page_1mrft_1[data-platform=desktop] ._gameFacts_1mrft_134{gap:12px;width:100%}._page_1mrft_1[data-platform=desktop] ._metadata_1mrft_278{border-top:0}._page_1mrft_1[data-platform=desktop] ._description_1mrft_175{color:#171716;line-height:18px}._page_1mrft_1[data-platform=desktop] ._metadata_1mrft_278 div{border-bottom-color:#ededed;grid-template-columns:max-content minmax(0,1fr);gap:8px;min-height:31px;padding:8px 0;line-height:14px}._page_1mrft_1[data-platform=desktop] ._metadata_1mrft_278 dt{color:#92918b}._page_1mrft_1[data-platform=desktop] ._metadata_1mrft_278 dd{color:#171716}._page_1mrft_1[data-platform=desktop] ._metadata_1mrft_278 div:last-child{border-bottom:0}._page_1mrft_1[data-platform=desktop] ._offers_1mrft_167{flex:0 0 198px;gap:12px;width:100%;height:198px;min-height:198px}._page_1mrft_1[data-platform=desktop] ._offers_1mrft_167 h2{color:#171716;font-size:20px;font-weight:500;line-height:24px}._page_1mrft_1[data-platform=desktop] ._offerList_1mrft_315{gap:8px}._page_1mrft_1[data-platform=desktop] ._offer_1mrft_85{color:#171716;min-height:48px;box-shadow:none;background:#fff;border-radius:8px;align-items:center;gap:8px;padding:12px;display:flex}._page_1mrft_1[data-platform=desktop] ._storeName_1mrft_345,._page_1mrft_1[data-platform=desktop] ._offer_1mrft_85 strong{color:#171716;font-size:14px;font-weight:400;line-height:18px}._page_1mrft_1[data-platform=desktop] ._offer_1mrft_85 ._storeName_1mrft_345{flex:auto;min-width:0}._page_1mrft_1[data-platform=desktop] ._offer_1mrft_85 .game-product-detail__offer-icon{object-fit:contain;border-radius:50%;flex:0 0 24px;width:24px;height:24px}._page_1mrft_1[data-platform=desktop] ._offer_1mrft_85 .game-product-detail__offer-icon-image{object-fit:contain}._page_1mrft_1[data-platform=desktop] ._offer_1mrft_85[aria-checked=true]{box-shadow:none;background:#fff;border-color:#d5fd24}._page_1mrft_1[data-platform=desktop] ._actionBar_1mrft_371{background:#f8f8f8;flex-shrink:0;width:100%;padding:12px}._page_1mrft_1[data-platform=desktop] ._buyButton_1mrft_86{--flat-button-background:#171716;--flat-button-color:#fff;--flat-button-height:52px;--flat-button-horizontal-padding:40px;color:#fff;background:#171716;border-radius:40px;min-height:52px;padding:16px 40px;font-size:16px;font-weight:500;line-height:20px;border:0!important}._page_1mrft_1[data-platform=desktop] ._linkNotice_1mrft_397{display:none}}._dialog_12shf_1{width:min(587px,100vw - 32px);max-width:none;max-height:calc(var(--app-current-visual-height) - 32px);overscroll-behavior:contain;color:#171716;font-family:var(--font-sans), sans-serif;background:#f3f3f0;border:0;border-radius:24px;margin:auto;padding:24px;font-size:14px;line-height:1.5;position:fixed;inset:0;overflow:auto}._dialog_12shf_1::backdrop{background:#12121299}._header_12shf_24{justify-content:space-between;align-items:center;gap:12px;display:flex}._header_12shf_24 h2{margin:0;font-size:20px;font-weight:600}._header_12shf_24 p,._hint_12shf_38{color:#62615d;margin:8px 0;font-size:14px}._stage_12shf_44{color:#fff;background:#242625;border-radius:16px;place-items:center;margin:20px 0 0;padding:24px;display:grid;overflow:hidden}._viewport_12shf_55{color:#fff;touch-action:none;-webkit-user-select:none;user-select:none;cursor:grab;direction:ltr;background:#242625;width:100%;position:relative;overflow:visible}._viewport_12shf_55[data-interacting=true]{cursor:grabbing}._viewport_12shf_55:focus-visible{outline:3px solid var(--color-form-focus)}._viewport_12shf_55 img{pointer-events:none;max-width:none;position:absolute;top:50%;left:50%}._viewport_12shf_55 span{text-align:center;position:absolute;inset:16px}._zoom_12shf_89{flex:1;align-items:center;gap:12px;min-width:0;margin:0;display:flex}._zoom_12shf_89 input{appearance:none;cursor:pointer;direction:ltr;background-color:#0000;background-position:50%;background-repeat:no-repeat;background-size:100% 4px;border:0;border-radius:999px;flex:1;min-width:0;height:44px;margin:0;padding:0}._actions_12shf_115{border-top:1px solid #efefed;flex-wrap:wrap;justify-content:flex-end;gap:8px;padding-top:20px;display:flex}._actions_12shf_115 button{color:#171716;cursor:pointer;min-height:44px;font:inherit;background:#f3f3f0;border:0;border-radius:999px;padding:10px 18px}._actions_12shf_115 ._confirm_12shf_135{color:#fff;background:#171716}._actions_12shf_115 button:disabled{cursor:default;opacity:.5}._error_12shf_145{color:#b42318}._cropFrame_12shf_149{pointer-events:none;border:1px solid #ffffffd9;position:absolute;inset:0;box-shadow:0 0 0 9999px #0c0e0da3}._zoomValue_12shf_157{color:#62615d;font-variant-numeric:tabular-nums;text-align:center;background:0 0;min-width:40px;font-size:12px}._zoom_12shf_89 input::-webkit-slider-runnable-track{background:0 0;border-radius:999px;height:4px}._zoom_12shf_89 input::-webkit-slider-thumb{appearance:none;background:#fff;border:3px solid #171716;border-radius:50%;width:18px;height:18px;margin-top:-7px;box-shadow:0 1px 4px #0000002e}._zoom_12shf_89 input::-moz-range-track{background:0 0;border:0;border-radius:999px;height:4px}._zoom_12shf_89 input::-moz-range-thumb{box-sizing:border-box;background:#fff;border:3px solid #171716;border-radius:50%;width:18px;height:18px;box-shadow:0 1px 4px #0000002e}._zoom_12shf_89 input:focus-visible{outline:2px solid var(--color-form-focus);outline-offset:2px}._zoom_12shf_89 input:disabled{cursor:default;opacity:.5}._imageNavigation_12shf_210{justify-content:space-between;align-items:center;gap:12px;font-size:13px;display:flex}._imageNavigation_12shf_210 button{color:#171716;min-height:40px;font:inherit;cursor:pointer;background:#efefed;border:0;border-radius:999px;padding:8px 16px}._imageNavigation_12shf_210 button:disabled{opacity:.4;cursor:default}._imageNavigation_12shf_210 span{color:#62615d;font-variant-numeric:tabular-nums}._dimensions_12shf_239{color:#757570;font-variant-numeric:tabular-nums;white-space:nowrap;font-size:12px}._tools_12shf_246{align-items:center;gap:16px;padding:16px 0;display:flex}._reset_12shf_253{color:#62615d;min-height:40px;font:inherit;cursor:pointer;background:#f3f3f0;border:0;border-radius:8px;padding:8px 12px}._reset_12shf_253:hover:not(:disabled){color:#171716;background:#e9e9e5}._reset_12shf_253:disabled{opacity:.5;cursor:default}._grid_12shf_274{opacity:0;transition:opacity .18s .24s;position:absolute;inset:0}._grid_12shf_274:before,._grid_12shf_274:after{pointer-events:none;content:"";position:absolute}._grid_12shf_274:before{border-left:1px solid #fff9;border-right:1px solid #fff9;inset:0 33.3333%}._grid_12shf_274:after{border-top:1px solid #fff9;border-bottom:1px solid #fff9;inset:33.3333% 0}._viewport_12shf_55[data-interacting=true] ._grid_12shf_274,._viewport_12shf_55:focus-visible ._grid_12shf_274{opacity:1;transition-delay:0s}._imageNavigation_12shf_210{margin-top:12px}._cropFrame_12shf_149:before,._cropFrame_12shf_149:after{opacity:0;content:"";border-top:4px solid #fff;border-bottom:4px solid #fff;width:22px;transition:opacity .18s .24s;position:absolute;top:-4px;bottom:-4px}._cropFrame_12shf_149:before{background:linear-gradient(#fff,#fff) 0 0/4px 18px no-repeat,linear-gradient(#fff,#fff) 0 100%/4px 18px no-repeat;left:-4px}._cropFrame_12shf_149:after{background:linear-gradient(#fff,#fff) 100% 0/4px 18px no-repeat,linear-gradient(#fff,#fff) 100% 100%/4px 18px no-repeat;right:-4px}._viewport_12shf_55[data-interacting=true] ._cropFrame_12shf_149:before,._viewport_12shf_55[data-interacting=true] ._cropFrame_12shf_149:after,._viewport_12shf_55:focus-visible ._cropFrame_12shf_149:before,._viewport_12shf_55:focus-visible ._cropFrame_12shf_149:after{opacity:1;transition-delay:0s}@media (prefers-reduced-motion:reduce){._grid_12shf_274,._cropFrame_12shf_149:before,._cropFrame_12shf_149:after{transition:none}}._viewport_12shf_55[data-preview-shape=circle] ._cropFrame_12shf_149{border-radius:50%;overflow:hidden}._viewport_12shf_55[data-preview-shape=circle] ._cropFrame_12shf_149:before,._viewport_12shf_55[data-preview-shape=circle] ._cropFrame_12shf_149:after{display:none}._dialog_1lnoe_1{width:calc(100vw - .24rem);max-width:none;max-height:calc(var(--app-current-visual-height) - .24rem - env(safe-area-inset-top) - env(safe-area-inset-bottom));overscroll-behavior:contain;color:#171716;font-family:var(--font-sans), sans-serif;background:#f3f3f0;border:0;border-radius:.24rem;margin:auto;padding:.16rem;font-size:.14rem;line-height:1.5;position:fixed;inset:0;overflow:auto}._dialog_1lnoe_1::backdrop{background:#12121299}._header_1lnoe_24{justify-content:space-between;align-items:center;gap:.12rem;display:flex}._header_1lnoe_24 h2{margin:0;font-size:.18rem;font-weight:600}._header_1lnoe_24 p,._hint_1lnoe_38{color:#62615d;margin:.08rem 0;font-size:.14rem}._stage_1lnoe_44{color:#fff;background:#242625;border-radius:.16rem;place-items:center;margin:.12rem 0 0;padding:.16rem;display:grid;overflow:hidden}._viewport_1lnoe_55{color:#fff;touch-action:none;-webkit-user-select:none;user-select:none;cursor:grab;direction:ltr;background:#242625;width:100%;position:relative;overflow:visible}._viewport_1lnoe_55[data-interacting=true]{cursor:grabbing}._viewport_1lnoe_55:focus-visible{outline:.03rem solid var(--color-form-focus)}._viewport_1lnoe_55 img{will-change:transform;transform-origin:50%;pointer-events:none;max-width:none;position:absolute;top:50%;left:50%}._viewport_1lnoe_55 span{text-align:center;position:absolute;inset:.16rem}._zoom_1lnoe_91{flex:1;align-items:center;gap:.12rem;min-width:0;margin:0;display:flex}._zoom_1lnoe_91 input{touch-action:none;-webkit-user-select:none;user-select:none;appearance:none;cursor:pointer;direction:ltr;background-color:#0000;background-position:50%;background-repeat:no-repeat;background-size:100% .04rem;border:0;border-radius:9.99rem;flex:1;min-width:0;height:.44rem;margin:0;padding:0}._actions_1lnoe_120{z-index:2;background:#f3f3f0;border-top:.01rem solid #efefed;flex-wrap:wrap;justify-content:flex-end;gap:.08rem;padding:.12rem 0;display:flex;position:sticky;bottom:-.16rem}._actions_1lnoe_120 button{color:#171716;cursor:pointer;min-height:.44rem;font:inherit;background:#f3f3f0;border:0;border-radius:9.99rem;padding:.1rem .18rem}._actions_1lnoe_120 ._confirm_1lnoe_144{color:#fff;background:#171716;flex:1}._actions_1lnoe_120 button:disabled{cursor:default;opacity:.5}._error_1lnoe_155{color:#b42318}._cropFrame_1lnoe_159{pointer-events:none;border:.01rem solid #ffffffd9;position:absolute;inset:0;box-shadow:0 0 0 99.99rem #0c0e0da3}._zoomValue_1lnoe_167{color:#62615d;font-variant-numeric:tabular-nums;text-align:center;background:0 0;min-width:.4rem;font-size:.12rem}._zoom_1lnoe_91 input::-webkit-slider-runnable-track{background:0 0;border-radius:9.99rem;height:.04rem}._zoom_1lnoe_91 input::-webkit-slider-thumb{appearance:none;background:#fff;border:.03rem solid #171716;border-radius:50%;width:.18rem;height:.18rem;margin-top:-.07rem;box-shadow:0 .01rem .04rem #0000002e}._zoom_1lnoe_91 input::-moz-range-track{background:0 0;border:0;border-radius:9.99rem;height:.04rem}._zoom_1lnoe_91 input::-moz-range-thumb{box-sizing:border-box;background:#fff;border:.03rem solid #171716;border-radius:50%;width:.18rem;height:.18rem;box-shadow:0 .01rem .04rem #0000002e}._zoom_1lnoe_91 input:focus-visible{outline:.02rem solid var(--color-form-focus);outline-offset:.02rem}._zoom_1lnoe_91 input:disabled{cursor:default;opacity:.5}._imageNavigation_1lnoe_220{justify-content:space-between;align-items:center;gap:.12rem;font-size:.13rem;display:flex}._imageNavigation_1lnoe_220 button{color:#171716;min-height:.4rem;font:inherit;cursor:pointer;background:#efefed;border:0;border-radius:9.99rem;padding:.08rem .16rem}._imageNavigation_1lnoe_220 button:disabled{opacity:.4;cursor:default}._imageNavigation_1lnoe_220 span{color:#62615d;font-variant-numeric:tabular-nums}._dimensions_1lnoe_249{color:#757570;font-variant-numeric:tabular-nums;white-space:nowrap;font-size:.12rem}._tools_1lnoe_256{align-items:center;gap:.08rem;padding:.12rem 0;display:flex}._reset_1lnoe_263{color:#62615d;min-height:.4rem;font:inherit;cursor:pointer;background:#f3f3f0;border:0;border-radius:.08rem;padding:.08rem .12rem}._reset_1lnoe_263:hover:not(:disabled){color:#171716;background:#e9e9e5}._reset_1lnoe_263:disabled{opacity:.5;cursor:default}._grid_1lnoe_284{opacity:0;transition:opacity .18s .24s;position:absolute;inset:0}._grid_1lnoe_284:before,._grid_1lnoe_284:after{pointer-events:none;content:"";position:absolute}._grid_1lnoe_284:before{border-left:.01rem solid #fff9;border-right:.01rem solid #fff9;inset:0 33.3333%}._grid_1lnoe_284:after{border-top:.01rem solid #fff9;border-bottom:.01rem solid #fff9;inset:33.3333% 0}._viewport_1lnoe_55[data-interacting=true] ._grid_1lnoe_284,._viewport_1lnoe_55:focus-visible ._grid_1lnoe_284{opacity:1;transition-delay:0s}._imageNavigation_1lnoe_220{margin-top:.12rem}._cropFrame_1lnoe_159:before,._cropFrame_1lnoe_159:after{opacity:0;content:"";border-top:.04rem solid #fff;border-bottom:.04rem solid #fff;width:.22rem;transition:opacity .18s .24s;position:absolute;top:-.04rem;bottom:-.04rem}._cropFrame_1lnoe_159:before{background:linear-gradient(#fff,#fff) 0 0/.04rem .18rem no-repeat,linear-gradient(#fff,#fff) 0 100%/.04rem .18rem no-repeat;left:-.04rem}._cropFrame_1lnoe_159:after{background:linear-gradient(#fff,#fff) 100% 0/.04rem .18rem no-repeat,linear-gradient(#fff,#fff) 100% 100%/.04rem .18rem no-repeat;right:-.04rem}._viewport_1lnoe_55[data-interacting=true] ._cropFrame_1lnoe_159:before,._viewport_1lnoe_55[data-interacting=true] ._cropFrame_1lnoe_159:after,._viewport_1lnoe_55:focus-visible ._cropFrame_1lnoe_159:before,._viewport_1lnoe_55:focus-visible ._cropFrame_1lnoe_159:after{opacity:1;transition-delay:0s}@media (prefers-reduced-motion:reduce){._grid_1lnoe_284,._cropFrame_1lnoe_159:before,._cropFrame_1lnoe_159:after{transition:none}}._viewport_1lnoe_55[data-preview-shape=circle] ._cropFrame_1lnoe_159{border-radius:50%;overflow:hidden}._viewport_1lnoe_55[data-preview-shape=circle] ._cropFrame_1lnoe_159:before,._viewport_1lnoe_55[data-preview-shape=circle] ._cropFrame_1lnoe_159:after{display:none}._backdrop_rnx6l_1{z-index:200;background:#12121299;place-items:center;padding:16px;display:grid;position:fixed;inset:0}._dialog_rnx6l_11{color:#171716;background:#f8f8f8;border-radius:16px;flex-direction:column;gap:16px;width:min(587px,100vw - 32px);max-height:calc(100vh - 32px);padding:16px;display:flex;overflow:hidden}._header_rnx6l_24{flex:none;justify-content:space-between;align-items:flex-start;gap:8px;display:flex}._headingCopy_rnx6l_32{flex-direction:column;gap:4px;min-width:0;display:flex}._headingCopy_rnx6l_32 h2,._headingCopy_rnx6l_32 p,._gameSummary_rnx6l_41 h3,._gameSummary_rnx6l_41 p{margin:0}._headingCopy_rnx6l_32 h2{font-family:Inter,sans-serif;font-size:20px;font-weight:500;line-height:24px}._headingCopy_rnx6l_32 p{color:#62615d;font-family:var(--font-sans);font-size:14px;font-weight:400;line-height:18px}._closeButton_rnx6l_61{cursor:pointer;background:0 0;border:0;flex:0 0 20px;place-items:center;width:20px;height:20px;padding:0;display:grid}._closeButton_rnx6l_61 img{width:20px;height:20px;display:block}._closeButton_rnx6l_61:disabled,._actions_rnx6l_80 button:disabled{cursor:default;opacity:.55}._gameList_rnx6l_85{overscroll-behavior:contain;scrollbar-width:thin;flex-direction:column;flex:auto;gap:12px;min-height:0;display:flex;overflow-y:auto}._gameCard_rnx6l_96{background:#fff;border-radius:16px;flex-direction:column;flex:none;gap:12px;padding:16px;display:flex}._gameSummary_rnx6l_41{align-items:center;gap:12px;display:flex}._gameSummary_rnx6l_41>div:last-child{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}._gameCover_rnx6l_120{object-fit:cover;border-radius:8px;flex:0 0 50px;width:50px;height:67px}._gameSummary_rnx6l_41 h3{font-family:var(--font-sans);text-overflow:ellipsis;white-space:nowrap;font-size:20px;font-weight:500;line-height:24px;overflow:hidden}._gameSummary_rnx6l_41 p,._fieldHeader_rnx6l_139{font-family:var(--font-sans);font-size:14px;font-weight:400;line-height:18px}._recommendationField_rnx6l_146{flex-direction:column;gap:8px;display:flex}._fieldHeader_rnx6l_139{justify-content:space-between;display:flex}._recommendationField_rnx6l_146 input{color:#171716;width:100%;height:48px;font-family:var(--font-sans);background:#f0f0f0;border:0;border-radius:12px;outline:none;padding:14px 12px;font-size:16px;font-weight:500;line-height:20px}._recommendationField_rnx6l_146 input::placeholder{color:#a7a69f;opacity:1}._recommendationField_rnx6l_146 input:focus-visible{box-shadow:inset 0 0 0 1px var(--color-form-focus)}._actions_rnx6l_80{flex:none;justify-content:flex-end;gap:16px;display:flex}._actions_rnx6l_80 button{min-height:42px;font-family:var(--font-sans);cursor:pointer;border:0;border-radius:24px;padding:12px 16px;font-size:14px;font-weight:400;line-height:18px}._backButton_rnx6l_200{color:#171716;background:#fff}._confirmButton_rnx6l_205{color:#fff;background:#171716}._mobileBackdrop_rnx6l_210{background:#000c;place-items:end center;padding:0}._mobileDialog_rnx6l_216{width:100%;height:calc(var(--app-current-visual-height) - 55px);max-height:calc(var(--app-current-visual-height) - 55px);border-radius:16px 16px 0 0;gap:0;padding:12px 20px 0}._mobileDialog_rnx6l_216:before{content:"";background:#92918b;border-radius:2px;flex:0 0 4px;align-self:center;width:25px;height:4px}._mobileDialog_rnx6l_216 ._header_rnx6l_24{display:none}._mobileDialog_rnx6l_216 ._gameList_rnx6l_85{scrollbar-width:none;gap:8px;padding:16px 0}._mobileDialog_rnx6l_216 ._gameList_rnx6l_85::-webkit-scrollbar{display:none}._mobileDialog_rnx6l_216 ._gameCard_rnx6l_96{border-radius:16px;gap:12px;padding:12px}._mobileDialog_rnx6l_216 ._gameSummary_rnx6l_41{gap:8px}._mobileDialog_rnx6l_216 ._gameSummary_rnx6l_41>div:last-child{gap:6px}._mobileDialog_rnx6l_216 ._gameSummary_rnx6l_41 h3{font-family:Inter,sans-serif;font-size:18px;font-weight:700;line-height:22px}._mobileDialog_rnx6l_216 ._gameSummary_rnx6l_41 p,._mobileDialog_rnx6l_216 ._fieldHeader_rnx6l_139{font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:18px}._recommendationField_rnx6l_146 textarea{color:#171716;resize:none;background:#f0f0f0;border:0;border-radius:12px;outline:none;width:100%;height:100px;padding:12px;font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:18px;display:block}._recommendationField_rnx6l_146 textarea::placeholder{color:#a7a69f;opacity:1}._recommendationField_rnx6l_146 textarea:focus-visible{box-shadow:inset 0 0 0 1px var(--color-form-focus)}._mobileDialog_rnx6l_216 ._actions_rnx6l_80{width:calc(100% + 40px);padding:10px 24px calc(10px + var(--app-safe-bottom));background:#f8f8f8;justify-content:stretch;gap:16px;margin:0 -20px}._mobileDialog_rnx6l_216 ._actions_rnx6l_80 button{border-radius:40px;height:46px;min-height:46px;padding:14px 40px}._mobileDialog_rnx6l_216 ._backButton_rnx6l_200{flex:0 0 113px}._mobileDialog_rnx6l_216 ._confirmButton_rnx6l_205{flex:auto;min-width:0}._overlay_yweu3_1{z-index:180;width:var(--app-shell-width);height:var(--app-shell-height);background:#000000d1;animation:.18s ease-out both _payment-failure-backdrop-in_yweu3_1;position:fixed;top:0;left:50%;transform:translate(-50%)}._sheet_yweu3_13{max-height:calc(100% - 24px);padding:12px 20px calc(34px + var(--app-safe-bottom));color:#171e2d;text-align:center;background:#f4f7fc;border-radius:16px 16px 0 0;flex-direction:column;font-size:16px;animation:.26s ease-out both _payment-failure-sheet-in_yweu3_1;display:flex;position:absolute;bottom:0;left:0;right:0;overflow-y:auto}._handle_yweu3_31{background:#93a1b7;border-radius:999px;width:25px;height:4px;margin:0 auto}._failureMark_yweu3_39{object-fit:contain;border-radius:50%;width:120px;height:120px;margin:28px auto 0;display:block}._header_yweu3_48{margin-top:9px}._header_yweu3_48 h2{color:#171e2d;margin:0;font-size:18px;font-weight:700;line-height:22px}._header_yweu3_48 p{color:#687895;margin:0;font-size:15px;font-weight:400;line-height:19px}._pickCard_yweu3_66{text-align:left;background:#fff;border-radius:15px;grid-template-columns:42px 1fr auto;align-items:center;gap:10px;min-height:76px;margin-top:15px;padding:17px 17px 17px 16px;display:grid}._pickCard_yweu3_66 ._pickAvatar_yweu3_78{object-fit:cover;border-radius:50%;width:42px;height:42px}._pickCard_yweu3_66 div{min-width:0}._pickCard_yweu3_66 strong,._pickCard_yweu3_66 span{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}._pickCard_yweu3_66 strong{color:#171e2d;font-size:16px;font-weight:400;line-height:20px}._pickCard_yweu3_66 span{color:#687895;margin-top:4px;font-size:15px;font-weight:400;line-height:19px}._pickCard_yweu3_66 em{color:#000;font-size:20px;font-style:normal;font-weight:700;line-height:24px}._actions_yweu3_115{gap:18px;margin-top:42px;display:grid}._primaryButton_yweu3_121{color:#fff;background:#4f73e3;border-radius:999px;justify-content:center;align-items:center;width:100%;height:44px;font-size:15px;font-weight:700;line-height:19px;display:flex}._primaryButton_yweu3_121:disabled{cursor:default;opacity:.72}._secondaryButton_yweu3_139{color:#99a7bd;margin:0 auto;font-size:15px;font-weight:400;line-height:19px;display:block}html.app-compact-height ._failureMark_yweu3_39{margin-top:18px}html.app-compact-height ._header_yweu3_48{margin-top:8px}html.app-compact-height ._actions_yweu3_115{margin-top:22px}html.app-compact-height ._secondaryButton_yweu3_139{margin-top:12px}@keyframes _payment-failure-backdrop-in_yweu3_1{0%{opacity:0}to{opacity:1}}@keyframes _payment-failure-sheet-in_yweu3_1{0%{transform:translateY(100%)}to{transform:translateY(0)}}.game-offer-dialog .game-offer-dialog__panel{max-height:min(90vh,760px);overflow:auto}.game-offer-dialog .game-offer-dialog__list{gap:10px;margin-top:16px;display:grid}.game-offer-dialog .game-offer-dialog__offer{color:#161a18;text-align:left;background:#fff;border:1px solid #d9dfdb;border-radius:14px;grid-template-columns:28px minmax(0,1fr) auto;align-items:center;gap:10px;width:100%;min-height:52px;padding:10px 14px;display:grid}.game-offer-dialog .game-offer-dialog__offer[aria-checked=true]{background:#f2f5ff;border-color:#4e71e0;box-shadow:0 0 0 1px #4e71e0}.game-offer-dialog .game-offer-dialog__offer-icon{object-fit:contain;border-radius:8px;width:28px;height:28px;display:block}.game-offer-dialog .game-offer-dialog__offer>span{text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:600;overflow:hidden}.game-offer-dialog .game-offer-dialog__offer>strong{color:#161a18;white-space:nowrap;font-size:14px;font-weight:700}.game-offer-dialog .game-offer-dialog__empty{color:#6d716e;background:#f6f7f5;border-radius:14px;margin:16px 0 0;padding:14px;font-size:14px;line-height:1.45}._header_1lx5u_1{--mobile-subpage-header-inline-padding:.16rem;box-sizing:border-box;width:100%;height:.44rem;padding-inline:var(--mobile-subpage-header-inline-padding);flex:0 0 .44rem;justify-content:center;align-items:center;display:flex;position:relative}._header_1lx5u_1 h1{color:#171716;text-overflow:ellipsis;white-space:nowrap;max-width:calc(100% - .64rem);margin:0;font-size:.16rem;font-weight:700;line-height:.2rem;overflow:hidden}._header_1lx5u_1[data-has-right-accessory=true]{--mobile-subpage-header-inline-padding:.2rem}._header_1lx5u_1[data-has-right-accessory=true] h1{max-width:calc(100% - 2rem);font-size:.18rem;line-height:.22rem}._backButton_1lx5u_34{top:.1rem;left:var(--mobile-subpage-header-inline-padding);width:.24rem;height:.24rem;position:absolute}._backIcon_1lx5u_42{width:.24rem;height:.24rem;display:block}._rightAccessory_1lx5u_48{justify-content:flex-end;align-items:center;max-width:1.24rem;display:flex;position:absolute;inset-block:0;inset-inline-end:var(--mobile-subpage-header-inline-padding)}._composer_1db33_1{color:#141b27;flex-direction:column;width:100%;min-height:0;display:flex}._composer_1db33_1[data-feedback-surface=dialog]{color:#171716}._title_1db33_13{width:100%;height:24px;font-family:var(--font-sans);letter-spacing:0;margin:0;font-size:20px;font-weight:500;line-height:24px}._inputField_1db33_24{background:#f4f7fc;border-radius:16px;width:100%;height:300px;margin-top:4px;position:relative;overflow:hidden}._composer_1db33_1[data-feedback-surface=dialog] ._inputField_1db33_24{background:#fff;border:1px solid #ededed;margin-top:16px}._inputField_1db33_24 textarea{resize:none;color:#141b27;width:100%;height:100%;font-family:var(--font-sans);letter-spacing:0;background:0 0;border:0;outline:0;padding:12px 12px 32px;font-size:14px;font-weight:400;line-height:15px;display:block}._inputField_1db33_24 textarea::placeholder{color:#93a1b7;opacity:1}._composer_1db33_1[data-feedback-surface=dialog] ._inputField_1db33_24 textarea{color:#171716}._composer_1db33_1[data-feedback-surface=dialog] ._inputField_1db33_24 textarea::placeholder{color:#a7a69f}._counter_1db33_70{color:#93a1b7;font-family:var(--font-sans);letter-spacing:0;pointer-events:none;font-size:10px;font-weight:400;line-height:12px;position:absolute;bottom:12px;right:12px}._composer_1db33_1[data-feedback-surface=dialog] ._counter_1db33_70{color:#92918b}._actions_1db33_87{justify-content:flex-end;align-items:center;gap:16px;width:100%;margin-top:16px;display:flex}._cancelButton_1db33_96,._submitButton_1db33_97{height:44px;font-family:var(--font-sans);letter-spacing:0;border-radius:22px;font-size:12px;font-weight:400;line-height:15px}._composer_1db33_1[data-feedback-surface=dialog] ._cancelButton_1db33_96,._composer_1db33_1[data-feedback-surface=dialog] ._submitButton_1db33_97{--flat-button-height:42px;height:42px}._composer_1db33_1[data-feedback-surface=dialog] ._cancelButton_1db33_96{--flat-button-background:#fff;--flat-button-border:transparent;--flat-button-color:#171716}._composer_1db33_1[data-feedback-surface=dialog] ._submitButton_1db33_97{--flat-button-background:#171716;--flat-button-color:#fff}._composer_1db33_1[data-feedback-surface=dialog] ._submitButton_1db33_97:disabled{--flat-button-background:#ddddd8;--flat-button-color:#a09f99;opacity:1}._cancelButton_1db33_96{color:#141b27;background:#f4f7fc;width:76px}._submitButton_1db33_97{color:#fff;background:#5574e4;width:80px}._cancelButton_1db33_96:disabled,._submitButton_1db33_97:disabled{cursor:not-allowed;opacity:.5}._submitError_1db33_148{color:#d14343;margin:8px 0 0;font-size:12px;line-height:16px}._visuallyHidden_1db33_155{clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}._pageComposer_1db33_164{background:#fff;width:min(100%,587px);margin:0 auto;padding:16px}@media (width<768px){._pageComposer_1db33_164{color:#171716;background:#f8f8f8;width:100%;height:100%;min-height:0;margin:0;padding:0}._pageComposer_1db33_164 ._inputField_1db33_24{background:#fff;border:1px solid #ededed;border-radius:12px;width:calc(100% - 40px);height:300px;margin:8px 20px 0}._pageComposer_1db33_164 ._inputField_1db33_24 textarea{color:#171716}._pageComposer_1db33_164 ._inputField_1db33_24 textarea::placeholder,._pageComposer_1db33_164 ._counter_1db33_70{color:#a7a69f}._pageComposer_1db33_164 ._submitError_1db33_148{margin:8px 20px 0}._pageComposer_1db33_164 ._actions_1db33_87{padding:16px 24px max(23px, env(safe-area-inset-bottom) + 8px);flex:none;grid-template-columns:128px minmax(0,1fr);gap:16px;margin-top:auto;display:grid}._pageComposer_1db33_164 ._cancelButton_1db33_96,._pageComposer_1db33_164 ._submitButton_1db33_97{border-radius:23px;width:100%;height:46px}._pageComposer_1db33_164 ._cancelButton_1db33_96{--flat-button-background:#fff;--flat-button-border:transparent;--flat-button-color:#171716}._pageComposer_1db33_164 ._submitButton_1db33_97{--flat-button-background:#171716;--flat-button-color:#fff}._pageComposer_1db33_164 ._submitButton_1db33_97:disabled{--flat-button-background:#ddddd8;--flat-button-color:#a09f99;opacity:1}}._layer_4yp0y_1{z-index:120;font-family:var(--font-sans);place-items:center;padding:24px;display:grid;position:fixed;inset:0}._backdrop_4yp0y_11{background:#1717167a;border:0;width:100%;height:100%;position:absolute;inset:0}._dialog_4yp0y_20{z-index:1;color:#171716;background:#f8f8f8;border-radius:16px;width:min(100%,587px);max-height:calc(100vh - 48px);padding:16px;position:relative;overflow:hidden auto}._header_4yp0y_33{justify-content:space-between;align-items:center;gap:16px;width:100%;margin-bottom:16px;display:flex}._header_4yp0y_33 h2{min-width:0;font-family:"Inter", var(--font-sans), sans-serif;margin:0;font-size:20px;font-weight:500;line-height:24px}._closeButton_4yp0y_51{cursor:pointer;background:0 0;border:0;flex:0 0 20px;place-items:center;width:20px;height:20px;padding:0;display:grid}._closeButton_4yp0y_51 img{object-fit:contain;width:20px;height:20px;display:block}._balanceSummary_4yp0y_70{background:#fff;border-radius:16px;flex-direction:column;justify-content:center;align-items:flex-start;gap:8px;width:100%;min-height:98px;padding:16px;display:flex}._balanceSummary_4yp0y_70 span,._description_4yp0y_84,._amountMeta_4yp0y_85{color:#62615d}._balanceSummary_4yp0y_70 span{font-size:14px;font-weight:400;line-height:18px}._balanceSummary_4yp0y_70 strong{text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:32px;font-weight:700;line-height:40px;overflow:hidden}._form_4yp0y_105{flex-direction:column;gap:16px;width:100%;margin-top:16px;display:flex}._amountGroup_4yp0y_113,._amountField_4yp0y_114{flex-direction:column;gap:8px;display:flex}._fieldLabel_4yp0y_120{font-size:14px;font-weight:400;line-height:18px}._inputShell_4yp0y_126{color:#0a0e14;background:#f0f0f0;border:1px solid #0000;border-radius:12px;align-items:center;gap:4px;width:100%;min-width:0;height:48px;padding:14px 12px;font-size:16px;font-weight:500;line-height:20px;display:flex}._inputShell_4yp0y_126[data-invalid=true]{border-color:#a62222}._inputShell_4yp0y_126 input{color:#0a0e14;width:100%;min-width:0;height:20px;font:inherit;background:0 0;border:0;outline:0}._inputShell_4yp0y_126 input::placeholder{color:#a7a69f;opacity:1}._amountMeta_4yp0y_85{text-align:center;justify-content:space-between;align-items:center;gap:16px;font-size:12px;font-weight:400;line-height:14px;display:flex}._payoutGroup_4yp0y_174{flex-direction:column;gap:8px;width:100%;display:flex}._payoutMethod_4yp0y_181{flex-direction:column;align-items:stretch;gap:8px;width:100%;min-width:0;display:flex}._payoutLabel_4yp0y_190{font-size:14px;font-weight:400;line-height:18px}._payoutEmailShell_4yp0y_196{background:#f0f0f0;border:1px solid #0000;border-radius:12px;align-items:center;width:100%;min-width:0;height:48px;padding:14px 12px;display:flex}._payoutEmailShell_4yp0y_196[data-invalid=true]{border-color:#a62222}._payoutEmailShell_4yp0y_196 input{color:#0a0e14;width:100%;min-width:0;height:20px;font:inherit;background:0 0;border:0;outline:0;font-size:16px;font-weight:400;line-height:20px}._payoutEmailShell_4yp0y_196 input::placeholder{color:#a7a69f;opacity:1}._payoutEmailShell_4yp0y_196 input:disabled{cursor:not-allowed}._payoutEmailError_4yp0y_235{color:#a62222;margin:0;font-size:12px;line-height:14px}._description_4yp0y_84{align-items:flex-start;gap:4px;width:100%;margin:0;font-size:12px;font-weight:400;line-height:14px;display:flex}._description_4yp0y_84 img{object-fit:contain;flex:0 0 16px;width:16px;height:16px;display:block}._description_4yp0y_84 span{flex:auto;min-width:0}._error_4yp0y_266,._success_4yp0y_267{margin:-8px 0 0;font-size:12px;line-height:14px}._error_4yp0y_266{color:#a62222}._success_4yp0y_267{color:#1f6b44}._actions_4yp0y_281{justify-content:flex-end;align-items:center;gap:16px;width:100%;display:flex}._confirmButton_4yp0y_289,._cancelButton_4yp0y_290{min-height:42px;font-family:"Inter", var(--font-sans), sans-serif;cursor:pointer;border:0;border-radius:24px;padding:12px 16px;font-size:14px;font-weight:400;line-height:18px}._confirmButton_4yp0y_289{color:#fff;background:#171716}._confirmButton_4yp0y_289:disabled{cursor:not-allowed}._cancelButton_4yp0y_290{color:#171716;background:#fff}._closeButton_4yp0y_51:focus-visible,._confirmButton_4yp0y_289:focus-visible,._cancelButton_4yp0y_290:focus-visible{outline-offset:2px;outline:2px solid #171716}@media (width<=767px){._layer_4yp0y_1{justify-content:center;align-items:flex-end;padding:0;display:flex}._dialog_4yp0y_20{width:100%;max-height:calc(100vh - var(--app-safe-top,0px));padding:16px 16px calc(16px + var(--app-safe-bottom,0px));border-radius:16px 16px 0 0}._actions_4yp0y_281{grid-template-columns:auto minmax(0,1fr);gap:16px;min-height:46px;display:grid}._confirmButton_4yp0y_289,._cancelButton_4yp0y_290{white-space:nowrap;border-radius:40px;width:100%;min-height:46px;padding:14px 40px}}@media (width<=359px){._amountMeta_4yp0y_85{text-align:left;flex-direction:column;align-items:flex-start;gap:4px}._confirmButton_4yp0y_289,._cancelButton_4yp0y_290{padding-left:16px;padding-right:16px}}._state_1m0f6_1{color:#141b27;text-align:center;flex-direction:column;flex:auto;justify-content:center;align-items:center;width:100%;height:100%;min-height:0;padding:20px;display:flex}._state_1m0f6_1 ._image_1m0f6_14{object-fit:contain;width:120px;height:120px;display:block}._state_1m0f6_1 ._copy_1m0f6_20{justify-items:center;gap:10px;width:100%;margin-top:24px;display:grid}._state_1m0f6_1 h2{letter-spacing:0;max-width:300px;margin:0;font-size:20px;font-weight:700;line-height:24px}._state_1m0f6_1 p{color:#94a3b8;letter-spacing:0;max-width:280px;margin:0;font-size:12px;font-weight:400;line-height:16px}._state_1m0f6_1 button{color:#fff;letter-spacing:0;background:#4e71e0;border-radius:20px;min-width:165px;height:40px;margin-top:24px;padding:0 20px;font-size:12px;font-weight:500;line-height:16px}._state_1m0f6_1 button:focus-visible{outline-offset:2px;outline:2px solid #1d4ed8}._state_1m0f6_1[data-variant=chat-mobile],._state_1m0f6_1[data-variant=chat-sidebar]{padding:16px}._state_1m0f6_1[data-variant=chat-mobile] ._image_1m0f6_14,._state_1m0f6_1[data-variant=chat-sidebar] ._image_1m0f6_14{width:80px;height:80px}._state_1m0f6_1[data-variant=chat-mobile] ._copy_1m0f6_20,._state_1m0f6_1[data-variant=chat-sidebar] ._copy_1m0f6_20{gap:8px;width:255px;max-width:100%;margin-top:24px}._state_1m0f6_1[data-variant=chat-mobile] h2,._state_1m0f6_1[data-variant=chat-sidebar] h2{color:#171716;width:255px;max-width:100%;font-family:var(--font-sans);font-size:24px;font-weight:700;line-height:30px}._state_1m0f6_1[data-variant=chat-mobile] p,._state_1m0f6_1[data-variant=chat-sidebar] p{color:#62615d;width:255px;max-width:100%;font-family:var(--font-sans);font-size:14px;font-weight:400;line-height:18px}._state_1m0f6_1[data-variant=chat-mobile]{padding:16px 20px}._state_1m0f6_1[data-compact=true]{padding:20px 12px}._state_1m0f6_1[data-compact=true] ._image_1m0f6_14{width:84px;height:84px}._state_1m0f6_1[data-compact=true] ._copy_1m0f6_20{gap:6px;margin-top:16px}._state_1m0f6_1[data-compact=true] h2{font-size:14px;line-height:18px}._state_1m0f6_1[data-compact=true] p{max-width:220px;font-size:10px;line-height:14px}._root_1jcwb_1._root_1jcwb_1[data-preview-host=desktop]{box-sizing:content-box;background:#f8f8f8;border:12px solid #fff;border-radius:24px;width:375px;height:812px}._root_1jcwb_1._root_1jcwb_1[data-preview-host=desktop][data-template-id=default]{--storefront-profile-name-color:#0a0e14;--storefront-profile-description-color:#62615d;--storefront-product-card-background:#fff;--storefront-product-title-color:#0a0e14;--storefront-product-summary-color:#171716;--storefront-product-action-background:#171716;--storefront-product-action-color:#fff}._root_1jcwb_1._root_1jcwb_1[data-preview-host=desktop] .default-store--mobile .default-profile{padding:132px 0 24px}._root_1jcwb_1._root_1jcwb_1[data-preview-host=desktop] .default-store--mobile .default-profile__avatar{border-color:#d5fd24;top:54px}._root_1jcwb_1._root_1jcwb_1[data-preview-host=desktop] .default-store--mobile .default-profile__copy{gap:4px;margin:0 20px}._root_1jcwb_1._root_1jcwb_1[data-preview-host=desktop] .default-store--mobile .default-profile__copy h1{color:var(--storefront-profile-name-color,#0a0e14);font-family:"Inter", var(--font-sans), sans-serif;letter-spacing:0;margin:0;font-size:18px;font-weight:700;line-height:22px}._root_1jcwb_1._root_1jcwb_1[data-preview-host=desktop] .default-store--mobile .default-profile__copy p{color:var(--storefront-profile-description-color,#62615d);font-family:"Inter", var(--font-sans), sans-serif;letter-spacing:0;font-size:12px;font-weight:400;line-height:14px}._root_1jcwb_1._root_1jcwb_1[data-preview-host=desktop] .default-store--mobile .default-products{grid-auto-rows:1px;column-gap:8px;padding:0 8px}._root_1jcwb_1._root_1jcwb_1[data-preview-host=desktop] .default-store--mobile .default-product-card{border-radius:16px}._root_1jcwb_1._root_1jcwb_1[data-preview-host=desktop] .default-store--mobile .default-product-card__copy{gap:12px;padding:12px 12px 0}._root_1jcwb_1._root_1jcwb_1[data-preview-host=desktop] .default-store--mobile .default-product-card__body{gap:2px}._root_1jcwb_1._root_1jcwb_1[data-preview-host=desktop] .default-store--mobile .default-product-card__title{color:var(--storefront-product-title-color,#0a0e14);font-family:"Inter", var(--font-sans), sans-serif;letter-spacing:0;font-size:16px;font-weight:500;line-height:20px}._root_1jcwb_1._root_1jcwb_1[data-preview-host=desktop] .default-store--mobile .default-product-card__summary{color:var(--storefront-product-summary-color,#6c7b92);font-family:"Inter", var(--font-sans), sans-serif;letter-spacing:0;font-size:14px;font-weight:400;line-height:18px}._root_1jcwb_1._root_1jcwb_1[data-preview-host=desktop] .default-store--mobile .default-product-card__desktop-action{height:38px;font-family:"Inter", var(--font-sans), sans-serif;letter-spacing:0;border-radius:24px;flex-basis:38px;margin:12px 12px 16px;font-size:14px;font-weight:400;line-height:18px}._root_weudd_1{z-index:25;pointer-events:none;color:#060606;font-family:Plus Jakarta Sans,sans-serif;position:fixed;inset:0}._launcher_weudd_10{pointer-events:auto;touch-action:none;cursor:grab;-webkit-user-select:none;user-select:none;background:0 0;border:0;width:60px;height:60px;padding:0;transition:width .36s cubic-bezier(.22,1,.36,1);position:absolute}._launcher_weudd_10:active{cursor:grabbing}._ball_weudd_28{pointer-events:none;width:60px;height:60px;display:block;position:absolute;top:0;left:0}._ball_weudd_28:before{content:"";background:#dcfb2f;border-radius:30px;width:60px;height:60px;transition:width .36s cubic-bezier(.22,1,.36,1);position:absolute;top:0;left:0}._launcher_weudd_10[data-edge=right] ._ball_weudd_28:before,._launcher_weudd_10[data-edge=right] ._ball_weudd_28{left:auto;right:0}._ball_weudd_28 img{clip-path:circle(calc(50% - 1px));opacity:1;pointer-events:none;border-radius:50%;width:61.17px;max-width:none;height:61.17px;margin:-.585px;transition:opacity .18s .14s,transform .28s cubic-bezier(.22,1,.36,1) .1s;display:block;position:relative;transform:translate(0)}._collapsed_weudd_75{cursor:pointer;width:28px}._collapsed_weudd_75 ._ball_weudd_28:before{width:10px;transition-delay:.1s}._collapsed_weudd_75 img{opacity:0;transition:opacity .14s,transform .2s;transform:translate(-16px)}._launcher_weudd_10[data-edge=right]._collapsed_weudd_75 img{transform:translate(16px)}._panel_weudd_95{pointer-events:auto;background:#f8f8f8;border-radius:16px;flex-direction:column;font-size:14px;line-height:18px;display:flex;position:absolute;overflow:hidden;box-shadow:6px 6px 24px #0000001a}._header_weudd_108{background:linear-gradient(#e4ff94,#eeffc2 50%,#faffe9);border-radius:16px;flex:none;justify-content:center;align-items:center;gap:4px;padding:16px 0;font-size:16px;font-weight:500;line-height:20px;display:flex}._header_weudd_108 img{border:1px solid #fff;border-radius:627px;width:36px;height:36px}._messages_weudd_129{overscroll-behavior:contain;flex-direction:column;flex:1;gap:16px;min-height:0;padding:8px 20px 16px;display:flex;overflow:auto}._row_weudd_140{align-items:flex-start;gap:8px;padding-right:18px;display:flex}._row_weudd_140>img{object-fit:cover;border-radius:627px;flex:none;width:38px;height:38px}._bubble_weudd_155{overflow-wrap:anywhere;white-space:pre-wrap;background:#f0f0f0;border-radius:2px 16px 16px;min-width:0;padding:12px}._mine_weudd_164{justify-content:flex-end;padding-left:18px;padding-right:0}._mine_weudd_164 ._bubble_weudd_155{background:#d5fd24;border-radius:16px 2px 16px 16px}._mine_weudd_164>img{width:36px;height:36px}._welcome_weudd_180{flex-direction:column;gap:12px;min-width:0;display:flex}._suggestions_weudd_187{flex-direction:column;align-items:flex-start;gap:8px;display:flex}._suggestions_weudd_187 button{overflow-wrap:anywhere;color:#62615d;max-width:100%;font:inherit;text-align:start;cursor:pointer;background:#fff;border:1px solid #ededed;border-radius:8px;padding:8px 12px}._composer_weudd_207{background:#f0f0f0;border-radius:24px;flex:none;align-items:center;gap:12px;height:50px;margin:12px 20px;padding:12px;display:flex}._composer_weudd_207 input{color:#171716;min-width:0;font:inherit;background:0 0;border:0;outline:none;flex:1}._composer_weudd_207 input::placeholder{color:#a7a69f}._error_weudd_233{overflow-wrap:anywhere;padding:0 20px}._error_weudd_233 button{font:inherit;text-decoration:underline}@media (prefers-reduced-motion:reduce){._launcher_weudd_10,._ball_weudd_28:before,._ball_weudd_28 img{transition:none}}._historyLoading_weudd_250{color:#62615d;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:12px;display:flex}._loadingDots_weudd_260{gap:6px;display:flex}._loadingDots_weudd_260 i{background:currentColor;border-radius:50%;width:6px;height:6px;animation:1s ease-in-out infinite _history-pulse_weudd_1}._loadingDots_weudd_260 i:nth-child(2){animation-delay:.15s}._loadingDots_weudd_260 i:nth-child(3){animation-delay:.3s}@keyframes _history-pulse_weudd_1{0%,to{opacity:.3}50%{opacity:1}}@media (prefers-reduced-motion:reduce){._loadingDots_weudd_260 i{animation:none}}._replyBubble_weudd_294{background:#efeeea}._replyDots_weudd_298{justify-content:center;align-items:center;gap:2px;width:43px;height:15px;display:flex}._replyDots_weudd_298>span{width:6px;height:6px;animation:1.2s ease-in-out infinite _reply-wave_weudd_1;display:block;position:relative;overflow:hidden}._replyDots_weudd_298 img{width:38px;max-width:none;height:6px;position:absolute;top:0}@keyframes _reply-wave_weudd_1{0%,60%,to{opacity:.35;transform:translateY(0)}30%{opacity:1;transform:translateY(-3px)}}@media (prefers-reduced-motion:reduce){._replyDots_weudd_298>span{animation:none}}._sendButton_weudd_339{cursor:pointer;background:0 0;border:0;flex:none;width:34px;height:34px;padding:0}._sendButton_weudd_339 img{width:34px;height:34px;display:block}._sendButton_weudd_339[aria-disabled=true]{cursor:not-allowed}._trailLayer_1s9y5_1{pointer-events:none;z-index:0;contain:layout style paint;position:fixed;inset:0;overflow:hidden}._particle_1s9y5_10{width:var(--trail-size);height:var(--trail-size);opacity:0;transform:translate3d(var(--trail-x), var(--trail-y), 0) scale(1);animation:_pointer-trail-fade_1s9y5_1 var(--trail-duration) cubic-bezier(.16, 1, .3, 1) forwards;will-change:transform, opacity, filter;position:absolute;top:0;left:0}._blueParticle_1s9y5_22{background:#4f71e08f;border-radius:50%;box-shadow:0 0 14px #4f71e052}._yellowParticle_1s9y5_28{background:#e8d95e8a;border-radius:50%;box-shadow:0 0 12px #e8d95e4d}._sparkParticle_1s9y5_34{width:calc(var(--trail-size) * 1.8);height:calc(var(--trail-size) * 1.8)}._sparkParticle_1s9y5_34:before,._sparkParticle_1s9y5_34:after{content:"";background:#4f71e07a;border-radius:999px;width:100%;height:1px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._sparkParticle_1s9y5_34:after{transform:translate(-50%,-50%)rotate(90deg)}@keyframes _pointer-trail-fade_1s9y5_1{0%{opacity:0;filter:blur()}18%{opacity:1}to{opacity:0;filter:blur(2px);transform:translate3d(calc(var(--trail-x) + var(--trail-drift-x)), calc(var(--trail-y) + var(--trail-drift-y)), 0) scale(.36)}}@media (prefers-reduced-motion:reduce){._trailLayer_1s9y5_1{display:none}}._workspace_lrjpe_1{background:#f8f8f8;grid-template-rows:56px minmax(0,1fr);grid-template-columns:287px minmax(0,1fr);gap:8px 16px;width:100%;height:100%;padding:16px;display:grid;position:relative;overflow:hidden}._title_lrjpe_15{color:#171716;height:56px;font-family:var(--font-sans);letter-spacing:0;grid-column:1/-1;align-items:center;margin:0;font-size:20px;font-weight:500;line-height:24px;display:flex}._conversationList_lrjpe_29,._conversationPanel_lrjpe_30{background:#fff;border-radius:16px;min-width:0;min-height:0;overflow:hidden}._overlay_80nhc_1{z-index:200;background:#000000bf;place-items:center;display:grid;position:fixed;inset:0}._dialog_80nhc_10{background:#f8f8f8;border-radius:16px;width:min(587px,100vw - 32px);padding:16px}._sidebar_vo896_1{z-index:20;color:#171716;background:#fff;flex-direction:column;align-items:center;gap:42px;width:72px;height:100%;padding:24px 12px;display:flex;position:relative}._appIcon_vo896_15{object-fit:cover;border-radius:8px;flex:0 0 32px;width:32px;height:32px;display:block}._navigationMenu_vo896_24{flex-direction:column;flex:auto;gap:16px;width:48px;min-height:0;display:flex}._navButton_vo896_33{border-radius:16px;flex:0 0 48px;place-items:center;width:48px;height:48px;transition:background-color .16s;display:grid;position:relative}._navButton_vo896_33:disabled{cursor:default;opacity:.38}._navIcon_vo896_48{place-items:center;width:48px;height:48px;display:grid}._navIcon_vo896_48 img{object-fit:contain;width:100%;height:100%;display:block}._unreadDot_vo896_61{background:#d5fd24;border-radius:50%;width:10px;height:10px;position:absolute;top:9px;left:29px}._navButtonActive_vo896_71{background:0 0}._myStoreIcon_vo896_75{place-items:center;display:grid}._myStoreIcon_vo896_75 img{width:24.4785px;height:24.2833px}._myStoreButtonActive_vo896_84{background:#f8f7f4}._sidebarUtilities_vo896_88{flex-direction:column;flex:0 0 128px;align-items:center;gap:24px;width:32px;height:128px;display:flex}._utilityIcon_vo896_98,._utilityButton_vo896_99{flex:0 0 24px;place-items:center;width:24px;height:24px;display:grid}._utilityIcon_vo896_98 img,._utilityButton_vo896_99 img{width:24px;height:24px;display:block}._downloadAppControl_vo896_113{flex:0 0 24px;place-items:center;width:32px;height:24px;display:grid;position:relative}._downloadAppControl_vo896_113:after{content:"";width:8px;height:24px;position:absolute;left:28px}._downloadAppPopover_vo896_130{z-index:4;visibility:hidden;opacity:0;pointer-events:none;background:#fff;border-radius:16px;flex-direction:column;width:310px;height:240px;display:flex;position:absolute;bottom:8px;left:40px;overflow:hidden;box-shadow:6px 6px 24px #00000026}._downloadAppControl_vo896_113:hover ._downloadAppPopover_vo896_130,._downloadAppControl_vo896_113:focus-within ._downloadAppPopover_vo896_130{visibility:visible;opacity:1;pointer-events:auto}._downloadAppIntro_vo896_155{text-align:center;flex-direction:column;flex:0 0 126px;align-items:center;gap:8px;width:310px;height:126px;padding:24px 16px 0;display:flex}._downloadAppIntro_vo896_155 strong{color:#141b27;width:278px;height:40px;font-size:16px;font-weight:500;line-height:20px}._downloadAppIntro_vo896_155 span{color:#62615d;width:278px;height:54px;font-size:14px;font-weight:400;line-height:18px}._downloadAppPlatforms_vo896_183{flex:0 0 114px;justify-content:center;align-items:flex-start;gap:24px;width:310px;height:114px;padding:12px 0 16px;display:flex}._downloadAppPlatform_vo896_183{flex-direction:column;align-items:center;gap:8px;display:flex}._downloadAppQr_vo896_201{object-fit:contain;border-radius:8px;width:60px;height:60px;display:block}._downloadAppPlatformLabel_vo896_209{color:#141b27;white-space:nowrap;align-items:center;gap:4px;height:18px;font-size:14px;font-weight:400;line-height:18px;display:flex}._downloadAppPlatformLabel_vo896_209 img{object-fit:contain;flex:0 0 18px;width:18px;height:18px;display:block}._account_vo896_228{flex:0 0 32px;place-items:center;width:32px;height:32px;display:grid;position:relative}._avatarButton_vo896_237{background:#d7e0ec;border-radius:50%;width:32px;height:32px;display:block;overflow:hidden}._avatarImage_vo896_246{border-radius:50%;width:100%;height:100%}._accountPopover_vo896_252{z-index:3;width:calc(176 * var(--settings-pixel,1px));min-height:calc(210 * var(--settings-pixel,1px));gap:calc(12 * var(--settings-pixel,1px));border-radius:calc(16 * var(--settings-pixel,1px));box-shadow:0 calc(2 * var(--settings-pixel,1px)) calc(4 * var(--settings-pixel,1px)) #0000001a;padding:calc(16 * var(--settings-pixel,1px));font-family:"Plus Jakarta Sans", var(--font-sans), sans-serif;background:#f8f8f8;flex-direction:column;display:flex;position:absolute;bottom:calc(100% + 6px);left:16px}._accountPopover_vo896_252>*{flex-shrink:0}._accountPopover_vo896_252 button:disabled{opacity:.58}._accountPopoverIdentity_vo896_275{width:100%;height:calc(52 * var(--settings-pixel,1px));gap:calc(8 * var(--settings-pixel,1px));flex-direction:column;display:flex}._accountPopoverIdentity_vo896_275 strong{color:#171716;width:100%;font-size:calc(16 * var(--settings-pixel,1px));font-weight:500;line-height:calc(20 * var(--settings-pixel,1px));text-align:left;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}._accountPopoverAvatar_vo896_294{width:calc(24 * var(--settings-pixel,1px));height:calc(24 * var(--settings-pixel,1px));flex:0 0 calc(24 * var(--settings-pixel,1px));border-radius:50%;display:block}._accountPopoverDivider_vo896_302{flex:0 0 0;width:100%;height:0;display:block;position:relative}._accountPopoverDivider_vo896_302:before{content:"";background:#ededed;width:100%;height:1px;position:absolute;top:0;left:0}._accountMenuItems_vo896_319{gap:calc(16 * var(--settings-pixel,1px));flex-direction:column;display:flex}._ordersMenuItem_vo896_325{width:100%;height:calc(18 * var(--settings-pixel,1px));justify-content:space-between;align-items:center;gap:calc(8 * var(--settings-pixel,1px));color:#171716;font-family:inherit;font-size:calc(14 * var(--settings-pixel,1px));font-weight:400;line-height:calc(18 * var(--settings-pixel,1px));text-align:left;display:flex}._ordersMenuItem_vo896_325 ._ordersMenuLabel_vo896_339{min-width:0;height:calc(18 * var(--settings-pixel,1px));align-items:center;gap:calc(8 * var(--settings-pixel,1px));display:flex}._ordersMenuItem_vo896_325 ._ordersMenuLabel_vo896_339 span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}._ordersMenuItem_vo896_325 ._ordersMenuIcon_vo896_351,._ordersMenuItem_vo896_325 ._ordersMenuChevron_vo896_352{width:calc(18 * var(--settings-pixel,1px));height:calc(18 * var(--settings-pixel,1px));flex:0 0 calc(18 * var(--settings-pixel,1px));object-fit:contain;place-items:center;display:grid}._ordersMenuItem_vo896_325 ._ordersMenuChevron_vo896_352 img{object-fit:contain;width:100%;height:100%;display:block}._signOutMenuItem_vo896_367{width:max-content;max-width:100%;height:calc(18 * var(--settings-pixel,1px));align-items:center;gap:calc(4 * var(--settings-pixel,1px));color:#fe2c55;font-family:inherit;font-size:calc(14 * var(--settings-pixel,1px));font-weight:400;line-height:calc(18 * var(--settings-pixel,1px));text-align:left;white-space:nowrap;display:flex}._signOutMenuItem_vo896_367 ._signOutMenuIcon_vo896_382{width:calc(18 * var(--settings-pixel,1px));height:calc(18 * var(--settings-pixel,1px));flex:0 0 calc(18 * var(--settings-pixel,1px));object-fit:contain;display:block}._state_upl7a_1{place-items:center;width:100%;height:100%;min-height:0;display:grid}._page_1l4f1_1{color:#171716;background:#f8f8f8;width:100%;height:100%;min-height:0;position:relative}._page_1l4f1_1:before{content:"";z-index:2;pointer-events:none;background:#f8f8f8;height:72px;position:absolute;top:0;left:0;right:0}._page_1l4f1_1>h1{z-index:3;color:#171716;letter-spacing:0;margin:0;font-size:20px;font-weight:500;line-height:24px;position:fixed;top:32px;left:88px}._grid_1l4f1_33{overscroll-behavior:contain;overflow-anchor:none;scrollbar-width:none;grid-template-columns:repeat(auto-fill,238px);grid-auto-rows:1px;place-content:start center;gap:0 16px;width:min(1510px,100% - 48px);height:100%;min-height:0;margin:0 auto;padding:80px 0 40px;display:grid;overflow:hidden auto}._grid_1l4f1_33::-webkit-scrollbar{display:none}._grid_1l4f1_33[data-empty=true],._grid_1l4f1_33[data-error=true]{grid-template-rows:minmax(0,1fr);grid-auto-rows:max-content;align-content:stretch}._card_1l4f1_64{background:#fff;border-radius:16px;grid-template-rows:42px auto;align-self:start;width:238px;min-width:238px;min-height:0;display:grid;overflow:hidden}._creator_1l4f1_76{text-align:left;grid-template-columns:26px minmax(0,1fr);align-items:center;gap:6px;width:100%;min-width:0;height:42px;padding:8px 16px;display:grid}._creator_1l4f1_76 ._creatorAvatar_1l4f1_87{object-fit:cover;border-radius:50%;width:26px;height:26px;display:block}._creator_1l4f1_76 strong{color:#171716;letter-spacing:0;text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:400;line-height:18px;overflow:hidden}._product_1l4f1_105{text-align:left;width:100%;min-width:0;display:block}._media_1l4f1_112{background:#eef3fb;width:100%;height:318px;display:block;position:relative;overflow:hidden}._media_1l4f1_112>img,._media_1l4f1_112 ._mediaPlaceholder_1l4f1_121{object-fit:cover;width:100%;height:100%;display:block}._mediaPlaceholder_1l4f1_121{background:#e7edf7}._copy_1l4f1_132{align-content:start;gap:8px;min-width:0;padding:12px 16px 16px;display:grid}._copyHeading_1l4f1_140{min-width:0}._copyHeading_1l4f1_140>strong{color:#171716;white-space:normal;overflow-wrap:anywhere;font-size:16px;font-weight:500;line-height:20px;display:block}._summary_1l4f1_153{color:#62615d;white-space:pre-wrap;overflow-wrap:anywhere;-webkit-line-clamp:3;-webkit-box-orient:vertical;min-height:18px;font-size:14px;font-weight:400;line-height:18px;display:-webkit-box;overflow:hidden}._emptyState_1l4f1_167{grid-column:1/-1;height:100%;min-height:0;display:flex}._loadMore_1l4f1_174{grid-column:1/-1;grid-row-end:span 28;place-items:center;min-height:28px;display:grid}._page_1jiso_1{color:#171716;width:100%;min-width:0;height:100%;min-height:0;font-family:var(--font-sans);background:#f8f8f8;padding:138px 16px 82px;position:relative;overflow:auto}._header_1jiso_14{justify-content:space-between;align-items:center;height:56px;display:flex;position:absolute;top:16px;left:16px;right:16px}._breadcrumb_1jiso_25{align-items:center;gap:6px;display:flex}._breadcrumb_1jiso_25 button,._breadcrumb_1jiso_25 span,._breadcrumb_1jiso_25 h1{color:#171716;font:inherit;background:0 0;border:0;margin:0;font-size:20px;font-weight:500;line-height:24px}._breadcrumb_1jiso_25 button{color:#92918b;cursor:pointer;padding:0;font-size:16px;line-height:20px}._storeLink_1jiso_52{color:#84980a;max-width:420px;height:42px;font-family:"Inter", var(--font-sans), sans-serif;cursor:pointer;background:#fff;border:0;border-radius:24px;justify-content:center;align-items:center;gap:8px;padding:12px 16px;font-size:14px;font-weight:400;line-height:18px;display:inline-flex}._storeLink_1jiso_52 span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}._storeLink_1jiso_52 img{flex:0 0 16px;width:16px;height:16px;display:block}._filterRow_1jiso_84{z-index:3;justify-content:flex-end;height:42px;display:flex;position:absolute;top:80px;left:16px;right:16px}._filterField_1jiso_95{background:#f0f0f0;border-radius:100px;align-items:center;gap:8px;width:min(400px,100%);height:42px;padding:4px 16px;display:flex;position:relative}._searchIcon_1jiso_107{flex:0 0 18px;width:18px;height:18px;display:block}._filterField_1jiso_95 input{color:#171716;min-width:0;height:34px;font:inherit;background:0 0;border:0;outline:0;flex:1;padding:0;font-size:14px;font-weight:400;line-height:18px}._filterField_1jiso_95 input::placeholder{color:#a7a69f;opacity:1}._filterToggle_1jiso_134{cursor:pointer;background:0 0;border:0;flex:0 0 18px;place-items:center;width:18px;height:18px;padding:0;display:grid}._filterToggle_1jiso_134 img{width:16px;height:16px;transition:transform .16s;display:block}._filterToggle_1jiso_134 img._chevronOpen_1jiso_153{transform:rotate(90deg)}._tagMenu_1jiso_157{z-index:5;background:#fff;border-radius:8px;width:100%;max-height:184px;padding:12px 0;position:absolute;top:46px;right:0;overflow:hidden auto;box-shadow:0 2px 4px #0000001a}._tagMenu_1jiso_157 button{color:#171716;width:100%;height:40px;font:inherit;cursor:pointer;background:#fff;border:0;justify-content:center;align-items:center;padding:0 16px;font-size:16px;font-weight:500;line-height:20px;display:flex}._tagMenu_1jiso_157 button:hover,._tagMenu_1jiso_157 button:focus-visible,._tagMenu_1jiso_157 button._activeTag_1jiso_191{background:#f8f7f4;outline:none}._grid_1jiso_196{grid-template-columns:repeat(auto-fill,minmax(min(289px,100%),289px));justify-content:center;gap:16px;width:100%;display:grid}._card_1jiso_205{color:#171716;text-align:left;cursor:pointer;background:#fff;border:0;border-radius:16px;width:100%;min-width:0;max-width:289px;padding:0;position:relative;overflow:hidden}._card_1jiso_205._selected_1jiso_220:after{z-index:2;border-radius:inherit;content:"";pointer-events:none;border:1px solid #d5fd24;position:absolute;inset:0}._card_1jiso_205:focus-visible{outline-offset:2px;outline:2px solid #171716}._card_1jiso_205._added_1jiso_235,._card_1jiso_205:disabled{cursor:not-allowed}._cover_1jiso_240{aspect-ratio:289/385;background:#e9e9e7;width:100%;display:block;position:relative;overflow:hidden}._coverImage_1jiso_249{border-radius:0;width:100%;height:100%}._selectionIndicator_1jiso_255{z-index:1;width:20px;height:20px;display:block;position:absolute;top:12px;right:12px}._cardCopy_1jiso_265{flex-direction:column;gap:8px;min-height:106px;padding:12px 16px 16px;display:flex}._price_1jiso_273{font-size:16px;font-weight:500;line-height:20px}._cardCopy_1jiso_265 strong{font-family:"Inter", var(--font-sans), sans-serif;text-overflow:ellipsis;white-space:nowrap;font-size:20px;font-weight:500;line-height:24px;overflow:hidden}._earnings_1jiso_289{text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:400;line-height:18px;overflow:hidden}._state_1jiso_298{color:#62615d;text-align:center;place-items:center;min-height:360px;margin:0;font-size:16px;line-height:22px;display:grid}._loadMoreTrigger_1jiso_309{width:100%;height:1px}._paginationState_1jiso_314{color:#62615d;text-align:center;justify-content:center;align-items:center;gap:12px;min-height:48px;margin:12px 0 0;font-size:14px;line-height:18px;display:flex}._paginationState_1jiso_314 button{color:#171716;font:inherit;cursor:pointer;background:0 0;border:0;padding:0;font-weight:500;text-decoration:underline}._selectionBar_1jiso_338{bottom:0;right:16px;left:calc(var(--desktop-primary-nav-width,72px) + 16px);z-index:4;background:#f8f8f8;justify-content:flex-end;align-items:center;gap:16px;height:66px;padding:12px 24px;font-size:14px;font-weight:400;line-height:18px;display:flex;position:fixed}._selectionBar_1jiso_338 button{color:#fff;min-width:175px;height:42px;font:inherit;cursor:pointer;background:#171716;border:0;border-radius:24px;padding:12px 16px;font-weight:500}._selectionBar_1jiso_338 button:disabled{color:#f8f8f8;cursor:not-allowed;background:#a7a7a7}._preview_1uzhu_1{flex:none}._page_1c6jv_1{color:#171716;width:100%;height:100%;min-height:0;font-family:var(--font-sans);scrollbar-width:none;background:#f8f8f8;font-size:16px;overflow:auto}._page_1c6jv_1::-webkit-scrollbar{display:none}._stage_1c6jv_17{width:100%;min-width:1078px;height:100%;min-height:1080px;position:relative;overflow:hidden}._header_1c6jv_26{z-index:1;justify-content:space-between;align-items:center;height:56px;display:flex;position:absolute;top:16px;left:16px;right:16px;overflow:hidden}._breadcrumb_1c6jv_39{white-space:nowrap;align-items:center;gap:6px;display:flex}._breadcrumb_1c6jv_39 button,._breadcrumb_1c6jv_39 strong,._breadcrumb_1c6jv_39>span{font:inherit;background:0 0;border:0;margin:0;padding:0;font-weight:400}._breadcrumb_1c6jv_39 button{color:#92918b;cursor:pointer;font-size:16px;line-height:20px}._breadcrumb_1c6jv_39>span,._breadcrumb_1c6jv_39 strong{color:#171716;font-size:20px;line-height:24px}._storeLink_1c6jv_71{color:#84980a;max-width:420px;font-family:"Inter", var(--font-sans), sans-serif;cursor:pointer;background:#fff;border:0;border-radius:24px;justify-content:center;align-items:center;gap:8px;padding:12px 16px;font-size:14px;font-weight:400;line-height:18px;display:inline-flex}._storeLink_1c6jv_71 span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}._storeLink_1c6jv_71 img{flex:0 0 16px;width:16px;height:16px;display:block}._workspace_1c6jv_102{grid-template-columns:minmax(520px,595px) 426px;justify-content:space-between;column-gap:24px;width:min(1206px,100% - 32px);min-height:0;display:grid;position:absolute;top:80px;bottom:16px;left:50%;transform:translate(-50%)}._form_1c6jv_116{flex-direction:column;align-items:center;gap:25px;min-width:0;display:flex}._avatarUploadField_1c6jv_124{flex-direction:column;align-items:center;gap:8px;display:flex}._avatarField_1c6jv_131{cursor:pointer;flex:0 0 200px;width:200px;height:200px;display:block;position:relative}._avatarField_1c6jv_131 input{opacity:0;width:1px;height:1px;position:absolute;overflow:hidden}._avatar_1c6jv_124{box-sizing:border-box;color:#fff;background:0 0;border:1px solid #d5fd24;border-radius:50%;place-items:center;width:200px;height:200px;padding:0;font-size:48px;font-weight:700;display:grid;overflow:hidden}._avatar_1c6jv_124 img{object-fit:cover;border-radius:50%;width:100%;height:100%;display:block}._avatarEditIcon_1c6jv_172{width:24px;height:24px;display:block;position:absolute;bottom:16px;right:16px}._avatarUploadState_1c6jv_181{color:#84980a;align-items:center;gap:8px;min-height:18px;font-size:14px;line-height:18px;display:flex}._avatarUploadState_1c6jv_181[data-upload-status=failed]{color:#fe2c55}._avatarUploadState_1c6jv_181 button{color:#171716;font:inherit;cursor:pointer;background:0 0;border:0;padding:0;text-decoration:underline}._avatarUploadProgress_1c6jv_205{background:#fff;border-radius:999px;width:100px;height:6px;display:block;overflow:hidden}._avatarUploadProgress_1c6jv_205>span{border-radius:inherit;background:#171716;height:100%;transition:width .16s;display:block}._field_1c6jv_222{flex-direction:column;gap:8px;width:100%;display:flex}._fieldHeading_1c6jv_229{color:#171716;justify-content:space-between;align-items:center;width:100%;font-size:14px;font-weight:400;line-height:18px;display:flex}._fieldHeading_1c6jv_229 small{font:inherit}._field_1c6jv_222 input,._field_1c6jv_222 textarea{color:#0a0e14;width:100%;font:inherit;background:#f0f0f0;border:0;border-radius:12px;outline:none;font-size:16px;font-weight:500;line-height:20px}._field_1c6jv_222 input{height:48px;padding:14px 12px}._field_1c6jv_222 textarea{resize:none;height:200px;padding:14px 12px}._field_1c6jv_222 textarea::placeholder{color:#a7a69f;opacity:1}._field_1c6jv_222 input:focus-visible,._field_1c6jv_222 textarea:focus-visible{box-shadow:0 0 0 1px var(--color-form-focus)}._bioField_1c6jv_279{height:226px}._actions_1c6jv_283{justify-content:flex-end;align-items:center;gap:16px;width:100%;height:42px;display:flex}._cancelButton_1c6jv_292,._saveButton_1c6jv_293{min-height:42px;font-family:"Inter", var(--font-sans), sans-serif;cursor:pointer;border:0;border-radius:24px;padding:12px 16px;font-size:14px;font-weight:400;line-height:18px}._cancelButton_1c6jv_292{color:#171716;background:#fff}._saveButton_1c6jv_293{color:#fff;background:#171716}._saveButton_1c6jv_293:disabled{cursor:not-allowed;opacity:.35}._previewColumn_1c6jv_320{flex-direction:column;align-items:center;min-width:0;min-height:0;display:flex}._themePicker_1c6jv_328{flex:0 0 82px;align-items:flex-end;gap:16px;width:426px;height:82px;margin-top:13px;display:flex}._themePicker_1c6jv_328 button{cursor:pointer;background:#fff;border:0;border-radius:16px;flex:0 0 70px;place-items:center;width:70px;height:70px;padding:0;display:grid;position:relative;overflow:hidden}._themePicker_1c6jv_328 button img,._classicTheme_1c6jv_354{object-fit:cover;border-radius:16px;width:100%;height:100%;display:block}._classicTheme_1c6jv_354{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#fff;width:48px;height:48px}._themePicker_1c6jv_328 ._themeSelected_1c6jv_369{border:1px solid #d5fd24;flex-basis:82px;width:82px;height:82px}._themePicker_1c6jv_328 ._themeSelected_1c6jv_369:not(:first-child):after{content:"";pointer-events:none;background:#11110f33;border-radius:16px;position:absolute;inset:0}._themePicker_1c6jv_328 button:disabled{cursor:wait;opacity:.65}._previewColumn_1c6jv_320>:last-child{margin-top:65px}._page_1xlxd_1{color:#171716;width:100%;min-width:0;height:100%;min-height:0;font-family:var(--font-sans);scrollbar-width:none;background:#f8f8f8;overflow:hidden auto}._page_1xlxd_1::-webkit-scrollbar{display:none}._header_1xlxd_18{align-items:center;height:56px;margin:16px 16px 8px;display:flex}._breadcrumb_1xlxd_25{white-space:nowrap;align-items:center;gap:6px;display:flex}._breadcrumb_1xlxd_25 button,._breadcrumb_1xlxd_25 span{color:#92918b;font:inherit;background:0 0;border:0;padding:0;font-size:16px;font-weight:500;line-height:20px}._breadcrumb_1xlxd_25 button{cursor:pointer}._breadcrumb_1xlxd_25 button:focus-visible{outline-offset:3px;border-radius:4px;outline:2px solid #4e71e0}._breadcrumb_1xlxd_25 strong{color:#171716;font-size:20px;font-weight:500;line-height:24px}._content_1xlxd_61{flex-direction:column;gap:16px;width:min(594px,100% - 32px);min-width:0;margin:0 auto 87px;display:flex}._recommendationCard_1xlxd_70{box-sizing:border-box;background:linear-gradient(#e4ff94 0%,#eeffc2 50.96%,#faffe9 100%);border-radius:16px;flex-direction:column;gap:12px;min-width:0;height:126px;padding:24px;display:flex}._recommendationHeader_1xlxd_82{color:#171716;justify-content:space-between;align-items:center;gap:16px;height:18px;font-size:14px;font-weight:400;line-height:18px;display:flex}._recommendationCard_1xlxd_70 input{color:#171716;width:100%;height:48px;font:inherit;box-sizing:border-box;background:#fff;border:0;border-radius:12px;outline:0;padding:14px 12px;font-size:16px;font-weight:500;line-height:20px}._recommendationCard_1xlxd_70 input:focus-visible{box-shadow:0 0 0 2px var(--color-form-focus)}._hero_1xlxd_114{background:#efeeea;border-radius:8px;width:100%;max-width:100%;height:334px;display:block;overflow:hidden}._hero_1xlxd_114>img,._hero_1xlxd_114 img{object-fit:cover;width:100%;height:100%;display:block}._details_1xlxd_132{box-sizing:border-box;flex-direction:column;gap:16px;min-width:0;padding:0 16px;display:flex}._gameInfo_1xlxd_141{flex-direction:column;gap:16px;min-width:0;display:flex}._summary_1xlxd_148{flex-direction:column;gap:8px;display:flex}._summary_1xlxd_148 h1{color:#171716;font-family:"Inter", var(--font-sans), sans-serif;margin:0;font-size:32px;font-weight:700;line-height:40px}._tags_1xlxd_163{flex-wrap:wrap;gap:13px;display:flex}._tags_1xlxd_163 span{color:#62615d;background:#efeeea;border-radius:24px;padding:4px 12px;font-size:14px;font-weight:400;line-height:18px}._description_1xlxd_179{color:#171716;overflow-wrap:anywhere;min-width:0;max-width:100%;font-size:16px;font-weight:500;line-height:20px}._description_1xlxd_179,._description_1xlxd_179 *{margin-top:0;margin-bottom:0}._description_1xlxd_179 :where(figure,table,pre){max-width:100%}._description_1xlxd_179 :where(img,picture,video,iframe){border-radius:8px;width:auto;max-width:100%;height:auto;margin:12px auto;display:block}._description_1xlxd_179 :where(video,iframe){background:#000;width:100%}._description_1xlxd_179 :where(iframe){aspect-ratio:16/9;border:0}._description_1xlxd_179 :where(pre){white-space:pre-wrap;overflow-x:auto}._description_1xlxd_179 :where(table){border-collapse:collapse;width:100%}._metadata_1xlxd_228{margin:0}._metadata_1xlxd_228>div{box-sizing:border-box;grid-template-columns:1fr 1fr;align-items:center;min-height:34px;padding:8px 0;font-size:14px;font-weight:400;line-height:18px;display:grid}._metadata_1xlxd_228>div:not(:last-child){border-bottom:1px solid #ededed}._metadata_1xlxd_228 dt{color:#62615d}._metadata_1xlxd_228 dd{color:#171716;margin:0}._offers_1xlxd_257{flex-direction:column;gap:12px;min-width:0;display:flex}._offers_1xlxd_257 h2{font-family:"Inter", var(--font-sans), sans-serif;margin:0;font-size:20px;font-weight:500;line-height:24px}._offerList_1xlxd_272{flex-direction:column;gap:8px;display:flex}._offer_1xlxd_257{color:#171716;width:100%;min-height:48px;font-family:"Inter", var(--font-sans), sans-serif;cursor:pointer;box-sizing:border-box;background:#fff;border:1px solid #0000;border-radius:8px;align-items:center;gap:8px;padding:11px;font-size:14px;font-weight:400;line-height:18px;display:flex}._offer_1xlxd_257[aria-checked=true]{border-color:#d5fd24}._offer_1xlxd_257:focus-visible{outline-offset:2px;outline:2px solid #4e71e0}._offerIcon_1xlxd_306{border-radius:5px;flex:0 0 24px;width:24px;height:24px;overflow:hidden}._offerIconImage_1xlxd_314{object-fit:contain;width:100%;height:100%;display:block}._offer_1xlxd_257 span{text-align:left;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}._offer_1xlxd_257 strong{font-size:inherit;flex:none;font-weight:400}._emptyOffers_1xlxd_336{color:#62615d;background:#fff;border-radius:8px;margin:0;padding:15px 12px;font-size:14px;line-height:18px}._root_1mc4k_1{z-index:3;position:absolute;top:8px;right:8px}._trigger_1mc4k_8{cursor:pointer;background:0 0;border:0;border-radius:8px;place-items:center;width:24px;height:24px;padding:4px;display:grid}._trigger_1mc4k_8:hover,._trigger_1mc4k_8:focus-visible{background:#f8f7f4}._trigger_1mc4k_8 img{width:16px;height:16px;display:block}._menu_1mc4k_31{width:116px;height:48px;font-family:var(--font-sans);background:#fff;border-radius:14px;position:absolute;top:28px;right:0;overflow:hidden;box-shadow:0 8px 24px #1c27401f}._menu_1mc4k_31 button:hover:not(:disabled),._menu_1mc4k_31 button:focus-visible:not(:disabled){background:#f8f7f4}._page_o9q11_1{color:#171716;width:100%;min-width:0;height:100%;min-height:0;font-family:var(--font-sans);scrollbar-width:none;background:#f8f8f8;font-size:16px;overflow:auto}._page_o9q11_1::-webkit-scrollbar{display:none}._productList_o9q11_15::-webkit-scrollbar{display:none}._previewColumn_o9q11_16::-webkit-scrollbar{display:none}._stage_o9q11_20{grid-template-rows:56px auto;gap:8px;width:100%;min-width:0;min-height:100%;padding:16px;display:grid;position:relative}._header_o9q11_31{justify-content:space-between;align-items:center;min-width:0;height:56px;display:flex;overflow:hidden}._header_o9q11_31 h1{margin:0;font-size:20px;font-weight:500;line-height:24px}._storeLink_o9q11_47{color:#84980a;max-width:420px;font-family:"Inter", var(--font-sans), sans-serif;cursor:pointer;background:#fff;border:0;border-radius:24px;justify-content:center;align-items:center;gap:8px;padding:12px 16px;font-size:14px;font-weight:400;line-height:18px;display:inline-flex}._storeLinkText_o9q11_65{min-width:0;color:inherit;text-overflow:ellipsis;white-space:nowrap;text-decoration:none;overflow:hidden}._storeLink_o9q11_47 img{flex:0 0 16px;width:16px;height:16px;display:block}._workspace_o9q11_81{grid-template-rows:auto;grid-template-columns:minmax(520px,595px) 426px;justify-content:space-between;column-gap:24px;width:min(1206px,100%);min-width:0;margin:0 auto;display:grid;overflow-x:auto}._editorColumn_o9q11_93{grid-template-rows:108px minmax(0,1fr);gap:20px;min-width:0;min-height:0;display:grid}._profileCard_o9q11_101{isolation:isolate;background:0 0;border-radius:16px;justify-content:space-between;align-items:center;gap:16px;min-width:0;padding:24px;display:flex;position:relative}._profileCard_o9q11_101:after{border-radius:inherit;content:"";pointer-events:none;z-index:-1;background:#fff;position:absolute;inset:0}._profileIdentity_o9q11_127{flex:1;align-items:center;gap:8px;min-width:0;display:flex}._avatar_o9q11_135{color:#fff;background:0 0;border:1px solid #d5fd24;border-radius:50%;flex:0 0 60px;place-items:center;width:60px;height:60px;padding:0;font-size:20px;font-weight:700;display:grid;overflow:hidden}._avatar_o9q11_135 img{object-fit:cover;border-radius:50%;width:100%;height:100%;display:block}._profileCopy_o9q11_159{min-width:0}._profileCopy_o9q11_159 strong{color:#171716;text-overflow:ellipsis;white-space:nowrap;font-size:16px;font-weight:500;line-height:20px;display:block;overflow:hidden}._profileCopy_o9q11_159 p{color:#62615d;text-overflow:ellipsis;white-space:nowrap;margin:8px 0 0;font-size:14px;font-weight:400;line-height:18px;overflow:hidden}._editButton_o9q11_185{color:#fff;font:inherit;cursor:pointer;background:#171716;border:0;border-radius:24px;flex:none;justify-content:center;align-items:center;gap:8px;padding:8px 16px;font-size:14px;line-height:18px;display:inline-flex}._editButton_o9q11_185 img{width:11px;height:11px;display:block}._productViewport_o9q11_208{min-width:0;min-height:0;position:relative;overflow:hidden}._productList_o9q11_15{overscroll-behavior-y:auto;scrollbar-width:none;flex-direction:column;gap:16px;padding-bottom:96px;display:flex;position:absolute;inset:0;overflow:hidden auto}._productCard_o9q11_228{background:#fff;border-radius:16px;flex:0 0 165px;align-items:center;gap:12px;width:100%;height:165px;padding:16px;display:flex;position:relative}._productCard_o9q11_228[draggable=true]{cursor:grab}._productCard_o9q11_228[draggable=true]:active{cursor:grabbing}._productCard_o9q11_228[data-exiting=true]{pointer-events:none;will-change:transform, opacity;animation:.18s ease-in both _my-store-product-exit-left_o9q11_1}@keyframes _my-store-product-exit-left_o9q11_1{to{opacity:0;transform:translate(-110%)}}@media (prefers-reduced-motion:reduce){._productCard_o9q11_228[data-exiting=true]{animation-duration:1ms}}._dragHandle_o9q11_266{flex:0 0 12px;width:12px;height:16px;display:block}._productBody_o9q11_273{flex:1;align-items:center;gap:12px;min-width:0;display:flex}._productBodyButton_o9q11_281{color:inherit;font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;padding:0}._productBodyButton_o9q11_281:focus-visible{outline-offset:4px;border-radius:10px;outline:2px solid #4e71e0}._cover_o9q11_297{color:#fff;text-align:center;border-radius:8px;flex:0 0 100px;place-items:center;width:100px;height:133px;font-size:10px;font-weight:700;line-height:14px;display:grid;overflow:hidden}._cover_o9q11_297 img{object-fit:cover;width:100%;height:100%;display:block}._productCopy_o9q11_319{flex-direction:column;flex:1;align-items:flex-start;gap:12px;min-width:0;display:flex}._productSummary_o9q11_328{flex-direction:column;align-items:flex-start;gap:6px;width:100%;min-width:0;max-width:100%;display:flex}._productSummary_o9q11_328 h2,._productSummary_o9q11_328 p,._price_o9q11_340{margin:0}._productSummary_o9q11_328 h2{color:#171716;text-overflow:ellipsis;white-space:nowrap;width:100%;max-width:100%;font-size:20px;font-weight:500;line-height:24px;overflow:hidden}._productType_o9q11_356{color:#92918b;white-space:nowrap;background:#efeeea;border-radius:16px;padding:5px 12px;font-size:12px;font-weight:400;line-height:14px}._productSummary_o9q11_328 p{color:#62615d;text-overflow:ellipsis;white-space:nowrap;width:100%;max-width:100%;font-size:14px;font-weight:400;line-height:18px;overflow:hidden}._price_o9q11_340{color:#171716;font-size:20px;font-weight:500;line-height:24px}._emptyState_o9q11_386{color:#62615d;background:#fff;border-radius:16px;place-items:center;min-height:164px;margin:0;padding:24px;font-size:14px;line-height:18px;display:grid}._addProductDock_o9q11_399{z-index:10;visibility:hidden;pointer-events:none;min-width:0;display:flex;position:fixed;bottom:0}._addProductDock_o9q11_399:before{content:"";background:linear-gradient(#f8f8f800 0%,#f8f8f8 34%);width:100%;position:absolute;inset:0 auto 0 0}._addProductDock_o9q11_399 button{z-index:1;color:#fff;width:100%;min-height:52px;font-family:var(--font-sans);cursor:pointer;pointer-events:auto;background:#171716;border:0;border-radius:40px;justify-content:center;align-items:center;margin:32px 24px 12px;padding:16px 40px;font-size:16px;font-weight:500;line-height:20px;display:flex;position:relative}._previewColumn_o9q11_16{flex-direction:column;align-items:center;min-width:0;display:flex}._themePicker_o9q11_446{flex:0 0 82px;align-items:flex-end;gap:16px;width:426px;height:82px;margin-top:13px;display:flex}._themePicker_o9q11_446 button{cursor:pointer;background:#fff;border:0;border-radius:16px;flex:0 0 70px;place-items:center;width:70px;height:70px;padding:0;display:grid;position:relative;overflow:hidden}._themePicker_o9q11_446 button:nth-child(2){background-image:url(https://assets.opencreators.ai/assets/theme-dark-purple-no-_XlRj.png);background-position:50%;background-size:cover}._themePicker_o9q11_446 button:nth-child(3){background-image:url(https://assets.opencreators.ai/assets/theme-light-yellow-Dy_DeVlN.png);background-position:50%;background-size:cover}._themePicker_o9q11_446 button:nth-child(4){background-image:url(https://assets.opencreators.ai/assets/theme-dark-green-B9JlVvUM.png);background-position:50%;background-size:cover}._themePicker_o9q11_446 button:nth-child(5){background-image:url(https://assets.opencreators.ai/assets/theme-light-blue-B1PjM-C9.png);background-position:50%;background-size:cover}._themePicker_o9q11_446 button img{display:none}._classicTheme_o9q11_499{object-fit:cover;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#fff;border-radius:16px;width:48px;height:48px;display:block}._themePicker_o9q11_446 ._themeSelected_o9q11_514{border:1px solid #d5fd24;flex-basis:82px;width:82px;height:82px}._themePicker_o9q11_446 ._themeSelected_o9q11_514:not(:first-child):after{content:"";pointer-events:none;background:#11110f33;border-radius:16px;position:absolute;inset:0}._themePicker_o9q11_446 button:disabled{cursor:wait;opacity:.65}._previewColumn_o9q11_16>:last-child{margin-top:65px}._copyButton_o9q11_539{cursor:pointer;background:0 0;border:0;flex:none;justify-content:center;align-items:center;margin:-4px;padding:4px;display:inline-flex}._copyButton_o9q11_539:disabled{cursor:default}._overlay_ooxzm_1{z-index:200;background:#12121299;animation:.16s ease-out both _product-type-overlay-in_ooxzm_1;position:fixed;inset:0}._dialog_ooxzm_9{color:#171716;width:min(898px,100vw - 182px);font-family:var(--font-sans);animation:.18s ease-out both _product-type-dialog-in_ooxzm_1;position:absolute;bottom:111px;left:calc(8.3333vw + 6px)}._grid_ooxzm_19{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 17px;display:grid}._optionCard_ooxzm_25{color:#171716;min-width:0;height:180px;font:inherit;text-align:left;cursor:pointer;background:#fff;border:0;border-radius:16px;flex-direction:column;align-items:flex-start;gap:24px;padding:24px;transition:box-shadow .16s,transform .16s;display:flex}._optionCard_ooxzm_25:hover{transform:translateY(-2px);box-shadow:0 14px 34px #12121224}._optionCard_ooxzm_25:focus-visible{outline-offset:3px;outline:2px solid #d5fd24}._iconSurface_ooxzm_53{background:#f3ffc9;border-radius:50%;flex:0 0 40px;place-items:center;width:40px;height:40px;display:grid}._iconSurface_ooxzm_53 img{max-width:24px;max-height:22px;display:block}._iconSurfaceEmbedded_ooxzm_69{background:0 0}._iconSurfaceEmbedded_ooxzm_69 img{width:40px;max-width:none;height:40px;max-height:none}._optionCopy_ooxzm_80{flex-direction:column;flex:1;gap:8px;min-width:0;display:flex}._optionCopy_ooxzm_80 strong{font-size:20px;font-weight:500;line-height:24px}._optionCopy_ooxzm_80>span{color:#62615d;font-size:14px;font-weight:400;line-height:18px}._optionCopy_ooxzm_80[data-kind=game]>span{font-family:"Inter", var(--font-sans), sans-serif;font-size:12px;line-height:14px}._stateSurface_ooxzm_107{color:#62615d;text-align:center;background:#fff;border-radius:16px;place-items:center;width:min(440px,100%);min-height:180px;margin:0 auto;padding:24px;font-size:14px;line-height:18px;display:grid}._stateSurface_ooxzm_107 [role=status]{min-height:0}._stateSurface_ooxzm_107 p{margin:0}._stateSurface_ooxzm_107 button{color:#fff;min-height:42px;font:inherit;cursor:pointer;background:#171716;border:0;border-radius:40px;padding:0 20px;font-weight:500}@keyframes _product-type-overlay-in_ooxzm_1{0%{opacity:0}to{opacity:1}}@keyframes _product-type-dialog-in_ooxzm_1{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media (height<=760px){._dialog_ooxzm_9{top:50%;bottom:auto;transform:translateY(-50%)}@keyframes _product-type-dialog-in_ooxzm_1{0%{opacity:0;transform:translateY(calc(12px - 50%))}to{opacity:1;transform:translateY(-50%)}}}@media (width<=1080px){._dialog_ooxzm_9{width:auto;left:88px;right:24px}}@media (prefers-reduced-motion:reduce){._overlay_ooxzm_1,._dialog_ooxzm_9{animation:none}._optionCard_ooxzm_25{transition:none}}._root_1liuf_1{background:#f8f8f8;width:100%;height:100%;min-height:0;font-size:16px;position:relative}._text_tae6j_1{text-overflow:ellipsis;white-space:nowrap;min-width:0;display:block;overflow:hidden}._text_tae6j_1:focus-visible{outline-offset:3px;outline:2px solid #171716}._tooltip_tae6j_13{z-index:200;visibility:hidden;color:#fff;width:max-content;max-width:min(320px,100vw - 16px);font-family:var(--font-sans);text-align:start;background:#171716;border-radius:8px;font-size:12px;font-weight:400;line-height:18px;position:fixed;box-shadow:0 2px 4px #0000001a}._tooltip_tae6j_13:before{left:var(--tooltip-arrow-left);background:inherit;content:"";width:6px;height:6px;position:absolute;transform:translate(-50%)rotate(45deg)}._tooltip_tae6j_13[data-placement=top]:before{bottom:-3px}._tooltip_tae6j_13[data-placement=bottom]:before{top:-3px}._content_tae6j_45{max-height:var(--tooltip-max-height);overflow-wrap:anywhere;white-space:pre-wrap;padding:8px 12px;overflow:auto}._page_1str1_1{color:#060606;width:100%;min-width:0;height:100%;min-height:0;font-family:var(--font-sans);background:#f8f8f8;flex-direction:column;padding:16px;font-size:14px;line-height:18px;display:flex;overflow:hidden}._page_1str1_1 button,._page_1str1_1 input{font:inherit}._page_1str1_1 button:focus-visible{outline-offset:3px;outline:2px solid #171716}._page_1str1_1 button:disabled{cursor:not-allowed;opacity:.45}._header_1str1_29{flex:0 0 56px;align-items:center;height:56px;margin-bottom:8px;display:flex}._header_1str1_29 h1{margin:0;font-size:20px;font-weight:500;line-height:24px}._metrics_1str1_43{flex:none;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-bottom:16px;display:grid}._metricCard_1str1_51{background:#d5fd24;border-radius:16px;flex-direction:column;justify-content:center;gap:8px;min-width:0;padding:24px;display:flex}._metricIcon_1str1_62{background:#f3ffc9;border-radius:50%;place-items:center;width:40px;height:40px;display:grid}._metricIcon_1str1_62 img{width:24px;height:24px}._metricIcon_1str1_62 ._walletIcon_1str1_74{width:17.9px;height:16.15px}._metricCopy_1str1_79{flex-direction:column;gap:8px;min-width:0;display:flex}._metricCopy_1str1_79>span{color:#62615d}._metricCopy_1str1_79 strong{font-size:24px;font-weight:700;line-height:30px}._balanceRow_1str1_94{justify-content:space-between;align-items:center;gap:16px;display:flex}._cashOut_1str1_101{color:#171716;background:#fff;border-radius:24px;flex:none;padding:12px 24px}._retry_1str1_109{color:#171716;align-self:flex-start;text-decoration:underline}._orderPanel_1str1_115{background:#fff;border-radius:16px;flex-direction:column;flex:1 1 0;gap:16px;min-height:0;padding:16px 24px;display:flex}._panelHeader_1str1_126{flex:none;justify-content:space-between;align-items:flex-end;gap:16px;display:flex}._panelHeader_1str1_126 h2{margin:0;font-size:24px;font-weight:700;line-height:30px}._panelHeader_1str1_126>span{color:#62615d}._filters_1str1_143{flex-wrap:wrap;flex:none;align-items:center;gap:16px;display:flex}._search_1str1_151{background:#f0f0f0;border-radius:100px;align-items:center;gap:8px;width:400px;min-width:0;max-width:100%;padding:12px 16px;display:flex}._search_1str1_151 img{flex:0 0 18px;width:18px;height:18px}._search_1str1_151 input{color:#060606;background:0 0;border:0;outline:none;width:100%;min-width:0;padding:0}._search_1str1_151 input::placeholder{color:#a7a69f;opacity:1}._filter_1str1_143{position:relative}._filterTrigger_1str1_185{color:#060606;white-space:nowrap;background:#f0f0f0;border-radius:100px;align-items:center;gap:24px;padding:12px 16px;display:flex}._chevron_1str1_196{width:16px;height:16px;transform:rotate(90deg)}._dropdown_1str1_202{z-index:5;top:calc(100% + 10px);width:200px;max-height:min(424px, var(--orders-dropdown-space,424px));background:#fff;border-radius:8px;padding:12px 0;position:absolute;inset-inline-start:0;overflow-y:auto;box-shadow:0 2px 4px #0000001a}._dropdown_1str1_202 button{color:#060606;text-align:center;width:100%;min-height:40px;padding:10px 16px;font-size:16px;font-weight:500;line-height:20px;display:block}._dropdown_1str1_202 button[aria-selected=true],._dropdown_1str1_202 button:hover,._dropdown_1str1_202 button:focus-visible{outline-offset:-2px;background:#f8f7f4}._tableArea_1str1_233{flex:1 1 0;min-height:0;overflow:auto}._table_1str1_233{border-collapse:collapse;table-layout:fixed;text-align:start;width:100%;min-width:1040px}._table_1str1_233 th{z-index:1;text-align:start;background:#f3ffc9;height:38px;padding:10px 16px;font-weight:400;position:sticky;top:0}._table_1str1_233 td{vertical-align:middle;height:60px;padding:12px 16px}._table_1str1_233 td>span{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}._table_1str1_233 td>._statusBadge_1str1_267{vertical-align:middle;border:1px solid #ededed;border-radius:16px;max-width:100%;padding:4px 8px;font-family:Inter,sans-serif;display:inline-block}._unavailable_1str1_277{color:#62615d}._tableWithStatus_1str1_281{height:100%}._tableWithStatus_1str1_281 td{height:auto;padding:0}._contact_1str1_289{color:#fff;white-space:nowrap;background:#171716;border-radius:24px;padding:8px 16px}._pagination_1str1_297{flex:none;align-self:flex-end;align-items:center;gap:12px;display:flex}._previous_1str1_305,._next_1str1_306{color:#060606;background:#fff;border:1px solid #ededed;border-radius:40px;padding:8px 16px}._next_1str1_306{color:#fff;background:#171716;border-color:#171716}._page_1str1_1 ._pageNumber_1str1_320{color:#171716;background:#f8f7f4;border-radius:40px;place-items:center;min-width:22px;height:22px;padding:0 4px;font-size:12px;line-height:14px;display:grid}._page_1str1_1 ._pageNumber_1str1_320[aria-current=page]{color:#fff;background:#171716}._page_6zbwh_1{color:#060606;width:100%;height:100%;min-height:0;font-family:"Inter", var(--font-sans), sans-serif;background:#f8f8f8;flex-direction:column;display:flex;overflow:hidden}._header_6zbwh_13{flex:none;padding:0 .2rem}._header_6zbwh_13 h1{margin:0;padding:.11rem 0;font-size:.18rem;font-weight:700;line-height:.22rem}._scroller_6zbwh_26{overscroll-behavior:contain;min-height:0;padding:.08rem .2rem calc(.72rem + var(--app-safe-bottom,0rem));flex:1;overflow:auto}._summary_6zbwh_34{background:#d5fd24;border-radius:.16rem;align-items:center;gap:.16rem;padding:.16rem;display:flex}._revenue_6zbwh_43{flex-direction:column;flex:1;gap:.08rem;min-width:0;display:flex}._revenue_6zbwh_43>span:not(._revenueIcon_6zbwh_51){color:#62615d;font-size:.14rem;line-height:.18rem}._revenue_6zbwh_43 strong{overflow-wrap:anywhere;font-size:.22rem;line-height:.32rem}._revenueIcon_6zbwh_51{background:#f3ffc9;border-radius:50%;place-items:center;width:.4rem;height:.4rem;display:grid}._revenueIcon_6zbwh_51 img{width:.24rem;height:.24rem}._balance_6zbwh_77{background:linear-gradient(90deg,#f9ffe6,#f3ffc9);border-radius:.14rem;flex-direction:column;gap:.1rem;width:53.14%;min-width:0;padding:.12rem;display:flex}._balance_6zbwh_77>span{color:#62615d;font-size:.12rem;line-height:.14rem}._balance_6zbwh_77 strong{overflow-wrap:anywhere;font-size:.18rem;line-height:.22rem}._cashOut_6zbwh_100{font-family:"Plus Jakarta Sans", var(--font-sans);text-align:start;margin-top:.06rem;font-size:.12rem;line-height:.2rem}._orders_6zbwh_108{margin-top:.16rem}._listHeading_6zbwh_112{justify-content:space-between;align-items:flex-end;gap:.08rem;display:flex}._listHeading_6zbwh_112 h2{font-family:"Plus Jakarta Sans", var(--font-sans);margin:0;font-size:.24rem;font-weight:700;line-height:.3rem}._listHeading_6zbwh_112>span{color:#62615d;font-family:"Plus Jakarta Sans", var(--font-sans);text-align:end;font-size:.14rem;line-height:.18rem}._search_6zbwh_135{background:#f0f0f0;border-radius:1rem;align-items:center;gap:.08rem;margin-top:.08rem;padding:.12rem .16rem;display:flex}._search_6zbwh_135 img{width:.18rem;height:.18rem}._search_6zbwh_135 input{width:100%;min-width:0;font:inherit;background:0 0;border:0;outline:none;font-size:.14rem;line-height:.18rem}._search_6zbwh_135 input::placeholder{color:#a7a69f}._filters_6zbwh_165{flex-wrap:wrap;gap:.16rem;margin-top:.12rem;display:flex}._filters_6zbwh_165 button{color:#62615d;text-align:start;background:#fff;border-radius:1rem;align-items:center;gap:.24rem;max-width:100%;padding:.08rem .16rem;font-size:.12rem;line-height:.14rem;display:flex}._filters_6zbwh_165 img{flex:none;width:.16rem;height:.16rem;transform:rotate(90deg)}._cards_6zbwh_193{flex-direction:column;gap:.12rem;margin-top:.16rem;display:flex}._card_6zbwh_193{background:#fff;border-radius:.16rem;flex-direction:column;gap:.08rem;padding:.12rem;display:flex}._cardHeading_6zbwh_209{justify-content:space-between;align-items:center;gap:.25rem;font-size:.16rem;font-weight:500;line-height:.24rem;display:flex}._cardHeading_6zbwh_209 h3{overflow-wrap:anywhere;min-width:0;font:inherit;margin:0}._cardHeading_6zbwh_209>span{flex-shrink:0}._badges_6zbwh_230{flex-wrap:wrap;gap:.08rem;display:flex}._badges_6zbwh_230>span{color:#62615d;background:#efeeea;border-radius:.24rem;padding:.06rem .12rem;font-size:.1rem;line-height:.12rem}._cardBottom_6zbwh_245{align-items:flex-end;gap:.08rem;display:flex}._details_6zbwh_251{color:#92918b;flex-direction:column;flex:1;gap:.04rem;min-width:0;font-size:.12rem;line-height:.18rem;display:flex}._details_6zbwh_251 p{overflow-wrap:anywhere;margin:0}._contact_6zbwh_267{color:#fff;background:#171716;border-radius:.24rem;flex-shrink:0;padding:.08rem .16rem;font-size:.14rem;line-height:.18rem}._sheetLayer_6zbwh_277{z-index:120;font-family:"Inter", var(--font-sans), sans-serif;align-items:flex-end;display:flex;position:fixed;inset:0}._backdrop_6zbwh_286{background:#000c;width:100%;height:100%;position:absolute;inset:0}._sheet_6zbwh_277{height:calc(2.52rem + var(--app-safe-bottom,0rem));width:100%;max-height:calc(var(--app-current-visual-height) - var(--app-safe-top,0rem));background:#f8f8f8;border-radius:.16rem .16rem 0 0;flex-direction:column;align-items:center;padding-top:.12rem;display:flex;position:relative;overflow:hidden}._sheet_6zbwh_277[data-filter-kind=type]{height:calc(3.52rem + var(--app-safe-bottom,0rem))}._handle_6zbwh_312{background:#62615d;border-radius:.02rem;flex-shrink:0;width:.25rem;height:.04rem}._options_6zbwh_320{overscroll-behavior:contain;flex:1 1 0;width:100%;min-height:0;padding:.1rem .16rem;overflow:auto}._options_6zbwh_320 button{color:#62615d;text-align:start;border-radius:.12rem;justify-content:space-between;align-items:center;gap:.1rem;width:100%;min-height:.5rem;padding:.13rem .24rem;font-size:.16rem;font-weight:500;line-height:.24rem;display:flex}._options_6zbwh_320 button[aria-checked=true]{color:#060606;background:#efeeea;border-radius:.08rem}._options_6zbwh_320 img{flex-shrink:0;width:.18rem;height:.18rem}._sheetFooter_6zbwh_357{width:100%;padding:.1rem .24rem calc(.1rem + var(--app-safe-bottom,0rem));flex-direction:column;flex-shrink:0;display:flex}._sheetFooter_6zbwh_357 button{color:#fff;background:#171716;border:.005rem solid #ffffff1a;border-radius:.4rem;width:100%;padding:.14rem .24rem;font-size:.14rem;line-height:.18rem}._visuallyHidden_6zbwh_376{clip-path:inset(50%);white-space:nowrap;width:.01rem;height:.01rem;position:absolute;overflow:hidden}._page_6zbwh_1 button:disabled{cursor:not-allowed}._navigationRoot_1wuph_1{font-family:"Inter", var(--font-sans), sans-serif;z-index:24;background-color:#f8f8f8;border-radius:.32rem .32rem 0 0;flex:none;width:100%;position:absolute;bottom:0;left:0;right:0;overflow:visible}._bottomNav_1wuph_15{background:#f8f8f8;border-top:.005rem solid #ededed;border-radius:.32rem .32rem 0 0;justify-content:space-between;align-items:center;width:100%;height:.56rem;padding:0 .1rem;display:flex}._safeArea_1wuph_27{width:100%;height:var(--app-safe-bottom,0);background:#f8f8f8}._navItem_1wuph_33{color:#92918b;flex-direction:column;flex:0 0 .6rem;justify-content:flex-start;align-items:center;gap:.02rem;width:.6rem;min-width:0;height:.38rem;display:flex}._navItem_1wuph_33:disabled{cursor:default;opacity:.36}._navLabel_1wuph_50{text-align:center;text-overflow:ellipsis;white-space:nowrap;width:100%;font-size:.11rem;font-weight:400;line-height:.12rem;display:block;overflow:hidden}._navIcon_1wuph_62{flex:0 0 .24rem;place-items:center;width:.24rem;height:.24rem;display:grid;position:relative}._navIcon_1wuph_62>img{object-fit:contain;width:.24rem;height:.24rem;display:block}._storeIcon_1wuph_77 img{object-fit:fill;width:.203105rem;height:.201488rem;position:absolute;top:.017456rem;left:.022548rem}._accountAvatar_1wuph_86{border-radius:50%;width:.24rem;height:.24rem;display:block;overflow:hidden}._accountAvatar_1wuph_86>img{object-fit:cover}._unreadDot_1wuph_97{background:#d5fd24;border:.015rem solid #f8f8f8;border-radius:50%;width:.08rem;height:.08rem;position:absolute;top:-.02rem;right:-.02rem}._navItemActive_1wuph_108{color:#171716}._moreBackdrop_1wuph_112{z-index:1;background:#000c;width:100%;height:100%;position:fixed;inset:0}._moreMenu_1wuph_121{z-index:2;right:.2rem;bottom:calc(.63rem + var(--app-safe-bottom,0rem));background:#fff;border-radius:.08rem;min-width:1.12rem;position:absolute}._moreMenu_1wuph_121 button{color:#92918b;text-align:start;align-items:center;gap:.08rem;width:100%;padding:.16rem;font-size:.11rem;line-height:.12rem;display:flex}._moreMenu_1wuph_121 button>img{width:.24rem;height:.24rem}._moreActive_1wuph_148{z-index:2;color:#d5fd24;position:relative}._orderInactiveIcon_1wuph_154 img{width:.183116rem;height:.200083rem;transform:translate(.003rem,-.0025rem)}._settingsShell_1rb3i_1{--app-shell-height:var(--app-visual-height)}._primaryFrame_1rb3i_5{width:100%;min-width:0;height:100%;min-height:0;padding-bottom:calc(.56rem + var(--app-safe-bottom,0));background:#fff;grid-template-rows:auto minmax(0,1fr);display:grid}._primaryFrame_1rb3i_5[data-mobile-primary-route=home],._primaryFrame_1rb3i_5[data-mobile-primary-route=chats],._primaryFrame_1rb3i_5[data-mobile-primary-route=discover],._primaryFrame_1rb3i_5[data-mobile-primary-route=home] ._primaryHeader_1rb3i_21,._primaryFrame_1rb3i_5[data-mobile-primary-route=chats] ._primaryHeader_1rb3i_21,._primaryFrame_1rb3i_5[data-mobile-primary-route=discover] ._primaryHeader_1rb3i_21{background:#f8f8f8}._primaryFrame_1rb3i_5[data-mobile-primary-route=discover] ._primaryHeader_1rb3i_21{height:.44rem;min-height:.44rem;padding:.11rem .2rem}._primaryFrame_1rb3i_5[data-mobile-primary-route=discover] ._primaryHeader_1rb3i_21 h1{font-family:"Inter", var(--font-sans), sans-serif;font-size:.18rem;font-weight:700;line-height:.22rem}._primaryHeader_1rb3i_21{background:#fff;flex:none;align-items:center;min-width:0;min-height:.48rem;padding:.08rem .16rem;display:flex}._primaryHeader_1rb3i_21 h1{color:#171716;letter-spacing:0;text-overflow:ellipsis;white-space:nowrap;min-width:0;margin:0;font-size:.2rem;font-weight:700;line-height:.28rem;overflow:hidden}._primaryFrame_1rb3i_5[data-mobile-primary-route=chats]{row-gap:.08rem}._primaryFrame_1rb3i_5[data-mobile-primary-route=chats] ._primaryHeader_1rb3i_21{height:.44rem;min-height:.44rem;padding:.1rem .16rem}._primaryFrame_1rb3i_5[data-mobile-primary-route=chats] ._primaryHeader_1rb3i_21 h1{font-family:"Inter", var(--font-sans), sans-serif;font-size:.18rem;line-height:.22rem}._primaryContent_1rb3i_75{min-width:0;min-height:0;overflow:hidden}._accountDrawer_1rb3i_81{z-index:60;justify-content:flex-end;display:flex;position:fixed;inset:0}._drawerBackdrop_1rb3i_89{background:#0009;width:100%;height:100%;animation:.18s ease-out both _account-backdrop-in_1rb3i_1;position:absolute;inset:0}._drawerPanel_1rb3i_98{z-index:1;width:min(250 * var(--settings-pixel,1px), 100% - 48 * var(--settings-pixel,1px));border-radius:calc(16 * var(--settings-pixel,1px)) 0 0 calc(16 * var(--settings-pixel,1px));height:100%;padding:calc(48 * var(--settings-pixel,1px)) calc(20 * var(--settings-pixel,1px)) max(40 * var(--settings-pixel,1px), 10 * var(--settings-pixel,1px) + var(--app-safe-bottom,0rem));font-family:"Inter", var(--font-sans), sans-serif;background:#f8f8f8;flex-direction:column;animation:.22s ease-out both _account-panel-in_1rb3i_1;display:flex;position:relative;overflow:auto}._drawerAccount_1rb3i_113{width:100%;max-width:100%;min-height:calc(44 * var(--settings-pixel,1px));align-items:center;gap:calc(8 * var(--settings-pixel,1px));flex-shrink:0;display:flex}._drawerAccount_1rb3i_113 ._drawerAvatar_1rb3i_122{width:calc(44 * var(--settings-pixel,1px));height:calc(44 * var(--settings-pixel,1px));flex:0 0 calc(44 * var(--settings-pixel,1px));object-fit:cover;background:#d7e0ec;border-radius:50%;display:block}._drawerAccount_1rb3i_113 strong{color:#171716;min-width:0;font-size:calc(16 * var(--settings-pixel,1px));font-weight:500;line-height:calc(24 * var(--settings-pixel,1px));text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}._drawerMenu_1rb3i_143{width:100%;max-width:100%;margin:calc(24 * var(--settings-pixel,1px)) 0;grid-template-rows:repeat(3, calc(18 * var(--settings-pixel,1px)));gap:calc(16 * var(--settings-pixel,1px));border-radius:calc(16 * var(--settings-pixel,1px));padding:calc(16 * var(--settings-pixel,1px));background:#fff;flex-shrink:0;display:grid;overflow:hidden}._drawerMenuItem_1rb3i_157{width:100%;height:calc(18 * var(--settings-pixel,1px));align-items:center;gap:calc(8 * var(--settings-pixel,1px));color:#171716;font-family:inherit;font-size:calc(14 * var(--settings-pixel,1px));font-weight:400;line-height:calc(18 * var(--settings-pixel,1px));text-align:left;padding:0;display:flex}._drawerMenuItem_1rb3i_157 span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}._drawerMenuItem_1rb3i_157 ._drawerMenuChevron_1rb3i_177{margin-left:auto}._drawerMenuIcon_1rb3i_181,._drawerMenuChevron_1rb3i_177{width:calc(18 * var(--settings-pixel,1px));height:calc(18 * var(--settings-pixel,1px));flex:0 0 calc(18 * var(--settings-pixel,1px));display:block}._drawerMenuSource_1rb3i_189{object-fit:contain;width:100%;height:100%;display:block}._feedbackLabel_1rb3i_196{text-transform:lowercase}._signOutButton_1rb3i_200{width:calc(202 * var(--settings-pixel,1px));max-width:100%;height:calc(46 * var(--settings-pixel,1px));flex:0 0 calc(46 * var(--settings-pixel,1px));border-radius:calc(40 * var(--settings-pixel,1px));color:#fff;padding:0 calc(24 * var(--settings-pixel,1px));font-family:inherit;font-size:calc(14 * var(--settings-pixel,1px));font-weight:400;line-height:calc(18 * var(--settings-pixel,1px));text-align:center;background:#171716;border:0;align-self:center;margin-top:auto}._signOutButton_1rb3i_200:disabled{opacity:.58}@keyframes _account-backdrop-in_1rb3i_1{0%{opacity:0}to{opacity:1}}@keyframes _account-panel-in_1rb3i_1{0%{transform:translate(100%)}to{transform:translate(0)}}._page_h0mfn_1{flex-direction:column;height:100%;min-height:0;display:flex}._contacts_h0mfn_8{flex:1;min-height:0}._agent_h0mfn_13{color:#060606;text-align:left;background:#fff;border:0;flex:none;align-items:center;gap:.08rem;width:100%;padding:.12rem .2rem;font:400 .14rem/.18rem Plus Jakarta Sans,sans-serif;display:flex}._avatar_h0mfn_27{clip-path:circle(calc(50% - .01rem));border-radius:50%;flex:none;width:.44rem;height:.44rem}._content_h0mfn_35{flex-direction:column;flex:1;gap:.02rem;min-width:0;display:flex}._line_h0mfn_43{justify-content:space-between;align-items:center;gap:.08rem;display:flex}._name_h0mfn_50{align-items:center;gap:.04rem;display:flex}._badge_h0mfn_56{background:#efeeea;border-radius:.16rem;padding:.02rem .08rem;font-size:.12rem;line-height:.14rem}._preview_h0mfn_64{white-space:nowrap;text-overflow:ellipsis;color:#62615d;flex:1;min-width:0;font-size:.12rem;line-height:.14rem;overflow:hidden}._line_h0mfn_43 time{color:#62615d;flex:none;font-size:.12rem;line-height:.14rem}._unread_h0mfn_82{color:#fff;background:#171716;border-radius:50%;justify-content:center;align-items:center;min-width:.18rem;height:.18rem;font-size:.12rem;line-height:.14rem;display:flex}._panel_cty5k_1{height:min(100%, var(--app-current-visual-height));width:100%;min-height:0;padding-bottom:var(--app-safe-bottom);color:#060606;background:#f8f8f8;flex-direction:column;font:400 .14rem/.18rem Inter,sans-serif;display:flex;overflow:hidden}._header_cty5k_14{border-bottom:.005rem solid #ededed;flex:0 0 .44rem;align-items:center;gap:.04rem;padding:0 .16rem;display:flex}._header_cty5k_14 button{background:0 0;border:0;width:.24rem;height:.24rem;padding:0}._header_cty5k_14 button img{width:.24rem;height:.24rem}._avatar_cty5k_36{object-fit:cover;border-radius:50%;width:.36rem;height:.36rem}._header_cty5k_14 h1{margin:0;font:500 .16rem/.24rem Inter,sans-serif}._sendButton_cty5k_48{background:0 0;border:0;flex:none;width:.34rem;height:.34rem;padding:0}._sendButton_cty5k_48 img{width:.34rem;height:.34rem;display:block}._messages_cty5k_63{overscroll-behavior:contain;flex-direction:column;flex:1;gap:.16rem;min-height:0;padding:.08rem .2rem .16rem;display:flex;overflow:auto}._row_cty5k_74{align-items:flex-start;gap:.08rem;padding-right:.09rem;display:flex}._row_cty5k_74>img{object-fit:cover;border-radius:6.27rem;flex:none;width:.38rem;height:.38rem}._bubble_cty5k_89{overflow-wrap:anywhere;white-space:pre-wrap;background:#f0f0f0;border-radius:.02rem .16rem .16rem;min-width:0;padding:.12rem}._mine_cty5k_98{justify-content:flex-end;padding-left:.09rem;padding-right:0}._mine_cty5k_98 ._bubble_cty5k_89{background:#d5fd24;border-radius:.16rem .02rem .16rem .16rem}._mine_cty5k_98>img{width:.36rem;height:.36rem}._welcome_cty5k_114{flex-direction:column;gap:.12rem;min-width:0;display:flex}._suggestions_cty5k_121{flex-direction:column;align-items:flex-start;gap:.08rem;display:flex}._suggestions_cty5k_121 button{overflow-wrap:anywhere;color:#62615d;max-width:100%;font:inherit;text-align:start;cursor:pointer;background:#fff;border:.01rem solid #ededed;border-radius:.08rem;padding:.08rem .12rem}._composer_cty5k_141{background:#f0f0f0;border-radius:.24rem;flex:none;align-items:center;height:.5rem;margin:.1rem .16rem;padding:.12rem;display:flex}._composer_cty5k_141 input{color:#171716;min-width:0;font:inherit;background:0 0;border:0;outline:none;flex:1}._composer_cty5k_141 input::placeholder{color:#a7a69f}._error_cty5k_166{overflow-wrap:anywhere;padding:0 .2rem}._error_cty5k_166 button{font:inherit;text-decoration:underline}._historyLoading_cty5k_176{color:#62615d;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:.12rem;display:flex}._loadingDots_cty5k_186{gap:.06rem;display:flex}._loadingDots_cty5k_186 i{background:currentColor;border-radius:50%;width:.06rem;height:.06rem;animation:1s ease-in-out infinite _history-pulse_cty5k_1}._loadingDots_cty5k_186 i:nth-child(2){animation-delay:.15s}._loadingDots_cty5k_186 i:nth-child(3){animation-delay:.3s}@keyframes _history-pulse_cty5k_1{0%,to{opacity:.3}50%{opacity:1}}@media (prefers-reduced-motion:reduce){._loadingDots_cty5k_186 i{animation:none}}._replyBubble_cty5k_220{background:#efeeea}._replyDots_cty5k_224{justify-content:center;align-items:center;gap:.02rem;width:.43rem;height:.15rem;display:flex}._replyDots_cty5k_224>span{width:.06rem;height:.06rem;animation:1.2s ease-in-out infinite _reply-wave_cty5k_1;display:block;position:relative;overflow:hidden}._replyDots_cty5k_224 img{width:.38rem;max-width:none;height:.06rem;position:absolute;top:0}@keyframes _reply-wave_cty5k_1{0%,60%,to{opacity:.35;transform:translateY(0)}30%{opacity:1;transform:translateY(-.03rem)}}@media (prefers-reduced-motion:reduce){._replyDots_cty5k_224>span{animation:none}}._sendButton_cty5k_48[aria-disabled=true]{cursor:not-allowed}._card_1hyyf_1{width:100%;min-width:0;height:auto;font-family:"Inter", var(--font-sans), sans-serif;background:#fff;border-radius:.16rem;grid-template-rows:.42rem auto;align-self:start;display:grid;position:relative;overflow:hidden}._creator_1hyyf_15{text-align:left;grid-template-columns:.26rem minmax(0,1fr);align-items:center;gap:.06rem;width:100%;min-width:0;height:.42rem;padding:.08rem .16rem;display:grid}._creatorAvatar_1hyyf_27{object-fit:cover;border-radius:50%;width:.26rem;height:.26rem;display:block}._creator_1hyyf_15 strong{color:#171716;letter-spacing:0;text-overflow:ellipsis;white-space:nowrap;font-size:.14rem;font-weight:400;line-height:.18rem;overflow:hidden}._product_1hyyf_46{width:100%;min-width:0;position:relative}._productOpen_1hyyf_52{text-align:left;grid-template-rows:auto auto;width:100%;min-width:0;height:auto;display:grid}._media_1hyyf_61{aspect-ratio:175.5/235;background:#eef3fb;width:100%;height:auto;display:block;position:relative;overflow:hidden}._media_1hyyf_61>img,._mediaPlaceholder_1hyyf_72{object-fit:cover;width:100%;height:100%;display:block}._mediaPlaceholder_1hyyf_72{background:#e7edf7}._details_1hyyf_83{background:#fff;flex-direction:column;gap:.12rem;width:100%;min-width:0;height:auto;padding:.12rem .16rem .16rem;display:flex}._copy_1hyyf_94{flex-direction:column;gap:.04rem;width:100%;min-width:0;height:auto;display:flex}._copy_1hyyf_94 strong,._copy_1hyyf_94 span{width:100%;display:block}._copy_1hyyf_94 strong{color:#171716;text-overflow:ellipsis;white-space:nowrap;font-size:.16rem;font-weight:500;line-height:.24rem;overflow:hidden}._copy_1hyyf_94 span{color:#62615d;text-overflow:ellipsis;white-space:pre-wrap;overflow-wrap:anywhere;-webkit-line-clamp:3;-webkit-box-orient:vertical;font-size:.14rem;font-weight:400;line-height:.18rem;display:-webkit-box;overflow:hidden}._creator_1hyyf_15:focus-visible,._productOpen_1hyyf_52:focus-visible{outline-offset:-.02rem;outline:.02rem solid #171716}._page_1tv3b_1{color:#171716;width:100%;min-width:0;height:100%;min-height:0;font-family:"Inter", var(--font-sans), sans-serif;background:#f8f8f8;grid-template-rows:minmax(0,1fr);padding:0;display:grid;overflow:hidden}._grid_1tv3b_15{overscroll-behavior:contain;overflow-anchor:none;scrollbar-width:none;background:#f8f8f8;grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:.01rem;align-content:start;gap:0 .08rem;min-height:0;padding:0 .08rem .16rem;scroll-padding-bottom:.16rem;display:grid;overflow:hidden auto}._grid_1tv3b_15::-webkit-scrollbar{display:none}._grid_1tv3b_15[data-empty=true],._grid_1tv3b_15[data-error=true]{grid-template-rows:minmax(0,1fr);grid-template-columns:minmax(0,1fr);grid-auto-rows:max-content;align-content:stretch}._emptyState_1tv3b_45{grid-column:1/-1;height:100%;min-height:0;display:flex}._loadMore_1tv3b_52{grid-column:1/-1;grid-row-end:span 24;place-items:center;min-height:.24rem;display:grid}._page_ipaq6_1{width:100%;min-height:max(var(--app-current-visual-height,100vh), 8.12rem);color:#171716;font-family:var(--font-sans);overscroll-behavior-y:contain;touch-action:pan-y;-webkit-overflow-scrolling:touch;background:#f8f8f8;overflow:hidden auto}._screen_ipaq6_14{background:#f8f8f8;justify-content:center;align-items:flex-start;width:100%;min-height:8.12rem;display:flex}._loginLayout_ipaq6_23{width:min(3.24rem,100% - .32rem);height:auto;margin-top:1.12rem;margin-bottom:max(.32rem, var(--app-safe-bottom,0px));flex-direction:column;flex:none;gap:.4rem;display:flex}._intro_ipaq6_34{flex-direction:column;flex:0 0 1.94rem;align-items:flex-start;gap:.32rem;width:100%;height:1.94rem;display:flex}._logo_ipaq6_44{border-radius:.12rem;flex:0 0 .6rem;width:.6rem;height:.6rem;display:block}._title_ipaq6_52{color:#171716;width:100%;height:1.02rem;font-family:var(--font-sans);letter-spacing:0;flex-direction:column;flex:0 0 1.02rem;margin:0;font-size:.28rem;font-weight:700;line-height:.34rem;display:flex}._title_ipaq6_52 span{height:.34rem;display:block}._authArea_ipaq6_71{flex-direction:column;flex:none;justify-content:flex-start;gap:.32rem;width:100%;height:auto;display:flex}._loginOptions_ipaq6_81{grid-template-columns:minmax(0,1fr);grid-auto-rows:max-content;row-gap:.16rem;width:100%;height:auto;display:grid}._loginOption_ipaq6_81{--flat-button-background:#fff;--flat-button-border:#ededed;--flat-button-color:#171716;--flat-button-height:.46rem;--flat-button-horizontal-padding:.24rem;color:#171716;width:100%;height:.46rem;font-family:var(--font-sans);letter-spacing:0;background:#fff;border:.01rem solid #ededed;justify-content:center;align-items:center;gap:.08rem;padding:.08rem .24rem;font-size:.14rem;font-weight:400;line-height:.18rem;display:inline-flex;border-radius:.4rem!important}._loginOption_ipaq6_81>span:first-child{flex:0 0 .18rem;width:.18rem;height:.18rem}._loginOption_ipaq6_81 img{object-fit:contain;width:.18rem;height:.18rem;display:block}._emailIcon_ipaq6_125{background:#171716;width:.18rem;height:.18rem;display:block;-webkit-mask:url("data:image/svg+xml,%3csvg%20width='17'%20height='14'%20viewBox='0%200%2017%2014'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M14.3438%200C15.4911%200%2016.4246%200.933463%2016.4246%202.08081V11.3071C16.4246%2012.4545%2015.4911%2013.3879%2014.3438%2013.3879H2.08081C0.933463%2013.3879%200%2012.4545%200%2011.3071V2.08081C0%200.933463%200.933463%200%202.08081%200H14.3438ZM2.08081%201.72046C1.8837%201.72046%201.72046%201.8837%201.72046%202.08081V11.3071C1.72046%2011.5042%201.8837%2011.6664%202.08081%2011.6664H14.3438C14.5409%2011.6664%2014.7041%2011.5042%2014.7041%2011.3071V2.08081C14.7041%201.8837%2014.5409%201.72046%2014.3438%201.72046H2.08081ZM2.74768%203.89795C2.98112%203.52965%203.46989%203.41484%203.84192%203.65076L8.21008%206.41052L12.5782%203.65076L12.7222%203.57825C13.0183%203.46556%2013.354%203.54265%2013.5747%203.76941L13.6747%203.89575L13.6769%203.89795C13.8829%204.22343%2013.8213%204.63909%2013.556%204.89441L13.4297%204.99329L8.64294%208.01782H8.64185C8.51172%208.09919%208.36572%208.13969%208.21997%208.13977H8.20459C8.05863%208.13971%207.91187%208.09935%207.78162%208.01782H7.78052L2.99487%204.99329H2.99377C2.62574%204.75952%202.51255%204.26984%202.74768%203.89795Z'%20fill='white'/%3e%3c/svg%3e") 50%/.17rem .14rem no-repeat;mask:url("data:image/svg+xml,%3csvg%20width='17'%20height='14'%20viewBox='0%200%2017%2014'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M14.3438%200C15.4911%200%2016.4246%200.933463%2016.4246%202.08081V11.3071C16.4246%2012.4545%2015.4911%2013.3879%2014.3438%2013.3879H2.08081C0.933463%2013.3879%200%2012.4545%200%2011.3071V2.08081C0%200.933463%200.933463%200%202.08081%200H14.3438ZM2.08081%201.72046C1.8837%201.72046%201.72046%201.8837%201.72046%202.08081V11.3071C1.72046%2011.5042%201.8837%2011.6664%202.08081%2011.6664H14.3438C14.5409%2011.6664%2014.7041%2011.5042%2014.7041%2011.3071V2.08081C14.7041%201.8837%2014.5409%201.72046%2014.3438%201.72046H2.08081ZM2.74768%203.89795C2.98112%203.52965%203.46989%203.41484%203.84192%203.65076L8.21008%206.41052L12.5782%203.65076L12.7222%203.57825C13.0183%203.46556%2013.354%203.54265%2013.5747%203.76941L13.6747%203.89575L13.6769%203.89795C13.8829%204.22343%2013.8213%204.63909%2013.556%204.89441L13.4297%204.99329L8.64294%208.01782H8.64185C8.51172%208.09919%208.36572%208.13969%208.21997%208.13977H8.20459C8.05863%208.13971%207.91187%208.09935%207.78162%208.01782H7.78052L2.99487%204.99329H2.99377C2.62574%204.75952%202.51255%204.26984%202.74768%203.89795Z'%20fill='white'/%3e%3c/svg%3e") 50%/.17rem .14rem no-repeat}._divider_ipaq6_133{color:#92918b;width:min(3.08rem,100%);height:.14rem;font-family:var(--font-sans);letter-spacing:0;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);place-self:center;align-items:center;gap:.08rem;font-size:.12rem;font-weight:400;line-height:.14rem;display:grid}._divider_ipaq6_133 span{background:#ededed;width:100%;height:.01rem;display:block}._divider_ipaq6_133 em{font-style:normal}._agreement_ipaq6_159{color:#92918b;width:100%;height:auto;min-height:.32rem;font-family:var(--font-sans);letter-spacing:0;text-align:center;justify-content:center;align-items:flex-start;gap:.04rem;font-size:.12rem;font-weight:500;line-height:.14rem;display:flex}._agreement_ipaq6_159 a{color:#171716;text-decoration:none}._agreementControl_ipaq6_180{flex:0 0 .12rem;width:.12rem;height:.12rem;margin-top:.01rem;display:block;position:relative}._agreementControl_ipaq6_180 input{z-index:1;opacity:0;width:.12rem;height:.12rem;margin:0;position:absolute;inset:0}._agreementControl_ipaq6_180 input:checked+._check_ipaq6_197{border-color:#171716}._agreementControl_ipaq6_180 input:checked+._check_ipaq6_197:after{opacity:1}._check_ipaq6_197{border:.01rem solid #92918b;border-radius:50%;position:absolute;inset:0}._check_ipaq6_197:after{content:"";opacity:0;background:#171716;border-radius:50%;width:.04rem;height:.04rem;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._agreementText_ipaq6_223{flex-direction:column;flex:0 auto;align-items:center;gap:.04rem;min-width:0;max-width:calc(100% - .16rem);display:flex}._agreementLine_ipaq6_233{overflow-wrap:anywhere;white-space:normal;flex-wrap:wrap;justify-content:center;align-items:center;gap:.04rem;max-width:100%;height:auto;min-height:.14rem;display:inline-flex}._agreementInvalid_ipaq6_246{color:#fe2c55}._agreementInvalid_ipaq6_246 ._check_ipaq6_197{border-color:#fe2c55}._agreementInvalid_ipaq6_246 a{color:#fe2c55}._emailBackdrop_ipaq6_256{z-index:20;background:#000c;justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0}._emailSheet_ipaq6_266{background:#f8f8f8;border-radius:.12rem .12rem 0 0;flex-direction:column;flex:none;width:100%;height:2.56rem;display:flex;position:relative;overflow:hidden}._emailSheetDismiss_ipaq6_278{z-index:2;justify-content:center;align-items:flex-start;width:.56rem;height:.28rem;padding-top:.12rem;display:flex;position:absolute;top:0;left:50%;transform:translate(-50%)}._emailSheetDismiss_ipaq6_278 span{background:#62615d;border-radius:.02rem;width:.25rem;height:.04rem;display:block}._emailFields_ipaq6_299{flex:0 0 1.4rem;grid-template-rows:.46rem .46rem;gap:.16rem;width:calc(100% - .32rem);height:1.4rem;margin:.16rem .16rem 0;padding:.16rem 0;display:grid}._field_ipaq6_310{background:#fff;border:.01rem solid #ededed;border-radius:.4rem;align-items:center;gap:.08rem;width:100%;height:.46rem;padding:.08rem .16rem;display:flex;overflow:hidden}._field_ipaq6_310 input{color:#171716;min-width:0;height:100%;font-family:var(--font-sans);letter-spacing:0;background:0 0;border:0;outline:0;flex:1;font-size:.14rem;font-weight:400;line-height:.18rem}._field_ipaq6_310 input::placeholder{color:#a7a69f;opacity:1}._fieldInvalid_ipaq6_341 input,._fieldInvalid_ipaq6_341 input::placeholder{color:#fe2c55}._sendCodeButton_ipaq6_346{color:#171716;min-width:max-content;font-family:var(--font-sans);letter-spacing:0;background:0 0;border:0;flex:none;padding:0;font-size:.14rem;font-weight:400;line-height:.18rem}._sendCodeButton_ipaq6_346:disabled{color:#62615d}._emailFooter_ipaq6_363{background:#f8f8f8;flex-direction:column;flex:0 0 1rem;width:100%;height:1rem;display:flex}._emailActionRow_ipaq6_372{flex:0 0 .66rem;align-items:center;width:100%;height:.66rem;padding:.1rem .24rem;display:flex;box-shadow:inset 0 .01rem #ededed}._loginButton_ipaq6_382{--flat-button-background:#f1f0ed;--flat-button-border:#ffffff1a;--flat-button-color:#bdbcb6;--flat-button-height:.46rem;--flat-button-horizontal-padding:.24rem;width:100%;height:.46rem;font-family:var(--font-sans);letter-spacing:0;padding:.14rem .24rem;font-size:.14rem;font-weight:400;line-height:.18rem;border:0 solid #0000!important;border-radius:.4rem!important;box-shadow:inset 0 0 0 .005rem #ffffff1a!important}._loginButton_ipaq6_382:disabled{opacity:1}._loginButton_ipaq6_382[data-active=true]{--flat-button-background:#171716;--flat-button-border:transparent;--flat-button-color:#fff;box-shadow:none!important;border-color:#0000!important}._homeIndicator_ipaq6_411{flex:0 0 .34rem;justify-content:center;width:100%;height:.34rem;padding:.21rem .24rem .08rem;display:flex}._homeIndicator_ipaq6_411 span{background:#171716;border-radius:1rem;width:1.34rem;height:.05rem;display:block}._agreementToast_ipaq6_427{left:50%;bottom:max(.24rem, env(safe-area-inset-bottom));z-index:30;color:#fff;width:max-content;max-width:calc(100vw - .32rem);font-family:var(--font-sans);text-align:center;background:#171716;border-radius:9.99rem;padding:.1rem .18rem;font-size:.13rem;line-height:.18rem;position:fixed;transform:translate(-50%)}._srOnly_ipaq6_445{clip-path:inset(50%);white-space:nowrap;border:0;width:.01rem;height:.01rem;margin:-.01rem;padding:0;position:absolute;overflow:hidden}._page_4huwv_1{color:#171716;width:100%;min-width:0;height:100%;min-height:0;font-family:"Inter", var(--font-sans), sans-serif;background:#f8f8f8;grid-template-rows:.44rem minmax(0,1fr);display:grid;overflow:hidden}._header_4huwv_14{justify-content:center;align-items:center;width:100%;height:.44rem;display:flex;position:relative}._header_4huwv_14 h1{text-align:center;text-overflow:ellipsis;white-space:nowrap;max-width:calc(100% - .96rem);margin:0;font-size:.18rem;font-weight:700;line-height:.22rem;overflow:hidden}._backButton_4huwv_35{cursor:pointer;background:0 0;border:0;place-items:center;width:.24rem;height:.24rem;padding:0;display:grid;position:absolute;top:.1rem;left:.16rem}._backButton_4huwv_35 img{width:.24rem;height:.24rem;display:block}._backButton_4huwv_35:focus-visible,._avatarField_4huwv_56:focus-within,._avatarUploadState_4huwv_57 button:focus-visible{outline-offset:.02rem;outline:.02rem solid #171716}._field_4huwv_62 input:focus-visible,._field_4huwv_62 textarea:focus-visible{outline:.02rem solid var(--color-form-focus);outline-offset:.02rem}._backButton_4huwv_35:disabled{cursor:wait;opacity:.55}._scroller_4huwv_73{overscroll-behavior-y:contain;width:100%;min-height:0;padding:.08rem .2rem calc(.21rem + max(0rem, var(--app-safe-bottom)));scrollbar-width:none;overflow:hidden auto}._scroller_4huwv_73::-webkit-scrollbar{display:none}._form_4huwv_87{flex-direction:column;width:100%;min-width:0;display:flex}._avatarUpload_4huwv_57{flex:0 0 1rem;width:100%;height:1rem;position:relative}._avatarField_4huwv_56{cursor:pointer;width:1rem;height:1rem;display:block;position:relative}._avatarField_4huwv_56 input{opacity:0;width:.01rem;height:.01rem;position:absolute;overflow:hidden}._avatar_4huwv_56{object-fit:cover;border:0;border-radius:50%;width:1rem;height:1rem;display:block;overflow:hidden}._avatarEditIcon_4huwv_127{width:.24rem;height:.24rem;display:block;position:absolute;top:.76rem;left:.69rem}._avatarUploadState_4huwv_57{color:#84980a;align-items:center;gap:.08rem;min-height:.18rem;font-size:.12rem;line-height:.14rem;display:flex;position:absolute;top:1.06rem;left:0}._avatarUploadState_4huwv_57[data-upload-status=failed]{color:#fe2c55}._avatarUploadState_4huwv_57 button{color:#171716;font:inherit;cursor:pointer;background:0 0;border:0;padding:0;text-decoration:underline}._field_4huwv_62{flex-direction:column;gap:.08rem;width:100%;min-width:0;margin-top:.32rem;display:flex}._fieldHeading_4huwv_172{justify-content:space-between;align-items:center;gap:.12rem;width:100%;height:.24rem;display:flex}._fieldHeading_4huwv_172 strong{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:.16rem;font-weight:700;line-height:.24rem;overflow:hidden}._fieldHeading_4huwv_172 small{color:#92918b;flex:none;font-size:.12rem;font-weight:400;line-height:.14rem}._field_4huwv_62 input,._field_4huwv_62 textarea{background:#fff;border:0;border-radius:.12rem;outline:0;width:100%;font-family:inherit;font-size:.14rem}._field_4huwv_62 input{color:#171716;height:.46rem;padding:.14rem .12rem;font-weight:500;line-height:.18rem}._field_4huwv_62 input::placeholder,._field_4huwv_62 textarea::placeholder{color:#a7a69f;opacity:1}._field_4huwv_62 textarea{color:#171716;resize:none;height:1.2rem;padding:.12rem;font-weight:400;line-height:.18rem}._stateSurface_4huwv_233{grid-row:1/-1;place-items:center;width:100%;min-height:100%;display:grid}._page_1p7tk_1{z-index:90;grid-template-rows:.44rem minmax(0, 1fr) .66rem var(--app-safe-bottom);color:#171716;width:100%;min-width:0;height:100%;min-height:0;font-family:"Inter", var(--font-sans), sans-serif;background:#f8f8f8;display:grid;position:fixed;inset:0}._header_1p7tk_16{justify-content:center;align-items:center;width:100%;height:.44rem;padding:0 .16rem;display:flex;position:relative}._header_1p7tk_16 h1{text-overflow:ellipsis;white-space:nowrap;max-width:calc(100% - .8rem);margin:0;font-size:.18rem;font-weight:700;line-height:.22rem;overflow:hidden}._backButton_1p7tk_37{cursor:pointer;background:0 0;border:0;place-items:center;width:.24rem;height:.24rem;padding:0;display:grid;position:absolute;top:.1rem;left:.16rem}._backButton_1p7tk_37 img{width:.24rem;height:.24rem;display:block}._backButton_1p7tk_37:focus-visible,._filterToggle_1p7tk_58:focus-visible,._card_1p7tk_59:focus-visible,._actionBar_1p7tk_60 button:focus-visible,._paginationState_1p7tk_61 button:focus-visible{outline-offset:.02rem;outline:.02rem solid #171716}._scroller_1p7tk_66{overscroll-behavior-y:contain;scrollbar-width:none;width:100%;min-width:0;min-height:0;padding:0 .2rem .12rem;overflow:hidden auto}._scroller_1p7tk_66::-webkit-scrollbar{display:none}._filterField_1p7tk_81{z-index:4;background:#f0f0f0;border-radius:1rem;align-items:center;gap:.08rem;width:100%;height:.46rem;padding:.14rem .12rem;display:flex;position:relative}._searchIcon_1p7tk_94{flex:0 0 .16rem;width:.16rem;height:.16rem;display:block}._filterField_1p7tk_81 input{color:#171716;min-width:0;height:.18rem;font:inherit;background:0 0;border:0;outline:0;flex:1;padding:0;font-size:.14rem;font-weight:400;line-height:.18rem}._filterField_1p7tk_81 input::placeholder{color:#a7a69f;opacity:1}._filterToggle_1p7tk_58{cursor:pointer;background:0 0;border:0;flex:0 0 .16rem;place-items:center;width:.16rem;height:.16rem;padding:0;display:grid}._filterToggle_1p7tk_58 img{width:.16rem;height:.16rem;transition:transform .16s;display:block;transform:rotate(90deg)}._filterToggle_1p7tk_58 img._chevronOpen_1p7tk_141{transform:rotate(-90deg)}._tagMenu_1p7tk_145{z-index:6;background:#fff;border-radius:.12rem;max-height:min(2.2rem,40vh);padding:.08rem 0;position:absolute;top:.5rem;left:0;right:0;overflow:hidden auto;box-shadow:0 .08rem .24rem #17171624}._tagMenu_1p7tk_145 button{color:#171716;width:100%;min-height:.4rem;font:inherit;text-align:left;cursor:pointer;background:#fff;border:0;align-items:center;padding:.08rem .16rem;font-size:.14rem;font-weight:500;line-height:.18rem;display:flex}._tagMenu_1p7tk_145 button:hover,._tagMenu_1p7tk_145 button:focus-visible,._tagMenu_1p7tk_145 button._activeTag_1p7tk_179{background:#f8f7f4;outline:none}._grid_1p7tk_184{grid-template-columns:repeat(2,minmax(0,1fr));gap:.08rem;width:100%;padding-top:.12rem;display:grid}._card_1p7tk_59{color:#171716;width:100%;min-width:0;font:inherit;text-align:left;cursor:pointer;background:#fff;border:0;border-radius:.16rem;padding:0;display:block;position:relative;overflow:hidden}._card_1p7tk_59._added_1p7tk_208,._card_1p7tk_59:disabled{cursor:not-allowed}._card_1p7tk_59[aria-pressed=true]:after{z-index:2;border-radius:inherit;content:"";pointer-events:none;border:.01rem solid #d5fd24;position:absolute;inset:0}._cover_1p7tk_223{aspect-ratio:163/218;background:#e9e9e7;width:100%;display:block;position:relative;overflow:hidden}._coverImage_1p7tk_232{border-radius:0;width:100%;height:100%}._selectionIndicator_1p7tk_238{z-index:1;width:.2rem;height:.2rem;display:block;position:absolute;top:.12rem;right:.12rem}._cardCopy_1p7tk_248{flex-direction:column;gap:.08rem;min-width:0;min-height:1rem;padding:.12rem;display:flex}._price_1p7tk_257,._earnings_1p7tk_258,._cardCopy_1p7tk_248 strong{text-overflow:ellipsis;white-space:nowrap;width:100%;display:block;overflow:hidden}._price_1p7tk_257{font-size:.14rem;font-weight:400;line-height:.18rem}._cardCopy_1p7tk_248 strong{font-size:.16rem;font-weight:500;line-height:.24rem}._earnings_1p7tk_258{color:#62615d;font-size:.14rem;font-weight:400;line-height:.18rem}._state_1p7tk_286{color:#62615d;text-align:center;place-items:center;min-height:2.4rem;margin:.12rem 0 0;font-size:.14rem;line-height:.18rem;display:grid}._loadMoreTrigger_1p7tk_297{width:100%;height:.01rem}._paginationState_1p7tk_61{color:#62615d;text-align:center;justify-content:center;align-items:center;gap:.08rem;min-height:.42rem;margin:.08rem 0 0;font-size:.12rem;line-height:.16rem;display:flex}._paginationState_1p7tk_61 button{color:#171716;font:inherit;cursor:pointer;background:0 0;border:0;padding:0;font-weight:500;text-decoration:underline}._actionBar_1p7tk_60{background:#f8f8f8;align-items:center;width:100%;height:.66rem;padding:.1rem .24rem;display:flex}._actionBar_1p7tk_60 button{color:#fff;width:100%;height:.46rem;font:inherit;cursor:pointer;background:#171716;border:0;border-radius:.4rem;justify-content:center;align-items:center;padding:.14rem .16rem;font-size:.14rem;font-weight:400;line-height:.18rem;display:flex}._actionBar_1p7tk_60 button:disabled{color:#a09f99;cursor:default;background:#ddddd8}._safeArea_1p7tk_359{width:100%;height:var(--app-safe-bottom);background:#f8f8f8}@media (prefers-reduced-motion:reduce){._filterToggle_1p7tk_58 img{transition:none}}._overlay_1x929_1{z-index:80;background:#000c;justify-content:center;align-items:flex-end;animation:.16s ease-out both _mobile-product-type-overlay-in_1x929_1;display:flex;position:fixed;inset:0}._sheet_1x929_12{overscroll-behavior-y:contain;scrollbar-width:none;background:#f8f8f8;border-radius:.16rem .16rem 0 0;flex-direction:column;align-items:center;width:100%;max-height:100%;padding:.12rem .2rem 0;animation:.18s ease-out both _mobile-product-type-sheet-in_1x929_1;display:flex;overflow:hidden auto}._sheet_1x929_12::-webkit-scrollbar{display:none}._handle_1x929_32{background:#92918b;border-radius:.02rem;flex:0 0 .04rem;width:.25rem;height:.04rem;display:block}._content_1x929_41{flex-direction:column;gap:.08rem;width:100%;padding:.16rem 0;display:flex}._optionCard_1x929_49{color:#171716;width:100%;min-height:.76rem;font:inherit;text-align:left;cursor:pointer;background:#fff;border:0;border-radius:.08rem;align-items:center;gap:.08rem;padding:.16rem .12rem;display:flex}._optionCard_1x929_49:focus-visible,._stateSurface_1x929_66 button:focus-visible{outline-offset:.02rem;outline:.02rem solid #171716}._iconSurface_1x929_71{background:#f5ffd0;border-radius:50%;flex:0 0 .44rem;place-items:center;width:.44rem;height:.44rem;display:grid;overflow:hidden}._iconSurface_1x929_71 img{object-fit:fill;display:block}._iconSurface_1x929_71[data-kind=custom] img{width:.22rem;height:.198034rem}._iconSurface_1x929_71[data-kind=digital] img{width:.186364rem;height:.200168rem}._iconSurface_1x929_71[data-kind=game] img{width:.24rem;height:.176211rem}._iconSurface_1x929_71[data-kind=video] img{width:.14rem;height:.209043rem}._optionCopy_1x929_107{flex-direction:column;flex:1;gap:.04rem;min-width:0;display:flex}._optionCopy_1x929_107 strong,._optionCopy_1x929_107>span{overflow-wrap:anywhere;width:100%;display:block}._optionCopy_1x929_107 strong{font-size:.16rem;font-weight:500;line-height:.24rem}._optionCopy_1x929_107>span{color:#62615d;font-size:.12rem;font-weight:400;line-height:.14rem}._stateSurface_1x929_66,._emptyState_1x929_136{color:#62615d;text-align:center;place-items:center;width:100%;min-height:3.28rem;margin:0;font-size:.14rem;line-height:.18rem}._stateSurface_1x929_66{align-content:center;gap:.16rem;display:grid}._stateSurface_1x929_66 p{margin:0}._stateSurface_1x929_66 button{color:#fff;font:inherit;cursor:pointer;background:#171716;border:0;border-radius:.24rem;padding:.08rem .16rem;font-size:.14rem;line-height:.18rem}._emptyState_1x929_136{display:grid}._safeArea_1x929_173{width:calc(100% + .4rem);height:var(--app-safe-bottom,0);flex:0 0 var(--app-safe-bottom,0);background:#f8f8f8}@keyframes _mobile-product-type-overlay-in_1x929_1{0%{opacity:0}to{opacity:1}}@keyframes _mobile-product-type-sheet-in_1x929_1{0%{transform:translateY(.24rem)}to{transform:translateY(0)}}@media (prefers-reduced-motion:reduce){._overlay_1x929_1,._sheet_1x929_12{animation:none}}._page_18xsy_1{color:#171716;width:100%;min-width:0;height:100%;min-height:0;font-family:"Inter", var(--font-sans), sans-serif;background:#f8f8f8;grid-template-rows:.44rem minmax(0,1fr);display:grid;overflow:hidden}._header_18xsy_14{justify-content:center;align-items:center;padding:0 .48rem;display:flex;position:relative}._header_18xsy_14 h1{text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:.18rem;font-weight:700;line-height:.22rem;overflow:hidden}._backButton_18xsy_32{cursor:pointer;background:0 0;border:0;place-items:center;width:.44rem;height:.44rem;padding:.1rem;display:grid;position:absolute;inset-inline-start:.06rem}._backButton_18xsy_32 img{width:.24rem;height:.24rem;display:block}._content_18xsy_51{min-width:0;min-height:0;padding:.08rem .2rem calc(.24rem + var(--app-safe-bottom,0rem));overscroll-behavior-y:contain;scrollbar-width:none;flex-direction:column;gap:.16rem;display:flex;overflow:hidden auto}._content_18xsy_51>*{flex-shrink:0}._recommendationCard_18xsy_68{background:linear-gradient(#e4ff94 0%,#eeffc2 50%,#faffe9 100%);border-radius:.16rem;flex-direction:column;gap:.12rem;padding:.16rem;font-size:.14rem;font-weight:400;line-height:.18rem;display:flex}._recommendationHeader_18xsy_80{justify-content:space-between;align-items:center;gap:.08rem;display:flex}._recommendationHeader_18xsy_80 span{flex-shrink:0}._recommendationCard_18xsy_68 input{color:#171716;width:100%;height:.46rem;font:inherit;background:#fff;border:0;border-radius:.12rem;padding:.14rem .12rem}._recommendationCard_18xsy_68 input:focus-visible{outline:.02rem solid var(--color-form-focus);outline-offset:.02rem}._hero_18xsy_107{aspect-ratio:460/215;border-radius:.08rem;width:100%;height:auto;overflow:hidden}._hero_18xsy_107 img{object-fit:cover;width:100%;height:100%;display:block}._details_18xsy_122{flex-direction:column;gap:.16rem;min-width:0;display:flex}._summary_18xsy_129{flex-direction:column;gap:.08rem;display:flex}._summary_18xsy_129 h2{overflow-wrap:anywhere;margin:0;font-size:.32rem;font-weight:700;line-height:.4rem}._tags_18xsy_143{flex-wrap:wrap;gap:.13rem;display:flex}._tags_18xsy_143 span{color:#92918b;overflow-wrap:anywhere;background:#efeeea;border-radius:.24rem;max-width:100%;padding:.08rem .12rem;font-size:.12rem;line-height:.14rem}._description_18xsy_160{flex-direction:column;gap:.08rem;display:flex}._description_18xsy_160 p{overflow-wrap:anywhere;margin:0;font-size:.14rem;font-weight:400;line-height:.18rem}._metadata_18xsy_174{margin:0;font-size:.12rem;font-weight:400;line-height:.14rem}._metadata_18xsy_174>div{align-items:center;gap:.08rem;padding:.08rem 0;display:flex}._metadata_18xsy_174>div:not(:last-child){border-bottom:.01rem solid #ededed}._metadata_18xsy_174 dt{color:#92918b;flex-shrink:0}._metadata_18xsy_174 dd{overflow-wrap:anywhere;min-width:0;margin:0}._offers_18xsy_203,._offerList_18xsy_204{flex-direction:column;display:flex}._offers_18xsy_203{gap:.12rem}._offers_18xsy_203 h3{margin:0;font-size:.2rem;font-weight:500;line-height:.24rem}._offerList_18xsy_204{gap:.08rem}._offer_18xsy_203{color:#171716;width:100%;min-height:.48rem;font:inherit;text-align:start;cursor:pointer;background:#fff;border:0;border-radius:.08rem;align-items:center;gap:.08rem;padding:.12rem;font-size:.14rem;line-height:.18rem;display:flex}._offer_18xsy_203[aria-checked=true]{box-shadow:inset 0 0 0 .01rem #d5fd24}._offer_18xsy_203>span:not(._offerIcon_18xsy_246){overflow-wrap:anywhere;flex:1;min-width:0}._offer_18xsy_203 strong{flex-shrink:0;margin-inline-start:auto;font-weight:400}._offerIcon_18xsy_246,._offerIcon_18xsy_246 img{object-fit:contain;border-radius:50%;flex:0 0 .24rem;width:.24rem;height:.24rem;display:block}._emptyOffers_18xsy_268{color:#92918b;margin:0;font-size:.14rem;line-height:.18rem}._offer_18xsy_203:focus-visible,._backButton_18xsy_32:focus-visible{outline-offset:.02rem;outline:.02rem solid #171716}._page_41qmp_1{color:#171716;width:100%;min-width:0;height:100%;min-height:0;font-family:"Inter", var(--font-sans), sans-serif;background:#f8f8f8;grid-template-rows:.44rem minmax(0,1fr);display:grid;position:relative;overflow:hidden}._page_41qmp_1[data-view=game-details]{grid-template-rows:minmax(0,1fr)}._header_41qmp_19{justify-content:space-between;align-items:center;gap:.12rem;min-width:0;height:.44rem;padding:0 .2rem;display:flex}._header_41qmp_19 h1{text-overflow:ellipsis;white-space:nowrap;min-width:0;margin:0;font-size:.18rem;font-weight:700;line-height:.22rem;overflow:hidden}._storeLink_41qmp_40{color:#171716;min-width:0;max-width:1.96rem;font:inherit;text-overflow:ellipsis;white-space:nowrap;cursor:pointer;background:linear-gradient(90deg,#f9ffe6 0%,#f3ffc9 100%);border:0;border-radius:.24rem;flex:0 auto;align-items:center;gap:.08rem;padding:.08rem .16rem;font-size:.14rem;font-weight:400;line-height:.18rem;display:flex;overflow:hidden}._copyButton_41qmp_62:disabled{cursor:default}._storeLinkText_41qmp_66:focus-visible,._copyButton_41qmp_62:focus-visible,._editButton_41qmp_68:focus-visible,._previewButton_41qmp_69:focus-visible,._addProductButton_41qmp_70:focus-visible,._productActionsTrigger_41qmp_71:focus-visible,._productActionsMenu_41qmp_72 button:focus-visible{outline-offset:.02rem;outline:.02rem solid #171716}._scroller_41qmp_77{width:100%;height:100%;min-height:0;padding:.08rem .2rem 0;overflow:hidden}._content_41qmp_85{flex-direction:column;gap:.16rem;width:100%;min-width:0;height:100%;min-height:0;display:flex}._profileCard_41qmp_95{background:#fff;border-radius:.16rem;align-items:center;gap:.08rem;width:100%;min-width:0;padding:.16rem .12rem;display:flex}._avatar_41qmp_106{border:.00686rem solid #d5fd24;border-radius:50%;flex:0 0 .48rem;align-self:center;width:.48rem;height:.48rem;overflow:hidden}._profileCopy_41qmp_116{flex-direction:column;flex:1;gap:.06rem;min-width:0;display:flex}._profileCopy_41qmp_116 strong,._profileCopy_41qmp_116 p{overflow-wrap:anywhere;margin:0}._profileCopy_41qmp_116 strong{text-overflow:ellipsis;white-space:nowrap;font-size:.18rem;font-weight:700;line-height:.22rem;overflow:hidden}._profileCopy_41qmp_116 p{color:#62615d;-webkit-line-clamp:3;-webkit-box-orient:vertical;font-size:.12rem;font-weight:400;line-height:.14rem;display:-webkit-box;overflow:hidden}._editButton_41qmp_68,._previewButton_41qmp_69{font:inherit;white-space:nowrap;cursor:pointer;border:0;border-radius:.24rem;flex:none;justify-content:center;align-items:center;padding:.08rem .16rem;font-size:.14rem;font-weight:400;line-height:.18rem;display:inline-flex}._editButton_41qmp_68{color:#fff;background:#171716}._previewButton_41qmp_69{color:#171716;background:#fff}._editButton_41qmp_68:disabled,._previewButton_41qmp_69:disabled{cursor:default}._productsSection_41qmp_182{flex-direction:column;flex:1;gap:.12rem;width:100%;min-width:0;min-height:0;display:flex}._productsHeader_41qmp_192{justify-content:space-between;align-items:center;gap:.12rem;min-width:0;display:flex}._productsHeader_41qmp_192 h2{text-overflow:ellipsis;white-space:nowrap;min-width:0;margin:0;font-size:.18rem;font-weight:700;line-height:.22rem;overflow:hidden}._productList_41qmp_211{overscroll-behavior-y:contain;width:100%;min-width:0;min-height:0;padding-bottom:calc(1.25rem + max(.34rem, var(--app-safe-bottom)));scrollbar-width:none;flex-direction:column;flex:1;gap:.08rem;display:flex;overflow:hidden auto}._productList_41qmp_211::-webkit-scrollbar{display:none}._productList_41qmp_211[data-long-press-dragging=true]{touch-action:none;-webkit-user-select:none;user-select:none}._productCard_41qmp_235{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;background:#fff;border-radius:.16rem;flex:0 0 1.26rem;align-items:center;gap:.08rem;width:100%;min-width:0;height:1.26rem;padding:.12rem;display:flex;position:relative}._productCard_41qmp_235[data-actionable=true]{cursor:pointer}._productCard_41qmp_235[data-actionable=true]:focus-visible{outline-offset:.02rem;outline:.02rem solid #171716}._productCard_41qmp_235[data-dragging=true]{z-index:4;transform:translate3d(0, var(--mobile-product-drag-y), 0);cursor:grabbing;touch-action:none;-webkit-user-select:none;user-select:none;will-change:transform;box-shadow:0 .08rem .24rem #17171624}._productCard_41qmp_235[data-exiting=true]{pointer-events:none;will-change:transform, opacity;animation:.18s ease-in both _mobile-my-store-product-exit-left_41qmp_1}@keyframes _mobile-my-store-product-exit-left_41qmp_1{to{opacity:0;transform:translate(-110%)}}@media (prefers-reduced-motion:reduce){._productCard_41qmp_235[data-exiting=true]{animation-duration:1ms}}._cover_41qmp_288{border-radius:.08rem;flex:0 0 .75rem;width:.75rem;height:1rem;overflow:hidden}._cover_41qmp_288>span{width:100%;height:100%}._productCopy_41qmp_301{flex-direction:column;flex:1;justify-content:space-between;align-items:flex-start;gap:.08rem;min-width:0;height:100%;display:flex}._productSummary_41qmp_312{flex-direction:column;align-items:flex-start;gap:.06rem;width:100%;min-width:0;padding-right:.2rem;display:flex}._productSummary_41qmp_312 h3,._productSummary_41qmp_312 p,._price_41qmp_324{margin:0}._productSummary_41qmp_312 h3{width:100%;font-family:"Plus Jakarta Sans", "Inter", var(--font-sans), sans-serif;text-overflow:ellipsis;white-space:nowrap;font-size:.16rem;font-weight:500;line-height:.2rem;overflow:hidden}._productSummary_41qmp_312>span{color:#92918b;text-overflow:ellipsis;white-space:nowrap;background:#efeeea;border-radius:.24rem;align-items:center;max-width:100%;padding:.04rem .08rem;font-size:.1rem;font-weight:400;line-height:.12rem;display:inline-flex;overflow:hidden}._productSummary_41qmp_312 p{color:#62615d;width:100%;font-family:"Plus Jakarta Sans", "Inter", var(--font-sans), sans-serif;text-overflow:ellipsis;white-space:nowrap;font-size:.14rem;font-weight:400;line-height:.18rem;overflow:hidden}._price_41qmp_324{color:#171716;text-align:right;text-overflow:ellipsis;white-space:nowrap;width:100%;font-size:.16rem;font-weight:500;line-height:.24rem;overflow:hidden}._productActions_41qmp_71{z-index:3;position:absolute;top:.1rem;right:.1rem}._productActionsTrigger_41qmp_71{cursor:pointer;background:0 0;border:0;border-radius:.06rem;place-items:center;width:.2rem;height:.2rem;padding:0;display:grid}._productActionsTrigger_41qmp_71:hover{background:#f8f7f4}._productActionsTrigger_41qmp_71 img{width:.2rem;height:.2rem;display:block}._productActionsMenu_41qmp_72{background:#fff;border-radius:.14rem;width:1.16rem;height:.48rem;position:absolute;top:.24rem;right:0;overflow:hidden;box-shadow:0 .08rem .24rem #1c27401f}._productActionsMenu_41qmp_72 button:hover:not(:disabled){background:#f8f7f4}._emptyState_41qmp_424{color:#62615d;text-align:center;background:#fff;border-radius:.16rem;place-items:center;min-height:1.26rem;margin:0;padding:.24rem;font-size:.14rem;line-height:.18rem;display:grid}._stateSurface_41qmp_438{place-items:center;width:100%;min-height:2.8rem;display:grid}._addProductButton_41qmp_70{z-index:23;right:.315rem;bottom:calc(.8rem + max(.34rem, var(--app-safe-bottom)));cursor:pointer;background:0 0;border:0;border-radius:50%;place-items:center;width:.61rem;height:.61rem;padding:0;display:grid;position:absolute;overflow:hidden}._addProductButton_41qmp_70 img{width:.61rem;height:.61rem;display:block}._addProductButton_41qmp_70:disabled{cursor:default}@media (width<=350px){._header_41qmp_19,._scroller_41qmp_77{padding-left:.16rem;padding-right:.16rem}._storeLink_41qmp_40{max-width:1.72rem;padding-left:.12rem;padding-right:.12rem;font-size:.13rem}._editButton_41qmp_68,._previewButton_41qmp_69{padding-left:.12rem;padding-right:.12rem}}._storeLinkText_41qmp_66{min-width:0;color:inherit;text-overflow:ellipsis;white-space:nowrap;text-decoration:none;overflow:hidden}._copyButton_41qmp_62{cursor:pointer;background:0 0;border:0;flex:none;justify-content:center;align-items:center;margin:-.08rem;padding:.08rem;display:inline-flex}._copyButton_41qmp_62 img{width:.16rem;height:.16rem;display:block}._stage_qjes3_2{aspect-ratio:335/675;flex:none;width:100%;height:auto;position:relative}._preview_qjes3_10[data-fit=container]{transform-origin:0 0;border:0;border-radius:.15857rem;width:3.75rem;height:8.12rem;position:absolute;top:.1rem;left:.08rem;transform:scale(.850667);box-shadow:0 0 0 .11755rem #fff}._header_15f3u_1{flex:0 0 .44rem;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;width:100%;height:.44rem;display:grid}._header_15f3u_1 h1{color:#171716;text-align:center;text-overflow:ellipsis;white-space:nowrap;min-width:0;margin:0;font-size:.18rem;font-weight:700;line-height:.22rem;overflow:hidden}._backButton_15f3u_22{cursor:pointer;background:0 0;border:0;justify-content:flex-start;align-items:center;width:100%;height:.44rem;padding:0 .16rem;display:flex}._backButton_15f3u_22:focus-visible{outline-offset:-.04rem;outline:.02rem solid #171716}._backIcon_15f3u_38{background:#171716;flex:0 0 .24rem;width:.24rem;height:.24rem;display:block;-webkit-mask:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M7.41367%2012.0001L14.1918%2018.7782C14.5832%2019.1696%2014.5832%2019.8024%2014.1918%2020.1915C13.8004%2020.5829%2013.1676%2020.5829%2012.7785%2020.1915L5.29258%2012.7079C4.90117%2012.3165%204.90117%2011.6837%205.29258%2011.2946L12.7785%203.80869C13.1699%203.41729%2013.8027%203.41729%2014.1918%203.80869C14.5832%204.2001%2014.5832%204.83291%2014.1918%205.22197L7.41367%2012.0001Z'%20fill='%23141B27'/%3e%3cpath%20d='M7.41367%2012.0001L14.1918%2018.7782C14.5832%2019.1696%2014.5832%2019.8024%2014.1918%2020.1915C13.8004%2020.5829%2013.1676%2020.5829%2012.7785%2020.1915L5.29258%2012.7079C4.90117%2012.3165%204.90117%2011.6837%205.29258%2011.2946L12.7785%203.80869C13.1699%203.41729%2013.8027%203.41729%2014.1918%203.80869C14.5832%204.2001%2014.5832%204.83291%2014.1918%205.22197L7.41367%2012.0001Z'%20fill='black'%20fill-opacity='0.2'/%3e%3cpath%20d='M7.41367%2012.0001L14.1918%2018.7782C14.5832%2019.1696%2014.5832%2019.8024%2014.1918%2020.1915C13.8004%2020.5829%2013.1676%2020.5829%2012.7785%2020.1915L5.29258%2012.7079C4.90117%2012.3165%204.90117%2011.6837%205.29258%2011.2946L12.7785%203.80869C13.1699%203.41729%2013.8027%203.41729%2014.1918%203.80869C14.5832%204.2001%2014.5832%204.83291%2014.1918%205.22197L7.41367%2012.0001Z'%20fill='black'%20fill-opacity='0.2'/%3e%3cpath%20d='M7.41367%2012.0001L14.1918%2018.7782C14.5832%2019.1696%2014.5832%2019.8024%2014.1918%2020.1915C13.8004%2020.5829%2013.1676%2020.5829%2012.7785%2020.1915L5.29258%2012.7079C4.90117%2012.3165%204.90117%2011.6837%205.29258%2011.2946L12.7785%203.80869C13.1699%203.41729%2013.8027%203.41729%2014.1918%203.80869C14.5832%204.2001%2014.5832%204.83291%2014.1918%205.22197L7.41367%2012.0001Z'%20fill='black'%20fill-opacity='0.2'/%3e%3c/svg%3e") 50%/.24rem .24rem no-repeat;mask:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M7.41367%2012.0001L14.1918%2018.7782C14.5832%2019.1696%2014.5832%2019.8024%2014.1918%2020.1915C13.8004%2020.5829%2013.1676%2020.5829%2012.7785%2020.1915L5.29258%2012.7079C4.90117%2012.3165%204.90117%2011.6837%205.29258%2011.2946L12.7785%203.80869C13.1699%203.41729%2013.8027%203.41729%2014.1918%203.80869C14.5832%204.2001%2014.5832%204.83291%2014.1918%205.22197L7.41367%2012.0001Z'%20fill='%23141B27'/%3e%3cpath%20d='M7.41367%2012.0001L14.1918%2018.7782C14.5832%2019.1696%2014.5832%2019.8024%2014.1918%2020.1915C13.8004%2020.5829%2013.1676%2020.5829%2012.7785%2020.1915L5.29258%2012.7079C4.90117%2012.3165%204.90117%2011.6837%205.29258%2011.2946L12.7785%203.80869C13.1699%203.41729%2013.8027%203.41729%2014.1918%203.80869C14.5832%204.2001%2014.5832%204.83291%2014.1918%205.22197L7.41367%2012.0001Z'%20fill='black'%20fill-opacity='0.2'/%3e%3cpath%20d='M7.41367%2012.0001L14.1918%2018.7782C14.5832%2019.1696%2014.5832%2019.8024%2014.1918%2020.1915C13.8004%2020.5829%2013.1676%2020.5829%2012.7785%2020.1915L5.29258%2012.7079C4.90117%2012.3165%204.90117%2011.6837%205.29258%2011.2946L12.7785%203.80869C13.1699%203.41729%2013.8027%203.41729%2014.1918%203.80869C14.5832%204.2001%2014.5832%204.83291%2014.1918%205.22197L7.41367%2012.0001Z'%20fill='black'%20fill-opacity='0.2'/%3e%3cpath%20d='M7.41367%2012.0001L14.1918%2018.7782C14.5832%2019.1696%2014.5832%2019.8024%2014.1918%2020.1915C13.8004%2020.5829%2013.1676%2020.5829%2012.7785%2020.1915L5.29258%2012.7079C4.90117%2012.3165%204.90117%2011.6837%205.29258%2011.2946L12.7785%203.80869C13.1699%203.41729%2013.8027%203.41729%2014.1918%203.80869C14.5832%204.2001%2014.5832%204.83291%2014.1918%205.22197L7.41367%2012.0001Z'%20fill='black'%20fill-opacity='0.2'/%3e%3c/svg%3e") 50%/.24rem .24rem no-repeat}._picker_h4tpa_1{flex:0 0 .54rem;justify-content:space-between;align-items:flex-end;width:100%;height:.54rem;display:flex}._picker_h4tpa_1 button{cursor:pointer;background:#fff;border:0;border-radius:.16rem;flex:0 0 .48rem;place-items:center;width:.48rem;height:.48rem;padding:0;display:grid;position:relative;overflow:hidden}._picker_h4tpa_1 button:focus-visible{outline-offset:.02rem;outline:.02rem solid #171716}._picker_h4tpa_1 button:disabled{cursor:default}._picker_h4tpa_1 button img,._picker_h4tpa_1 button ._classic_h4tpa_32{border-radius:inherit;width:100%;height:100%;display:block}._picker_h4tpa_1 button img{object-fit:cover}._picker_h4tpa_1 ._selected_h4tpa_42{border:.01rem solid #d5fd24;flex-basis:.54rem;width:.54rem;height:.54rem}._picker_h4tpa_1 ._selected_h4tpa_42:not(:first-child):after{border-radius:inherit;content:"";pointer-events:none;background:#11110f33;position:absolute;inset:0}._classic_h4tpa_32{-webkit-backdrop-filter:blur(.05rem);backdrop-filter:blur(.05rem);background:#fff}._page_1pla1_1{color:#171716;width:100%;min-width:0;height:100%;min-height:0;font-family:"Inter", var(--font-sans), sans-serif;background:#f8f8f8;grid-template-rows:.44rem minmax(0,1fr);display:grid;overflow:hidden}._scroller_1pla1_14{overscroll-behavior-y:contain;width:100%;height:100%;min-height:0;padding:.08rem .2rem calc(.36rem + var(--app-safe-bottom,0));scrollbar-width:none;-webkit-overflow-scrolling:touch;overflow:hidden auto}._scroller_1pla1_14::-webkit-scrollbar{display:none}._content_1pla1_30{flex-direction:column;align-items:center;gap:.16rem;width:100%;min-width:0;display:flex}._stateSurface_1pla1_39{place-items:center;width:100%;min-height:2.4rem;display:grid}._page_420n0_1{min-height:100%;padding:max(.32rem, env(safe-area-inset-top)) .24rem max(.28rem, env(safe-area-inset-bottom));color:#171e2d;background:#f5f7fc;justify-content:center;align-items:center;display:flex}._content_420n0_11{width:100%;max-width:3.36rem}._header_420n0_16{text-align:center}._header_420n0_16 h1,._header_420n0_16 p{margin:0}._header_420n0_16 h1{letter-spacing:0;margin-top:.12rem;font-size:.28rem;font-weight:700;line-height:1.22}._logo_420n0_31{object-fit:cover;border-radius:.08rem;width:.64rem;height:.64rem;margin:0 auto .2rem;display:block;box-shadow:0 .1rem .26rem #1e2a4a2e}._context_420n0_41{color:#4e71e0;font-size:.13rem;font-weight:700;line-height:1.35}._description_420n0_48{color:#69768d;font-size:.15rem;font-weight:500;line-height:1.55;margin-top:.12rem!important}._linkArea_420n0_56{gap:.1rem;margin-top:.32rem;display:grid}._linkArea_420n0_56 label{color:#313b50;font-size:.13rem;font-weight:700;line-height:1.3}._linkValue_420n0_68{resize:none;color:#4c5870;overflow-wrap:anywhere;-webkit-user-select:text;user-select:text;background:#fff;border:1px solid #dce3ef;border-radius:.08rem;outline:none;width:100%;min-height:.84rem;padding:.14rem;font-size:.14rem;font-weight:500;line-height:1.45;display:block}._linkValue_420n0_68:focus{border-color:var(--color-form-focus);box-shadow:0 0 0 3px var(--color-form-focus)}._copyButton_420n0_91{color:#fff;background:#4e71e0;border-radius:.4rem;justify-content:center;align-items:center;width:100%;min-height:.48rem;font-size:.16rem;font-weight:700;line-height:1.2;display:flex}._copyButton_420n0_91:active{background:#4263cb}._copyButton_420n0_91:focus-visible{outline-offset:2px;outline:3px solid #4e71e047}._copyStatus_420n0_112{color:#c43d4f;text-align:center;min-height:.18rem;margin:-.02rem 0 0;font-size:.12rem;font-weight:500;line-height:1.5}._nextStep_420n0_122{border-top:1px solid #dce3ef;margin-top:.12rem;padding-top:.2rem}._nextStep_420n0_122 strong,._nextStep_420n0_122 p{margin:0;display:block}._nextStep_420n0_122 strong{color:#313b50;font-size:.14rem;font-weight:700;line-height:1.3}._nextStep_420n0_122 p{color:#69768d;margin-top:.06rem;font-size:.14rem;font-weight:500;line-height:1.5}@media (height<=620px){._page_420n0_1{padding-top:max(.2rem, env(safe-area-inset-top));align-items:flex-start}._logo_420n0_31{width:.52rem;height:.52rem;margin-bottom:.12rem}._header_420n0_16 h1{font-size:.24rem}._linkArea_420n0_56{margin-top:.2rem}}@media (prefers-reduced-motion:reduce){._copyButton_420n0_91:active{transform:none}}html._document_8urfo_1,body._document_8urfo_1{scrollbar-width:none;max-width:100%;overflow-x:clip}html._document_8urfo_1::-webkit-scrollbar{width:0;height:0;display:none}body._document_8urfo_1::-webkit-scrollbar{width:0;height:0;display:none}body._document_8urfo_1{overflow-y:auto}._page_8urfo_19{--blue:#d5fd24;--ink:#141b27;color:var(--ink);font-family:var(--font-sans);background:#fff;width:100%;min-height:100vh;overflow-x:clip}._page_8urfo_19,._page_8urfo_19 *{box-sizing:border-box}._page_8urfo_19 button,._page_8urfo_19 a{font-family:inherit}._primaryButton_16iva_1,._heroButton_16iva_2,._darkButton_16iva_3,._lightButton_16iva_4{cursor:pointer;white-space:nowrap;border:0;border-radius:999px;justify-content:center;align-items:center;min-height:min(max(2.92vw,38px),56px);padding:0 min(max(1.67vw,20px),32px);font-size:min(max(.73vw,11px),14px);font-weight:500;display:inline-flex}._primaryButton_16iva_1{color:#fff;background:#141b27}._heroButton_16iva_2{--flat-button-height:70px;--flat-button-horizontal-padding:35px;min-height:min(max(3.65vw,52px),70px);padding:0 min(max(1.82vw,24px),35px);font-size:min(max(1.25vw,16px),24px);font-weight:700;line-height:min(max(1.56vw,20px),30px);color:#fff!important;background:#141b27!important;border:0!important;border-radius:100px!important}._darkButton_16iva_3{color:#fff;background:#141b27}._lightButton_16iva_4{--flat-button-background:#fff;--flat-button-border:transparent;--flat-button-color:#141b27}@media (prefers-reduced-motion:reduce){._primaryButton_16iva_1,._heroButton_16iva_2,._darkButton_16iva_3,._lightButton_16iva_4{transition:none}}._button_1n87y_1{--collapsed-height:min(max(2.92vw, 38px), 56px);--collapsed-horizontal-padding:min(max(1.67vw, 20px), 32px);--collapsed-background:#141b27;appearance:none;background:var(--collapsed-background);color:#fff;cursor:pointer;height:var(--collapsed-height);padding:0 var(--collapsed-horizontal-padding);white-space:nowrap;border:0;border-radius:999px;flex:none;justify-content:center;align-items:center;font-family:inherit;font-size:min(max(.73vw,11px),14px);font-weight:500;line-height:18px;display:inline-flex}._hero_1n87y_24{--collapsed-height:min(max(3.65vw, 52px), 70px);--collapsed-horizontal-padding:min(max(1.82vw, 24px), 35px);--collapsed-background:#141b27;font-size:min(max(1.25vw,16px),24px);font-weight:700;line-height:min(max(1.56vw,20px),30px)}._dark_1n87y_33{--collapsed-background:#141b27}._product_1n87y_37{--collapsed-background:#141b27;font-size:inherit;width:100%;height:100%;padding:0}._button_1n87y_1:focus-visible{outline-offset:3px;outline:3px solid #d5fd246b}._section_1hse4_1{text-align:center;background:linear-gradient(#e7fe5800 0%,#e7fe5866 100%);flex-direction:column;justify-content:flex-start;align-items:center;height:min(36.46vw,700px);margin-top:max(-7.70833vw,-148px);padding:min(15vw,288px) 0 0;display:flex;position:relative}._content_1hse4_14{flex-direction:column;align-items:center;width:min(64.53vw,1239px);display:flex}._section_1hse4_1 h2{letter-spacing:-.045em;margin:0;font-size:min(max(3.13vw,36px),60px);line-height:1.05}._section_1hse4_1 p{color:#62615d;margin:min(max(1.25vw,18px),24px) 0 min(max(1.67vw,24px),32px);font-size:min(max(.68vw,11px),13px)}._actions_1hse4_34{justify-content:center;align-items:center;gap:min(max(.83vw,12px),16px);display:flex}._links_89cc5_1{align-items:center;gap:16px;display:flex}._links_89cc5_1 a{border-radius:50%;flex:0 0 34px;width:34px;height:34px;display:block}._links_89cc5_1 a:focus-visible{outline:2px solid var(--color-form-focus,#d5fd24);outline-offset:4px}._links_89cc5_1 img{width:100%;height:100%;display:block}._footer_gvt7g_1{color:#fff;background:#000;justify-content:space-between;align-items:center;height:min(15.63vw,300px);min-height:210px;padding:0 9.48%;display:flex}._brand_gvt7g_12>span{color:#8e99ab;align-items:center;gap:min(max(.52vw,7px),10px);font-size:min(max(1.67vw,20px),32px);display:flex}._brand_gvt7g_12>span img{width:min(max(2.08vw,27px),40px);height:min(max(2.08vw,27px),40px)}._storeBadges_gvt7g_25{align-items:center;gap:24px;margin-top:min(max(1.25vw,18px),24px);display:flex;position:relative}._downloadHint_gvt7g_33{color:#141b27;letter-spacing:.02em;opacity:0;pointer-events:none;white-space:nowrap;z-index:4;background:#d5fd24;border-radius:999px;padding:8px 16px;font-size:13px;font-weight:700;transition:opacity .28s,transform .36s cubic-bezier(.22,1,.36,1);position:absolute;top:-46px;left:50%;transform:translate(-50%,12px);box-shadow:0 8px 24px #d5fd2452}._storeBadges_gvt7g_25[data-attention=true] ._downloadHint_gvt7g_33{opacity:1;transform:translate(-50%)}._storeBadges_gvt7g_25 a{color:#fff;white-space:nowrap;flex-direction:column;align-items:flex-start;gap:8px;font-size:min(max(.57vw,8px),11px);line-height:1;text-decoration:none;display:inline-flex}._qrCode_gvt7g_70{background:#fff;border:1px solid #0000;border-radius:8px;width:72px;height:72px;transition:border-color .45s;display:block}._storeBadges_gvt7g_25[data-attention=true] ._qrCode_gvt7g_70{border-color:#d5fd24}._storeLabel_gvt7g_84{align-items:center;gap:min(max(.26vw,3px),5px);display:inline-flex}._storeLabel_gvt7g_84 img{object-fit:contain;width:18px;height:18px;display:block}._meta_gvt7g_97{text-align:right;flex-direction:column;align-items:flex-end;gap:12px;max-width:720px;display:flex}._meta_gvt7g_97 p,._meta_gvt7g_97 small{color:#fff;margin:0;font-size:14px;font-weight:400;line-height:18px}._meta_gvt7g_97 nav{gap:16px;margin:0;display:flex}._meta_gvt7g_97 a{color:#d5fd24;font-size:16px;font-weight:500;line-height:20px;text-decoration:underline}@media (width<=1100px){._footer_gvt7g_1{height:auto;min-height:220px}}._header_1tytz_1{z-index:5;background:#fff9;border-radius:999px;justify-content:space-between;align-items:center;height:min(max(4.17vw,56px),80px);padding:0 min(max(1.25vw,12px),24px);display:flex;position:absolute;top:min(max(1.67vw,20px),32px);left:9.48%;right:9.48%}._transparent_1tytz_16{background:0 0}._logoLink_1tytz_20{align-items:center;display:inline-flex}._logoLink_1tytz_20 img{border-radius:min(max(.52vw,6px),10px);width:min(max(2.08vw,28px),40px);height:min(max(2.08vw,28px),40px);display:block}._loginLink_1tytz_32{color:#171716;white-space:nowrap;background:0 0;align-items:center;padding:8px;font-size:min(max(.73vw,11px),14px);font-weight:500;line-height:18px;text-decoration:none;display:inline-flex}._loginLink_1tytz_32:focus-visible{outline-offset:2px;border-radius:8px;outline:3px solid #17171638}._hero_y3pyw_1{height:min(56.25vw,1080px);min-height:720px;position:relative;overflow:hidden}._glow_y3pyw_8{object-fit:cover;border-radius:0 0 min(max(2.08vw,24px),40px) min(max(2.08vw,24px),40px);width:100%;height:100%;position:absolute;inset:0}._inner_y3pyw_17{grid-template-columns:min(42.6563vw,819px) 1fr;align-items:center;display:grid;position:absolute;inset:min(max(7.4vw,105px),142px) 4.8% 2.6% 9.48%}._copy_y3pyw_25{z-index:3;flex-direction:column;align-items:flex-start;max-width:819px;padding-bottom:4%;display:flex;position:relative}._copy_y3pyw_25 h1{color:#141b27;letter-spacing:0;width:100%;margin:0;font-size:min(max(3.75vw,42px),72px);font-weight:800;line-height:min(max(3.96vw,46px),76px)}._copy_y3pyw_25 h1 span{display:block}._titleAccent_y3pyw_49{color:#d5fd24}._copy_y3pyw_25 p{color:#62615d;max-width:819px;margin:min(max(2.08vw,30px),40px) 0;font-size:min(max(1.04vw,14px),20px);font-weight:500;line-height:min(max(1.25vw,20px),24px)}._visual_y3pyw_62{perspective:1400px;min-width:0;height:100%;position:relative}._phoneStage_y3pyw_69{--hero-tilt-x:0deg;--hero-tilt-y:0deg;--hero-depth-phone:0px;--hero-depth-course:0px;--hero-depth-live:0px;--hero-depth-digital:0px;--hero-depth-chat:0px;--hero-depth-games:0px;aspect-ratio:618.08/840.38;perspective:1400px;pointer-events:auto;isolation:isolate;transform-style:preserve-3d;-webkit-user-select:none;user-select:none;width:min(32.19vw,618.08px);position:absolute;top:min(2.34vw,45px);right:12.7%}._phoneUnderlayLayer_y3pyw_90,._depthScene_y3pyw_91{position:absolute;inset:0}._phoneUnderlayLayer_y3pyw_90{pointer-events:none;transform:rotateX(var(--hero-tilt-x)) rotateY(var(--hero-tilt-y));transform-origin:50%;transform-style:preserve-3d;will-change:transform;z-index:0;transition:transform .11s ease-out}._depthScene_y3pyw_91{perspective:1400px;transform:rotateX(var(--hero-tilt-x)) rotateY(var(--hero-tilt-y));transform-origin:50%;transform-style:preserve-3d;will-change:transform;z-index:1;transition:transform .11s ease-out}._scene_y3pyw_116{transform-style:preserve-3d;position:absolute;inset:0}._phoneUnderlayBox_y3pyw_122{filter:blur(min(2.0833vw,40px));transform-origin:50%;background:#e7fe584d;border-radius:min(2.0833vw,40px);width:60%;height:91.5%;display:block;position:absolute;bottom:0;right:calc(4% + 35px);transform:skew(-7.93deg)}._phoneBase_y3pyw_136{object-fit:contain;height:97.0989%;transform:translateZ(var(--hero-depth-phone));transform-origin:top;will-change:transform;z-index:1;width:79.2778%;transition:transform .18s ease-out;display:block;position:absolute;top:0;left:10.8384%}._phoneProducts_y3pyw_151{transform-style:preserve-3d;z-index:3;position:absolute;inset:0}._phoneProductLayer_y3pyw_158{transform-style:preserve-3d;position:absolute}._phoneProductLayer_y3pyw_158 img{object-fit:contain;will-change:transform;width:100%;height:100%;transition:transform .22s cubic-bezier(.2,.75,.2,1);display:block}._phoneCourseLayer_y3pyw_172{width:74.0196%;height:22.7278%;top:18.92%;left:7.0379%}._phoneLiveLayer_y3pyw_179{width:72.4016%;height:14.4577%;top:44.1467%;left:8.7367%}._phoneDigitalLayer_y3pyw_186{width:72.4016%;height:14.4577%;top:56.76%;left:5.8245%}._phoneChatLayer_y3pyw_193{width:72.4016%;height:14.4577%;top:69.3734%;left:2.9122%}._phoneGamesLayer_y3pyw_200{width:72.4016%;height:14.4577%;top:81.9986%;left:0}._phoneCourseCard_y3pyw_207{transform:translateZ(var(--hero-depth-course))}._phoneLiveCard_y3pyw_211{transform:translateZ(var(--hero-depth-live))}._phoneDigitalCard_y3pyw_215{transform:translateZ(var(--hero-depth-digital))}._phoneChatCard_y3pyw_219{transform:translateZ(var(--hero-depth-chat))}._phoneGamesCard_y3pyw_223{transform:translateZ(var(--hero-depth-games))}@media (hover:hover) and (pointer:fine){._phoneStage_y3pyw_69[data-cards-active=true]{--hero-depth-phone:0px;--hero-depth-course:42px;--hero-depth-live:48px;--hero-depth-digital:54px;--hero-depth-chat:60px;--hero-depth-games:66px}}@media (prefers-reduced-motion:reduce){._phoneUnderlayLayer_y3pyw_90,._depthScene_y3pyw_91{transition:none;transform:none}._phoneStage_y3pyw_69[data-cards-active=true]{--hero-depth-phone:0px;--hero-depth-course:0px;--hero-depth-live:0px;--hero-depth-digital:0px;--hero-depth-chat:0px;--hero-depth-games:0px}}@media (width<=1100px){._hero_y3pyw_1{min-height:680px}._inner_y3pyw_17{grid-template-columns:46% 54%;left:6%;right:2%}._copy_y3pyw_25 h1{font-size:35px;line-height:40px}}._number_crf2e_1,._digits_crf2e_2{align-items:baseline;display:inline-flex}._digits_crf2e_2{font-variant-numeric:tabular-nums}._digitWindow_crf2e_11{vertical-align:-.08em;height:1em;line-height:1;display:inline-block;overflow:hidden}._digitTrack_crf2e_19{will-change:transform;grid-auto-rows:1em;line-height:1;display:grid}._digitTrack_crf2e_19>span{height:1em;display:block}._up_crf2e_31{animation:.9s cubic-bezier(.22,.68,0,1) both _roll-up_crf2e_1}._down_crf2e_35{animation:.9s cubic-bezier(.22,.68,0,1) both _roll-down_crf2e_1}@keyframes _roll-up_crf2e_1{0%{transform:translateY(0)}to{transform:translateY(-10em)}}@keyframes _roll-down_crf2e_1{0%{transform:translateY(-10em)}to{transform:translateY(0)}}@media (prefers-reduced-motion:reduce){._up_crf2e_31,._down_crf2e_35{animation:none;transform:translateY(0)}}._heading_4ow9w_1{text-align:center}._heading_4ow9w_1 h2{letter-spacing:-.04em;margin:0;font-size:min(max(2.6vw,34px),50px);font-weight:750;line-height:1.08}._heading_4ow9w_1 h3{color:var(--blue);margin:min(max(.52vw,7px),10px) 0 0;font-size:min(max(1.67vw,20px),32px);line-height:1.2}._heading_4ow9w_1 p{color:#62615d;max-width:1120px;margin:min(max(.94vw,12px),18px) auto 0;font-size:min(max(.68vw,11px),13px);line-height:1.45}._note_15aez_1{color:#171716;background:#f8f7f4;border-radius:min(.4167vw,8px);flex:0 0 min(2.1875vw,42px);align-items:center;height:min(2.1875vw,42px);margin:0;padding:min(.625vw,12px);font-size:min(.7292vw,14px);font-weight:400;line-height:min(.9375vw,18px);display:flex;overflow:hidden}._text_15aez_17{text-overflow:ellipsis;white-space:nowrap;min-width:0;animation:4.2s ease-in-out both _note-fade-cycle_15aez_1;display:block;overflow:hidden}@keyframes _note-fade-cycle_15aez_1{0%{opacity:0}14.286%{opacity:1}85.714%{opacity:1}to{opacity:0}}@media (prefers-reduced-motion:reduce){._text_15aez_17{animation:none}}._section_19flj_1{box-sizing:border-box;z-index:2;background:#fff;height:min(33.5417vw,644px);padding:min(7.29167vw,140px) 0 0;position:relative}._heading_19flj_10{flex-direction:column;gap:min(.625vw,12px);width:min(43.0208vw,826px);height:min(5.625vw,108px);margin:0 auto;display:flex}._section_19flj_1 ._heading_19flj_10 h2{color:#171716;letter-spacing:0;font-size:min(3.3333vw,64px);font-weight:700;line-height:min(3.9583vw,76px)}._section_19flj_1 ._heading_19flj_10 p{color:#62615d;max-width:none;margin:0;font-size:min(.8333vw,16px);font-weight:500;line-height:min(1.0417vw,20px)}._grid_19flj_36{grid-template-columns:repeat(3,minmax(0,1fr));gap:min(1.25vw,24px);width:min(80.9375vw,1554px);margin:min(3.125vw,60px) auto 0;display:grid}._card_19flj_44{background:#fff;border-radius:min(1.25vw,24px);flex-direction:column;gap:min(1.25vw,24px);height:min(17.5vw,336px);padding:min(1.25vw,24px);display:flex;box-shadow:min(.2083vw,4px) min(.625vw,12px) min(1.6667vw,32px) #0000001a}._eyebrow_19flj_55{color:#171716;flex:0 0 min(1.5625vw,30px);font-size:min(1.25vw,24px);font-weight:700;line-height:min(1.5625vw,30px);display:block}._primary_19flj_64{flex:0 0 min(5.1042vw,98px);grid-template-columns:min(9.3229vw,179px) min(11.975vw,229.92px);align-items:stretch;gap:min(1.25vw,24px);width:min(22.5479vw,432.92px);height:min(5.1042vw,98px);display:grid}._valueGroup_19flj_74{flex-direction:column;align-items:flex-start;gap:min(.1042vw,2px);display:flex}._valueGroup_19flj_74>strong{color:#171716;font-size:min(3.3333vw,64px);font-weight:700;line-height:min(3.9583vw,76px)}._valueGroup_19flj_74>small{color:#171716;font-size:min(.8333vw,16px);font-weight:500;line-height:min(1.0417vw,20px)}._rollingNumber_19flj_95{font-variant-numeric:tabular-nums;display:inline-flex}._chart_19flj_100{object-fit:fill;width:min(11.975vw,229.92px);height:min(5.1042vw,98px);display:block}._stats_19flj_107{flex:0 0 min(2.3958vw,46px);grid-template-columns:repeat(3,minmax(0,1fr));gap:min(.8333vw,16px);height:min(2.3958vw,46px);display:grid}._stat_19flj_107{flex-direction:column;min-width:0;display:flex}._stat_19flj_107 small{color:#62615d;text-overflow:ellipsis;white-space:nowrap;font-size:min(.7292vw,14px);font-weight:400;line-height:min(.9375vw,18px);overflow:hidden}._stat_19flj_107 strong{color:#171716;font-size:min(1.0417vw,20px);font-weight:500;line-height:min(1.25vw,24px)}._section_i0xfy_1{background:#fbffef;height:min(59.48vw,1142px);min-height:790px;padding:min(max(4.48vw,58px),86px) 5% min(max(3.13vw,30px),60px);overflow:visible}._grid_i0xfy_9{grid-template-columns:repeat(2,minmax(0,656px));justify-content:center;gap:min(1.25vw,24px);width:min(69.58vw,1336px);max-width:1336px;margin:min(max(3.33vw,42px),64px) auto 0;display:grid;overflow:visible}._productCard_i0xfy_20{aspect-ratio:656/802;isolation:isolate;border-radius:min(2.083vw,40px);width:100%;min-width:0;position:relative;overflow:visible;container-type:inline-size}._productCard_i0xfy_20[data-product-variant=games],._productCard_i0xfy_20[data-product-variant=ai]{background:#fffed4}._heading_i0xfy_39 h3{color:#141b27}._heading_i0xfy_39 p{color:#62615d}._productCard_i0xfy_20 [data-product-part=badge]{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);font-family:var(--font-sans);white-space:nowrap;z-index:3;background:#fff9;border:1px solid #fff;border-radius:3.65854cqw;align-items:center;height:7.0122cqw;padding:1.82927cqw 2.43902cqw;font-size:2.43902cqw;font-weight:500;line-height:3.04878cqw;display:inline-flex;position:absolute;top:6.09756cqw;left:6.09756cqw}._productCard_i0xfy_20[data-product-variant=games] [data-product-part=badge],._productCard_i0xfy_20[data-product-variant=ai] [data-product-part=badge]{color:#141b27}._productCard_i0xfy_20 [data-product-part=header]{text-align:center;z-index:3;flex-direction:column;align-items:center;width:87.6524cqw;display:flex;position:absolute;left:6.25cqw}._productCard_i0xfy_20[data-product-variant=games] [data-product-part=header]{gap:1.21951cqw;top:16.7683cqw}._productCard_i0xfy_20[data-product-variant=ai] [data-product-part=header]{gap:.609756cqw;top:17.378cqw}._productCard_i0xfy_20 [data-product-part=header] h3,._productCard_i0xfy_20 [data-product-part=header] p{font-family:var(--font-sans);width:100%;margin:0}._productCard_i0xfy_20 [data-product-part=header] h3{color:#141b27;font-size:4.87805cqw;font-weight:700;line-height:6.09756cqw}._productCard_i0xfy_20 [data-product-part=header] h3 span,._productCard_i0xfy_20[data-product-variant=games] [data-product-part=header] h3 span{color:#141b27}._productCard_i0xfy_20 [data-product-part=header] p{color:#62615d;font-size:2.13415cqw;font-weight:400;line-height:2.7439cqw}._productCard_i0xfy_20 .landing-product-card__animation{pointer-events:none;z-index:2;justify-content:center;align-items:center;width:71.7988cqw;height:60.9756cqw;display:flex;position:absolute;left:14.1768cqw}._productCard_i0xfy_20[data-product-variant=games] .landing-product-card__animation{top:34.4512cqw}._productCard_i0xfy_20[data-product-variant=ai] .landing-product-card__animation{top:34.6037cqw}._productCard_i0xfy_20 .landing-product-card__animation>div,._productCard_i0xfy_20 .landing-product-card__animation svg{width:100%!important;height:100%!important}._productCard_i0xfy_20 [data-product-part=flow]{z-index:3;height:3.65854cqw;display:block;position:absolute}._productCard_i0xfy_20 [data-product-part=flow][data-product-flow=steps]{color:#62615d;height:auto;min-height:3.65854cqw;font-family:var(--font-sans);justify-content:space-between;align-items:center;font-size:2.13415cqw;font-weight:400;line-height:2.7439cqw;display:flex}._productCard_i0xfy_20 [data-product-flow-part=step]{white-space:normal;flex:0 auto;align-items:center;gap:1.21951cqw;min-width:0;display:inline-flex}._productCard_i0xfy_20 [data-product-flow-part=step]>img{flex:none;width:3.65854cqw;height:3.65854cqw;display:block}._productCard_i0xfy_20 [data-product-flow-part=arrow]{flex:none;width:3.20122cqw;height:1.21951cqw;display:block}._productCard_i0xfy_20[data-product-variant=games] [data-product-part=flow]{width:55.7927cqw;top:100.305cqw;left:22.1799cqw}._productCard_i0xfy_20[data-product-variant=ai] [data-product-part=flow]{width:51.0671cqw;top:100.61cqw;left:24.5427cqw}._productCard_i0xfy_20 [data-product-part=action]{font-family:var(--font-sans);z-index:4;height:7.92683cqw;font-size:2.43902cqw;font-weight:500;line-height:3.04878cqw;position:absolute;top:107.622cqw}._productCard_i0xfy_20[data-product-variant=games] [data-product-part=action]{width:50.3049cqw;left:24.8476cqw}._productCard_i0xfy_20[data-product-variant=ai] [data-product-part=action]{width:48.1707cqw;left:25.9146cqw}:is(._productCard_i0xfy_20:has([data-product-part=action] button:hover),._productCard_i0xfy_20:has([data-product-part=action] button:focus-visible)){z-index:5}._section_1pvyf_1{background:#fff;flex-direction:column;align-items:center;height:min(46.46vw,892px);min-height:600px;padding:min(max(4.17vw,52px),80px) 5%;display:flex}._grid_1pvyf_11{grid-template-columns:repeat(4,minmax(0,1fr));gap:min(max(1.25vw,12px),24px);width:100%;max-width:1472px;margin-top:min(max(3.02vw,42px),58px);display:grid}._card_1pvyf_20{color:inherit;cursor:pointer;font:inherit;text-align:center;background:#fbffef;border:0;border-radius:min(max(1.25vw,16px),24px);flex-direction:column;justify-content:center;align-items:center;height:min(12.5vw,240px);min-height:164px;padding:7% 5%;transition:transform .2s,box-shadow .2s;display:flex}._card_1pvyf_20:hover{transform:translateY(-2px);box-shadow:0 10px 24px #10182729}._card_1pvyf_20:active{transform:translateY(0)}._card_1pvyf_20:nth-child(5){grid-column:2}._icon_1pvyf_51{background:#ffffff8c;border-radius:50%;justify-content:center;align-items:center;width:min(5.21vw,100px);min-width:68px;height:min(5.21vw,100px);min-height:68px;display:flex}._icon_1pvyf_51 img{object-fit:contain;width:72%;height:72%}._card_1pvyf_20 h3{color:#171716;margin:min(max(.83vw,10px),16px) 0 0;font-size:min(max(.94vw,13px),18px);font-weight:600;line-height:1.15}._card_1pvyf_20 p{color:#62615d;margin:min(max(.52vw,7px),10px) 0 0;font-size:14px;line-height:1.25}@media (width<=1100px){._section_1pvyf_1{height:auto;min-height:620px}._card_1pvyf_20{height:175px}}html._document_xxq8q_1,body._document_xxq8q_1{scrollbar-width:none;max-width:100%;overflow-x:clip}html._document_xxq8q_1::-webkit-scrollbar{width:0;height:0;display:none}body._document_xxq8q_1::-webkit-scrollbar{width:0;height:0;display:none}body._document_xxq8q_1{overflow-y:auto}._page_xxq8q_19{--blue:#d5fd24;--ink:#141b27;color:var(--ink);font-family:var(--font-sans);background:#fff;width:100%;min-height:100vh;overflow-x:clip}._page_xxq8q_19,._page_xxq8q_19 *{box-sizing:border-box}._page_xxq8q_19 button,._page_xxq8q_19 a{font-family:inherit}._storeChoiceBackdrop_xxq8q_40{z-index:1000;background:#141b277a;justify-content:center;align-items:center;padding:.24rem;display:flex;position:fixed;inset:0}._storeChoice_xxq8q_40{background:#fff;border-radius:.2rem;gap:.12rem;width:100%;max-width:3.4rem;padding:.28rem .2rem .2rem;display:grid;position:relative;box-shadow:0 .18rem .5rem #141b2733}._storeChoice_xxq8q_40 h2{text-align:center;margin:0 0 .04rem;font-size:.2rem}._storeChoice_xxq8q_40>a{background:var(--ink);color:#fff;border-radius:9.99rem;justify-content:center;align-items:center;min-height:.48rem;font-size:.14rem;font-weight:700;text-decoration:none;display:flex}._storeChoiceClose_xxq8q_82{color:#687385;background:0 0;border:0;justify-content:center;align-items:center;width:.32rem;height:.32rem;padding:0;font-size:.26rem;display:flex;position:absolute;top:.08rem;right:.1rem}._heading_1cpne_1{text-align:center;max-width:6.4rem;margin:0 auto}._heading_1cpne_1 h2{letter-spacing:-.04em;margin:0;font-size:min(max(8vw,.3rem),.42rem);font-weight:750;line-height:1.08}._heading_1cpne_1 h3{color:#141b27;margin:.1rem 0 0;font-size:.2rem;line-height:1.25}._heading_1cpne_1 p{color:#62615d;margin:.14rem auto 0;font-size:.13rem;line-height:1.5}._services_1cpne_29,._products_1cpne_30,._metrics_1cpne_31,._closing_1cpne_32{padding:.64rem .16rem}._serviceGrid_1cpne_36{grid-template-columns:repeat(2,minmax(0,1fr));gap:.12rem;max-width:6.8rem;margin:.34rem auto 0;display:grid}._serviceCard_1cpne_44{color:var(--ink);text-align:left;background:#fbffef;border:0;border-radius:.18rem;min-height:1.76rem;padding:.18rem .14rem;box-shadow:0 .1rem .28rem #141b2717}._serviceCard_1cpne_44>span{background:#eef3ff;border-radius:50%;justify-content:center;align-items:center;width:.52rem;height:.52rem;display:flex}._serviceCard_1cpne_44 img{object-fit:contain;width:72%;height:72%}._serviceCard_1cpne_44 h3{margin:.14rem 0 .05rem;font-size:.15rem;line-height:1.18}._serviceCard_1cpne_44 p{color:#62615d;margin:0;font-size:.12rem;line-height:1.35}._serviceCard_1cpne_44:active{transform:translateY(-.03rem)}._products_1cpne_30{background:#fbffef}._productGrid_1cpne_92{gap:.18rem;max-width:6.2rem;margin:.34rem auto 0;display:grid}._productCard_1cpne_99{aspect-ratio:656/750;box-sizing:content-box;isolation:isolate;border-radius:6.09756cqw;width:100%;min-width:0;padding-bottom:.44rem;position:relative;container-type:inline-size}._productCard_1cpne_99[data-product-variant=games],._productCard_1cpne_99[data-product-variant=ai]{background:#fffed4}._productCard_1cpne_99 [data-product-part=badge]{-webkit-backdrop-filter:blur(.08rem);backdrop-filter:blur(.08rem);font-family:var(--font-sans);white-space:nowrap;z-index:3;background:#fff9;border:.01rem solid #fff;border-radius:3.65854cqw;align-items:center;height:7.0122cqw;padding:1.82927cqw 2.43902cqw;font-size:2.43902cqw;font-weight:500;line-height:3.04878cqw;display:inline-flex;position:absolute;top:6.09756cqw;left:6.09756cqw}._productCard_1cpne_99[data-product-variant=games] [data-product-part=badge],._productCard_1cpne_99[data-product-variant=ai] [data-product-part=badge]{color:#141b27}._productCard_1cpne_99 [data-product-part=header]{text-align:center;z-index:3;flex-direction:column;align-items:center;width:87.6524cqw;display:flex;position:absolute;left:6.25cqw}._productCard_1cpne_99[data-product-variant=games] [data-product-part=header]{gap:1.21951cqw;top:16.7683cqw}._productCard_1cpne_99[data-product-variant=ai] [data-product-part=header]{gap:.609756cqw;top:17.378cqw}._productCard_1cpne_99 [data-product-part=header] h3,._productCard_1cpne_99 [data-product-part=header] p{font-family:var(--font-sans);width:100%;margin:0}._productCard_1cpne_99 [data-product-part=header] h3{color:#141b27;font-size:4.87805cqw;font-weight:700;line-height:6.09756cqw}._productCard_1cpne_99 [data-product-part=header] h3 span{color:#141b27}._productCard_1cpne_99 [data-product-part=header] p{color:#62615d;font-size:2.13415cqw;font-weight:400;line-height:2.7439cqw}._productCard_1cpne_99 .landing-product-card__animation{pointer-events:none;z-index:2;justify-content:center;align-items:center;width:71.7988cqw;height:60.9756cqw;display:flex;position:absolute;left:14.1768cqw}._productCard_1cpne_99[data-product-variant=games] .landing-product-card__animation{top:34.4512cqw}._productCard_1cpne_99[data-product-variant=ai] .landing-product-card__animation{top:34.6037cqw}._productCard_1cpne_99 .landing-product-card__animation>div,._productCard_1cpne_99 .landing-product-card__animation svg{width:100%!important;height:100%!important}img.landing-product-card__animation{object-fit:contain}._productCard_1cpne_99 [data-product-part=flow]{z-index:3;height:3.65854cqw;display:block;position:absolute}._productCard_1cpne_99 [data-product-part=flow][data-product-flow=steps]{color:#62615d;height:auto;min-height:3.65854cqw;font-family:var(--font-sans);justify-content:space-between;align-items:center;font-size:2.13415cqw;font-weight:400;line-height:2.7439cqw;display:flex}._productCard_1cpne_99 [data-product-flow-part=step]{white-space:normal;flex:0 auto;align-items:center;gap:1.21951cqw;min-width:0;display:inline-flex}._productCard_1cpne_99 [data-product-flow-part=step]>img{flex:none;width:3.65854cqw;height:3.65854cqw;display:block}._productCard_1cpne_99 [data-product-flow-part=arrow]{flex:none;width:3.20122cqw;height:1.21951cqw;display:block}._productCard_1cpne_99[data-product-variant=games] [data-product-part=flow]{width:55.7927cqw;top:100.305cqw;left:22.1799cqw}._productCard_1cpne_99[data-product-variant=ai] [data-product-part=flow]{width:51.0671cqw;top:100.61cqw;left:24.5427cqw}._productCard_1cpne_99 [data-product-part=action]{z-index:4;width:max-content;display:flex;position:absolute;top:107.622cqw;left:50%;transform:translate(-50%)}._productCard_1cpne_99 [data-product-part=action] button{color:#fff;cursor:pointer;font-family:var(--font-sans);white-space:nowrap;background:#141b27;border:0;border-radius:9.99rem;width:max-content;padding:.12rem .2rem;font-size:.16rem;font-weight:500;line-height:.2rem}._productCard_1cpne_99 [data-product-part=action] button:focus-visible{outline-offset:.457317cqw;outline:.304878cqw solid #d5fd24}._metrics_1cpne_31{background:#fff}._metricGrid_1cpne_312{gap:.18rem;max-width:6.2rem;margin:.34rem auto 0;display:grid}._metricCard_1cpne_319{background:#fff;border-radius:.2rem;flex-direction:column;gap:.18rem;min-width:0;min-height:2.74rem;padding:.2rem;display:flex;overflow:hidden;box-shadow:.04rem .12rem .32rem #0000001a}._eyebrow_1cpne_332{color:#141b27;font-size:.18rem;font-weight:700}._metricPrimary_1cpne_338{grid-template-columns:minmax(1rem,.8fr) minmax(1.5rem,1.2fr);align-items:center;gap:.16rem;min-width:0;display:grid}._metricPrimary_1cpne_338>*{min-width:0}._metricPrimary_1cpne_338>span{flex-direction:column;align-items:flex-start;display:flex}._metricPrimary_1cpne_338 strong{font-size:.46rem;line-height:1}._metricPrimary_1cpne_338 small{margin-top:.04rem;font-size:.13rem}._metricPrimary_1cpne_338 img{width:100%;height:auto}._note_1cpne_371{background:#fbffef;border-radius:.08rem;align-items:center;height:.4rem;margin:0;padding:.1rem .12rem;font-size:.12rem;display:flex;overflow:hidden}._note_1cpne_371 span{text-overflow:ellipsis;white-space:nowrap;animation:4.2s ease-in-out both _note-fade_1cpne_1;overflow:hidden}._stats_1cpne_390{grid-template-columns:repeat(3,minmax(0,1fr));gap:.1rem;display:grid}._stats_1cpne_390>span{flex-direction:column;min-width:0;display:flex}._stats_1cpne_390 small{color:#62615d;text-overflow:ellipsis;white-space:nowrap;font-size:.11rem;overflow:hidden}._stats_1cpne_390 strong{margin-top:.04rem;font-size:.16rem}._closing_1cpne_32{text-align:center;background:linear-gradient(#e7fe5800 0%,#e7fe5866 100%)}._closing_1cpne_32 h2{letter-spacing:-.04em;max-width:6.8rem;margin:0 auto;font-size:min(max(9vw,.34rem),.48rem);line-height:1.05}._closing_1cpne_32 p{color:#62615d;max-width:5.2rem;margin:.18rem auto .24rem;font-size:.13rem;line-height:1.5}._closing_1cpne_32 h2 span{display:block}._closing_1cpne_32>div{justify-content:center;gap:.1rem;display:flex}._closing_1cpne_32 button{color:var(--ink);background:#fff;border:0;border-radius:9.99rem;min-height:.44rem;padding:0 .18rem;font-size:.12rem}._closing_1cpne_32 button:last-child{background:var(--ink);color:#fff}._footer_1cpne_461{color:#fff;background:#000;gap:.4rem;padding:.48rem .24rem .42rem;display:grid}._brand_1cpne_469>span{color:#8e99ab;align-items:center;gap:.1rem;font-size:.28rem;display:flex}._brand_1cpne_469>span img{width:.38rem;height:.38rem}._storeBadges_1cpne_482{align-items:flex-start;gap:.2rem;margin-top:.28rem;display:flex;position:relative}._storeBadges_1cpne_482>a{color:#fff;flex-direction:column;align-items:flex-start;gap:.08rem;font-size:.11rem;text-decoration:none;display:flex}._storeBadges_1cpne_482>a>span{align-items:center;gap:.05rem;display:flex}._storeBadges_1cpne_482>a>span img{width:.18rem;height:.18rem}._qrCode_1cpne_511{background:#fff;border:.01rem solid #0000;border-radius:.08rem;width:.92rem;height:.92rem;transition:border-color .45s}._downloadHint_1cpne_520{color:#141b27;opacity:0;pointer-events:none;white-space:nowrap;background:#d5fd24;border-radius:9.99rem;padding:.08rem .15rem;font-size:.12rem;font-weight:700;transition:opacity .28s,transform .36s;position:absolute;top:-.4rem;left:1.02rem;transform:translate(-50%,.1rem);box-shadow:0 .08rem .24rem #d5fd2452}._storeBadges_1cpne_482[data-attention=true] ._downloadHint_1cpne_520{opacity:1;transform:translate(-50%)}._storeBadges_1cpne_482[data-attention=true] ._qrCode_1cpne_511{border-color:#d5fd24}._meta_1cpne_547{color:#fff;font-size:.1rem;line-height:1.45}._meta_1cpne_547 p{max-width:4.3rem;margin:0}._meta_1cpne_547 nav{gap:.2rem;margin:.18rem 0;display:flex}._meta_1cpne_547 a{color:#d5fd24}@keyframes _note-fade_1cpne_1{0%,to{opacity:0}15%,85%{opacity:1}}@media (width>=600px){._services_1cpne_29,._products_1cpne_30,._metrics_1cpne_31,._closing_1cpne_32{padding:.8rem .44rem}._footer_1cpne_461{grid-template-columns:1fr 1fr;padding-inline:.52rem}}@media (prefers-reduced-motion:reduce){._serviceCard_1cpne_44,._note_1cpne_371 span,._downloadHint_1cpne_520,._qrCode_1cpne_511{transition:none;animation:none}}._hero_7mqy1_1{background:#fbffef;min-height:7.9rem;padding:.84rem .2rem .26rem;position:relative;overflow:hidden}._glow_7mqy1_9{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}._header_7mqy1_17{z-index:6;background:#ffffffad;border-radius:9.99rem;justify-content:space-between;align-items:center;height:.52rem;padding:0 .08rem 0 .12rem;display:flex;position:absolute;top:.16rem;left:.16rem;right:.16rem}._header_7mqy1_17 ._logoLink_7mqy1_32,._header_7mqy1_17 ._logoLink_7mqy1_32 img{width:.32rem;height:.32rem;display:block}._header_7mqy1_17 ._logoLink_7mqy1_32 img{border-radius:.08rem}._primaryButton_7mqy1_43{color:#fff;background:#141b27;border:0;border-radius:9.99rem;min-height:.38rem;padding:0 .18rem;font-size:.12rem;font-weight:600}._header_7mqy1_17 ._loginLink_7mqy1_54{color:#171716;white-space:nowrap;background:0 0;align-items:center;padding:.08rem;font-size:.12rem;font-weight:600;line-height:.18rem;text-decoration:none;display:inline-flex}._header_7mqy1_17 ._loginLink_7mqy1_54:focus-visible{outline-offset:.01rem;border-radius:.08rem;outline:.03rem solid #17171638}._copy_7mqy1_73{z-index:3;flex-direction:column;align-items:flex-start;display:flex;position:relative}._copy_7mqy1_73 h1{letter-spacing:-.045em;max-width:3.9rem;margin:.18rem 0 0;font-size:min(max(10vw,.34rem),.44rem);font-weight:800;line-height:1.02}._copy_7mqy1_73 h1 span{display:block}._titleAccent_7mqy1_94{color:#d5fd24}._copy_7mqy1_73 p{color:#62615d;max-width:3.7rem;margin:.18rem 0 .24rem;font-size:.14rem;line-height:1.45}._primaryButton_7mqy1_43{background:#141b27;min-height:.44rem;padding:0 .24rem}._visual_7mqy1_112{perspective:11rem;z-index:2;max-width:3.9rem;height:4.7rem;margin:.2rem auto 0;position:relative}._phoneStage_7mqy1_121{--hero-tilt-x:0deg;--hero-tilt-y:0deg;--hero-depth-course:0;--hero-depth-live:0;--hero-depth-digital:0;--hero-depth-chat:0;--hero-depth-games:0;aspect-ratio:618.08/840.38;touch-action:pan-y;transform-style:preserve-3d;-webkit-user-select:none;user-select:none;width:min(92vw,3.5rem);position:absolute;right:-.08rem}._phoneStage_7mqy1_121[data-lifted=true]{--hero-depth-course:.28rem;--hero-depth-live:.34rem;--hero-depth-digital:.4rem;--hero-depth-chat:.46rem;--hero-depth-games:.52rem}._phoneUnderlayLayer_7mqy1_146,._scene_7mqy1_147{position:absolute;inset:0}._phoneUnderlayLayer_7mqy1_146{pointer-events:none;transform:rotateX(var(--hero-tilt-x)) rotateY(var(--hero-tilt-y));transform-origin:50%;transform-style:preserve-3d;will-change:transform;z-index:0;transition:transform .12s ease-out}._scene_7mqy1_147{transform:rotateX(var(--hero-tilt-x)) rotateY(var(--hero-tilt-y));transform-origin:50%;transform-style:preserve-3d;will-change:transform;z-index:1;transition:transform .12s ease-out}._phoneUnderlayBox_7mqy1_171{filter:blur(.4rem);transform-origin:50%;background:#e7fe584d;border-radius:.24rem;width:60%;height:91.5%;display:block;position:absolute;bottom:0;right:calc(4% + .2rem);transform:skew(-7.93deg)}._phoneBase_7mqy1_185{object-fit:contain;z-index:1;width:79.2778%;height:97.0989%;position:absolute;top:0;left:10.8384%}._phoneProducts_7mqy1_195{transform-style:preserve-3d;z-index:3;position:absolute;inset:0}._card_7mqy1_202{object-fit:contain;will-change:transform;transition:transform .42s cubic-bezier(.2,.75,.2,1);display:block;position:absolute}._course_7mqy1_210{height:22.7278%;transform:translateZ(var(--hero-depth-course));width:74.0196%;top:18.92%;left:7.0379%}._live_7mqy1_218{height:14.4577%;transform:translateZ(var(--hero-depth-live));width:72.4016%;top:44.1467%;left:8.7367%}._digital_7mqy1_226{height:14.4577%;transform:translateZ(var(--hero-depth-digital));width:72.4016%;top:56.76%;left:5.8245%}._chat_7mqy1_234{height:14.4577%;transform:translateZ(var(--hero-depth-chat));width:72.4016%;top:69.3734%;left:2.9122%}._games_7mqy1_242{height:14.4577%;transform:translateZ(var(--hero-depth-games));width:72.4016%;top:81.9986%;left:0}@media (width>=600px){._hero_7mqy1_1{min-height:9rem;padding-inline:.48rem}._copy_7mqy1_73{text-align:center;max-width:6.2rem;margin-inline:auto}._copy_7mqy1_73 h1,._copy_7mqy1_73 p{margin-inline:auto}._visual_7mqy1_112{max-width:5.6rem;height:5.6rem}._phoneStage_7mqy1_121{width:4.1rem;right:50%;transform:translate(50%)}}@media (prefers-reduced-motion:reduce){._phoneUnderlayLayer_7mqy1_146,._scene_7mqy1_147,._card_7mqy1_202{transition:none;transform:none}._phoneStage_7mqy1_121{--hero-depth-course:0;--hero-depth-live:0;--hero-depth-digital:0;--hero-depth-chat:0;--hero-depth-games:0}}._page_1kygf_1{--blue:#5574e4;color:#171716;width:100%;min-height:100vh;font-family:var(--font-sans);background:#f8f8f8;place-items:center;display:grid;overflow:auto}._loginPanel_1kygf_13{flex-direction:column;align-items:stretch;width:308px;height:auto;display:flex}._brandLogo_1kygf_21{width:50px;height:50px;margin:0 auto 40px;display:block}._loginOptions_1kygf_28{row-gap:16px;width:100%;display:grid}._loginOption_1kygf_28{--flat-button-background:transparent;--flat-button-border:#92918b;--flat-button-color:#171716;--flat-button-height:46px;--flat-button-horizontal-padding:24px;width:100%;height:46px;font:inherit;cursor:pointer;justify-content:center;align-items:center;gap:8px;padding:8px 24px;font-size:14px;font-weight:400;line-height:18px;display:inline-flex;border-radius:40px!important}._loginOption_1kygf_28>span:first-child{flex:0 0 18px;width:18px;height:18px}._loginOption_1kygf_28 img{object-fit:contain;flex:none;width:18px;height:18px;display:block}._optionDivider_1kygf_67{color:#92918b;justify-content:center;align-items:center;gap:8px;width:100%;height:14px;margin:16px 0;font-size:12px;font-weight:400;line-height:14px;display:flex}._optionDivider_1kygf_67 span{background:#ededed;width:80px;height:1px;display:block}._optionDivider_1kygf_67 em{font-style:normal}._statusMessage_1kygf_90{color:#d64545;text-align:left;margin:8px 0;font-size:11px;font-weight:500;line-height:14px}._emailForm_1kygf_99{row-gap:16px;width:100%;display:grid}._field_1kygf_105{color:#171716;background:#fff;border:0;border-radius:40px;align-items:center;gap:8px;width:100%;height:46px;padding:8px 16px;display:inline-flex;position:relative}._field_1kygf_105 input{color:#171716;min-width:0;font:inherit;background:0 0;border:0;outline:0;flex:1;font-size:14px;font-weight:400;line-height:18px}._field_1kygf_105 input::placeholder{color:#a7a69f}._sendCodeButton_1kygf_134{color:#171716;font:inherit;cursor:pointer;background:0 0;border:0;flex:none;padding:0;font-size:14px;font-weight:400;line-height:18px}._sendCodeButton_1kygf_134:disabled{color:#92918b;cursor:default}._emailLoginButton_1kygf_151{--flat-button-background:#171716;--flat-button-border:transparent;--flat-button-color:#fff;--flat-button-height:46px;--flat-button-horizontal-padding:24px;width:100%;height:46px;font:inherit;cursor:pointer;padding:14px 24px;font-size:14px;font-weight:400;line-height:18px;border:0 solid #0000!important;border-radius:40px!important}._emailLoginButton_1kygf_151:disabled{--flat-button-background:#ddddd8;--flat-button-color:#a09f99;opacity:1;cursor:default;border:.5px solid #ffffff1a!important}._agreementArea_1kygf_176{width:100%;height:32px;margin:32px 0 0}._agreement_1kygf_176{color:#92918b;cursor:pointer;justify-content:center;align-items:flex-start;gap:4px;width:100%;height:32px;margin:0;font-size:12px;font-weight:400;line-height:14px;display:flex}._agreement_1kygf_176 a{color:#171716;text-decoration:none}._agreementControl_1kygf_201{flex:0 0 12px;width:12px;height:12px;margin-top:1px;display:block;position:relative}._agreementControl_1kygf_201 input{z-index:2;opacity:0;cursor:pointer;width:12px;height:12px;margin:0;position:absolute;inset:0}._agreementControl_1kygf_201 input:checked+._check_1kygf_219{border-color:#171716}._agreementControl_1kygf_201 input:checked+._check_1kygf_219:after{opacity:1}._check_1kygf_219{pointer-events:none;background:0 0;border:1px solid #92918b;border-radius:50%;width:12px;height:12px;position:absolute;inset:0}._check_1kygf_219:after{content:"";opacity:0;background:#171716;border-radius:50%;width:4px;height:4px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._agreementText_1kygf_249{text-align:center;min-width:0}._agreementInvalid_1kygf_254{color:#d64545}._agreementInvalid_1kygf_254 ._check_1kygf_219{border-color:#d64545}._agreementInvalid_1kygf_254 a{color:#d64545}._agreementToast_1kygf_264{z-index:10;color:#fff;text-align:center;background:#141414;border-radius:999px;max-width:calc(100vw - 32px);padding:10px 18px;font-size:13px;line-height:18px;position:fixed;bottom:32px;left:50%;transform:translate(-50%)}._page_fphg2_1{width:100%;min-height:max(100%, var(--app-visual-height), 464px);color:#171716;background:#f8f8f8;place-items:center;padding:24px 20px;display:grid;position:relative}._content_fphg2_12{flex-direction:column;gap:24px;width:min(308px,100%);display:flex;transform:translateY(-29px)}._appIcon_fphg2_20{flex:0 0 50px;width:50px;height:50px;display:block}._hero_fphg2_27{overflow-wrap:break-word;flex-direction:column;display:flex}._hero_fphg2_27 h1{color:#171716;font-family:"Plus Jakarta Sans", var(--font-sans), sans-serif;letter-spacing:0;margin:0;font-size:24px;font-weight:700;line-height:30px}._form_fphg2_46,._fields_fphg2_47,._field_fphg2_47{flex-direction:column;width:100%;display:flex}._form_fphg2_46{gap:24px}._fields_fphg2_47{gap:16px}._field_fphg2_47{gap:8px}._label_fphg2_66,._input_fphg2_67,._codeInput_fphg2_68,._sendButton_fphg2_69,._backButton_fphg2_70,._continueButton_fphg2_71,._errorText_fphg2_72{font-family:"Inter", var(--font-sans), sans-serif;letter-spacing:0;font-size:14px;font-weight:400;line-height:18px}._label_fphg2_66{color:#141b27}._input_fphg2_67,._codeRow_fphg2_85{background:#fff;border:1px solid #ededed;border-radius:8px;width:100%;height:46px}._input_fphg2_67,._codeInput_fphg2_68{color:#171716;outline:none;min-width:0}._input_fphg2_67::placeholder,._codeInput_fphg2_68::placeholder{color:#a7a69f;opacity:1}._input_fphg2_67{padding:8px 16px}._codeRow_fphg2_85{align-items:center;gap:8px;padding:8px 16px;display:flex}._codeInput_fphg2_68{background:0 0;border:0;flex:auto;height:28px;padding:0}._input_fphg2_67:focus,._codeRow_fphg2_85:focus-within{border-color:#171716;box-shadow:0 0 0 1px #171716}._inputError_fphg2_130,._field_fphg2_47 ._input_fphg2_67[aria-invalid=true]{box-shadow:none;border-color:#ff315c}._sendButton_fphg2_69{color:#171716;white-space:nowrap;flex:none;min-width:max-content}._sendButton_fphg2_69:disabled{cursor:default;color:#a7a69f}._actions_fphg2_147{align-items:flex-start;gap:16px;width:100%;display:flex}._backButton_fphg2_70,._continueButton_fphg2_71{height:46px;min-height:46px;font-weight:400;border-radius:40px!important}._backButton_fphg2_70{--flat-button-background:#fff;--flat-button-border:#ededed;--flat-button-color:#171716;--flat-button-horizontal-padding:24px;font-family:"Plus Jakarta Sans", var(--font-sans), sans-serif;flex:none}._continueButton_fphg2_71{--flat-button-background:#171716;--flat-button-color:#fff;flex:1 1 0}._errorText_fphg2_72{color:#ff315c;overflow-wrap:anywhere}@media (width<=767px) and (hover:none) and (pointer:coarse){._input_fphg2_67,._codeInput_fphg2_68{font-size:16px}}@media (width<=347px){._page_fphg2_1{padding-inline:16px}}._root_19s3n_1{min-width:0}._scroller_19s3n_5{overscroll-behavior-x:contain;scrollbar-width:thin;touch-action:pan-x;-webkit-overflow-scrolling:touch;gap:8px;max-width:100%;padding-bottom:2px;display:flex;overflow-x:auto}._tile_19s3n_17,._addButton_19s3n_18{border-radius:12px;flex:0 0 96px;width:96px;height:96px;position:relative;overflow:hidden}._tile_19s3n_17{background:#efeeea}._tile_19s3n_17>span{color:#fff;text-align:center;background:linear-gradient(#0000,#171716a6);padding:14px 4px 6px;font-size:12px;line-height:16px;position:absolute;bottom:0;left:0;right:0}._pending_19s3n_44:after{content:"";pointer-events:none;background:#17171633;position:absolute;inset:0}._pending_19s3n_44>span{z-index:1}._removeButton_19s3n_56{cursor:pointer;z-index:2;background:0 0;border:0;justify-content:center;align-items:center;width:24px;height:24px;padding:0;display:flex;position:absolute;top:0;right:0}._removeButton_19s3n_56 img{width:12px;height:12px;display:block}._removeButton_19s3n_56:disabled{cursor:wait;opacity:.55}._addButton_19s3n_18{color:#171716;cursor:pointer;background:#efeeea;border:0;justify-content:center;align-items:center;min-width:44px;min-height:44px;padding:0;display:flex}._addButton_19s3n_18>span{font-size:48px;font-weight:200;line-height:1}._addButton_19s3n_18:focus-visible{outline-offset:2px;outline:2px solid #171716}._addButton_19s3n_18:disabled{cursor:wait;opacity:.55}._fileInput_19s3n_112{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute;overflow:hidden}._error_19s3n_121{color:#d92d20;margin:8px 0 0;font-size:12px;line-height:16px}._productEditor_19s3n_128 ._scroller_19s3n_5{scrollbar-width:none;padding-bottom:0}._productEditor_19s3n_128 ._scroller_19s3n_5::-webkit-scrollbar{display:none}._productEditor_19s3n_128 ._tile_19s3n_17,._productEditor_19s3n_128 ._addButton_19s3n_18{border-radius:16px;flex-basis:95px;width:95px;height:95px}._productEditor_19s3n_128 ._addButton_19s3n_18{color:#b9b9b9;background:#f0f0f0}._productEditor_19s3n_128 ._addButton_19s3n_18>span{font-size:40px;font-weight:200}@media (width<=700px){._tile_19s3n_17,._addButton_19s3n_18{flex-basis:88px;width:88px;height:88px}}main[data-screen=direction] ._root_ucxhl_1.screen.active{flex-direction:column;gap:32px;width:100%;max-width:1242px;margin:0 auto;animation:none;display:flex}main[data-screen=direction] ._root_ucxhl_1 ._head_ucxhl_11{flex-direction:column;gap:24px;margin:0;display:flex}._appLogo_ucxhl_18{border-radius:12px;width:62px;height:62px;display:block}._headCopy_ucxhl_25{flex-direction:column;gap:8px;display:flex}main[data-screen=direction] ._root_ucxhl_1 ._head_ucxhl_11 h1{color:#171716;letter-spacing:0;margin:0;font-size:32px;font-weight:700;line-height:40px}main[data-screen=direction] ._root_ucxhl_1 ._head_ucxhl_11 .sub{color:#62615d;max-width:none;margin:0;font-size:16px;font-weight:500;line-height:20px}._grid_ucxhl_49{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}._loadState_ucxhl_55{grid-column:1/-1}._card_ucxhl_59{box-shadow:none;text-align:left;background:#fff;border:1px solid #0000;border-radius:16px;flex-direction:column;align-items:flex-start;gap:8px;height:156px;min-height:156px;padding:24px;transition:border-color .16s,box-shadow .16s,transform .16s;display:flex;position:relative;transform:none}._card_ucxhl_59:hover{background:#fff;border-color:#f3ffc9;transform:translateY(-2px);box-shadow:0 10px 24px #1717161a}._card_ucxhl_59:focus-visible{outline-offset:2px;outline:2px solid #171716}._card_ucxhl_59._selected_ucxhl_89{background:#fff;border-color:#dfff4f}._selectedIndicator_ucxhl_94{width:19px;height:19px;display:block;position:absolute;top:12px;right:12px}._selectedIndicator_ucxhl_94 img{width:19px;height:19px;display:block}._icon_ucxhl_109{background:#f3ffc9;border-radius:50%;flex:none;justify-content:center;align-items:center;width:50px;height:50px;margin:0;display:flex}._icon_ucxhl_109 img{object-fit:contain;flex:none;display:block}._card_ucxhl_59 b{color:#171716;margin:0;font-size:20px;font-weight:500;line-height:24px;display:block}._card_ucxhl_59 small{color:#62615d;margin:0;font-size:14px;font-weight:400;line-height:18px;display:block}._refine_ucxhl_145{background:#f8f7f4;border:1px solid #ededed;border-radius:16px;flex-direction:column;gap:16px;min-height:124px;margin:0;padding:24px;display:flex}._refineHead_ucxhl_157{align-items:flex-start;margin:0;display:flex}._refineHead_ucxhl_157 b{color:#171716;font-size:20px;font-weight:500;line-height:24px}._tags_ucxhl_170{flex-wrap:wrap;gap:16px;width:100%;min-width:0;height:auto;display:flex;overflow:visible}._tag_ucxhl_170{color:#171716;background:#fff;border:0;border-radius:40px;flex:none;align-items:center;height:34px;padding:8px 16px;font-size:14px;font-weight:400;line-height:18px;display:inline-flex}._tag_ucxhl_170._selected_ucxhl_89{color:#fff;background:#171716;border:0}main[data-screen=direction] ._root_ucxhl_1 ._actions_ucxhl_201{border:0;justify-content:flex-end;margin:0;padding:0;display:flex}main[data-screen=direction] ._root_ucxhl_1 ._actions_ucxhl_201 .primary{box-shadow:none;color:#fff;background:#171716;border:0;border-radius:40px;min-width:118px;height:48px;padding:14px 24px;font-size:14px;font-weight:500;line-height:20px;transform:none}main[data-screen=direction] ._root_ucxhl_1 ._actions_ucxhl_201 .primary:disabled{cursor:not-allowed;opacity:1}@media (width<=900px){._grid_ucxhl_49{grid-template-columns:repeat(2,minmax(0,1fr))}._refine_ucxhl_145{height:auto}._tags_ucxhl_170{height:auto;overflow-x:auto}}@media (width<=620px){main[data-screen=direction] ._root_ucxhl_1.screen.active{gap:24px}._grid_ucxhl_49{grid-template-columns:1fr}}.builder-main:has(._root_ahbf0_1._root_ahbf0_1){background:#f8f8f8;padding-top:70px}[data-screen=planning]>.app-logo{display:none}._root_ahbf0_1._root_ahbf0_1.screen.active{font-family:var(--font-sans);width:min(614px,100%);max-width:none;min-height:384px;margin:0 auto;display:block}._box_ahbf0_19{text-align:center;flex-direction:column;gap:32px;width:100%;height:384px;display:flex}._header_ahbf0_28{flex-direction:column;flex:0 0 126px;align-items:center;gap:32px;width:100%;height:126px;display:flex}._logo_ahbf0_38{width:62px;height:62px;display:block}._header_ahbf0_28 h1{color:#171716;letter-spacing:0;margin:0;font-size:28px;font-weight:700;line-height:32px}._list_ahbf0_53{flex-direction:column;gap:16px;width:100%;display:flex}._step_ahbf0_60{color:#171716;text-align:left;background:#fff;border:0;border-radius:16px;flex:0 0 64px;justify-content:space-between;align-items:center;height:64px;padding:22px 24px;font-size:16px;font-weight:400;line-height:20px;transition:opacity .3s ease-in-out;display:flex}._activeStep_ahbf0_78{opacity:1}._pastStep_ahbf0_82{opacity:.5}._futureStep_ahbf0_86{opacity:.2}._step_ahbf0_60 b{font:inherit}._stepIcon_ahbf0_94{color:#171716;flex:0 0 20px;width:20px;height:20px;animation:.3s ease-in-out _loader-icon-enter_ahbf0_1;display:block}._completeIcon_ahbf0_103{opacity:1}._pendingIcon_ahbf0_107{opacity:.5}._spinner_ahbf0_111{animation:.3s ease-in-out _loader-icon-enter_ahbf0_1,1s linear infinite _planning-spinner_ahbf0_1}@media (prefers-reduced-motion:reduce){._spinner_ahbf0_111{animation:none}}@keyframes _planning-spinner_ahbf0_1{to{transform:rotate(1turn)}}@keyframes _loader-icon-enter_ahbf0_1{0%{opacity:0;translate:0 -4px}to{opacity:1;translate:0}}._modal_4dd1i_1{z-index:20;background:#17171699;place-items:center;padding:24px;display:grid;position:fixed;inset:0;overflow-y:auto}._card_4dd1i_12{color:#171716;background:#fff;border-radius:16px;flex-direction:column;gap:16px;max-height:calc(100vh - 48px);padding:24px;display:flex;overflow-y:auto}._formCard_4dd1i_24{width:min(620px,100vw - 48px);height:min(800px,100vh - 48px);overflow:hidden}._gameCard_4dd1i_30{isolation:isolate;gap:0;width:min(636px,100vw - 48px);height:min(800px,100vh - 48px);overflow:hidden}._gameCard_4dd1i_30>._gameHeader_4dd1i_38{box-sizing:border-box;z-index:3;background:#fff;flex:0 0 70px;align-items:center;width:calc(100% + 48px);height:70px;margin:-24px -24px 0;padding:24px 24px 16px;display:flex;position:relative}._card_4dd1i_12 h2{flex:0 0 30px;margin:0;font-size:24px;font-weight:700;line-height:30px}._gameCover_4dd1i_60{aspect-ratio:1672/941;background:#efeeea;border-radius:8px;flex:none;width:100%;overflow:hidden}._gameCover_4dd1i_60 img{object-fit:cover;width:100%;height:100%;display:block}._gameScroll_4dd1i_76{scrollbar-width:none;flex-direction:column;flex:auto;gap:16px;min-height:0;display:flex;overflow-y:auto}._gameScroll_4dd1i_76::-webkit-scrollbar{display:none}._recommendationPanel_4dd1i_90{background:linear-gradient(#e4ff94 0%,#eeffc2 50%,#faffe9 100%);border-radius:16px;flex:none;padding:24px}._recommendationField_4dd1i_97{flex-direction:column;gap:12px;display:flex}._recommendationHeading_4dd1i_103{justify-content:space-between;align-items:center;font-size:14px;font-weight:400;line-height:18px;display:flex}._recommendationField_4dd1i_97 input{box-sizing:border-box;color:#171716;font:inherit;background:#fff;border:0;border-radius:12px;outline:0;width:100%;height:48px;padding:14px 12px;font-size:16px;font-weight:500;line-height:20px}._recommendationField_4dd1i_97 input:focus{box-shadow:inset 0 0 0 2px var(--color-form-focus)}._gameContent_4dd1i_132{flex-direction:column;flex:auto;min-height:0;padding:0 16px;display:flex}._gameTitle_4dd1i_140{margin:0;font-size:32px;font-weight:700;line-height:40px}._gameTags_4dd1i_147{gap:13px;margin-top:8px;display:flex}._gameTags_4dd1i_147 span{color:#62615d;background:#efeeea;border-radius:999px;padding:8px 12px;font-size:14px;line-height:18px}._gameDescription_4dd1i_162{color:#171716;overflow-wrap:anywhere;white-space:pre-wrap;margin:16px 0 0;font-size:16px;font-weight:500;line-height:20px}._gameDescription_4dd1i_162>:first-child{margin-top:0}._gameDescription_4dd1i_162>:last-child{margin-bottom:0}._gameDescription_4dd1i_162 :where(p,ul,ol,blockquote,pre,figure,table){margin:0 0 12px}._gameDescription_4dd1i_162 :where(h1,h2,h3,h4,h5,h6){margin:16px 0 8px;font-size:1.15em;line-height:1.4}._gameDescription_4dd1i_162 :where(ul,ol){padding-left:22px}._gameDescription_4dd1i_162 :where(a){color:#4e71e0;overflow-wrap:anywhere;text-decoration:underline}._gameDescription_4dd1i_162 :where(img,picture,video,iframe){border-radius:8px;width:auto;max-width:100%;height:auto;margin:12px auto;display:block}._gameDescription_4dd1i_162 :where(video,iframe){background:#000;width:100%}._gameDescription_4dd1i_162 :where(iframe){aspect-ratio:16/9;border:0}._gameDescription_4dd1i_162 :where(blockquote){color:#62615d;border-left:3px solid #d7d6d1;padding-left:12px}._gameDescription_4dd1i_162 :where(pre){white-space:pre-wrap;background:#efeeea;border-radius:8px;padding:12px;overflow-x:auto}._gameDescription_4dd1i_162 :where(table){border-collapse:collapse;width:100%}._gameDescription_4dd1i_162 :where(th,td){text-align:left;border:1px solid #d7d6d1;padding:8px}._gameMeta_4dd1i_244{margin:16px 0 0}._gameMeta_4dd1i_244 div{border-bottom:1px solid #ededed;grid-template-columns:max-content minmax(0,1fr);align-items:center;gap:8px;min-height:34px;font-size:14px;line-height:18px;display:grid}._gameMeta_4dd1i_244 div:last-child{border-bottom:0}._gameMeta_4dd1i_244 dt{color:#62615d}._gameMeta_4dd1i_244 dd{margin:0}._offers_4dd1i_271{margin-top:16px}._offers_4dd1i_271 h3{margin-bottom:12px;font-size:20px;font-weight:500;line-height:24px}._offers_4dd1i_271 ul{gap:8px;margin:0;padding:0;list-style:none;display:grid}._offers_4dd1i_271 li{background:#fff;border-radius:8px;justify-content:space-between;align-items:center;min-height:48px;padding:12px;font-size:14px;display:flex}._offerStore_4dd1i_301{align-items:center;gap:8px;display:flex}._offerStore_4dd1i_301 img{object-fit:contain;border-radius:50%;width:24px;height:24px}._mediaSection_4dd1i_314{flex:none;min-width:0}._mediaUploader_4dd1i_319{margin-top:8px}._sectionHeading_4dd1i_323,._fieldHeading_4dd1i_324{color:#171716;justify-content:space-between;font-size:14px;line-height:18px;display:flex}._sectionHeading_4dd1i_323>:last-child,._fieldHeading_4dd1i_324>:last-child:not(:first-child){color:#62615d}._mediaTiles_4dd1i_337{gap:8px;margin-top:8px;display:flex}._mediaTile_4dd1i_337{background:#efeeea;border-radius:12px;width:96px;height:96px;position:relative;overflow:hidden}._mediaTile_4dd1i_337 img{object-fit:cover;width:100%;height:100%;display:block}._mediaTile_4dd1i_337>span{color:#fff;text-align:center;font-size:12px;line-height:16px;position:absolute;bottom:6px;left:0;right:0}._addMediaTile_4dd1i_370{justify-content:center;align-items:center;display:flex}._addMediaTile_4dd1i_370>span{color:#171716;font-size:48px;font-weight:200;line-height:1;position:static;inset:auto}._mediaHint_4dd1i_385{color:#92918b;align-items:center;gap:4px;margin:8px 0 0;font-size:14px;font-weight:400;line-height:18px;display:flex}._coverMediaHint_4dd1i_396{font-size:16px;font-weight:500;line-height:20px}._mediaHint_4dd1i_385 img{flex:none;width:16px;height:18px;display:block}._formBody_4dd1i_409{flex-direction:column;flex:auto;gap:16px;min-height:0;display:flex}._tabs_4dd1i_417{flex:0 0 42px;align-items:center;gap:24px;height:42px;display:flex}._tabButton_4dd1i_425{color:#62615d;cursor:pointer;font:inherit;background:#f8f7f4;border:0;border-radius:40px;height:42px;padding:12px;font-size:14px;font-weight:400;line-height:18px}._tabButton_4dd1i_425._activeTab_4dd1i_439{color:#fff;background:#171716}._tabButton_4dd1i_425:disabled{cursor:wait;opacity:.55}._formPanel_4dd1i_449{scrollbar-width:none;flex-direction:column;flex:auto;gap:16px;min-height:0;padding-right:2px;display:flex;overflow-y:auto}._formPanel_4dd1i_449::-webkit-scrollbar{display:none}._loadState_4dd1i_464{text-align:center;flex-direction:column;flex:auto;justify-content:center;align-items:center;gap:16px;min-height:240px;display:flex}._loadState_4dd1i_464 p{color:#62615d;margin:0}._loadingSpinner_4dd1i_480{border:3px solid #dededb;border-top-color:#171716;border-radius:50%;width:28px;height:28px;animation:.8s linear infinite _product-editor-spin_4dd1i_1}@keyframes _product-editor-spin_4dd1i_1{to{transform:rotate(360deg)}}._field_4dd1i_324{flex-direction:column;gap:8px;display:flex}._field_4dd1i_324 input,._field_4dd1i_324 textarea,._readonlySelect_4dd1i_502,._priceInput_4dd1i_503{box-sizing:border-box;color:#171716;font:inherit;background:#f0f0f0;border:0;border-radius:12px;outline:0;width:100%;padding:14px 12px;font-size:16px;font-weight:500;line-height:20px}._field_4dd1i_324 input,._readonlySelect_4dd1i_502{height:48px}._field_4dd1i_324 textarea{resize:none;flex:0 0 180px;height:180px;min-height:180px}._field_4dd1i_324 input::placeholder,._field_4dd1i_324 textarea::placeholder{color:#92918b}._field_4dd1i_324 input:focus,._field_4dd1i_324 textarea:focus{box-shadow:inset 0 0 0 2px var(--color-form-focus)}._readonlySelect_4dd1i_502{justify-content:space-between;align-items:center;display:flex}._selectControl_4dd1i_546{width:100%;display:block;position:relative}._selectControl_4dd1i_546 select{appearance:none;box-sizing:border-box;color:#171716;font:inherit;background:#f0f0f0;border:0;border-radius:12px;outline:0;width:100%;height:48px;padding:14px 40px 14px 12px;font-size:16px;font-weight:500;line-height:20px}._selectControl_4dd1i_546>span{pointer-events:none;position:absolute;top:50%;right:14px;transform:translateY(-50%)}._durationHelp_4dd1i_577{color:#92918b;font-size:14px;line-height:18px}._digitalFilesSection_4dd1i_583{flex-direction:column;gap:16px;display:flex}._digitalFilesHeading_4dd1i_589 strong{font-size:24px;font-weight:700;line-height:30px;display:block}._filePicker_4dd1i_596{color:#92918b;cursor:pointer;text-align:center;background:#f0f0f0;border:0;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:8px;width:100%;min-height:124px;padding:24px 16px;display:flex;position:relative}._filePicker_4dd1i_596>img{width:36px;height:36px;display:block}._filePicker_4dd1i_596 strong,._filePicker_4dd1i_596 small{color:inherit;font-size:14px;font-weight:400;line-height:18px}._filePicker_4dd1i_596 input{opacity:0;width:1px;height:1px;position:absolute;overflow:hidden}._chooseButton_4dd1i_636{color:#62615d;font-size:14px;line-height:18px;text-decoration:underline}._invalidControl_4dd1i_643{box-shadow:0 0 0 2px #fe2c5547}._fileError_4dd1i_647{color:#fe2c55;font-size:13px;line-height:17px}._fileSummary_4dd1i_653{justify-content:space-between;align-items:center;gap:12px;width:100%;font-size:14px;line-height:18px;display:flex}._fileSummary_4dd1i_653>span{color:#62615d}._fileList_4dd1i_667{flex-direction:column;gap:8px;width:100%;margin:0;padding:0;list-style:none;display:flex}._fileList_4dd1i_667 li{background:#f0f0f0;border-radius:12px;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:16px;width:100%;min-width:0;min-height:64px;padding:12px;font-size:14px;line-height:18px;display:grid}._fileName_4dd1i_692{flex-direction:column;gap:4px;min-width:0;display:flex}._fileName_4dd1i_692 strong{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}._fileName_4dd1i_692 small{color:#92918b}._fileProgress_4dd1i_709{background:#fff;border-radius:999px;width:min(175px,100%);height:8px;display:block;overflow:hidden}._fileProgress_4dd1i_709>span{border-radius:inherit;background:#171716;height:100%;transition:width .16s;display:block}._fileStatus_4dd1i_726{color:#84980a}._fileStatusFailed_4dd1i_730{color:#fe2c55}._fileActions_4dd1i_734,._fileActions_4dd1i_734 button{align-items:center;display:flex}._fileActions_4dd1i_734 button{cursor:pointer;background:0 0;border:0;justify-content:center;width:20px;height:20px;padding:4px}._fileActions_4dd1i_734 img{width:12px;height:12px;display:block}._readonlySelect_4dd1i_502>:last-child{font-size:22px;line-height:16px;display:inline-flex;transform:rotate(90deg)}._priceInput_4dd1i_503{align-items:center;gap:8px;height:48px;display:flex}._priceInput_4dd1i_503 input{background:0 0;border-radius:0;min-width:0;height:auto;padding:0}._priceInput_4dd1i_503:focus-within{box-shadow:inset 0 0 0 2px var(--color-form-focus)}._priceInput_4dd1i_503 input:focus{box-shadow:none}._requiredMark_4dd1i_786{color:#fe2c55}._error_4dd1i_790{color:#d92d20;margin:-8px 0 0;font-size:13px}._actions_4dd1i_796{flex:0 0 38px;justify-content:flex-end;gap:24px;margin-top:auto;display:flex}._gameCard_4dd1i_30 ._actions_4dd1i_796{flex-basis:auto;margin-top:0;padding-top:16px}._primaryButton_4dd1i_810,._secondaryButton_4dd1i_811{border-radius:999px;min-width:0;height:38px;padding:0 24px;font-size:14px;font-weight:400;line-height:18px}._primaryButton_4dd1i_810{color:#fff;background:#171716;border:1px solid #171716}._primaryButton_4dd1i_810:disabled{cursor:wait;opacity:.55}._secondaryButton_4dd1i_811{color:#171716;background:#fff;border:1px solid #efeeea}._gameSaveButton_4dd1i_838{color:#f5f4f1;border:0;border-radius:24px;justify-content:center;align-items:center;min-width:0;height:38px;padding:10px 24px;font-weight:400;display:inline-flex}@media (width<=700px){._modal_4dd1i_1{padding:16px}._card_4dd1i_12,._formCard_4dd1i_24{width:calc(100vw - 32px);height:auto;max-height:calc(100vh - 32px)}._gameCard_4dd1i_30{width:calc(100vw - 32px);height:calc(100vh - 32px);max-height:calc(100vh - 32px)}._gameCover_4dd1i_60{flex-basis:220px}}[data-screen=products] .builder-main.products-main{background:#f8f8f8;padding-top:72px}main[data-screen=products] ._root_1qwab_7.screen.active{flex-direction:column;gap:32px;width:100%;max-width:1242px;margin:0 auto;display:flex}._head_1qwab_16{flex-direction:column;gap:32px;margin:0;display:flex}._appLogo_1qwab_23{border-radius:12px;width:62px;height:62px;display:block}._headCopy_1qwab_30{flex-direction:column;gap:8px;display:flex}._headCopy_1qwab_30 h1{color:#171716;letter-spacing:0;margin:0;font-size:32px;font-weight:700;line-height:40px}._headCopy_1qwab_30 p{color:#62615d;margin:0;font-size:16px;font-weight:400;line-height:20px}._currencyCard_1qwab_53{background:#f8f8f8;border:1px solid #ededed;border-radius:16px;justify-content:space-between;align-items:center;width:555px;height:84px;padding:20px 24px;display:flex}._currencyCopy_1qwab_65{flex-direction:column;gap:4px;display:flex}._currencyCopy_1qwab_65 b{color:#171716;font-size:20px;font-weight:500;line-height:24px}._currencyCopy_1qwab_65 small{color:#62615d;font-size:12px;font-weight:400;line-height:16px}._currencyControl_1qwab_85{justify-content:flex-end;align-items:center;min-width:103px;display:flex;position:relative}._currencySelect_1qwab_93{width:103px;position:relative}._currencyTrigger_1qwab_98{color:#171716;cursor:pointer;background:#f8f7f4;border:1px solid #ededed;border-radius:24px;justify-content:space-between;align-items:center;width:103px;height:44px;padding:11px 12px;font-size:14px;font-weight:400;line-height:20px;display:flex}._currencyTrigger_1qwab_98:focus-visible{outline-offset:2px;outline:2px solid #171716}._currencyChevron_1qwab_120{width:18px;height:18px;display:block;transform:rotate(90deg)}._currencyMenu_1qwab_127{box-sizing:border-box;z-index:10;background:#fff;border-radius:8px;width:103px;height:104px;padding:12px 0;position:absolute;top:100%;right:0;overflow:hidden;box-shadow:0 2px 8px #0000001a}._currencyOption_1qwab_142{color:#171716;font-family:var(--font-sans);letter-spacing:0;text-align:left;background:0 0;border:0;width:103px;height:40px;padding:10px 16px;font-size:16px;font-weight:500;line-height:20px;display:block}._currencyOption_1qwab_142[aria-selected=true]{background:#f8f7f4}._currencyOption_1qwab_142:focus-visible{outline-offset:-2px;outline:2px solid #171716}._currencyLoading_1qwab_167{color:#62615d;white-space:nowrap;justify-content:flex-end;align-items:center;gap:8px;font-size:14px;line-height:20px;display:flex}._currencySpinner_1qwab_178{border:2px solid #62615d40;border-top-color:#171716;border-radius:50%;width:14px;height:14px;animation:.7s linear infinite _currency-spin_1qwab_1}._currencyError_1qwab_187{color:#d02d2d;white-space:nowrap;font-size:11px;line-height:14px;position:absolute;top:calc(100% + 4px);right:0}@keyframes _currency-spin_1qwab_1{to{transform:rotate(360deg)}}._grid_1qwab_202{grid-template-columns:repeat(auto-fill,193.667px);grid-auto-rows:1px;align-content:start;align-items:start;gap:0 16px;padding-bottom:4px;display:grid}._empty_1qwab_213{text-align:center;background:#fff;border:1px dashed #ededed;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;min-height:350px;padding:40px 24px;display:flex}._empty_1qwab_213 span{color:#4d6fff;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;font-size:24px;display:flex}._empty_1qwab_213 h2{color:#171716;margin:18px 0 8px;font-size:20px}._empty_1qwab_213 p{color:#62615d;margin:0}._card_1qwab_249{cursor:pointer;background:#fff;border:1px solid #0000;border-radius:16px;align-self:flex-start;width:100%;min-width:0;height:auto;position:relative;overflow:hidden}._card_1qwab_249._selected_1qwab_262{border-color:#c8f34a}._check_1qwab_266{z-index:2;background:0 0;border:1px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;padding:0;display:flex;position:absolute;top:10px;right:10px}._card_1qwab_249._selected_1qwab_262 ._check_1qwab_266{background:0 0;border:0}._check_1qwab_266 img{width:24px;height:24px;display:block}._image_1qwab_293{aspect-ratio:3/4;background:#f8f8f8;position:relative;overflow:hidden}._image_1qwab_293 img{object-fit:cover;width:100%;height:100%}._meta_1qwab_306{color:#fff;text-overflow:ellipsis;text-transform:capitalize;white-space:nowrap;max-width:calc(100% - 52px);font-size:11px;font-weight:500;line-height:14px;position:absolute;top:10px;left:10px;overflow:hidden}._copy_1qwab_321{flex-direction:column;gap:8px;padding:12px;display:flex}._price_1qwab_328{color:#171716;font-size:16px;font-weight:500;line-height:20px}._priceHighlighted_1qwab_335{color:#d02d2d}._copy_1qwab_321 h3{color:#171716;margin:0;font-size:16px;font-weight:500;line-height:20px}._copy_1qwab_321 p{-webkit-line-clamp:3;color:#62615d;-webkit-box-orient:vertical;margin:0;font-size:12px;font-weight:400;line-height:16px;display:-webkit-box;overflow:hidden}._commissionNote_1qwab_359{color:#62615d;align-items:center;gap:8px;margin:0;font-size:16px;font-weight:400;line-height:18px;display:flex}._commissionNote_1qwab_359 .iconfont{color:#62615d;font-size:16px}._actions_1qwab_375{justify-content:flex-end;margin:0;display:flex}._continueButton_1qwab_381{color:#fff;background:#171716;border:0;border-radius:40px;min-width:118px;height:48px;padding:14px 24px;font-size:14px;font-weight:500;line-height:20px}._continueButton_1qwab_381:disabled{cursor:not-allowed;opacity:.3}@media (width<=620px){[data-screen=products] .builder-main.products-main{padding-top:32px}main[data-screen=products] ._root_1qwab_7.screen.active{gap:24px}._currencyCard_1qwab_53{width:100%}}._overlay_jo387_1{z-index:200;background:#0009;place-items:center;padding:24px;display:grid;position:fixed;inset:0}._dialog_jo387_11{color:#171716;text-align:center;background:#fff;border-radius:24px;width:min(440px,100%);padding:32px;box-shadow:0 24px 64px #0000002e}._copy_jo387_21 h2{margin:0;font-size:24px;font-weight:700;line-height:30px}._messagePreview_jo387_28{text-align:left;background:#f5f5f3;border-radius:18px;margin-top:24px;padding:20px}._messagePreview_jo387_28 p{color:#292918;margin:0;font-size:16px;line-height:24px}._storeUrl_jo387_42{color:#5274e8;overflow-wrap:anywhere;margin-top:8px;font-size:16px;line-height:24px;display:block}._actions_jo387_51{gap:12px;margin-top:24px;display:grid}._primaryButton_jo387_57,._secondaryButton_jo387_58{border-radius:40px;justify-content:center;align-items:center;width:100%;font-size:14px;font-weight:500;line-height:20px;display:inline-flex}._primaryButton_jo387_57:focus-visible,._secondaryButton_jo387_58:focus-visible{outline-offset:2px;outline:2px solid #171716}._primaryButton_jo387_57:disabled,._secondaryButton_jo387_58:disabled{cursor:default;opacity:.5}._primaryButton_jo387_57{color:#fff;background:#171716;border:0;height:48px}._secondaryButton_jo387_58{color:#171716;background:#fff;border:1px solid #deddd8;height:44px}@media (width<=520px){._overlay_jo387_1{align-items:end;padding:16px}._dialog_jo387_11{border-radius:24px;padding:28px 24px 24px}}main[data-screen=templates]{color:#171716;font-family:var(--font-sans);background:#f8f8f8}[data-screen=templates]>.app-logo{display:none}main[data-screen=templates] .builder-main{background:#f8f8f8;min-height:max(100vh,1080px);padding:0;overflow:hidden}main[data-screen=templates] ._root_1x40h_18.screen.active{width:100%;max-width:none;min-height:max(100vh,1080px);margin:0;animation:none;display:block}._stage_1x40h_27{width:min(1254px,100%);min-height:1080px;margin:0 auto;position:relative}._editor_1x40h_34{flex-direction:column;gap:32px;width:535px;height:790px;display:flex;position:absolute;top:70px;left:0}._header_1x40h_45{flex-direction:column;flex:0 0 154px;gap:24px;width:535px;height:154px;display:flex}._appLogo_1x40h_54{object-fit:contain;border-radius:12px;flex:0 0 62px;width:62px;height:62px;display:block}._headerCopy_1x40h_63{flex-direction:column;flex:0 0 68px;gap:8px;width:535px;height:68px;display:flex}._headerCopy_1x40h_63 h1,._headerCopy_1x40h_63 p,._loadMessage_1x40h_74,._loadState_1x40h_75 p,._usernameHint_1x40h_76,._downloadCopy_1x40h_77 h2,._downloadCopy_1x40h_77 p{margin:0}._headerCopy_1x40h_63 h1{color:#171716;font-size:32px;font-weight:700;line-height:40px}._headerCopy_1x40h_63 p{color:#62615d;font-size:16px;font-weight:500;line-height:20px}._themePicker_1x40h_96{scrollbar-width:none;flex:0 0 82px;align-items:center;gap:24px;width:535px;height:82px;display:flex;overflow:auto hidden}._themePicker_1x40h_96::-webkit-scrollbar{display:none}._themeButton_1x40h_112{background:0 0;border:0;border-radius:16px;flex:0 0 82px;place-items:center;width:82px;height:82px;padding:0;display:grid}._themeButton_1x40h_112:focus-visible{outline-offset:3px;outline:3px solid #4e71e0}._themeSwatch_1x40h_129{object-fit:cover;border-radius:16px;width:70px;height:70px;transition:width .16s,height .16s;display:block}._selected_1x40h_138 ._themeSwatch_1x40h_129{outline-offset:-1px;outline:1px solid #d5fd24;width:82px;height:82px}._defaultSwatch_1x40h_145{background:#fff;position:relative}._defaultSwatch_1x40h_145>span{-webkit-backdrop-filter:blur(10.18px);backdrop-filter:blur(10.18px);background:#fff;border-radius:16px;width:48px;height:48px;display:block;position:absolute;top:11px;left:11px}._selected_1x40h_138 ._defaultSwatch_1x40h_145>span{top:17px;left:17px}._loadMessage_1x40h_74,._loadState_1x40h_75 p{color:#62615d;font-size:14px;line-height:18px}._loadState_1x40h_75{align-items:center;gap:16px;display:flex}._retryButton_1x40h_180{color:#171716;background:#fff;border:1px solid #deddd8;border-radius:40px;height:38px;padding:0 16px;font-size:14px;font-weight:500}._actionsPanel_1x40h_191{flex-direction:column;flex:0 0 208px;gap:32px;width:535px;height:208px;display:flex}._publishPanel_1x40h_200{flex-direction:column;flex:0 0 208px;gap:16px;width:535px;height:208px;display:flex}._linkChoice_1x40h_209{flex-direction:column;flex:0 0 146px;gap:12px;width:535px;height:146px;display:flex}._claimLabel_1x40h_218{color:#171716;width:535px;height:20px;font-size:16px;font-weight:500;line-height:20px;display:block}._shareLink_1x40h_228{background:#efeeea;border-radius:16px;flex:0 0 84px;align-items:center;gap:0;width:535px;height:84px;padding:24px;display:flex}._shareLinkError_1x40h_240{border:1px solid #d92d20}._shareLink_1x40h_228 img{object-fit:contain;border-radius:8px;flex:0 0 36px;width:36px;height:36px;margin-right:8px;display:block}._shareLink_1x40h_228 span,._shareLink_1x40h_228 input{color:#62615d;font-size:14px;font-weight:400;line-height:18px}._shareLink_1x40h_228 span{white-space:nowrap;flex:none}._shareLink_1x40h_228 input{color:#171716;background:0 0;border:0;outline:0;width:100%;min-width:0;padding:0}._shareLink_1x40h_228 input::placeholder{color:#62615d;opacity:1}._shareLink_1x40h_228 input:disabled{opacity:1}._usernameHint_1x40h_76{color:#62615d;align-items:center;gap:4px;width:535px;height:18px;font-size:14px;font-weight:400;line-height:18px;display:flex}._usernameHint_1x40h_76 .iconfont{font-size:14px}._usernameError_1x40h_302{color:#d92d20}._publishButton_1x40h_306{color:#fff;background:#171716;border:0;border-radius:40px;flex:0 0 46px;justify-content:center;align-items:center;width:535px;height:46px;padding:14px 24px;font-size:14px;font-weight:500;line-height:18px;display:inline-flex}._publishButton_1x40h_306:disabled{cursor:not-allowed;opacity:.4}._downloadCard_1x40h_328{background:#fff;border-radius:16px;flex-direction:column;flex:0 0 250px;gap:16px;width:535px;height:250px;padding:24px;display:none}._downloadCopy_1x40h_77{flex-direction:column;flex:0 0 68px;gap:8px;width:487px;height:68px;display:flex}._downloadCopy_1x40h_77 h2{color:#171716;font-size:20px;font-weight:500;line-height:24px}._downloadCopy_1x40h_77 p{color:#62615d;width:487px;height:36px;font-size:14px;font-weight:400;line-height:18px}._qrGroup_1x40h_365{border-radius:32px;flex:0 0 118px;align-items:flex-start;gap:24px;width:208px;height:118px;display:flex}._qrItem_1x40h_375{flex-direction:column;flex:none;align-items:center;gap:8px;width:92px;height:118px;display:flex}._qrItem_1x40h_375 img{object-fit:contain;flex:0 0 90px;width:90px;height:90px;display:block}._qrItem_1x40h_375 span{color:#171716;text-align:center;white-space:nowrap;width:100%;font-size:14px;font-weight:400;line-height:20px}._previewPlacement_1x40h_403{position:absolute;top:122px;left:855px}@media (width<=1290px){._stage_1x40h_27{width:calc(100% - 48px)}._previewPlacement_1x40h_403{left:auto;right:-12px}}@media (width<=980px){main[data-screen=templates] .builder-main,main[data-screen=templates] ._root_1x40h_18.screen.active,._stage_1x40h_27{min-height:auto}._stage_1x40h_27{flex-direction:column;gap:48px;width:min(535px,100% - 32px);padding:32px 0 48px;display:flex}._editor_1x40h_34,._previewPlacement_1x40h_403{position:static}._editor_1x40h_34{width:100%;height:auto}._header_1x40h_45,._headerCopy_1x40h_63,._themePicker_1x40h_96,._actionsPanel_1x40h_191,._publishPanel_1x40h_200,._linkChoice_1x40h_209,._claimLabel_1x40h_218,._shareLink_1x40h_228,._usernameHint_1x40h_76,._publishButton_1x40h_306,._downloadCard_1x40h_328{width:100%}._previewPlacement_1x40h_403{align-self:center}}@media (width<=560px){._themePicker_1x40h_96{margin-right:-16px;padding-right:16px}._shareLink_1x40h_228 span{text-overflow:ellipsis;max-width:142px;overflow:hidden}._downloadCopy_1x40h_77,._downloadCopy_1x40h_77 p{width:100%}}._document_gkpbq_2{background:#fff}._root_gkpbq_6{--ink:#111827;--muted:#68758c;--line:#e5e9f2;--soft:#f5f7fc;--blue:#506ff0;--green:#22aa78;--shadow:0 24px 70px #20315e21;color:var(--ink);font-family:var(--font-sans);background:#fff;min-height:100vh;font-size:16px;position:relative}._root_gkpbq_6 *{box-sizing:border-box}._root_gkpbq_6 button,._root_gkpbq_6 input,._root_gkpbq_6 textarea{font:inherit}._root_gkpbq_6 button{cursor:pointer}._root_gkpbq_6 .brand-mark{background:#111827;border-radius:12px;width:38px;height:38px;position:relative;box-shadow:0 8px 18px #1118272e}._root_gkpbq_6 .brand-mark:before,._root_gkpbq_6 .brand-mark:after{content:"";border-radius:8px;position:absolute}._root_gkpbq_6 .brand-mark:before{background:#fff;width:10px;height:25px;top:6px;left:10px}._root_gkpbq_6 .brand-mark:after{background:linear-gradient(90deg,#829cff,#d1d7ff);width:20px;height:11px;bottom:6px;left:10px;transform:rotate(20deg)}._root_gkpbq_6 .app-logo{z-index:12;width:42px;height:42px;position:absolute;top:30px;left:34px}._root_gkpbq_6 .builder-main{background:#fff;min-height:100vh;padding:84px 7vw 70px;overflow:hidden}._root_gkpbq_6 .screen{max-width:1040px;margin:0 auto;display:none}._root_gkpbq_6 .screen.active{animation:.35s store-builder-rise;display:block}._root_gkpbq_6 .screen.analysis{place-items:center;min-height:520px;display:none}._root_gkpbq_6 .screen.analysis.active{display:grid}._root_gkpbq_6 .screen-head h1{letter-spacing:-.04em;margin:9px 0 10px;font-size:38px;line-height:1.06}._root_gkpbq_6 .screen-head .sub{max-width:660px;margin:0;font-size:16px}._root_gkpbq_6 .eyebrow{color:var(--blue);letter-spacing:.14em;text-transform:uppercase;font-size:12px;font-weight:850}._root_gkpbq_6 .sub{color:var(--muted);line-height:1.55}._root_gkpbq_6 .primary{color:#fff;background:#151515;border:0;border-radius:14px;height:50px;padding:0 22px;font-weight:750;transition:all .18s}._root_gkpbq_6 .primary:hover{transform:translateY(-1px);box-shadow:0 10px 24px #11182729}._root_gkpbq_6 .primary:disabled{box-shadow:none;cursor:not-allowed;opacity:.3;transform:none}._root_gkpbq_6 .secondary{border:1px solid var(--line);color:var(--ink);background:#fff;border-radius:13px;height:46px;padding:0 18px;font-weight:700}._root_gkpbq_6 .actions{border-top:1px solid var(--line);justify-content:flex-end;gap:10px;margin-top:28px;padding-top:22px;display:flex}._root_gkpbq_6 .direction-grid{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}._root_gkpbq_6 .direction-card{border:1.5px solid var(--line);text-align:left;background:#fff;border-radius:20px;min-height:144px;padding:20px;transition:all .18s;position:relative}._root_gkpbq_6 .direction-card.selected{border-color:var(--blue);background:#f5f7ff;box-shadow:0 0 0 3px #506ff017}._root_gkpbq_6 .direction-card.selected:after{background:var(--blue);color:#fff;content:"✓";border-radius:50%;place-items:center;width:25px;height:25px;font-weight:850;display:grid;position:absolute;top:16px;right:16px}._root_gkpbq_6 .direction-card.selected .direction-recommended{display:none}._root_gkpbq_6 .direction-icon{background:#f0f3ff;border-radius:14px;place-items:center;width:45px;height:45px;margin-bottom:16px;font-size:23px;display:grid}._root_gkpbq_6 .direction-card b{font-size:17px;display:block}._root_gkpbq_6 .direction-card small{color:#8b97ab;margin-top:5px;display:block}._root_gkpbq_6 .direction-recommended{color:#4967db;letter-spacing:.01em;background:#edf1ff;border-radius:999px;padding:6px 9px;font-size:10px;font-weight:800;position:absolute;top:15px;right:15px}._root_gkpbq_6 .direction-refine{background:var(--soft);border:1px solid var(--line);border-radius:20px;margin-top:18px;padding:22px;display:none}._root_gkpbq_6 .direction-refine.visible{display:block}._root_gkpbq_6 .direction-refine-head{justify-content:space-between;align-items:baseline;gap:20px;margin-bottom:14px;display:flex}._root_gkpbq_6 .direction-refine-head span{color:var(--muted);font-size:12px}._root_gkpbq_6 .niche-tags{flex-wrap:wrap;gap:9px;display:flex}._root_gkpbq_6 .niche-tag{color:var(--ink);background:#fff;border:1px solid #d9deea;border-radius:999px;padding:9px 14px;font-size:12px;font-weight:700}._root_gkpbq_6 .niche-tag.selected{border-color:var(--blue);color:#3858cf;background:#edf1ff}._root_gkpbq_6 .panel{border:1px solid var(--line);background:#fff;border-radius:22px;padding:24px}._root_gkpbq_6 .social-fields{gap:11px;display:grid}._root_gkpbq_6 .profile-save-error{color:#cf3349;margin:14px 2px 0;font-size:14px;font-weight:650;line-height:1.45}._root_gkpbq_6 .social-row{background:#fff;border:1px solid #dfe4ed;border-radius:15px;align-items:center;gap:11px;min-height:58px;padding:0 14px;display:flex}._root_gkpbq_6 .social-logo{color:#fff;border-radius:10px;flex:none;place-items:center;width:34px;height:34px;font-weight:850;display:grid}._root_gkpbq_6 .tiktok{background:#111}._root_gkpbq_6 .instagram{background:linear-gradient(135deg,#734bde,#ff486b,#ffb53e)}._root_gkpbq_6 .telegram{background:#229ed9}._root_gkpbq_6 .line{background:#06c755}._root_gkpbq_6 .twitter{background:#111}._root_gkpbq_6 .facebook{background:#1877f2}._root_gkpbq_6 .whatsapp{background:#25d366}._root_gkpbq_6 .youtube{background:#ff3146}._root_gkpbq_6 .website{background:#625eef}._root_gkpbq_6 .social-row input{border:0;outline:0;flex:1;min-width:0;font-size:15px}._root_gkpbq_6 .prefix{font-weight:800}._root_gkpbq_6 .analysis-simple{align-self:start;width:min(650px,100%);padding-top:44px}._root_gkpbq_6 .analysis-simple h1{letter-spacing:-.04em;text-align:center;margin:0;font-size:42px;line-height:1.08}._root_gkpbq_6 .analysis-profiles{gap:12px;width:min(520px,100%);margin:38px auto 0;display:grid}._root_gkpbq_6 .analysis-profile{opacity:0;align-items:center;gap:12px;min-height:34px;transition:opacity .28s,transform .35s;display:flex;transform:translateY(8px)}._root_gkpbq_6 .analysis-profile.visible{opacity:1;transform:none}._root_gkpbq_6 .analysis-profile .social-logo{width:32px;height:32px}._root_gkpbq_6 .analysis-profile b{text-overflow:ellipsis;white-space:nowrap;font-size:16px;font-weight:700;overflow:hidden}._root_gkpbq_6 .analysis-dots{opacity:0;gap:7px;width:min(520px,100%);margin:17px auto 0;transition:opacity .2s;display:flex}._root_gkpbq_6 .analysis-dots.visible{opacity:1}._root_gkpbq_6 .analysis-dots i{background:#d8dbe2;border-radius:50%;width:8px;height:8px;animation:1s ease-in-out infinite store-builder-dot-wave}._root_gkpbq_6 .analysis-dots i:nth-child(2){animation-delay:.14s}._root_gkpbq_6 .analysis-dots i:nth-child(3){animation-delay:.28s}._root_gkpbq_6 .brief-summary{width:min(820px,100%);margin:0 auto}._root_gkpbq_6 .brief-identity-main{border:1px solid var(--line);background:#fff;border-radius:22px;justify-content:space-between;align-items:center;gap:24px;min-height:180px;padding:28px;display:flex}._root_gkpbq_6 .brief-identity-main span{color:var(--muted);margin-bottom:8px;font-size:12px;font-weight:700;display:block}._root_gkpbq_6 .brief-identity-main h2{margin:0 0 7px;font-size:30px}._root_gkpbq_6 .brief-identity-main p{color:var(--muted);margin:0;line-height:1.5}._root_gkpbq_6 .brief-identity-main img{object-fit:cover;border-radius:50%;flex:none;width:112px;height:112px}._root_gkpbq_6 .brief-social-grid{grid-template-columns:1fr 1fr;gap:14px;margin-top:16px;display:grid}._root_gkpbq_6 .brief-social-card{border:1px solid var(--line);background:#fff;border-radius:20px;min-height:138px;padding:20px}._root_gkpbq_6 .brief-social-head{align-items:center;gap:12px;margin-bottom:18px;display:flex}._root_gkpbq_6 .brief-social-card b{overflow-wrap:anywhere;font-size:16px;display:block}._root_gkpbq_6 .brief-social-card strong{font-size:25px;line-height:1.05;display:block}._root_gkpbq_6 .brief-social-card small{color:var(--muted);margin-top:5px;display:block}._root_gkpbq_6 .brief-links{border:1px solid var(--line);background:#fff;border-radius:20px;margin-top:16px;padding:22px}._root_gkpbq_6 .brief-links>b{margin-bottom:12px;display:block}._root_gkpbq_6 .brief-links-list{color:var(--muted);gap:9px;display:grid}._root_gkpbq_6 .brief-links-list span{overflow-wrap:anywhere}._root_gkpbq_6 .orb{color:#fff;background:linear-gradient(145deg,#5975f2,#8756ec);border-radius:28px;place-items:center;width:88px;height:88px;margin:0 auto 26px;font-size:35px;animation:1.2s infinite alternate store-builder-pulse;display:grid;box-shadow:0 20px 40px #5c5ce140}._root_gkpbq_6 .thinking-list{gap:10px;width:min(640px,100%);margin:24px auto 0;display:grid}._root_gkpbq_6 .thinking-step{border:1px solid var(--line);color:#a2abbb;opacity:.45;background:#fff;border-radius:16px;padding:16px 18px;font-weight:700;transition:all .35s;transform:translateY(6px)}._root_gkpbq_6 .thinking-step.visible{opacity:1;transform:none}._root_gkpbq_6 .product-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}._root_gkpbq_6 .product-empty{background:var(--soft);border:1.5px dashed var(--line);text-align:center;border-radius:21px;flex-direction:column;justify-content:center;align-items:center;min-height:280px;padding:40px 24px;display:flex}._root_gkpbq_6 .product-empty span{color:var(--blue);background:#fff;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;font-size:24px;display:flex}._root_gkpbq_6 .product-empty h2{margin:18px 0 8px;font-size:20px}._root_gkpbq_6 .product-empty p{color:var(--muted);margin:0}._root_gkpbq_6 .product-card{border:1.5px solid var(--line);background:#fff;border-radius:21px;transition:all .18s;position:relative;overflow:hidden}._root_gkpbq_6 .product-check{color:#fff;z-index:2;background:#11182740;border:2px solid #fff;border-radius:50%;width:30px;height:30px;font-weight:900;position:absolute;top:13px;right:13px}._root_gkpbq_6 .product-card.selected .product-check{background:var(--blue)}._root_gkpbq_6 .product-image{background:#eef1f8;height:210px;overflow:hidden}._root_gkpbq_6 .product-image img{object-fit:cover;width:100%;height:100%}._root_gkpbq_6 .product-copy{padding:18px}._root_gkpbq_6 .product-price{color:var(--blue);font-size:18px;font-weight:850}._root_gkpbq_6 .product-copy h3{margin:7px 0;font-size:18px}._root_gkpbq_6 .product-copy p{color:var(--muted);min-height:37px;font-size:12px;line-height:1.5}._root_gkpbq_6 .badge{color:var(--blue);background:#edf1ff;border-radius:999px;padding:6px 10px;font-size:11px;font-weight:700;display:inline-block}._root_gkpbq_6 .template-row{scroll-snap-type:x mandatory;gap:20px;padding:4px 4px 18px;display:flex;overflow-x:auto}._root_gkpbq_6 .template-card{scroll-snap-align:start;background:#fff;border:4px solid #0000;border-radius:29px;flex:0 0 360px;padding:8px;transition:all .2s}._root_gkpbq_6 .template-card.selected{border-color:var(--blue)}._root_gkpbq_6 .template-mock{border-radius:20px;height:550px;padding:28px 25px;position:relative;overflow:hidden}._root_gkpbq_6 .night{color:#fff;background:linear-gradient(160deg,#162052,#30478e)}._root_gkpbq_6 .organic{color:#17483d;background:linear-gradient(#fff9e9,#e9f6e9)}._root_gkpbq_6 .fitness{color:#fff;background:linear-gradient(#1396f5,#9cd2ff)}._root_gkpbq_6 .tm-profile{text-align:center}._root_gkpbq_6 .tm-profile img{object-fit:cover;border:3px solid;border-radius:50%;width:76px;height:76px}._root_gkpbq_6 .tm-profile b{margin-top:9px;font-size:21px;display:block}._root_gkpbq_6 .tm-socials{letter-spacing:.4em;text-align:center;margin:14px 0 22px}._root_gkpbq_6 .tm-product{background:#ffffff2b;border-radius:17px;align-items:center;gap:12px;margin-top:11px;padding:13px;display:flex}._root_gkpbq_6 .organic .tm-product{background:#ffffffc7}._root_gkpbq_6 .tm-product img{object-fit:cover;border-radius:12px;width:74px;height:74px}._root_gkpbq_6 .tm-product b{font-size:13px}._root_gkpbq_6 .tm-product small{margin-top:4px;display:block}._root_gkpbq_6 .tm-footer{color:#111827;background:#ffffffe6;border-radius:12px;justify-content:space-between;padding:12px;font-size:11px;font-weight:800;display:flex;position:absolute;bottom:18px;left:18px;right:18px}._root_gkpbq_6 .final-layout{grid-template-columns:minmax(430px,1fr) 400px;align-items:start;gap:44px;display:grid}._root_gkpbq_6 .store-preview{aspect-ratio:9/16;background:#f2f2f3;border:9px solid #f8f9fc;border-radius:46px;width:min(390px,100%);margin:0 auto;padding:58px 16px 34px;position:relative;overflow:hidden;box-shadow:0 24px 60px #23305729}._root_gkpbq_6 .store-preview:before{content:"9:41";font-size:13px;font-weight:850;position:absolute;top:21px;left:27px}._root_gkpbq_6 .store-preview:after{content:"";background:#111827;border-radius:999px;width:112px;height:5px;position:absolute;bottom:11px;left:50%;transform:translate(-50%)}._root_gkpbq_6 .live-profile{text-align:center}._root_gkpbq_6 .live-profile img{object-fit:cover;border-radius:50%;width:72px;height:72px}._root_gkpbq_6 .live-profile h2{margin:8px 0 3px;font-size:22px}._root_gkpbq_6 .live-profile p{color:#656b76;max-width:310px;margin:0 auto;font-size:11px;line-height:1.4}._root_gkpbq_6 .live-products{grid-template-columns:1fr 1fr;gap:9px;margin-top:17px;display:grid}._root_gkpbq_6 .live-card{background:#fff;border-radius:14px;overflow:hidden}._root_gkpbq_6 .live-card img{object-fit:cover;width:100%;height:142px}._root_gkpbq_6 .live-card div{padding:10px}._root_gkpbq_6 .live-card b{font-size:12px;line-height:1.3;display:block}._root_gkpbq_6 .live-card small{color:var(--muted);font-size:10px}._root_gkpbq_6 .success-panel h1{margin:8px 0 12px;font-size:38px;line-height:1.05}._root_gkpbq_6 .share-link{border:1px solid var(--line);border-radius:15px;align-items:center;gap:10px;margin:22px 0;padding:15px;display:flex}._root_gkpbq_6 .share-link-field{flex:1;align-items:center;display:flex}._root_gkpbq_6 .share-link-field input{color:var(--ink);font:inherit;background:0 0;border:0;outline:none;flex:1;min-width:0;padding:0;font-weight:700}._root_gkpbq_6 .share-btn{width:100%}._root_gkpbq_6 .download-card{color:#fff;background:#111827;border-radius:22px;margin-top:22px;padding:22px}._root_gkpbq_6 .download-card h3{margin:0 0 7px}._root_gkpbq_6 .download-card p{color:#c2cad8;font-size:13px;line-height:1.5}._root_gkpbq_6 .download-options{gap:10px;margin-top:17px;display:grid}._root_gkpbq_6 .download-option{grid-template-columns:76px minmax(0,1fr);align-items:center;gap:12px;display:grid}._root_gkpbq_6 .store-qr{background:#fff;border:6px solid #fff;width:76px;height:76px;display:block}._root_gkpbq_6 .download-option button{color:#fff;text-align:left;background:#202838;border:1px solid #475066;border-radius:11px;padding:11px;font-weight:700}._root_gkpbq_6 .modal{z-index:20;background:#131b2e70;place-items:center;display:none;position:fixed;inset:0}._root_gkpbq_6 .modal.open{display:grid}._root_gkpbq_6 .modal-card{box-shadow:var(--shadow);background:#fff;border-radius:22px;width:min(480px,100vw - 32px);padding:25px}._root_gkpbq_6 .modal-card h2{margin:0 0 18px}._root_gkpbq_6 .product-detail-view{gap:16px;display:grid}._root_gkpbq_6 .product-detail-row{background:var(--soft);border-radius:14px;padding:15px 16px}._root_gkpbq_6 .product-detail-row span{color:var(--muted);margin-bottom:6px;font-size:11px;font-weight:700;display:block}._root_gkpbq_6 .product-detail-row input,._root_gkpbq_6 .product-detail-row textarea{color:var(--ink);font:inherit;resize:vertical;background:0 0;border:0;outline:0;width:100%;padding:0;font-size:16px;font-weight:600;line-height:1.55}._root_gkpbq_6 .product-detail-row textarea{min-height:74px;font-weight:500}._root_gkpbq_6 .product-detail-row:focus-within{box-shadow:inset 0 0 0 2px var(--primary)}._root_gkpbq_6 .product-detail-error{color:#d92d20;margin:12px 0 0;font-size:13px}._root_gkpbq_6 .modal-actions{justify-content:flex-end;gap:9px;margin-top:18px;display:flex}._root_gkpbq_6 .toast{top:calc(24px + env(safe-area-inset-top));color:#fff;opacity:0;pointer-events:none;z-index:210;background:#151515;border-radius:999px;padding:11px 18px;transition:all .25s;position:fixed;left:50%;transform:translate(-50%,-20px)}._root_gkpbq_6 .toast.show{opacity:1;transform:translate(-50%)}._root_gkpbq_6 .sr-only{clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}._initialLoading_gkpbq_999{color:#68758c;flex-direction:column;justify-content:center;align-items:center;gap:12px;min-height:100vh;display:flex}._initialLoadingSpinner_gkpbq_1009{border:2px solid #e5e9f2;border-top-color:#111827;border-radius:50%;width:28px;height:28px;animation:.7s linear infinite _store-builder-initial-loading_gkpbq_1}@keyframes _store-builder-initial-loading_gkpbq_1{to{transform:rotate(360deg)}}._devBackButton_gkpbq_1023{color:#111;z-index:13;background:#fff;border:1px solid #e5e7eb;border-radius:999px;align-items:center;gap:6px;height:42px;padding:0 14px;font-size:14px;font-weight:650;display:flex;position:absolute;top:30px;left:92px}._devBackButton_gkpbq_1023:hover{background:#f5f5f5}._devBackButton_gkpbq_1023:focus-visible{outline-offset:2px;outline:2px solid #111}@keyframes _store-builder-rise_gkpbq_1{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}@keyframes _store-builder-pulse_gkpbq_1{to{transform:scale(1.06);box-shadow:0 25px 50px #5c5ce157}}@keyframes _store-builder-dot-wave_gkpbq_1{50%{background:#506ff0;transform:translateY(-3px)}}@media (width<=980px){._root_gkpbq_6 .builder-main{padding:84px 22px 60px}._root_gkpbq_6 .direction-grid,._root_gkpbq_6 .product-grid{grid-template-columns:repeat(2,1fr)}._root_gkpbq_6 .final-layout{grid-template-columns:1fr}._root_gkpbq_6 .success-panel{width:min(480px,100%);margin:0 auto}._root_gkpbq_6 .store-preview{margin-bottom:8px}}@media (width<=620px){._root_gkpbq_6 .app-logo{width:38px;height:38px;top:18px;left:18px}._root_gkpbq_6 .builder-main{padding:82px 16px calc(48px + env(safe-area-inset-bottom))}._root_gkpbq_6 .screen-head h1,._root_gkpbq_6 .analysis-simple h1{font-size:34px}._root_gkpbq_6 .direction-grid,._root_gkpbq_6 .product-grid,._root_gkpbq_6 .live-products,._root_gkpbq_6 .brief-social-grid{grid-template-columns:1fr}._root_gkpbq_6 .direction-card{min-height:132px}._root_gkpbq_6 .direction-refine-head{flex-direction:column;align-items:flex-start;gap:6px}._root_gkpbq_6 .panel{padding:16px}._root_gkpbq_6 .brief-identity-main{align-items:flex-start;padding:20px}._root_gkpbq_6 .brief-identity-main img{width:84px;height:84px}._root_gkpbq_6 .template-card{flex-basis:86vw}._root_gkpbq_6 .template-mock{height:520px}._root_gkpbq_6 .actions{z-index:4;position:sticky;bottom:0}._root_gkpbq_6 .actions:before{content:"";inset:0 -16px calc(-16px - env(safe-area-inset-bottom));z-index:-1;background:#fff;position:absolute}._root_gkpbq_6 .download-row{flex-direction:column;align-items:stretch}}@media (prefers-reduced-motion:reduce){._root_gkpbq_6 .screen.active,._root_gkpbq_6 .orb,._root_gkpbq_6 .analysis-dots i{animation:none}._root_gkpbq_6 .analysis-profile,._root_gkpbq_6 .thinking-step,._root_gkpbq_6 .toast,._root_gkpbq_6 .primary{transition:none}}._root_gkpbq_6{--ink:#171716;--muted:#62615d;--line:#e8e8e5;--soft:#f7f7f5;--blue:#4d6fff;--green:#bbef36;--shadow:0 18px 60px #1717161f}._root_gkpbq_6 .app-logo{width:34px;height:34px;top:36px;left:42px}._root_gkpbq_6 .brand-mark{box-shadow:none;border-radius:8px}._root_gkpbq_6 .brand-mark:before{border-radius:5px;width:8px;height:20px;top:5px;left:8px}._root_gkpbq_6 .brand-mark:after{width:17px;height:9px;bottom:5px;left:8px}._root_gkpbq_6 .builder-main{min-height:100vh;padding:112px 52px 52px}._root_gkpbq_6 .screen{max-width:1160px}._root_gkpbq_6 .screen-head{margin-bottom:25px}._root_gkpbq_6 .screen-head h1,._root_gkpbq_6 .analysis-box h1{color:#171716;letter-spacing:-.035em;margin:8px 0;font-size:32px;line-height:1.12}._root_gkpbq_6 .screen-head .sub{max-width:620px;font-size:13px;line-height:1.5}._root_gkpbq_6 .eyebrow{color:#4d6fff;letter-spacing:.16em;font-size:10px}._root_gkpbq_6 .primary,._root_gkpbq_6 .secondary{border-radius:999px;min-width:92px;height:38px;padding:0 20px;font-size:12px}._root_gkpbq_6 .primary{background:#171716}._root_gkpbq_6 .primary:hover{box-shadow:none;transform:none}._root_gkpbq_6 .secondary{border-color:#dddeda}._root_gkpbq_6 .actions{border-top:0;margin-top:22px;padding-top:0}._root_gkpbq_6 .direction-grid{grid-template-columns:repeat(3,1fr);gap:12px}._root_gkpbq_6 .direction-card{border:1px solid #ecece9;border-radius:10px;min-height:106px;padding:16px 17px}._root_gkpbq_6 .direction-card:hover{transform:none;box-shadow:0 8px 24px #17171612}._root_gkpbq_6 .direction-card.selected{background:#fbfff2;border-color:#a9da28;box-shadow:inset 0 0 0 1px #a9da28}._root_gkpbq_6 .direction-card.selected:after{color:#171716;background:#c8f34a;width:19px;height:19px;font-size:11px;top:11px;right:11px}._root_gkpbq_6 .direction-icon{background:#f3f4ef;border-radius:50%;width:31px;height:31px;margin-bottom:9px;font-size:15px}._root_gkpbq_6 .direction-card b{font-size:13px}._root_gkpbq_6 .direction-card small{margin-top:3px;font-size:10px}._root_gkpbq_6 .direction-refine{background:0 0;border:0;border-radius:0;margin-top:24px;padding:0}._root_gkpbq_6 .direction-refine-head{margin-bottom:11px}._root_gkpbq_6 .direction-refine-head b{font-size:12px}._root_gkpbq_6 .niche-tags{gap:8px}._root_gkpbq_6 .niche-tag{color:#62615d;border-color:#dededb;padding:7px 12px;font-size:10px}._root_gkpbq_6 .niche-tag.selected{color:#fff;background:#171716;border-color:#171716}._root_gkpbq_6 .screen.analysis{min-height:610px}._root_gkpbq_6 .analysis-box{text-align:center;width:min(620px,100%)}._root_gkpbq_6 .analysis-mark{color:#fff;background:#171716;border-radius:8px;place-items:center;width:32px;height:32px;margin:0 auto 20px;font-size:9px;font-weight:800;display:grid}._root_gkpbq_6 .analysis-box h1{margin-bottom:8px;font-size:29px}._root_gkpbq_6 .analysis-box>p{color:#8b8b86;margin:0;font-size:11px}._root_gkpbq_6 .thinking-list{gap:8px;width:min(540px,100%);margin-top:30px}._root_gkpbq_6 .thinking-step{color:#8e8e89;text-align:left;background:#fff;border:1px solid #ecece8;border-radius:9px;align-items:center;gap:10px;min-height:44px;padding:0 14px;font-size:11px;display:flex}._root_gkpbq_6 .thinking-step span{background:#f0f1ee;border-radius:50%;place-items:center;width:22px;height:22px;display:grid}._root_gkpbq_6 .thinking-step.done{color:#5f7e0e;background:#fbfff2}._root_gkpbq_6 .thinking-step.done span{color:#171716;background:#c8f34a}._root_gkpbq_6 .product-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}._root_gkpbq_6 .product-card{border:1px solid #e9e9e6;border-radius:10px;min-width:0}._root_gkpbq_6 .product-card:hover{transform:none}._root_gkpbq_6 .product-card.selected{border-color:#9fcf24}._root_gkpbq_6 .product-check{color:#0000;background:#fff;border:1px solid #d8d8d4;width:22px;height:22px;top:9px;right:9px}._root_gkpbq_6 .product-card.selected .product-check{color:#171716;background:#c8f34a;border-color:#c8f34a}._root_gkpbq_6 .product-image{background:#f2f2ef;height:180px}._root_gkpbq_6 .product-copy{min-height:126px;padding:13px}._root_gkpbq_6 .product-price{color:#4d6fff;font-size:13px}._root_gkpbq_6 .product-copy h3{margin:5px 0;font-size:13px;line-height:1.3}._root_gkpbq_6 .product-copy p{min-height:30px;margin:0 0 11px;font-size:10px;line-height:1.45}._root_gkpbq_6 .badge{color:#4d6fff;background:#f1f2ff;padding:5px 8px;font-size:9px}._root_gkpbq_6 .product-empty{border-radius:10px;min-height:350px}._root_gkpbq_6 .template-row{scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch;gap:15px;padding:0 0 12px;display:flex;overflow:auto hidden}._root_gkpbq_6 .template-card{scroll-snap-align:start;border:1px solid #e8e8e5;border-radius:16px;flex:0 0 calc(25% - 11.25px);min-width:240px;padding:6px}._root_gkpbq_6 .template-card.selected{border-color:#9fcf24;box-shadow:0 0 0 1px #9fcf24}._root_gkpbq_6 .template-mock{border-radius:11px;height:430px;padding:22px 17px}._root_gkpbq_6 .tm-profile img{width:56px;height:56px}._root_gkpbq_6 .tm-profile b{font-size:16px}._root_gkpbq_6 .tm-profile small,._root_gkpbq_6 .tm-socials{font-size:10px}._root_gkpbq_6 .tm-product{border-radius:10px;padding:9px}._root_gkpbq_6 .tm-product img{border-radius:7px;width:53px;height:53px}._root_gkpbq_6 .tm-footer{border-radius:8px;padding:9px;font-size:9px;bottom:12px;left:12px;right:12px}._root_gkpbq_6 .final-layout{grid-template-columns:minmax(390px,1fr) 440px;align-items:center;gap:72px;max-width:1010px;margin:0 auto}._root_gkpbq_6 .store-preview{border:8px solid #f4f4f2;border-radius:42px;width:382px;padding:55px 14px 32px;box-shadow:0 24px 65px #17171617}._root_gkpbq_6 .live-profile img{width:64px;height:64px}._root_gkpbq_6 .live-profile h2{font-size:20px}._root_gkpbq_6 .live-profile p{max-width:280px;font-size:10px}._root_gkpbq_6 .live-products{gap:8px;margin-top:16px}._root_gkpbq_6 .live-card{border-radius:10px}._root_gkpbq_6 .live-card img{height:130px}._root_gkpbq_6 .success-panel h1{letter-spacing:-.04em;margin:8px 0 14px;font-size:36px;line-height:1.06}._root_gkpbq_6 .success-panel>.sub{font-size:14px;line-height:1.55}._root_gkpbq_6 .share-link{border-color:#dededb;border-radius:10px;min-height:48px;margin:22px 0 8px;padding:12px 14px}._root_gkpbq_6 .share-link-field,._root_gkpbq_6 .share-link-field input{font-size:13px}._root_gkpbq_6 .share-error{color:#d92d20;margin:0 0 10px 2px;font-size:11px}._root_gkpbq_6 .share-btn{border-radius:10px;height:48px;margin-top:13px}._root_gkpbq_6 .download-card{background:#111827;border-radius:16px;margin-top:20px;padding:18px 20px}._root_gkpbq_6 .download-card h3{font-size:16px}._root_gkpbq_6 .download-card p{margin:0;font-size:11px}._root_gkpbq_6 .download-options{gap:8px;margin-top:14px}._root_gkpbq_6 .download-option{grid-template-columns:66px minmax(0,1fr);gap:11px}._root_gkpbq_6 .store-qr{width:66px;height:66px}._root_gkpbq_6 .download-option button{border-radius:9px;min-height:43px;padding:10px 12px;font-size:12px}._root_gkpbq_6 .modal{background:#171716ad}._root_gkpbq_6 .modal-card{border-radius:14px;width:min(420px,100vw - 32px);max-height:calc(100vh - 40px);padding:20px;overflow-y:auto}._root_gkpbq_6 .modal-card h2{margin-bottom:14px;font-size:19px}._root_gkpbq_6 .product-detail-cover{background:#f1f1ee;border-radius:10px;height:190px;margin-bottom:14px;overflow:hidden}._root_gkpbq_6 .product-detail-cover img{object-fit:cover;width:100%;height:100%}._root_gkpbq_6 .product-detail-view{gap:10px}._root_gkpbq_6 .product-detail-row{background:#f7f7f5;border:1px solid #ecece8;border-radius:9px;padding:11px 12px}._root_gkpbq_6 .product-detail-row input,._root_gkpbq_6 .product-detail-row textarea{font-size:13px}._root_gkpbq_6 .modal-actions{margin-top:14px}@media (width<=1180px){._root_gkpbq_6 .builder-main{padding-inline:28px}._root_gkpbq_6 .product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (width<=900px){._root_gkpbq_6 .direction-grid,._root_gkpbq_6 .template-row{grid-template-columns:repeat(2,minmax(0,1fr))}._root_gkpbq_6 .product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}._root_gkpbq_6 .final-layout{grid-template-columns:1fr;gap:42px}}@media (width<=620px){._root_gkpbq_6 .builder-main{padding:82px 16px calc(38px + env(safe-area-inset-bottom))}._root_gkpbq_6 .screen-head h1,._root_gkpbq_6 .analysis-box h1{font-size:28px}._root_gkpbq_6 .direction-grid,._root_gkpbq_6 .product-grid,._root_gkpbq_6 .template-row{grid-template-columns:1fr}._root_gkpbq_6 .direction-card{min-height:100px}._root_gkpbq_6 .template-mock{height:500px}._root_gkpbq_6 .store-preview{width:min(382px,100%)}._root_gkpbq_6 .success-panel h1{font-size:32px}}._root_gkpbq_6[data-screen=direction]{color:#171716;font-family:var(--font-sans);background:#f8f8f8}._root_gkpbq_6[data-screen=direction] .builder-main{background:#f8f8f8;min-height:100vh;padding:70px 0;overflow:auto}._root_gkpbq_6[data-screen=direction] .direction-screen{flex-direction:column;gap:32px;width:100%;max-width:1242px;margin:0 auto;animation:none;display:flex}._root_gkpbq_6[data-screen=direction] .direction-head{flex-direction:column;gap:24px;margin:0;display:flex}._root_gkpbq_6[data-screen=direction] .direction-app-logo{border-radius:12px;width:62px;height:62px;display:block}._root_gkpbq_6[data-screen=direction] .direction-head-copy{flex-direction:column;gap:8px;display:flex}._root_gkpbq_6[data-screen=direction] .direction-head h1{color:#171716;letter-spacing:0;margin:0;font-size:32px;font-weight:700;line-height:40px}._root_gkpbq_6[data-screen=direction] .direction-head .sub{color:#62615d;max-width:none;margin:0;font-size:16px;font-weight:500;line-height:20px}._root_gkpbq_6[data-screen=direction] .direction-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}._root_gkpbq_6[data-screen=direction] .direction-card{box-shadow:none;text-align:left;background:#fff;border:0;border-radius:16px;flex-direction:column;align-items:flex-start;gap:8px;height:156px;min-height:156px;padding:24px;transition:none;display:flex;transform:none}._root_gkpbq_6[data-screen=direction] .direction-card:hover,._root_gkpbq_6[data-screen=direction] .direction-card.selected{box-shadow:none;background:#fff;border:0;transform:none}._root_gkpbq_6[data-screen=direction] .direction-card.selected:after{content:none}._root_gkpbq_6[data-screen=direction] .direction-icon{background:#f3ffc9;border-radius:50%;flex:none;justify-content:center;align-items:center;width:50px;height:50px;margin:0;display:flex}._root_gkpbq_6[data-screen=direction] .direction-icon img{object-fit:contain;flex:none;display:block}._root_gkpbq_6[data-screen=direction] .direction-card b{color:#171716;margin:0;font-size:20px;font-weight:500;line-height:24px;display:block}._root_gkpbq_6[data-screen=direction] .direction-card small{color:#62615d;margin:0;font-size:14px;font-weight:400;line-height:18px;display:block}._root_gkpbq_6[data-screen=direction] .direction-refine,._root_gkpbq_6[data-screen=direction] .direction-refine.visible{background:#f8f7f4;border:1px solid #ededed;border-radius:16px;flex-direction:column;gap:16px;height:124px;margin:0;padding:24px;display:flex}._root_gkpbq_6[data-screen=direction] .direction-refine-head{align-items:flex-start;margin:0;display:flex}._root_gkpbq_6[data-screen=direction] .direction-refine-head b{color:#171716;font-size:20px;font-weight:500;line-height:24px}._root_gkpbq_6[data-screen=direction] .niche-tags{flex-wrap:nowrap;gap:16px;height:34px;display:flex;overflow:hidden}._root_gkpbq_6[data-screen=direction] .niche-tag{color:#171716;background:#fff;border:0;border-radius:40px;flex:none;align-items:center;height:34px;padding:8px 16px;font-size:14px;font-weight:400;line-height:18px;display:inline-flex}._root_gkpbq_6[data-screen=direction] .niche-tag.selected{color:#fff;background:#171716;border:0}._root_gkpbq_6[data-screen=direction] .direction-actions{border:0;justify-content:flex-end;margin:0;padding:0;display:flex}._root_gkpbq_6[data-screen=direction] .direction-actions .primary{box-shadow:none;color:#fff;background:#171716;border:0;border-radius:40px;min-width:118px;height:48px;padding:14px 24px;font-size:14px;font-weight:500;line-height:20px;transform:none}._root_gkpbq_6[data-screen=direction] .direction-actions .primary:disabled{cursor:not-allowed;opacity:1}@media (width<=1290px){._root_gkpbq_6[data-screen=direction] .builder-main{padding-inline:24px}}@media (width<=900px){._root_gkpbq_6[data-screen=direction] .direction-grid{grid-template-columns:repeat(2,minmax(0,1fr))}._root_gkpbq_6[data-screen=direction] .direction-refine,._root_gkpbq_6[data-screen=direction] .direction-refine.visible{height:auto}._root_gkpbq_6[data-screen=direction] .niche-tags{height:auto;overflow-x:auto}}@media (width<=620px){._root_gkpbq_6[data-screen=direction] .builder-main{padding:32px 16px calc(38px + env(safe-area-inset-bottom))}._root_gkpbq_6[data-screen=direction] .direction-screen{gap:24px}._root_gkpbq_6[data-screen=direction] .direction-grid{grid-template-columns:1fr}}._root_gkpbq_6[data-screen=success]{color:#171716;font-family:var(--font-sans);background:#f8f8f8}._root_gkpbq_6[data-screen=success] .builder-main{background:#f8f8f8;min-height:100vh;padding:0;overflow:visible}._root_gkpbq_6[data-screen=success] .screen.active{max-width:none;margin:0;animation:none;display:block}._screen_12ckr_1{box-sizing:border-box;color:#171716;width:100%;height:100%;min-height:0;font-family:var(--font-sans);background:#f8f8f8;flex-direction:column;display:flex;overflow:hidden}._content_12ckr_14{width:100%;min-height:0;padding:calc(.15rem + env(safe-area-inset-top)) .2rem .08rem;overscroll-behavior-y:contain;-webkit-overflow-scrolling:touch;flex-direction:column;flex:auto;gap:.24rem;display:flex;overflow:hidden auto}._hero_12ckr_28{flex-direction:column;gap:.08rem;width:100%;min-height:.78rem;display:flex}._hero_12ckr_28 h1,._hero_12ckr_28 p{letter-spacing:0;margin:0}._hero_12ckr_28 h1{color:#171716;font-size:.28rem;font-weight:700;line-height:.34rem}._hero_12ckr_28 p{color:#62615d;font-size:.14rem;font-weight:400;line-height:.18rem}._currencyList_12ckr_53{flex-direction:column;gap:.12rem;width:100%;display:flex}._currencyOption_12ckr_60{color:#171716;width:100%;height:.68rem;font-family:var(--font-sans);letter-spacing:0;text-align:left;background:#fff;border:0;border-radius:.16rem;flex:none;justify-content:space-between;align-items:center;padding:0 .24rem;font-size:.14rem;font-weight:400;line-height:.18rem;display:flex}._currencyOption_12ckr_60:focus-visible{outline-offset:.02rem;outline:.02rem solid #171716}._selectedCurrency_12ckr_84{border:.01rem solid #d5fd24;height:.7rem}._selectedIcon_12ckr_89,._unselectedIcon_12ckr_90{flex:0 0 .2rem;width:.2rem;height:.2rem;display:block}._unselectedIcon_12ckr_90{border:.01rem solid #92918b;border-radius:50%}._error_12ckr_102{color:#e22e2e;margin:-.12rem 0 0;font-size:.12rem;font-weight:400;line-height:.18rem}._actionBar_12ckr_110{box-sizing:border-box;flex:none;align-items:center;width:100%;height:.66rem;padding:0 .24rem;display:flex}._actionBar_12ckr_110 button{color:#fff;width:100%;height:.46rem;font-family:var(--font-sans);letter-spacing:0;background:#171716;border:0;border-radius:.4rem;padding:.14rem .16rem;font-size:.14rem;font-weight:400;line-height:.18rem}._actionBar_12ckr_110 button:focus-visible{outline-offset:.02rem;outline:.02rem solid #d5fd24}._screen_1ivcy_1{color:#171716;width:100%;min-height:100%;font-family:var(--font-sans);background:#f8f8f8;padding:.24rem .16rem .66rem}._header_1ivcy_10{flex-direction:column;align-items:flex-start;gap:.2rem;width:100%;margin-bottom:.24rem;display:flex}._header_1ivcy_10>img{border-radius:.12rem;width:.52rem;height:.52rem}._header_1ivcy_10 h1{margin:0;font-size:.28rem;font-weight:700;line-height:1.2}._header_1ivcy_10 p{color:#66645e;margin:.06rem 0 0;font-size:.14rem;line-height:1.4}._actionBar_1ivcy_36{box-sizing:border-box;flex:none;align-items:center;width:100%;height:.66rem;padding:0 .16rem;display:flex}._actionBar_1ivcy_36 button{color:#fff;background:#171716;border:0;border-radius:.99rem;width:100%;height:.48rem;font-size:.15rem;font-weight:600}._actionBar_1ivcy_36 button:disabled{color:#a4a39d;background:#deddd8}._loadState_1ivcy_60,._errorState_1ivcy_61{color:#66645e;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.12rem;width:100%;min-height:1.6rem;display:flex}._loadState_1ivcy_60 i{border:.02rem solid #deddd8;border-top-color:#171716;border-radius:50%;width:.24rem;height:.24rem;animation:.8s linear infinite _spin_1ivcy_1}._errorState_1ivcy_61 p{margin:0}._errorState_1ivcy_61 button{background:#fff;border:.01rem solid #deddd8;border-radius:.99rem;padding:.08rem .2rem}@keyframes _spin_1ivcy_1{to{transform:rotate(360deg)}}@media (width<=360px){._screen_1ivcy_1,._actionBar_1ivcy_36{padding-left:.12rem;padding-right:.12rem}}._screen_1ktgb_1{box-sizing:border-box;color:#171716;width:100%;height:100%;min-height:0;font-family:var(--font-sans);background:#f8f8f8;flex-direction:column;display:flex;overflow:hidden}._scrollArea_1ktgb_14{box-sizing:border-box;width:100%;min-height:0;padding:calc(.16rem + env(safe-area-inset-top)) .2rem .08rem;overscroll-behavior-y:contain;-webkit-overflow-scrolling:touch;flex:auto;overflow:hidden auto}._hero_1ktgb_26{width:100%;margin-bottom:.24rem;display:grid}._heroCopy_1ktgb_32{visibility:hidden;flex-direction:column;grid-area:1/1;gap:.08rem;display:flex}._heroCopy_1ktgb_32 h1{letter-spacing:0;margin:0;font-size:.28rem;font-weight:700;line-height:.34rem}._heroCopy_1ktgb_32 p{color:#62615d;letter-spacing:0;margin:0;font-size:.14rem;font-weight:400;line-height:.18rem}._visibleHeroCopy_1ktgb_55{visibility:visible}._directionList_1ktgb_59{grid-template-columns:minmax(0,1fr);gap:.12rem;width:100%;display:grid}._directionItem_1ktgb_66{flex-direction:column;min-width:0;display:flex}._directionCard_1ktgb_72{color:#171716;text-align:left;background:#fff;border:.01rem solid #0000;border-radius:.16rem;align-items:center;gap:.08rem;width:100%;min-height:.82rem;padding:.16rem;display:flex;position:relative}._directionIcon_1ktgb_87{background:#f3ffc9;border-radius:50%;flex:none;justify-content:center;align-items:center;width:.5rem;height:.5rem;display:flex}._directionIcon_1ktgb_87 img{object-fit:contain;flex:none;display:block}._directionCopy_1ktgb_103{align-items:center;min-width:0;display:flex}._directionCopy_1ktgb_103 b{text-overflow:ellipsis;white-space:nowrap;font-size:.16rem;font-weight:500;line-height:.24rem;overflow:hidden}._directionCheck_1ktgb_117{width:.2rem;height:.2rem;display:block;position:absolute;top:.12rem;right:.12rem}._directionCheck_1ktgb_117 img{width:100%;height:100%;display:block}._selectedDirection_1ktgb_131{border-color:#dfff4f}._refineDisclosure_1ktgb_135{opacity:0;pointer-events:none;grid-template-rows:0fr;margin-top:0;transition:grid-template-rows .3s ease-out,margin-top .3s ease-out,opacity .3s ease-out,transform .3s ease-out;display:grid;overflow:hidden;transform:translateY(-.08rem)}._openRefineDisclosure_1ktgb_146{opacity:1;pointer-events:auto;grid-template-rows:1fr;margin-top:.12rem;transform:translateY(0)}._refineDisclosureInner_1ktgb_154{min-height:0;overflow:hidden}._refinePanel_1ktgb_159{background:#f8f7f4;border:.01rem solid #ededed;border-radius:.16rem;flex-direction:column;gap:.16rem;width:100%;padding:.16rem;display:flex}._refinePanel_1ktgb_159 h2{margin:0;font-size:.16rem;font-weight:500;line-height:.22rem}._tagList_1ktgb_176{flex-wrap:wrap;gap:.08rem;display:flex}._tagButton_1ktgb_182{color:#171716;background:#fff;border:0;border-radius:.4rem;flex:none;align-items:center;height:.3rem;padding:.07rem .14rem;font-size:.12rem;font-weight:400;line-height:.16rem;display:inline-flex}._selectedTag_1ktgb_197{color:#fff;background:#171716}._actionBar_1ktgb_202{box-sizing:border-box;flex:none;align-items:center;width:100%;height:.66rem;padding:0 .24rem;display:flex}._actionBar_1ktgb_202 button{color:#fff;background:#171716;border:0;border-radius:.4rem;width:100%;height:.46rem;padding:.14rem .16rem;font-size:.14rem;font-weight:400;line-height:.18rem}._actionBar_1ktgb_202 button:disabled{color:#a09f99;background:#ddddd8}@media (prefers-reduced-motion:reduce){._refineDisclosure_1ktgb_135{transition:none;transform:none}}._planningScreen_2y91u_1{min-height:100%;padding:calc(.7rem + env(safe-area-inset-top)) .2rem calc(.34rem + var(--store-builder-safe-bottom,0));text-align:center;flex-direction:column;justify-content:flex-start;align-items:center;gap:.32rem;display:flex}._planningHeader_2y91u_12{flex-direction:column;align-items:center;gap:.24rem;width:100%;display:flex}._planningHeader_2y91u_12 h1{color:#171716;letter-spacing:0;margin:0;font-size:.28rem;font-weight:700;line-height:.34rem}._planningLogoFrame_2y91u_28{background:#171716;border-radius:.12rem;flex:0 0 .62rem;width:.62rem;height:.62rem;display:block;overflow:hidden}._planningLogo_2y91u_28{width:100%;height:100%;display:block}._planningList_2y91u_44{flex-direction:column;gap:.12rem;width:100%;display:flex}._planningStep_2y91u_51{color:#171716;letter-spacing:0;text-align:left;background:#fff;border-radius:.16rem;justify-content:space-between;align-items:center;width:100%;min-height:.66rem;padding:.24rem;font-size:.14rem;font-weight:400;line-height:.18rem;transition:opacity .3s ease-out;display:flex}._planningStep_2y91u_51 span{min-width:0}._activePlanningStep_2y91u_72{opacity:1;min-height:.68rem}._completePlanningStep_2y91u_77{opacity:1}._nextPlanningStep_2y91u_81{opacity:.6}._futurePlanningStep_2y91u_85{opacity:.2}._planningStepIcon_2y91u_89{flex:0 0 .2rem;width:.2rem;height:.2rem;animation:.3s ease-in-out _planning-icon-enter_2y91u_1;display:block}._planningSpinner_2y91u_97{animation:.3s ease-in-out _planning-icon-enter_2y91u_1,1s linear infinite _planning-spin_2y91u_1}@media (prefers-reduced-motion:reduce){._planningSpinner_2y91u_97{animation:none}}@keyframes _planning-spin_2y91u_1{to{transform:rotate(1turn)}}@keyframes _planning-icon-enter_2y91u_1{0%{opacity:0;translate:0 -.04rem}to{opacity:1;translate:0}}._screen_1ybzo_1{box-sizing:border-box;color:#171716;width:100%;height:100%;min-height:0;font-family:var(--font-sans);background:#f8f8f8;flex-direction:column;display:flex;overflow:hidden}._scrollArea_1ybzo_14{box-sizing:border-box;width:100%;min-height:0;padding:calc(.16rem + env(safe-area-inset-top)) 0 .08rem;overscroll-behavior-y:contain;-webkit-overflow-scrolling:touch;flex:auto;overflow:hidden auto}._hero_1ybzo_26{flex-direction:column;gap:.08rem;width:calc(100% - .4rem);min-height:.78rem;margin:0 .2rem .24rem;display:flex}._hero_1ybzo_26 h1,._hero_1ybzo_26 p{letter-spacing:0;margin:0}._hero_1ybzo_26 h1{color:#171716;font-size:.28rem;font-weight:700;line-height:.34rem}._hero_1ybzo_26 p{color:#62615d;font-size:.14rem;font-weight:400;line-height:.18rem}._productGrid_1ybzo_52{box-sizing:border-box;grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:.01rem;align-content:start;align-items:start;gap:0 .08rem;width:100%;padding:0 .08rem;display:grid}._productCard_1ybzo_65{background:#fff;border:0;border-radius:.16rem;width:100%;min-width:0;position:relative;overflow:hidden}._selectedProduct_1ybzo_75:after{z-index:3;border-radius:inherit;content:"";pointer-events:none;border:.01rem solid #d5fd24;position:absolute;inset:0}._productImage_1ybzo_85{aspect-ratio:3/4;background:#f0efeb;width:100%;position:relative;overflow:hidden}._productImage_1ybzo_85>img,._productImage_1ybzo_85>picture,._productImage_1ybzo_85 picture>img{object-fit:cover;width:100%;height:100%;display:block}._productCheck_1ybzo_101{z-index:4;background:0 0;border:0;width:.2rem;height:.2rem;padding:0;display:block;position:absolute;top:.08rem;right:.08rem}._productCheck_1ybzo_101 img{width:100%;height:100%;display:block}._productCheck_1ybzo_101:focus-visible{outline-offset:.02rem;border-radius:50%;outline:.02rem solid #171716}._productCopy_1ybzo_124{flex-direction:column;gap:.08rem;min-width:0;padding:.12rem .12rem .16rem;display:flex}._productCopy_1ybzo_124>span{color:#171716;font-size:.14rem;font-weight:400;line-height:.18rem}._productCopy_1ybzo_124 ._invalidPrice_1ybzo_137{color:#e22e2e}._productDetails_1ybzo_141{flex-direction:column;gap:.04rem;min-width:0;display:flex}._productDetails_1ybzo_141 h2{color:#141b27;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.16rem;font-weight:500;line-height:.2rem;display:-webkit-box;overflow:hidden}._productDetails_1ybzo_141 p{color:#313131;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0;font-size:.14rem;font-weight:400;line-height:.18rem;display:-webkit-box;overflow:hidden}._commissionNote_1ybzo_170{color:#77756f;align-items:flex-start;gap:.06rem;margin:.14rem .2rem 0;font-size:.12rem;line-height:1.4;display:flex}._emptyState_1ybzo_180{color:#66645e;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.12rem;width:calc(100% - .4rem);min-height:1.6rem;margin:0 .2rem;display:flex}._emptyState_1ybzo_180 h2,._emptyState_1ybzo_180 p{margin:0}._emptyState_1ybzo_180>span{font-size:.32rem;line-height:.4rem}._emptyState_1ybzo_180 h2{color:#171716;font-size:.16rem;font-weight:500;line-height:.22rem}._emptyState_1ybzo_180 p{font-size:.14rem;font-weight:400;line-height:.18rem}._actionBar_1ybzo_212{box-sizing:border-box;flex:none;align-items:center;width:100%;height:.66rem;padding:0 .24rem;display:flex}._actionBar_1ybzo_212 button{color:#fff;width:100%;height:.46rem;font-family:var(--font-sans);letter-spacing:0;background:#171716;border:0;border-radius:.4rem;padding:.14rem .16rem;font-size:.14rem;font-weight:400;line-height:.18rem}._actionBar_1ybzo_212 button:disabled{color:#a09f99;background:#ddddd8}._actionBar_1ybzo_212 button:focus-visible{outline-offset:.02rem;outline:.02rem solid #d5fd24}._templatesScreen_8cpol_1{box-sizing:border-box;color:#171716;width:100%;height:100%;min-height:0;font-family:var(--font-sans);background:#f8f8f8;flex-direction:column;padding:0;display:flex;overflow:hidden}._content_8cpol_15{width:100%;min-height:0;padding:.15rem .2rem .08rem;padding-top:calc(.15rem + env(safe-area-inset-top));overscroll-behavior-y:contain;-webkit-overflow-scrolling:touch;flex-direction:column;flex:auto;gap:.24rem;display:flex;overflow:hidden auto}._hero_8cpol_30{flex-direction:column;flex:none;gap:.08rem;display:flex}._hero_8cpol_30 h1{color:#171716;margin:0;font-size:.28rem;font-weight:700;line-height:.34rem}._hero_8cpol_30 p{color:#62615d;margin:0;font-size:.14rem;font-weight:400;line-height:.18rem}._themePicker_8cpol_51{flex:0 0 .54rem;justify-content:space-between;align-items:center;width:100%;height:.54rem;display:flex}._themeButton_8cpol_60{background:#fff;border:0;border-radius:.16rem;flex:0 0 .48rem;width:.48rem;height:.48rem;padding:0;overflow:hidden}._themeButton_8cpol_60 img,._themeButton_8cpol_60>span{border-radius:inherit;object-fit:cover;background:#fff;width:100%;height:100%;display:block}._selectedTheme_8cpol_80{border:.01rem solid #d5fd24;flex-basis:.54rem;width:.54rem;height:.54rem;padding:.02rem}._mobilePreview_8cpol_88{flex:1 0 2.4rem;width:100%;min-height:2.4rem;position:relative;overflow:hidden}._templatesScreen_8cpol_1 ._mobilePreview_8cpol_88>._previewScope_8cpol_96{width:100%;height:100%;position:absolute;inset:0}._actionBar_8cpol_103{box-sizing:border-box;flex:none;align-items:center;width:100%;height:.66rem;padding:0 .24rem;display:flex}._actionBar_8cpol_103 button{color:#fff;background:#171716;border:0;border-radius:.4rem;justify-content:center;align-items:center;width:100%;height:.46rem;padding:.14rem .16rem;font-size:.14rem;font-weight:400;line-height:.18rem;display:flex}._actionBar_8cpol_103 button:disabled{color:#a4a39d;background:#deddd8}._screen_fnhrf_1{box-sizing:border-box;color:#171716;width:100%;height:100%;min-height:0;font-family:var(--font-sans);background:#f8f8f8;flex-direction:column;display:flex;overflow:hidden}._scrollArea_fnhrf_14{box-sizing:border-box;width:100%;min-height:0;padding:calc(.16rem + env(safe-area-inset-top)) .2rem .08rem;overscroll-behavior-y:contain;-webkit-overflow-scrolling:touch;flex:auto;overflow:hidden auto}._contentFrame_fnhrf_26{flex-direction:column;flex:0 0 6.52rem;gap:.24rem;width:100%;height:6.52rem;display:flex}._contentFrame_fnhrf_26 h1{color:#171716;letter-spacing:0;width:100%;height:.34rem;margin:0;font-size:.28rem;font-weight:700;line-height:.34rem}._formGroup_fnhrf_45{flex-direction:column;flex:0 0 1.18rem;justify-content:space-between;width:100%;height:1.18rem;display:flex}._description_fnhrf_54,._usernameHint_fnhrf_55{letter-spacing:0;margin:0;font-size:.14rem;font-weight:400;line-height:.18rem}._description_fnhrf_54{color:#171716;height:.18rem}._linkField_fnhrf_68{box-sizing:border-box;background:#fff;border:.01rem solid #0000;border-radius:.16rem;flex:0 0 .6rem;align-items:center;gap:.08rem;width:100%;height:.6rem;padding:.12rem;display:flex}._linkField_fnhrf_68>img{flex:0 0 .36rem;width:.36rem;height:.36rem;display:block}._linkField_fnhrf_68>span,._linkField_fnhrf_68 input{color:#171716;font-family:var(--font-sans);letter-spacing:0;font-size:.14rem;font-weight:400;line-height:.18rem}._linkField_fnhrf_68>span{white-space:nowrap;flex:none}._linkField_fnhrf_68 input{background:0 0;border:0;outline:0;width:100%;min-width:0;padding:0}._linkField_fnhrf_68 input::placeholder{color:#62615d;opacity:1}._linkField_fnhrf_68 input:disabled{opacity:1}._linkFieldError_fnhrf_116{border-color:#d92d20}._usernameHint_fnhrf_55{color:#8a7042;align-items:center;gap:.04rem;width:100%;height:.18rem;display:flex}._usernameHint_fnhrf_55 .iconfont{flex:0 0 .14rem;width:.14rem;height:.14rem;font-size:.14rem;line-height:.14rem}._usernameError_fnhrf_136{color:#d92d20}._actionBar_fnhrf_140{box-sizing:border-box;flex:none;align-items:center;width:100%;height:.66rem;padding:0 .24rem;display:flex}._actionBar_fnhrf_140 button{color:#fff;width:100%;height:.46rem;font-family:var(--font-sans);letter-spacing:0;background:#171716;border:0;border-radius:.4rem;justify-content:center;align-items:center;padding:.14rem .16rem;font-size:.14rem;font-weight:400;line-height:.18rem;display:flex}._actionBar_fnhrf_140 button:disabled{color:#a4a39d;background:#deddd8}._overlay_4iyh8_1{z-index:1000;background:#000c;justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0}._productOverlay_4iyh8_11{animation:.22s ease-out both _product-overlay-fade-in_4iyh8_1}._productOverlayClosing_4iyh8_15{pointer-events:none;animation:.22s ease-in both _product-overlay-fade-out_4iyh8_1}._editorSheet_4iyh8_20,._publishSheet_4iyh8_21{box-sizing:border-box;color:#171716;width:100%;font-family:var(--font-sans);will-change:transform;-webkit-overflow-scrolling:touch;border-radius:.16rem .16rem 0 0}._editorSheet_4iyh8_20{background:#f8f8f8;flex-direction:column;align-items:center;padding:.12rem .2rem 0;animation:.26s cubic-bezier(.22,1,.36,1) both _product-sheet-slide-in_4iyh8_1;display:flex;overflow:hidden}._editorSheetClosing_4iyh8_41{animation:.22s cubic-bezier(.4,0,1,1) both _product-sheet-slide-out_4iyh8_1}._gameEditorSheet_4iyh8_45{height:min(7.78rem, var(--app-current-visual-height,100vh) - .34rem)}._formEditorSheet_4iyh8_49{height:min(7.76rem, var(--app-current-visual-height,100vh) - .36rem)}._sheetHandle_4iyh8_53{appearance:none;cursor:grab;touch-action:none;background:0 0;border:0;flex:0 0 .04rem;justify-content:center;align-items:center;width:100%;height:.04rem;margin:0;padding:0;display:flex}._sheetHandle_4iyh8_53:after{content:"";background:#62615d;border-radius:.02rem;width:.25rem;height:.04rem}._sheetHandle_4iyh8_53:active{cursor:grabbing}._sheetHandle_4iyh8_53:focus-visible{outline-offset:.02rem;border-radius:.04rem;outline:.02rem solid #171716}._sheetDragging_4iyh8_84{transition:none;animation:none!important}._sheetDragSettling_4iyh8_89{transition:transform .18s cubic-bezier(.22,1,.36,1);animation:none!important}._gameScroll_4iyh8_94{width:100%;min-height:0;padding:.1rem 0 calc(.1rem + var(--store-builder-safe-bottom,0));overscroll-behavior-y:contain;scrollbar-width:none;flex-direction:column;flex:auto;gap:.16rem;display:flex;overflow-y:auto}._gameScroll_4iyh8_94::-webkit-scrollbar{display:none}._recommendationPanel_4iyh8_111{background:linear-gradient(#e4ff94 0%,#eeffc2 50%,#faffe9 100%);border-radius:.16rem;flex:none;padding:.16rem}._recommendationField_4iyh8_118{flex-direction:column;gap:.12rem;display:flex}._recommendationField_4iyh8_118 input{box-sizing:border-box;color:#171716;width:100%;height:.46rem;font:inherit;background:#fff;border:0;border-radius:.12rem;outline:0;padding:.14rem .12rem;font-size:.14rem;font-weight:400;line-height:.18rem}._recommendationField_4iyh8_118 input:focus{box-shadow:inset 0 0 0 .02rem #171716}._recommendationHeading_4iyh8_142{color:#171716;justify-content:space-between;align-items:center;font-size:.14rem;font-weight:400;line-height:.18rem;display:flex}._gameCover_4iyh8_152{aspect-ratio:460/215;background:#efeeea;border-radius:.08rem;flex:none;width:100%;overflow:hidden}._gameCover_4iyh8_152 img,._gameCover_4iyh8_152 picture,._gameCover_4iyh8_152 picture>img{object-fit:cover;width:100%;height:100%;display:block}._gameContent_4iyh8_169{flex-direction:column;display:flex}._gameContent_4iyh8_169>h2{color:#171716;margin:0;font-size:.32rem;font-weight:700;line-height:.4rem}._gameTags_4iyh8_181{flex-wrap:wrap;gap:.13rem;margin-top:.08rem;display:flex}._gameTags_4iyh8_181 span{color:#92918b;background:#efeeea;border-radius:.24rem;padding:.08rem .12rem;font-size:.12rem;line-height:.14rem}._gameDescription_4iyh8_196{color:#171716;overflow-wrap:anywhere;margin:.16rem 0 0;font-size:.14rem;font-weight:400;line-height:.18rem}._gameDescription_4iyh8_196>:first-child{margin-top:0}._gameDescription_4iyh8_196>:last-child{margin-bottom:0}._gameDescription_4iyh8_196 :where(p,ul,ol,blockquote,pre,figure,table){margin:0 0 .12rem}._gameDescription_4iyh8_196 :where(h1,h2,h3,h4,h5,h6){margin:.16rem 0 .08rem;font-size:1.15em;line-height:1.4}._gameDescription_4iyh8_196 :where(ul,ol){padding-left:.22rem}._gameDescription_4iyh8_196 :where(a){color:#4e71e0;overflow-wrap:anywhere;text-decoration:underline}._gameDescription_4iyh8_196 :where(img,picture,video,iframe){border-radius:.08rem;width:auto;max-width:100%;height:auto;margin:.12rem auto;display:block}._gameDescription_4iyh8_196 :where(video,iframe){background:#000;width:100%}._gameDescription_4iyh8_196 :where(iframe){aspect-ratio:16/9;border:0}._gameDescription_4iyh8_196 :where(blockquote){color:#62615d;border-left:.03rem solid #d7d6d1;padding-left:.12rem}._gameDescription_4iyh8_196 :where(pre){white-space:pre-wrap;background:#efeeea;border-radius:.08rem;padding:.12rem;overflow-x:auto}._gameDescription_4iyh8_196 :where(table){border-collapse:collapse;width:100%}._gameDescription_4iyh8_196 :where(th,td){text-align:left;border:.01rem solid #d7d6d1;padding:.08rem}._gameMeta_4iyh8_264{margin:.08rem 0 0}._gameMeta_4iyh8_264 div{border-bottom:.01rem solid #ededed;grid-template-columns:max-content minmax(0,1fr);align-items:center;gap:.08rem;min-height:.3rem;font-size:.12rem;line-height:.14rem;display:grid}._gameMeta_4iyh8_264 div:last-child{border-bottom:0}._gameMeta_4iyh8_264 dt{color:#92918b}._gameMeta_4iyh8_264 dd{overflow-wrap:anywhere;margin:0}._offerList_4iyh8_288{margin-top:.16rem}._offerList_4iyh8_288 h3{margin:0 0 .12rem;font-size:.2rem;font-weight:500;line-height:.24rem}._offerList_4iyh8_288 ul{gap:.08rem;margin:0;padding:0;list-style:none;display:grid}._offerList_4iyh8_288 li{background:#fff;border-radius:.08rem;justify-content:space-between;align-items:center;gap:.08rem;min-height:.48rem;padding:.12rem;font-size:.14rem;line-height:.18rem;display:flex}._offerStore_4iyh8_317{align-items:center;gap:.08rem;min-width:0;display:flex}._offerStore_4iyh8_317 img{object-fit:contain;border-radius:50%;flex:0 0 .24rem;width:.24rem;height:.24rem}._offerStore_4iyh8_317 span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}._formEditorLayout_4iyh8_336{flex-direction:column;flex:auto;width:100%;min-height:0;display:flex}._formScroll_4iyh8_344{overscroll-behavior-y:contain;scrollbar-width:none;flex-direction:column;flex:auto;gap:.16rem;width:100%;min-height:0;padding:.1rem 0;display:flex;overflow-y:auto}._formScroll_4iyh8_344::-webkit-scrollbar{display:none}._formScroll_4iyh8_344>h2{color:#171716;width:2.59rem;margin:0;font-size:.18rem;font-weight:700;line-height:.22rem}._tabs_4iyh8_368{flex:0 0 .42rem;align-items:center;gap:.24rem;height:.42rem;display:flex}._tabButton_4iyh8_376{color:#62615d;height:.42rem;font:inherit;background:#fff;border:0;border-radius:.4rem;padding:.12rem;font-size:.14rem;font-weight:400;line-height:.18rem}._tabButton_4iyh8_376:disabled{cursor:wait;opacity:.55}._activeTab_4iyh8_393{color:#fff;background:#171716}._formPanel_4iyh8_398{flex-direction:column;flex:none;gap:.16rem;display:flex}._mediaSection_4iyh8_405{flex:none;min-width:0}._sectionHeading_4iyh8_410,._fieldHeading_4iyh8_411{color:#171716;justify-content:space-between;font-size:.14rem;font-weight:400;line-height:.18rem;display:flex}._sectionHeading_4iyh8_410>:last-child,._fieldHeading_4iyh8_411>:last-child:not(:first-child){color:#62615d}._mediaUploader_4iyh8_425{width:100%;margin-top:.08rem}._mediaHint_4iyh8_430{color:#92918b;align-items:flex-start;gap:.04rem;margin:.08rem 0 0;font-size:.12rem;line-height:.14rem;display:flex}._mediaHint_4iyh8_430 img{flex:none;width:.16rem;height:.18rem;display:block}._coverMediaHint_4iyh8_446{align-items:center;font-size:.14rem;line-height:.18rem}._editorField_4iyh8_452{flex-direction:column;flex:none;justify-content:flex-start;gap:.08rem;display:flex}._editorField_4iyh8_452 input,._editorField_4iyh8_452 textarea,._editorField_4iyh8_452 select{box-sizing:border-box;color:#171716;width:100%;font:inherit;background:#f0f0f0;border:0;border-radius:.12rem;outline:0;margin-top:0;font-size:.14rem;font-weight:400;line-height:.18rem}._editorField_4iyh8_452 input,._editorField_4iyh8_452 select{height:.46rem;padding:.14rem .12rem}._editorField_4iyh8_452 textarea{resize:none;height:1.8rem;min-height:1.8rem;padding:.12rem}._editorField_4iyh8_452 input::placeholder,._editorField_4iyh8_452 textarea::placeholder{color:#92918b}._editorField_4iyh8_452 input:focus,._editorField_4iyh8_452 textarea:focus,._editorField_4iyh8_452 select:focus{box-shadow:inset 0 0 0 .02rem var(--color-form-focus)}._requiredMark_4iyh8_496{color:#fe2c55}._descriptionField_4iyh8_500 textarea{flex:0 0 1.8rem}._priceInput_4iyh8_504{box-sizing:border-box;color:#171716;background:#f0f0f0;border-radius:.12rem;align-items:center;gap:.04rem;width:100%;height:.46rem;padding:0 .12rem;font-size:.14rem;line-height:.18rem;display:flex}._priceInput_4iyh8_504>input{background:0 0;flex:auto;min-width:0;height:100%;padding:0;box-shadow:none!important}._selectControl_4iyh8_527{width:100%;display:block;position:relative}._selectControl_4iyh8_527 select{appearance:none;padding-right:.4rem}._selectControl_4iyh8_527>img{pointer-events:none;width:.16rem;height:.16rem;position:absolute;top:50%;right:.14rem;transform:translateY(-50%)rotate(90deg)}._editorError_4iyh8_546{color:#d92d20;width:100%;margin:0 auto;padding:.04rem 0;font-size:.12rem;line-height:.14rem}._sheetActions_4iyh8_555{box-sizing:border-box;width:100%;padding:.1rem .24rem calc(.1rem + var(--store-builder-safe-bottom,0));background:#f8f8f8;flex-direction:column;flex:none;justify-content:center;align-items:center;gap:.16rem;display:flex}._sheetActions_4iyh8_555 button{width:100%;font-family:var(--font-sans);font-size:.14rem;font-weight:400;line-height:.18rem}._primaryButton_4iyh8_575{color:#fff;background:#171716;border:.005rem solid #ffffff1a;border-radius:.4rem;min-height:.46rem;padding:.14rem .24rem}._primaryButton_4iyh8_575:disabled{cursor:wait;opacity:.55}._secondaryButton_4iyh8_588{color:#171716;background:0 0;border:0;min-height:.18rem;padding:0;width:auto!important}._loadState_4iyh8_597{color:#62615d;text-align:center;flex-direction:column;flex:auto;justify-content:center;align-items:center;gap:.16rem;width:100%;min-height:2.4rem;font-size:.14rem;display:flex}._loadState_4iyh8_597 p{margin:0}._loadState_4iyh8_597 ._primaryButton_4iyh8_575{width:100%}._loadingSpinner_4iyh8_617{border:.03rem solid #dededb;border-top-color:#171716;border-radius:50%;width:.28rem;height:.28rem;animation:.8s linear infinite _product-editor-spin_4iyh8_1}._sheetPrimary_4iyh8_626,._sheetSecondary_4iyh8_627{border-radius:.99rem;width:100%;height:.48rem;font-size:.14rem;font-weight:600;display:block}._sheetPrimary_4iyh8_626{color:#fff;background:#171716;border:0}._sheetSecondary_4iyh8_627{color:#171716;background:#fff;border:.01rem solid #deddd8;margin-top:.08rem}._publishSheet_4iyh8_21{max-height:min(90vh,8rem);padding:.1rem .16rem calc(.2rem + var(--store-builder-safe-bottom,0));background:#fff;overflow:hidden auto}._publishSheet_4iyh8_21 h2{margin:0 0 .18rem;font-size:.24rem}._shareMessage_4iyh8_661{background:#f4f3ef;border-radius:.16rem;gap:.08rem;margin-bottom:.12rem;padding:.16rem;display:grid}._shareMessage_4iyh8_661 p{margin:0;font-size:.14rem;line-height:1.45}._shareMessage_4iyh8_661 span{color:#5574e4;overflow-wrap:anywhere;font-size:.13rem}@keyframes _product-editor-spin_4iyh8_1{to{transform:rotate(360deg)}}@keyframes _product-overlay-fade-in_4iyh8_1{0%{opacity:0}to{opacity:1}}@keyframes _product-overlay-fade-out_4iyh8_1{0%{opacity:1}to{opacity:0}}@keyframes _product-sheet-slide-in_4iyh8_1{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes _product-sheet-slide-out_4iyh8_1{0%{transform:translateY(0)}to{transform:translateY(100%)}}@media (prefers-reduced-motion:reduce){._productOverlay_4iyh8_11,._productOverlayClosing_4iyh8_15,._editorSheet_4iyh8_20,._editorSheetClosing_4iyh8_41{animation-duration:1ms}}._document_16xsp_1{width:100%;height:100%;overflow:hidden}._page_16xsp_7{--store-builder-safe-bottom:min(var(--app-safe-bottom,0), .34rem);width:100%;height:var(--app-current-visual-height,100vh);color:#171716;overscroll-behavior-y:contain;touch-action:pan-y;-webkit-overflow-scrolling:touch;background:#f8f8f8;position:relative;overflow:hidden auto}._page_16xsp_7[data-screen=direction],._page_16xsp_7[data-screen=currency],._page_16xsp_7[data-screen=products],._page_16xsp_7[data-screen=templates],._page_16xsp_7[data-screen=username]{overflow-y:hidden}._devBackButton_16xsp_29{top:calc(.12rem + env(safe-area-inset-top));z-index:30;color:#111;height:.42rem;font-family:var(--font-sans);background:#fff;border:.01rem solid #e5e7eb;border-radius:9.99rem;align-items:center;gap:.06rem;padding:0 .14rem;font-size:.14rem;font-weight:650;display:flex;position:fixed;left:.12rem}._devBackButton_16xsp_29:focus-visible{outline-offset:.02rem;outline:.02rem solid #111}._loading_16xsp_52{color:#66645e;min-height:100%;font-family:var(--font-sans);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.12rem;font-size:.14rem;font-weight:400;line-height:.18rem;display:flex}._loading_16xsp_52 i{border:.02rem solid #deddd8;border-top-color:#171716;border-radius:50%;width:.28rem;height:.28rem;animation:.8s linear infinite _spin_16xsp_1}._toast_16xsp_75{top:calc(.16rem + env(safe-area-inset-top));z-index:2000;color:#fff;opacity:0;pointer-events:none;background:#171716;border-radius:.99rem;max-width:calc(100% - .32rem);padding:.1rem .16rem;font-size:.12rem;transition:opacity .16s,transform .16s;position:fixed;left:50%;transform:translate(-50%,-.12rem)}._toastVisible_16xsp_92{opacity:1;transform:translate(-50%)}._srOnly_16xsp_97{clip-path:inset(50%);white-space:nowrap;border:0;width:.01rem;height:.01rem;padding:0;position:absolute;overflow:hidden}@keyframes _spin_16xsp_1{to{transform:rotate(360deg)}}._rowShell_4gf0w_1{width:100%;position:relative}._menu_4gf0w_6{z-index:4;background:#fff;border-radius:14px;width:116px;height:48px;position:absolute;top:50%;right:12px;overflow:hidden;transform:translateY(-50%);box-shadow:0 8px 24px #1c27401f}._page_1pwin_1{color:#151c2b;background:#f3f7fd;flex-direction:column;height:100%;min-height:100%;display:flex;overflow:hidden}._page_1pwin_1[data-surface=transparent]{background:0 0}._page_1pwin_1[data-layout=mobile]{color:#171716;font-family:"Inter", var(--font-sans), sans-serif;background:#f8f8f8}._page_1pwin_1[data-layout=mobile] ._creatorList_1pwin_20{margin-top:0;padding:0 0 16px}._page_1pwin_1[data-layout=mobile] ._creatorRow_1pwin_24{border-radius:16px;align-items:center;min-height:68px;padding:12px 20px}._page_1pwin_1[data-layout=mobile] ._creatorContent_1pwin_30{align-items:center}._page_1pwin_1[data-layout=mobile] ._creatorMeta_1pwin_33{padding:0 4px 0 0}._page_1pwin_1[data-layout=mobile] ._creatorMeta_1pwin_33 small{margin-top:4px;font-size:12px;line-height:14px}._page_1pwin_1[data-layout=mobile] ._creatorNameLine_1pwin_41 strong{font-size:14px;line-height:18px}._page_1pwin_1[data-layout=mobile] ._creatorActivity_1pwin_45{flex:none;width:auto;margin:0}._page_1pwin_1[data-layout=mobile] ._creatorActivity_1pwin_45 time{line-height:14px}._page_1pwin_1[data-layout=mobile] ._creatorActivity_1pwin_45 em{margin-top:4px;line-height:14px}._page_1pwin_1[data-layout=mobile] ._creatorRow_1pwin_24{color:#171716}._page_1pwin_1[data-layout=mobile] ._rowAvatar_1pwin_60,._page_1pwin_1[data-layout=mobile] ._rowAvatarLive_1pwin_61{background:#efeeea;flex:0 0 44px;width:44px;height:44px;margin-right:6px}._page_1pwin_1[data-layout=mobile] ._creatorMeta_1pwin_33 small,._page_1pwin_1[data-layout=mobile] ._creatorActivity_1pwin_45 time{color:#62615d}._page_1pwin_1[data-layout=mobile] ._deactivatedBadge_1pwin_72{color:#62615d;background:#efeeea}._page_1pwin_1[data-layout=mobile] ._creatorActivity_1pwin_45 em{color:#fff;background:#171716}._header_1pwin_81{z-index:2;flex:none;justify-content:space-between;align-items:flex-start;padding:15px 20px 0;display:flex;position:relative}._header_1pwin_81 h1{letter-spacing:-.3px;margin:0;font-size:22px;font-weight:700;line-height:27px}._header_1pwin_81 p{color:#75849b;margin:1px 0 0;font-size:14px;font-weight:400;line-height:17px}._accountMenu_1pwin_105{flex:none;margin-top:6px;position:relative}._accountAvatar_1pwin_111{background:#d8dee8;border-radius:50%;width:34px;height:34px;display:block;overflow:hidden}._accountAvatar_1pwin_111 img{object-fit:cover;width:100%;height:100%;display:block}._accountPopover_1pwin_126{color:#151c2b;background:#fff;border-radius:15px;flex-direction:column;align-items:stretch;width:173px;height:132px;padding:25px 13px 0 25px;display:flex;position:absolute;top:47px;right:0;box-shadow:0 8px 24px #21304d1f}._accountPopover_1pwin_126 strong,._accountPopover_1pwin_126 span{text-align:left;text-overflow:ellipsis;white-space:nowrap;max-width:100%;display:block;overflow:hidden}._accountPopover_1pwin_126 strong{font-size:17px;font-weight:700;line-height:20px}._accountPopover_1pwin_126 span{color:#6f7f98;margin-top:3px;font-size:13px;font-weight:400;line-height:16px}._logoutButton_1pwin_163{color:#ff2a5f;text-align:left;border-top:1px solid #dce2eb;align-items:center;height:55px;margin-top:11px;font-size:14px;font-weight:400;line-height:17px;display:flex}._logoutButton_1pwin_163 .iconfont{color:#ff2a5f;flex:0 0 16px;width:16px;height:16px;margin:0 10px 0 0;font-size:16px;line-height:16px}._logoutButton_1pwin_163:disabled{opacity:.65}._liveSection_1pwin_188{flex:none;margin-top:17px}._liveSection_1pwin_188 h2{letter-spacing:0;margin:0 20px;font-size:16px;font-weight:500;line-height:19px}._liveScroller_1pwin_200{scrollbar-width:none;touch-action:pan-x;cursor:grab;-webkit-user-select:none;user-select:none;gap:24px;margin-top:16px;padding:0 20px 2px;display:flex;overflow:auto hidden}._liveScroller_1pwin_200[data-dragging=true]{cursor:grabbing}._liveScroller_1pwin_200::-webkit-scrollbar{display:none}._liveCard_1pwin_219{color:#151c2b;text-align:center;flex:0 0 56px;width:56px;min-width:0}._liveCard_1pwin_219 strong{text-overflow:ellipsis;white-space:nowrap;width:100%;min-width:0;max-width:100%;margin-top:3px;font-size:12px;font-weight:400;line-height:15px;display:block;overflow:hidden}._liveAvatar_1pwin_240,._rowAvatarLive_1pwin_61,._rowAvatar_1pwin_60{background:#d8dee8;display:block;position:relative}._liveAvatar_1pwin_240 img,._rowAvatarLive_1pwin_61 img,._rowAvatar_1pwin_60 img{object-fit:cover;border-radius:999px;width:100%;height:100%;display:block}._liveAvatar_1pwin_240{border:2px solid #ff2a5f;border-radius:50%;width:56px;height:56px;margin:0 auto}._liveAvatar_1pwin_240 span{color:#fff;background:#ff2a5f;border-radius:999px;min-width:35px;height:16px;font-size:10px;font-weight:700;line-height:16px;position:absolute;bottom:-3px;right:-11px}._allSection_1pwin_278{flex-direction:column;flex:auto;min-height:0;margin-top:0;display:flex}._allSection_1pwin_278 h2{letter-spacing:0;margin:0 20px;font-size:16px;font-weight:500;line-height:19px}._creatorList_1pwin_20{scrollbar-width:none;flex:auto;min-height:0;margin-top:4px;padding:0 0 16px 20px;overflow:hidden auto}._creatorList_1pwin_20::-webkit-scrollbar{display:none}._creatorRowMotion_1pwin_306{transform-origin:50%;width:100%}._creatorRowMotion_1pwin_306[data-motion-phase=entering]{will-change:transform, opacity;animation:.22s cubic-bezier(.22,1,.36,1) both _conversation-enter_1pwin_1}._creatorRowMotion_1pwin_306[data-motion-phase=exiting]{pointer-events:none;will-change:transform, opacity;animation:.22s cubic-bezier(.4,0,1,1) both _conversation-exit_1pwin_1}._creatorRow_1pwin_24{color:#151c2b;text-align:left;align-items:flex-start;width:100%;min-height:78px;padding:15px 0 14px;display:flex;position:relative}._rowAvatar_1pwin_60,._rowAvatarLive_1pwin_61{border-radius:50%;flex:0 0 48px;width:48px;height:48px;margin-right:10px}._creatorContent_1pwin_30{flex:1;align-items:flex-start;min-width:0;display:flex}@keyframes _conversation-enter_1pwin_1{0%{opacity:0;transform:translate(32px)}to{opacity:1;transform:translate(0,0)}}@keyframes _conversation-exit_1pwin_1{0%{opacity:1;transform:translate(0,0)}to{opacity:0;transform:translate(32px)}}@media (prefers-reduced-motion:reduce){._creatorRowMotion_1pwin_306{animation:none!important}}._rowAvatarLive_1pwin_61{border:2px solid #ff2a5f}._rowAvatarLive_1pwin_61 span{color:#fff;text-align:center;background:#ff2a5f;border-radius:999px;min-width:35px;height:16px;font-size:10px;font-weight:700;line-height:16px;position:absolute;bottom:-2px;right:-9px}._creatorMeta_1pwin_33{flex-direction:column;flex:1;min-width:0;padding-top:4px;padding-right:14px;display:flex}._creatorMeta_1pwin_33 small{color:#75849b;text-overflow:ellipsis;white-space:nowrap;max-width:100%;margin-top:3px;font-size:14px;font-weight:400;line-height:17px;overflow:hidden}._creatorNameLine_1pwin_41{align-items:center;gap:6px;min-width:0;display:flex}._creatorNameLine_1pwin_41 strong{letter-spacing:0;text-overflow:ellipsis;white-space:nowrap;flex:0 auto;min-width:0;font-size:16px;font-weight:400;line-height:20px;overflow:hidden}._deactivatedBadge_1pwin_72{color:#75849b;background:#eef1f5;border-radius:4px;flex:none;padding:1px 5px;font-size:10px;font-weight:500;line-height:15px}._creatorActivity_1pwin_45{flex-direction:column;flex:0 0 54px;align-items:flex-end;width:54px;margin-top:4px;margin-right:20px;display:flex}._creatorActivity_1pwin_45 time{color:#75849b;text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:12px;font-weight:400;line-height:15px;overflow:hidden}._creatorActivity_1pwin_45 em{color:#fff;background:#171716;border-radius:999px;justify-content:center;align-items:center;min-width:18px;height:18px;margin-top:5px;padding:0 5px;font-size:12px;font-style:normal;font-weight:400;line-height:18px;display:flex}._emptyState_1pwin_475{flex-direction:column;flex:auto;justify-content:center;align-items:center;min-height:0;padding:20px;display:flex}._emptyState_1pwin_475 img{object-fit:contain;width:100px;height:100px}._emptyState_1pwin_475 p{color:#151c2b;text-align:center;margin:18px 0 0;font-size:14px;font-weight:400;line-height:17px}._page_1pwin_1[data-layout=desktop-sidebar] ._allSection_1pwin_278{height:100%;margin-top:0}._page_1pwin_1[data-layout=desktop-sidebar] ._allSection_1pwin_278 h2{clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}._page_1pwin_1[data-layout=desktop-sidebar] ._creatorList_1pwin_20{flex-direction:column;gap:8px;margin-top:0;padding:16px;display:flex}._page_1pwin_1[data-layout=desktop-sidebar] ._creatorRow_1pwin_24{border-radius:16px;grid-template-columns:44px minmax(0,1fr);align-items:center;gap:6px;height:68px;min-height:68px;padding:12px;display:grid}._page_1pwin_1[data-layout=desktop-sidebar] ._creatorRow_1pwin_24[data-selected=true]{background:#efffc9}._page_1pwin_1[data-layout=desktop-sidebar] ._creatorRow_1pwin_24:focus-visible{outline-offset:1px;outline:2px solid #d5fd24}._page_1pwin_1[data-layout=desktop-sidebar] ._rowAvatar_1pwin_60{flex:0 0 44px;width:44px;height:44px;margin-right:0}._page_1pwin_1[data-layout=desktop-sidebar] ._creatorContent_1pwin_30{grid-template-columns:minmax(0,1fr) 44px;align-self:center;min-width:0;height:36px;display:grid}._page_1pwin_1[data-layout=desktop-sidebar] ._creatorMeta_1pwin_33{justify-content:flex-start;align-self:center;height:36px;min-height:36px;padding:0}._page_1pwin_1[data-layout=desktop-sidebar] ._creatorMeta_1pwin_33 ._creatorNameLine_1pwin_41 strong{color:#171716;font-size:14px;font-weight:400;line-height:18px}._page_1pwin_1[data-layout=desktop-sidebar] ._creatorMeta_1pwin_33 small{color:#62615d;margin-top:4px;font-size:12px;line-height:14px}._page_1pwin_1[data-layout=desktop-sidebar] ._creatorActivity_1pwin_45{justify-content:flex-start;align-self:center;width:44px;min-width:0;height:36px;margin:0}._page_1pwin_1[data-layout=desktop-sidebar] ._creatorActivity_1pwin_45 time{color:#62615d;font-size:10px;line-height:18px}._page_1pwin_1[data-layout=desktop-sidebar] ._creatorActivity_1pwin_45 em{min-width:18px;height:18px;margin-top:2px;padding:0 4px;font-size:12px;line-height:14px}._page_1pwin_1[data-layout=desktop-sidebar] ._emptyState_1pwin_475{padding:20px}._page_1pwin_1[data-layout=desktop-sidebar] ._emptyState_1pwin_475 img{width:84px;height:84px}._page_1pwin_1[data-layout=desktop-sidebar] ._emptyState_1pwin_475 p{margin-top:14px;font-size:12px;line-height:16px}._page_1tr62_1{-webkit-overflow-scrolling:touch;width:100%;height:100%;min-height:0;padding-top:max(0px, env(safe-area-inset-top));background:#fff;flex-direction:column;display:flex;overflow:hidden auto}._page_qqxg4_1{color:#171716;width:100%;min-width:0;height:100%;min-height:0;font-family:"Plus Jakarta Sans", var(--font-sans), sans-serif;background:#f8f8f8;grid-template-rows:auto minmax(0,1fr) auto;display:grid}._header_qqxg4_13{min-height:calc(72 * var(--settings-pixel,1px));padding:calc(32 * var(--settings-pixel,1px)) calc(16 * var(--settings-pixel,1px)) calc(16 * var(--settings-pixel,1px));align-items:center;display:flex;position:relative}._header_qqxg4_13 h1{font-size:calc(20 * var(--settings-pixel,1px));font-weight:500;line-height:calc(24 * var(--settings-pixel,1px));margin:0}._scroller_qqxg4_27{overscroll-behavior:contain;scrollbar-width:thin;min-height:0;overflow:auto}._sections_qqxg4_34{width:min(594 * var(--settings-pixel,1px), 100% - 32 * var(--settings-pixel,1px));gap:calc(16 * var(--settings-pixel,1px));margin:calc(8 * var(--settings-pixel,1px)) auto calc(24 * var(--settings-pixel,1px));flex-direction:column;display:flex}._section_qqxg4_34{border-radius:calc(16 * var(--settings-pixel,1px));min-width:0;padding:calc(16 * var(--settings-pixel,1px));background:#fff}._section_qqxg4_34 h2{margin:0 0 calc(16 * var(--settings-pixel,1px));font-size:calc(20 * var(--settings-pixel,1px));font-weight:500;line-height:calc(24 * var(--settings-pixel,1px))}._row_qqxg4_55{width:100%;min-width:0;min-height:calc(52 * var(--settings-pixel,1px));justify-content:space-between;align-items:center;gap:calc(16 * var(--settings-pixel,1px));color:inherit;padding:calc(16 * var(--settings-pixel,1px)) 0;font-family:inherit;font-size:calc(16 * var(--settings-pixel,1px));font-weight:500;line-height:calc(20 * var(--settings-pixel,1px));text-align:start;background:0 0;border:0;display:flex;box-shadow:inset 0 -1px #ededed}._row_qqxg4_55:last-child{box-shadow:none}._languageRow_qqxg4_78{position:relative;box-shadow:inset 0 -1px #ededed}._value_qqxg4_83{justify-content:flex-end;align-items:center;gap:calc(8 * var(--settings-pixel,1px));color:#62615d;min-width:0;font-size:calc(14 * var(--settings-pixel,1px));font-weight:400;line-height:calc(18 * var(--settings-pixel,1px));display:flex}._value_qqxg4_83>span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}._chevron_qqxg4_101{width:calc(16 * var(--settings-pixel,1px));height:calc(16 * var(--settings-pixel,1px));flex:0 0 calc(16 * var(--settings-pixel,1px));object-fit:contain;display:block}._deleteButton_qqxg4_109{min-height:calc(52 * var(--settings-pixel,1px));justify-content:center;align-items:center;gap:calc(8 * var(--settings-pixel,1px));color:#fe2c55;padding:calc(16 * var(--settings-pixel,1px)) 0;font-family:inherit;font-size:calc(16 * var(--settings-pixel,1px));font-weight:500;line-height:calc(20 * var(--settings-pixel,1px));background:0 0;border:0;display:flex}._deleteButton_qqxg4_109 img{width:calc(18 * var(--settings-pixel,1px));height:calc(18 * var(--settings-pixel,1px));flex:0 0 calc(18 * var(--settings-pixel,1px));object-fit:contain}._dangerContent_qqxg4_131{padding:calc(16 * var(--settings-pixel,1px)) 0}._dangerContent_qqxg4_131 ._deleteButton_qqxg4_109{min-height:calc(20 * var(--settings-pixel,1px));padding:0}._dangerContent_qqxg4_131 p{margin:calc(8 * var(--settings-pixel,1px)) 0 0;color:#92918b;font-size:calc(12 * var(--settings-pixel,1px));line-height:calc(14 * var(--settings-pixel,1px))}._backButton_qqxg4_145{left:calc(20 * var(--settings-pixel,1px));width:calc(24 * var(--settings-pixel,1px));height:calc(24 * var(--settings-pixel,1px));font-size:calc(14 * var(--settings-pixel,1px));line-height:calc(18 * var(--settings-pixel,1px));place-items:center;display:grid;position:absolute}._backButton_qqxg4_145 img{width:100%;height:100%}._pageFooter_qqxg4_160{padding:calc(10 * var(--settings-pixel,1px)) calc(24 * var(--settings-pixel,1px)) calc(10 * var(--settings-pixel,1px) + var(--app-safe-bottom,0px))}._pageFooter_qqxg4_160 ._deleteButton_qqxg4_109{width:100%;min-height:calc(46 * var(--settings-pixel,1px));border-radius:calc(40 * var(--settings-pixel,1px));padding:calc(14 * var(--settings-pixel,1px)) calc(24 * var(--settings-pixel,1px));font-size:calc(14 * var(--settings-pixel,1px));font-weight:400;line-height:calc(18 * var(--settings-pixel,1px));background:#fff}._page_qqxg4_1[data-platform=mobile]{font-family:"Inter", var(--font-sans), sans-serif}._page_qqxg4_1[data-platform=mobile] ._header_qqxg4_13{min-height:calc(44 * var(--settings-pixel,1px));padding:calc(11 * var(--settings-pixel,1px)) calc(52 * var(--settings-pixel,1px));justify-content:center}._page_qqxg4_1[data-platform=mobile] ._header_qqxg4_13 h1{font-size:calc(18 * var(--settings-pixel,1px));font-weight:700;line-height:calc(22 * var(--settings-pixel,1px));text-align:center}._page_qqxg4_1[data-platform=mobile] ._sections_qqxg4_34{gap:calc(16 * var(--settings-pixel,1px));width:auto;margin:calc(8 * var(--settings-pixel,1px)) calc(20 * var(--settings-pixel,1px)) calc(16 * var(--settings-pixel,1px))}._page_qqxg4_1[data-platform=mobile] ._section_qqxg4_34{background:0 0;border-radius:0;padding:0}._page_qqxg4_1[data-platform=mobile] ._section_qqxg4_34 h2{margin-bottom:calc(12 * var(--settings-pixel,1px));font-size:calc(14 * var(--settings-pixel,1px));font-weight:400;line-height:calc(18 * var(--settings-pixel,1px))}._page_qqxg4_1[data-platform=mobile] ._rows_qqxg4_204{border-radius:calc(16 * var(--settings-pixel,1px));padding:0 calc(16 * var(--settings-pixel,1px));background:#fff}._page_qqxg4_1[data-platform=mobile] ._row_qqxg4_55{min-height:calc(50 * var(--settings-pixel,1px));box-shadow:none;font-size:calc(14 * var(--settings-pixel,1px));font-weight:400;line-height:calc(18 * var(--settings-pixel,1px));border:0}._page_qqxg4_1[data-platform=mobile] ._languageRow_qqxg4_78{box-shadow:none}._page_qqxg4_1[data-platform=mobile] ._chevron_qqxg4_101{width:calc(18 * var(--settings-pixel,1px));height:calc(18 * var(--settings-pixel,1px));flex-basis:calc(18 * var(--settings-pixel,1px))}._modal_qqxg4_226{width:100%;top:var(--app-visual-offset-top,0);height:var(--app-current-visual-height,100%);color:#171716;max-width:none;max-height:none;padding:calc(24 * var(--settings-pixel,1px));font-family:"Plus Jakarta Sans", var(--font-sans), sans-serif;background:0 0;border:0;margin:0;overflow:hidden}._modal_qqxg4_226[open]{place-items:center;display:grid}._modal_qqxg4_226::backdrop{background:#0009}._dialogPanel_qqxg4_248{width:min(480 * var(--settings-pixel,1px), 100%);border-radius:calc(16 * var(--settings-pixel,1px));max-height:100%;padding:calc(24 * var(--settings-pixel,1px));overscroll-behavior:contain;background:#fff;overflow:auto}._dialogBody_qqxg4_258{gap:calc(16 * var(--settings-pixel,1px));display:grid}._dialogBody_qqxg4_258 h2{font-size:calc(24 * var(--settings-pixel,1px));font-weight:700;line-height:calc(30 * var(--settings-pixel,1px));outline:none;margin:0}._emailFields_qqxg4_270,._codeFields_qqxg4_271{gap:calc(8 * var(--settings-pixel,1px));display:grid}._emailField_qqxg4_270{gap:calc(8 * var(--settings-pixel,1px));font-size:calc(14 * var(--settings-pixel,1px));line-height:calc(18 * var(--settings-pixel,1px));display:grid}._emailField_qqxg4_270 input{width:100%;min-width:0;height:calc(48 * var(--settings-pixel,1px));border-radius:calc(12 * var(--settings-pixel,1px));color:#171716;padding:calc(12 * var(--settings-pixel,1px)) calc(14 * var(--settings-pixel,1px));font-family:inherit;font-size:calc(16 * var(--settings-pixel,1px));font-weight:500;line-height:calc(20 * var(--settings-pixel,1px));background:#f0f0f0;border:0}._emailField_qqxg4_270 input::placeholder{color:#a7a69f;opacity:1}._emailNote_qqxg4_301{align-items:flex-start;gap:calc(4 * var(--settings-pixel,1px));color:#92918b;font-size:calc(14 * var(--settings-pixel,1px));line-height:calc(18 * var(--settings-pixel,1px));margin:0;display:flex}._emailNote_qqxg4_301 img{width:calc(16 * var(--settings-pixel,1px));height:calc(18 * var(--settings-pixel,1px));flex:0 0 calc(16 * var(--settings-pixel,1px));object-fit:contain}._dialogActions_qqxg4_317{justify-content:flex-end;gap:calc(24 * var(--settings-pixel,1px));margin-top:calc(16 * var(--settings-pixel,1px));display:flex}._primaryButton_qqxg4_324,._secondaryButton_qqxg4_325{min-height:calc(38 * var(--settings-pixel,1px));border-radius:calc(40 * var(--settings-pixel,1px));padding:calc(9 * var(--settings-pixel,1px)) calc(24 * var(--settings-pixel,1px));font-family:inherit;font-size:calc(14 * var(--settings-pixel,1px));font-weight:400;line-height:calc(18 * var(--settings-pixel,1px));text-align:center;border:1px solid #0000;justify-content:center;align-items:center;display:flex}._primaryButton_qqxg4_324:disabled,._secondaryButton_qqxg4_325:disabled{cursor:wait;opacity:.6}._primaryButton_qqxg4_324{color:#fff;background:#171716}._secondaryButton_qqxg4_325{color:#171716;background:#fff;border-color:#ededed}._codeFields_qqxg4_271>p,._confirmationMessage_qqxg4_357{font-size:calc(14 * var(--settings-pixel,1px));font-weight:400;line-height:calc(18 * var(--settings-pixel,1px));overflow-wrap:anywhere;margin:0}._codeInputs_qqxg4_365{gap:calc(8 * var(--settings-pixel,1px));grid-template-columns:repeat(6,minmax(0,1fr));display:grid}._codeInputs_qqxg4_365 input{width:100%;min-width:0;height:calc(60 * var(--settings-pixel,1px));border-radius:calc(8 * var(--settings-pixel,1px));color:#171716;font-family:inherit;font-size:calc(20 * var(--settings-pixel,1px));line-height:calc(24 * var(--settings-pixel,1px));text-align:center;background:#f0f0f0;border:0;padding:0}._resend_qqxg4_385{color:#171716;font-size:calc(16 * var(--settings-pixel,1px));font-weight:500;line-height:calc(20 * var(--settings-pixel,1px));justify-self:end}._resend_qqxg4_385:disabled{color:#92918b;cursor:default}._error_qqxg4_397{margin:calc(8 * var(--settings-pixel,1px)) 0 0;color:#c72042;font-size:calc(12 * var(--settings-pixel,1px));line-height:calc(18 * var(--settings-pixel,1px));overflow-wrap:anywhere}._languagePopover_qqxg4_405{z-index:5;border-radius:calc(8 * var(--settings-pixel,1px));box-shadow:0 calc(2 * var(--settings-pixel,1px)) calc(4 * var(--settings-pixel,1px)) #0000001a;padding:calc(12 * var(--settings-pixel,1px)) 0;background:#fff;position:absolute;top:100%;left:0;right:0}._languageOptions_qqxg4_417{position:relative}._languageOptions_qqxg4_417[data-pending] ._languageOption_qqxg4_417{cursor:wait}._languageLoading_qqxg4_424{z-index:1;justify-content:center;align-items:center;gap:calc(8 * var(--settings-pixel,1px));border-radius:calc(8 * var(--settings-pixel,1px));color:#62615d;padding:calc(16 * var(--settings-pixel,1px));font-size:calc(14 * var(--settings-pixel,1px));line-height:calc(20 * var(--settings-pixel,1px));text-align:center;cursor:wait;background:#fff;flex-direction:column;display:flex;position:absolute;inset:0}._languageLoading_qqxg4_424>span{animation:.16s ease-out both _language-loading-appear_qqxg4_1}._languageLoadingLabel_qqxg4_446{color:#171716;font-size:calc(16 * var(--settings-pixel,1px));font-weight:500}._languageProgress_qqxg4_452{width:calc(80 * var(--settings-pixel,1px));height:calc(3 * var(--settings-pixel,1px));border-radius:calc(3 * var(--settings-pixel,1px));background:#efeeea;display:block;overflow:hidden}._languageProgress_qqxg4_452>span{border-radius:inherit;background:#171716;width:40%;height:100%;animation:1.1s ease-in-out infinite _language-loading-progress_qqxg4_1;display:block}@keyframes _language-loading-appear_qqxg4_1{0%{opacity:0}to{opacity:1}}@keyframes _language-loading-progress_qqxg4_1{0%{transform:translate(-100%)}to{transform:translate(250%)}}@media (prefers-reduced-motion:reduce){._languageLoading_qqxg4_424>span,._languageProgress_qqxg4_452>span{animation:none}._languageProgress_qqxg4_452>span{margin:0 auto}}._languageList_qqxg4_494{max-height:calc(200 * var(--settings-pixel,1px));overscroll-behavior:contain;scrollbar-width:thin;overflow:auto}._languageOption_qqxg4_417{width:100%;min-height:calc(40 * var(--settings-pixel,1px));color:#171716;padding:calc(10 * var(--settings-pixel,1px)) calc(24 * var(--settings-pixel,1px));font-family:inherit;font-size:calc(16 * var(--settings-pixel,1px));font-weight:500;line-height:calc(20 * var(--settings-pixel,1px));justify-content:center;align-items:center;display:flex}._languageOption_qqxg4_417[aria-selected=true]{background:#f8f7f4}._checkIcon_qqxg4_518{width:calc(18 * var(--settings-pixel,1px));height:calc(18 * var(--settings-pixel,1px));object-fit:contain}._visuallyHidden_qqxg4_524{clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}._modal_qqxg4_226[data-platform=mobile]{font-family:"Inter", var(--font-sans), sans-serif;padding:0}._modal_qqxg4_226[data-platform=mobile][open]{align-items:end}._modal_qqxg4_226[data-platform=mobile] ._dialogPanel_qqxg4_248{border-radius:calc(16 * var(--settings-pixel,1px)) calc(16 * var(--settings-pixel,1px)) 0 0;background:#f8f8f8;width:100%;padding:0}._modal_qqxg4_226[data-platform=mobile] ._dragHandle_qqxg4_546{width:calc(25 * var(--settings-pixel,1px));height:calc(4 * var(--settings-pixel,1px));margin:calc(12 * var(--settings-pixel,1px)) auto calc(16 * var(--settings-pixel,1px));border-radius:calc(4 * var(--settings-pixel,1px));background:#62615d;display:block}._modal_qqxg4_226[data-platform=mobile] ._dialogBody_qqxg4_258{padding:calc(10 * var(--settings-pixel,1px)) calc(16 * var(--settings-pixel,1px))}._modal_qqxg4_226[data-platform=mobile] ._dialogBody_qqxg4_258 h2{font-size:calc(18 * var(--settings-pixel,1px));line-height:calc(22 * var(--settings-pixel,1px))}._modal_qqxg4_226[data-platform=mobile] ._emailField_qqxg4_270 input{height:calc(46 * var(--settings-pixel,1px));font-size:calc(14 * var(--settings-pixel,1px));font-weight:400;line-height:calc(18 * var(--settings-pixel,1px))}._modal_qqxg4_226[data-platform=mobile] ._emailNote_qqxg4_301{font-size:calc(12 * var(--settings-pixel,1px));line-height:calc(14 * var(--settings-pixel,1px))}._modal_qqxg4_226[data-platform=mobile] ._dialogActions_qqxg4_317{gap:calc(3 * var(--settings-pixel,1px));margin:calc(6 * var(--settings-pixel,1px)) 0 0;padding:calc(10 * var(--settings-pixel,1px)) calc(24 * var(--settings-pixel,1px)) calc(10 * var(--settings-pixel,1px) + var(--app-safe-bottom,0px));grid-template-columns:126fr 198fr;display:grid}._modal_qqxg4_226[data-platform=mobile] ._primaryButton_qqxg4_324,._modal_qqxg4_226[data-platform=mobile] ._secondaryButton_qqxg4_325{min-height:calc(46 * var(--settings-pixel,1px));padding:calc(13 * var(--settings-pixel,1px)) calc(12 * var(--settings-pixel,1px))}._modal_qqxg4_226[data-platform=mobile] ._codeFields_qqxg4_271>p,._modal_qqxg4_226[data-platform=mobile] ._resend_qqxg4_385{font-size:calc(14 * var(--settings-pixel,1px));font-weight:400;line-height:calc(18 * var(--settings-pixel,1px))}._modal_qqxg4_226[data-platform=mobile] ._codeInputs_qqxg4_365 input{height:calc(50 * var(--settings-pixel,1px))}._modal_qqxg4_226[data-platform=mobile] ._languageList_qqxg4_494{max-height:calc(250 * var(--settings-pixel,1px));margin:0 calc(16 * var(--settings-pixel,1px))}._modal_qqxg4_226[data-platform=mobile] ._languageLoading_qqxg4_424{background:#f8f8f8}._modal_qqxg4_226[data-platform=mobile] ._languageOption_qqxg4_417{min-height:calc(50 * var(--settings-pixel,1px));padding:calc(13 * var(--settings-pixel,1px)) calc(24 * var(--settings-pixel,1px));line-height:calc(24 * var(--settings-pixel,1px));justify-content:space-between}._modal_qqxg4_226[data-platform=mobile] ._languageOption_qqxg4_417[aria-selected=true]{background:#efeeea}._modal_qqxg4_226[data-platform=mobile] ._languageContent_qqxg4_608 ._dialogActions_qqxg4_317{margin-top:calc(24 * var(--settings-pixel,1px));grid-template-columns:minmax(0,1fr)}._legalDocument_qqxg4_613{gap:calc(16 * var(--settings-pixel,1px));padding:calc(8 * var(--settings-pixel,1px)) calc(20 * var(--settings-pixel,1px)) calc(24 * var(--settings-pixel,1px));font-size:calc(14 * var(--settings-pixel,1px));font-weight:400;line-height:calc(18 * var(--settings-pixel,1px));overflow-wrap:anywhere;display:grid}._legalDocument_qqxg4_613 h2,._legalDocument_qqxg4_613 h3,._legalDocument_qqxg4_613 p,._legalDocument_qqxg4_613 ul,._legalDocument_qqxg4_613 ol{margin:0}._legalDocument_qqxg4_613>h2{font-size:calc(28 * var(--settings-pixel,1px));font-weight:700;line-height:calc(34 * var(--settings-pixel,1px))}._legalDocument_qqxg4_613 ._legalUpdated_qqxg4_634,._legalDocument_qqxg4_613 section h2,._legalDocument_qqxg4_613 section h3{font-size:calc(18 * var(--settings-pixel,1px));font-weight:700;line-height:calc(22 * var(--settings-pixel,1px))}._legalDocument_qqxg4_613 section{gap:calc(16 * var(--settings-pixel,1px));display:grid}._page_181l5_1{grid-template-rows:auto minmax(0,1fr)}._header_181l5_5{gap:calc(12 * var(--settings-pixel,1px))}._breadcrumb_181l5_9{align-items:center;gap:calc(6 * var(--settings-pixel,1px));min-width:0;display:flex}._breadcrumb_181l5_9 button{color:#92918b;font-family:inherit;font-size:calc(16 * var(--settings-pixel,1px));font-weight:500;line-height:calc(20 * var(--settings-pixel,1px));cursor:pointer;background:0 0;border:0;flex-shrink:0;padding:0}._breadcrumb_181l5_9 button:hover:not(:disabled){color:#171716}._breadcrumb_181l5_9 button:disabled{cursor:wait;opacity:.5}._breadcrumb_181l5_9>span{color:#171716;font-size:calc(20 * var(--settings-pixel,1px));font-weight:500;line-height:calc(24 * var(--settings-pixel,1px))}._breadcrumb_181l5_9 h1{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}._backButton_181l5_47{width:calc(24 * var(--settings-pixel,1px));height:calc(24 * var(--settings-pixel,1px));flex:0 0 calc(24 * var(--settings-pixel,1px));place-items:center;display:grid}._backButton_181l5_47 img{width:100%;height:100%}._backButton_181l5_47:disabled{cursor:wait;opacity:.5}._form_181l5_63{width:min(594 * var(--settings-pixel,1px), 100% - 32 * var(--settings-pixel,1px));min-width:0;min-height:0;max-height:calc(100% - 32 * var(--settings-pixel,1px));margin:calc(8 * var(--settings-pixel,1px)) auto calc(24 * var(--settings-pixel,1px));border-radius:calc(16 * var(--settings-pixel,1px));background:#fff;grid-template-rows:minmax(0,1fr) auto;align-self:start;display:grid;overflow:hidden}._scroller_181l5_77{overscroll-behavior:contain;scrollbar-width:thin;min-height:0;overflow:auto}._content_181l5_84{gap:calc(32 * var(--settings-pixel,1px));padding:calc(24 * var(--settings-pixel,1px));flex-direction:column;display:flex}._intro_181l5_91{gap:calc(16 * var(--settings-pixel,1px));flex-direction:column;min-width:0;display:flex}._paypalLogo_181l5_98{width:calc(120 * var(--settings-pixel,1px));height:calc(30 * var(--settings-pixel,1px));object-fit:contain;display:block}._description_181l5_105{gap:calc(4 * var(--settings-pixel,1px));display:grid}._description_181l5_105 h2{color:#171716;font-size:calc(22 * var(--settings-pixel,1px));font-weight:700;line-height:calc(32 * var(--settings-pixel,1px));margin:0}._description_181l5_105 p{color:#62615d;font-size:calc(14 * var(--settings-pixel,1px));font-weight:400;line-height:calc(18 * var(--settings-pixel,1px));margin:0}._field_181l5_124{gap:calc(8 * var(--settings-pixel,1px));min-width:0;display:grid}._field_181l5_124 label{font-size:calc(14 * var(--settings-pixel,1px));line-height:calc(18 * var(--settings-pixel,1px))}._field_181l5_124 input{width:100%;min-width:0;height:calc(46 * var(--settings-pixel,1px));border-radius:calc(12 * var(--settings-pixel,1px));color:#171716;padding:calc(14 * var(--settings-pixel,1px)) calc(12 * var(--settings-pixel,1px));font-family:inherit;font-size:calc(14 * var(--settings-pixel,1px));font-weight:400;line-height:calc(18 * var(--settings-pixel,1px));background:#efeeea;border:0}._field_181l5_124 input::placeholder{color:#a7a69f;opacity:1}._field_181l5_124 input:disabled{cursor:wait;opacity:1}._note_181l5_156{align-items:flex-start;gap:calc(4 * var(--settings-pixel,1px));color:#92918b;font-size:calc(12 * var(--settings-pixel,1px));line-height:calc(14 * var(--settings-pixel,1px));margin:0;display:flex}._note_181l5_156 img{width:calc(16 * var(--settings-pixel,1px));height:calc(18 * var(--settings-pixel,1px));flex:0 0 calc(16 * var(--settings-pixel,1px));object-fit:contain}._footer_181l5_172{padding:calc(10 * var(--settings-pixel,1px)) calc(24 * var(--settings-pixel,1px)) calc(24 * var(--settings-pixel,1px))}._primaryButton_181l5_176,._retryButton_181l5_177{min-height:calc(46 * var(--settings-pixel,1px));border-radius:calc(40 * var(--settings-pixel,1px));color:#fff;padding:calc(14 * var(--settings-pixel,1px)) calc(16 * var(--settings-pixel,1px));font-family:inherit;font-size:calc(14 * var(--settings-pixel,1px));font-weight:400;line-height:calc(18 * var(--settings-pixel,1px));text-align:center;background:#171716;border:0;justify-content:center;align-items:center;display:flex}._primaryButton_181l5_176{width:100%}._primaryButton_181l5_176:disabled{color:#a09f99;cursor:default;background:#ddddd8}._primaryButton_181l5_176[aria-busy=true]{cursor:wait}._loadError_181l5_206{gap:calc(12 * var(--settings-pixel,1px));color:#62615d;font-size:calc(14 * var(--settings-pixel,1px));line-height:calc(18 * var(--settings-pixel,1px));justify-items:start;display:grid}._loadError_181l5_206 p{margin:0}._error_181l5_218{color:#c72042;font-size:calc(12 * var(--settings-pixel,1px));line-height:calc(18 * var(--settings-pixel,1px));overflow-wrap:anywhere;margin:0}._skeleton_181l5_226{border-radius:calc(4 * var(--settings-pixel,1px));background:linear-gradient(90deg,#efeeea 20%,#f8f7f4 50%,#efeeea 80%) 0 0/220% 100%;width:100%;animation:1.4s ease-in-out infinite _loading-shimmer_181l5_1;display:block}._skeletonLabel_181l5_235{width:calc(96 * var(--settings-pixel,1px));height:calc(18 * var(--settings-pixel,1px))}._skeletonInput_181l5_240{height:calc(46 * var(--settings-pixel,1px));border-radius:calc(12 * var(--settings-pixel,1px))}._skeletonNote_181l5_245{width:88%;height:calc(18 * var(--settings-pixel,1px))}@keyframes _loading-shimmer_181l5_1{0%{background-position:100% 0}to{background-position:-100% 0}}@media (prefers-reduced-motion:reduce){._skeleton_181l5_226{animation:none}}._page_181l5_1[data-platform=mobile] ._header_181l5_5 ._backButton_181l5_47{left:calc(16 * var(--settings-pixel,1px));position:absolute}._page_181l5_1[data-platform=mobile] ._form_181l5_63{background:#f8f8f8;border-radius:0;align-self:stretch;width:100%;height:100%;max-height:none;margin:0}._page_181l5_1[data-platform=mobile] ._content_181l5_84{padding:calc(8 * var(--settings-pixel,1px)) calc(20 * var(--settings-pixel,1px)) calc(24 * var(--settings-pixel,1px))}._page_181l5_1[data-platform=mobile] ._intro_181l5_91{width:min(325 * var(--settings-pixel,1px), 100%)}._page_181l5_1[data-platform=mobile] ._footer_181l5_172{padding:calc(10 * var(--settings-pixel,1px)) calc(24 * var(--settings-pixel,1px)) calc(10 * var(--settings-pixel,1px) + var(--app-safe-bottom,0px))}._page_fjq96_1{color:#141b27;width:100%;height:100%;min-height:0;font-family:var(--font-sans);background:#f4f7fc;flex-direction:column;padding:0 20px;display:flex;position:relative;overflow:hidden}._filterBar_fjq96_15,._filterPanelBar_fjq96_16{background:#f4f7fc;flex:0 0 32px;align-items:center;gap:12px;width:100%;height:32px;display:flex}._filterScroller_fjq96_26{scrollbar-width:none;overscroll-behavior-x:contain;touch-action:pan-y;-webkit-user-select:none;user-select:none;-webkit-overflow-scrolling:touch;flex:1;align-items:center;gap:28px;min-width:0;display:flex;overflow:auto hidden}._filterScroller_fjq96_26::-webkit-scrollbar{display:none}._filterTab_fjq96_45,._filterTabActive_fjq96_46{color:#141b27;white-space:nowrap;flex:none;line-height:24px;transition:font-size .16s,font-weight .16s;position:relative}._filterTab_fjq96_45{font-size:14px;font-weight:400}._filterTabActive_fjq96_46{font-size:18px;font-weight:700}._filterTabActive_fjq96_46:after{content:"";background:linear-gradient(90deg,#4e71e0 0%,#4e71e01a 100%);border-radius:999px;height:4px;position:absolute;bottom:1px;left:0;right:0}._filterButton_fjq96_75{flex:0 0 24px;place-items:center;width:24px;height:24px;display:grid}._filterButton_fjq96_75 img{width:18px;height:18px;display:block}._cardList_fjq96_88{overscroll-behavior-y:contain;min-height:0;padding:16px 0 calc(16px + var(--app-safe-bottom));scrollbar-width:none;touch-action:pan-y;-webkit-overflow-scrolling:touch;flex-direction:column;flex:1;gap:16px;display:flex;overflow:hidden auto}._cardList_fjq96_88::-webkit-scrollbar{display:none}._copiedSectionHeader_fjq96_106{flex:0 0 30px;justify-content:space-between;align-items:flex-end;width:100%;height:30px;display:flex}._copiedSectionHeader_fjq96_106 h2,._copiedSectionHeader_fjq96_106 span{margin:0}._copiedSectionHeader_fjq96_106 h2{color:#141b27;font-size:18px;font-weight:700;line-height:22px}._copiedSectionHeader_fjq96_106 span{color:#95a3b9;font-size:12px;font-weight:400;line-height:14px}._swipeShell_fjq96_131{background:0 0;border-radius:16px;flex:none;width:100%;position:relative;overflow:hidden}._deleteAction_fjq96_140{z-index:0;opacity:0;background:#fe2c55;place-items:center;width:74px;display:grid;position:absolute;top:0;bottom:0;right:0}._deleteAction_fjq96_140 img{width:20px;height:22px;display:block}._deleteActionVisible_fjq96_158{opacity:1}._card_fjq96_88{z-index:1;cursor:pointer;touch-action:pan-y;-webkit-user-select:none;user-select:none;background:#fff;border-radius:16px;flex-direction:column;width:100%;padding:16px;transition:transform .18s;display:flex;position:relative}._cardDragging_fjq96_177{transition:none}._identityRow_fjq96_181{align-items:center;gap:8px;width:100%;height:50px;display:flex}._avatarRing_fjq96_189{border:2px solid #4e71e0;border-radius:50%;flex:0 0 50px;place-items:center;width:50px;height:50px;display:grid}._avatarRing_fjq96_189 img{object-fit:cover;border-radius:50%;width:46px;height:46px;display:block}._identityCopy_fjq96_206{flex-direction:column;flex:1;justify-content:center;gap:6px;min-width:0;height:50px;display:flex}._identityCopy_fjq96_206 strong{text-overflow:ellipsis;white-space:nowrap;font-size:16px;font-weight:500;line-height:20px;overflow:hidden}._badges_fjq96_224{align-items:center;gap:8px;min-width:0;display:flex}._badges_fjq96_224 span{color:#4e71e0;text-overflow:ellipsis;white-space:nowrap;background:#eef3f9;border-radius:20px;padding:3px 10px;font-size:10px;font-weight:400;line-height:14px;overflow:hidden}._metrics_fjq96_243{flex-wrap:wrap;align-items:center;gap:8px 12px;min-height:20px;margin-top:8px;display:flex}._metrics_fjq96_243>span{color:#141b27;align-items:center;gap:2px;font-size:14px;font-weight:400;line-height:20px;display:inline-flex}._diamondIcon_fjq96_261{object-fit:contain;flex:0 0 20px;width:20px;height:20px;display:block}._giftIcon_fjq96_269,._giftIconFallback_fjq96_270{object-fit:contain;flex:0 0 14px;width:14px;height:14px;display:block}._giftIconFallback_fjq96_270{font-size:14px;line-height:14px}._actionError_fjq96_283{color:#d91f46;background:#fff1f4;border-radius:10px;flex:none;width:100%;margin-top:8px;padding:8px 12px;font-size:12px;line-height:16px}._pageState_fjq96_295{color:#6c7b92;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:12px;min-height:160px;padding:24px;font-size:14px;line-height:20px;display:flex}._pageState_fjq96_295 p{margin:0}._pageState_fjq96_295 button{color:#fff;background:#4e71e0;border-radius:999px;min-width:88px;height:36px;padding:0 20px}._separator_fjq96_320{border-top:1px dashed #ededed;flex:0 0 1px;width:100%;height:1px;margin-top:8px}._actions_fjq96_328{flex-wrap:wrap;align-items:center;gap:8px;margin-top:8px;display:flex}._actions_fjq96_328 span{color:#95a3b9;white-space:nowrap;border:1px solid #e7edf8;border-radius:20px;padding:1px 9px;font-size:10px;font-weight:400;line-height:14px}._modalLayer_fjq96_346{z-index:20;position:absolute;inset:0}._backdrop_fjq96_352{background:#000c;width:100%;height:100%;position:absolute;inset:0}._filterPanel_fjq96_16{z-index:1;background:#f4f7fc;border-radius:0 0 24px 24px;width:100%;position:relative;overflow:hidden}._filterPanelBar_fjq96_16{padding:0 20px}._filterOptions_fjq96_373{border-radius:0 0 24px 24px;flex-wrap:wrap;align-content:flex-start;gap:16px;width:100%;padding:12px 20px 16px;display:flex}._filterChip_fjq96_383,._filterChipActive_fjq96_384{white-space:nowrap;border-radius:32px;flex:none;height:34px;padding:8px 16px;font-size:14px;font-weight:400;line-height:18px}._filterChip_fjq96_383{color:#141b27;background:#fff}._filterChipActive_fjq96_384{color:#fff;background:#4e71e0}._messageSheet_fjq96_405{z-index:1;background:#f4f7fc;border-radius:24px 24px 0 0;flex-direction:column;max-height:100%;padding-top:12px;display:flex;position:absolute;bottom:0;left:0;right:0}._sheetHandle_fjq96_419{background:#95a3b9;border-radius:999px;flex:0 0 4px;width:24px;height:4px;margin:0 auto}._sheetContent_fjq96_428{flex-direction:column;flex:none;gap:16px;min-height:0;padding:10px 20px 0;display:flex}._sheetHeader_fjq96_437{flex-direction:column;flex:0 0 42px;gap:2px;width:100%;height:42px;display:flex}._sheetHeader_fjq96_437 h2,._sheetHeader_fjq96_437 p{margin:0}._sheetHeader_fjq96_437 h2{font-size:18px;font-weight:700;line-height:22px}._sheetHeader_fjq96_437 p{color:#6c7b92;font-size:14px;font-weight:400;line-height:18px}._messageCopy_fjq96_461{background:#fff;border-radius:16px;flex-direction:column;gap:8px;width:100%;height:266px;padding:16px;display:flex}._messageCopy_fjq96_461 textarea{resize:none;color:#141b27;width:100%;min-height:0;font:inherit;scrollbar-width:none;background:0 0;border:0;outline:0;flex:1;font-size:16px;font-weight:400;line-height:17px}._messageCopy_fjq96_461 textarea::-webkit-scrollbar{display:none}._tryAnotherButton_fjq96_490{color:#4e71e0;align-self:flex-end;font-size:12px;font-weight:500;line-height:16px}._sheetError_fjq96_498{color:#d91f46;font-size:12px;line-height:16px}._sheetActionBar_fjq96_504{flex:none;align-items:center;width:100%;padding:20px 24px;display:flex}._shareButton_fjq96_512{color:#fff;background:#4e71e0;border-radius:40px;width:100%;height:46px}._shareButton_fjq96_512:disabled{cursor:default;opacity:.55}._shareButton_fjq96_512{padding:14px 16px;font-size:14px;font-weight:400;line-height:18px}@media (prefers-reduced-motion:reduce){._card_fjq96_88,._filterTab_fjq96_45,._filterTabActive_fjq96_46{transition:none}}._layer_e3blp_1{z-index:120;font-family:"Inter", var(--font-sans), sans-serif;place-items:center;padding:24px;display:grid;position:fixed;inset:0}._backdrop_e3blp_11{background:#1717167a;border:0;width:100%;height:100%;position:absolute;inset:0}._dialog_e3blp_20{z-index:1;color:#171716;background:#f8f8f8;border-radius:16px;flex-direction:column;gap:16px;width:min(100%,587px);max-height:calc(100vh - 48px);padding:16px;display:flex;position:relative;overflow:hidden auto}._header_e3blp_36{justify-content:flex-end;align-items:flex-start;gap:8px;width:100%;display:flex}._header_e3blp_36>div{flex-direction:column;flex:auto;align-items:flex-start;gap:4px;min-width:0;display:flex}._header_e3blp_36 h2,._header_e3blp_36 p{width:100%;margin:0}._header_e3blp_36 h2{font-size:20px;font-weight:500;line-height:24px}._header_e3blp_36 p{color:#62615d;font-size:14px;font-weight:400;line-height:18px}._closeButton_e3blp_72{cursor:pointer;background:0 0;border:0;flex:0 0 20px;place-items:center;width:20px;height:20px;padding:0;display:grid}._closeButton_e3blp_72 img{object-fit:contain;width:20px;height:20px;display:block}._messageField_e3blp_91{background:#fff;border:1px solid #ededed;border-radius:16px;flex:0 0 300px;width:100%;height:300px;position:relative;overflow:hidden}._messageField_e3blp_91 textarea{resize:none;color:#171716;width:100%;height:100%;font:inherit;scrollbar-width:thin;background:0 0;border:0;outline:0;padding:12px 12px 34px;font-size:14px;font-weight:400;line-height:18px;display:block}._counter_e3blp_119{color:#92918b;font-size:12px;font-weight:400;line-height:14px;position:absolute;bottom:10px;right:12px}._messageSkeleton_e3blp_129{flex-direction:column;gap:10px;width:100%;height:100%;padding:14px 12px;display:flex}._messageSkeleton_e3blp_129 span{background:linear-gradient(90deg,#f1f0ed 20%,#fafaf8 46%,#f1f0ed 72%) 0 0/220% 100%;border-radius:7px;width:88%;height:12px;animation:1.3s linear infinite _contact-dialog-shimmer_e3blp_1}._messageSkeleton_e3blp_129 span:nth-child(2){width:68%}._messageSkeleton_e3blp_129 span:nth-child(3){width:78%;margin-top:8px}._loadError_e3blp_156{color:#a62222;background:#fff;border-radius:12px;justify-content:space-between;align-items:center;gap:12px;padding:10px 12px;font-size:12px;line-height:14px;display:flex;position:absolute;top:12px;left:12px;right:12px}._loadError_e3blp_156 button{color:#171716;font:inherit;cursor:pointer;background:0 0;border:0;flex:none;padding:4px;text-decoration:underline}._actionRow_e3blp_184{justify-content:flex-end;align-items:center;gap:12px;width:100%;min-height:42px;display:flex}._actionRow_e3blp_184>button{color:#fff;min-height:42px;font:inherit;cursor:pointer;background:#171716;border:0;border-radius:24px;flex:none;padding:12px 16px;font-size:14px;font-weight:400;line-height:18px}._actionRow_e3blp_184>button:disabled{cursor:not-allowed}._shareError_e3blp_212{color:#a62222;text-align:right;flex:auto;min-width:0;font-size:12px;line-height:14px}._closeButton_e3blp_72:focus-visible,._loadError_e3blp_156 button:focus-visible,._actionRow_e3blp_184>button:focus-visible{outline-offset:2px;outline:2px solid #171716}._messageField_e3blp_91 textarea:focus-visible{outline:2px solid var(--color-form-focus);outline-offset:2px}@keyframes _contact-dialog-shimmer_e3blp_1{0%{background-position:120% 0}to{background-position:-120% 0}}@media (width<=767px){._layer_e3blp_1{justify-content:center;align-items:flex-end;padding:0;display:flex}._dialog_e3blp_20{width:100%;max-height:calc(100vh - var(--app-safe-top,0px));padding:16px 16px calc(16px + var(--app-safe-bottom,0px));border-radius:16px 16px 0 0}._actionRow_e3blp_184{flex-direction:column;align-items:stretch;gap:8px;min-height:46px}._actionRow_e3blp_184>button{white-space:nowrap;border-radius:40px;flex:none;width:100%;min-height:46px;padding:14px 16px}._shareError_e3blp_212{text-align:left;flex:none;width:100%}}@media (height<=500px){._messageField_e3blp_91{flex-basis:42vh;height:42vh}}@media (prefers-reduced-motion:reduce){._messageSkeleton_e3blp_129 span{animation:none}}._root_1jn59_1{text-align:center;flex-direction:column;flex:auto;justify-content:center;align-items:center;gap:24px;width:100%;min-height:0;display:flex}._root_1jn59_1>img{object-fit:contain;width:90px;height:90px;display:block}._copy_1jn59_20{flex-direction:column;align-items:center;gap:8px;width:100%;display:flex}._copy_1jn59_20 strong{color:#171716;font-size:20px;font-weight:500;line-height:24px}._copy_1jn59_20>span{color:#92918b;font-family:"Inter", var(--font-sans), sans-serif;font-size:14px;font-weight:400;line-height:18px}._root_1jn59_1>button{color:#fff;min-height:42px;font-family:"Inter", var(--font-sans), sans-serif;cursor:pointer;background:#171716;border:0;border-radius:40px;justify-content:center;align-items:center;padding:12px 24px;font-size:14px;font-weight:400;line-height:18px;display:inline-flex}._root_1jn59_1>button:focus-visible{outline-offset:2px;outline:2px solid #171716}@media (width<=767px){._root_1jn59_1{background:#fff;border-radius:16px;min-height:300px;padding:20px 16px}._root_1jn59_1>button{width:100%;min-height:46px;padding-top:14px;padding-bottom:14px}}._list_s5dpb_1{width:100%;min-width:0}._row_s5dpb_6{color:#171716;border-bottom:1px solid #ededed;grid-template-columns:minmax(190px,1.2fr) minmax(150px,.9fr) minmax(220px,1.35fr) minmax(210px,auto);align-items:center;gap:20px;min-width:0;padding:18px 0;display:grid}._row_s5dpb_6:last-child{border-bottom:0}._identity_s5dpb_21{min-width:0;color:inherit;align-items:center;gap:12px;text-decoration:none;display:flex}a._identity_s5dpb_21:focus-visible{outline-offset:3px;border-radius:10px;outline:2px solid #171716}._avatarFrame_s5dpb_36{border-radius:50%;flex:0 0 44px;place-items:center;width:44px;height:44px;display:grid;overflow:hidden}._avatar_s5dpb_36{object-fit:cover;background:#efeeea;border-radius:50%;width:44px;height:44px;display:block}._identityText_s5dpb_55{flex-direction:column;gap:4px;min-width:0;display:flex}._identityText_s5dpb_55>strong,._liveMeta_s5dpb_63{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}._identityText_s5dpb_55>strong{color:#171716;font-size:15px;font-weight:700;line-height:20px}._liveMeta_s5dpb_63{color:#62615d;font-size:12px;line-height:18px}._identityBadges_s5dpb_82,._supporterTags_s5dpb_83,._valueTags_s5dpb_84,._actionTags_s5dpb_85,._actionGroup_s5dpb_86,._diamondValue_s5dpb_87,._giftValue_s5dpb_88{align-items:center;min-width:0;display:flex}._overflowAnchor_s5dpb_94{min-width:0;position:relative}._valueTooltipAnchor_s5dpb_99{width:100%}._actionTooltipAnchor_s5dpb_103{flex:auto;width:100%}._overflowAnchor_s5dpb_94:focus-visible{outline-offset:3px;border-radius:8px;outline:2px solid #171716}._overflowTooltip_s5dpb_114{z-index:10000;color:#fff;width:max-content;font-family:"Inter", var(--font-sans), sans-serif;overflow-wrap:anywhere;pointer-events:none;white-space:normal;background:#171716;border-radius:8px;padding:8px 12px;font-size:12px;font-weight:400;line-height:18px;position:fixed;box-shadow:0 8px 24px #17171629}._overflowTooltip_s5dpb_114[data-placement=top]{transform:translateY(-100%)}._tooltipValues_s5dpb_136{flex-wrap:wrap;align-items:center;gap:8px;max-width:100%;display:flex}._tooltipValues_s5dpb_136 ._diamondValue_s5dpb_87,._tooltipValues_s5dpb_136 ._giftValue_s5dpb_88{color:#fff}._tooltipValues_s5dpb_136 ._valueDivider_s5dpb_149{background:#ffffff3d}._identityBadges_s5dpb_82,._supporterTags_s5dpb_83,._actionTags_s5dpb_85{flex-wrap:wrap;gap:8px}._identityBadges_s5dpb_82>span,._supporterTags_s5dpb_83 ._identityBadges_s5dpb_82>span{color:#92918b;white-space:nowrap;background:#efeeea;border-radius:16px;justify-content:center;align-items:center;min-height:24px;padding:5px 12px;font-size:12px;font-weight:400;line-height:14px;display:inline-flex}._valueTags_s5dpb_84{white-space:nowrap;border-radius:16px;gap:8px;width:100%;height:60px;overflow:hidden}._diamondValue_s5dpb_87,._giftValue_s5dpb_88{color:#171716;flex:none;gap:2px;line-height:18px}._diamondValue_s5dpb_87 img{object-fit:contain;flex:0 0 20px;width:20px;height:20px;display:block}._diamondValue_s5dpb_87 strong{font-size:16px;font-weight:500;line-height:20px}._giftValue_s5dpb_88 img{object-fit:contain;flex:0 0 14px;width:14px;height:14px;display:block}._giftIcon_s5dpb_215{color:#0000;background:0 0;flex:0 0 14px;width:14px;height:14px}._giftIcon_s5dpb_215>span{background:0 0}._giftValue_s5dpb_88>span:last-child{font-size:14px;font-weight:400;line-height:18px}._valueDivider_s5dpb_149{background:#ededed;flex:0 0 1px;width:1px;height:14px;display:block}._actionGroup_s5dpb_86{justify-content:flex-end;gap:10px;min-width:0}._actionTags_s5dpb_85{justify-content:flex-end;max-width:100%}._actionTags_s5dpb_85>span{color:#171716;min-height:26px;font-family:"Inter", var(--font-sans), sans-serif;white-space:nowrap;background:#fff;border:1px solid #ededed;border-radius:16px;justify-content:center;align-items:center;padding:4px 8px;font-size:14px;font-weight:400;line-height:18px;display:inline-flex}._contactButton_s5dpb_269{color:#fff;white-space:nowrap;cursor:pointer;background:#171716;border:0;border-radius:24px;flex:none;justify-content:center;align-items:center;min-width:88px;height:34px;padding:8px 16px;font-size:14px;font-weight:400;line-height:18px;display:inline-flex}._contactButton_s5dpb_269:disabled{cursor:wait;opacity:.72}._contactButton_s5dpb_269:focus-visible{outline-offset:2px;outline:2px solid #171716}._list_s5dpb_1[data-compact=true] ._row_s5dpb_6{grid-template-columns:320px minmax(0,1fr) minmax(300px,.95fr);gap:16px;min-height:85px;padding:12px 0}._list_s5dpb_1[data-compact=true] ._identity_s5dpb_21{gap:8px;width:320px}._list_s5dpb_1[data-compact=true] ._avatarFrame_s5dpb_36{background:0 0;border:1px solid #d5fd24;flex-basis:60px;width:60px;height:60px;padding:2px}._list_s5dpb_1[data-compact=true] ._avatar_s5dpb_36{width:54px;height:54px}._list_s5dpb_1[data-compact=true] ._identityText_s5dpb_55{gap:8px}._list_s5dpb_1[data-compact=true] ._identityBadges_s5dpb_82{flex-wrap:nowrap}._list_s5dpb_1[data-compact=true] ._identityText_s5dpb_55>strong{font-size:16px;font-weight:500;line-height:20px}._list_s5dpb_1[data-compact=true] ._actionGroup_s5dpb_86{gap:16px}._list_s5dpb_1[data-compact=true] ._actionTags_s5dpb_85{flex-wrap:nowrap;justify-content:flex-start;width:100%;overflow:hidden}@media (width<=1100px){._row_s5dpb_6,._list_s5dpb_1[data-compact=true] ._row_s5dpb_6{grid-template-columns:minmax(220px,.8fr) minmax(0,1.2fr);gap:12px 20px}._list_s5dpb_1[data-compact=true] ._identity_s5dpb_21{width:auto}._list_s5dpb_1[data-compact=true] ._actionGroup_s5dpb_86{grid-column:1/-1;min-width:0}._list_s5dpb_1[data-compact=true] ._actionTags_s5dpb_85{flex-wrap:wrap;overflow:visible}._supporterTags_s5dpb_83{justify-content:flex-end}._actionGroup_s5dpb_86{justify-content:flex-start}}@media (width<=820px){._row_s5dpb_6,._list_s5dpb_1[data-compact=true] ._row_s5dpb_6{grid-template-columns:minmax(0,1fr);gap:10px;padding:16px 0}._supporterTags_s5dpb_83,._actionGroup_s5dpb_86{justify-content:flex-start}._list_s5dpb_1[data-compact=true] ._actionGroup_s5dpb_86{flex-direction:column;align-items:flex-start;gap:10px}}._page_392u2_1{color:#171716;width:100%;height:100%;font-family:var(--font-sans);background:#f8f8f8;overflow:hidden}._scroller_392u2_10{scrollbar-color:#d7d7d2 transparent;scrollbar-width:thin;width:100%;height:100%;padding:16px 16px 15px;overflow:hidden auto}._pageHeader_392u2_20{align-items:center;width:100%;height:56px;display:flex}._pageHeader_392u2_20 h1,._dashboardIntro_392u2_28 h2,._fanRadarHeader_392u2_29 h2{color:#171716;letter-spacing:0;margin:0}._pageHeader_392u2_20 h1{font-size:20px;font-weight:500;line-height:24px}._dashboardCard_392u2_41{background:#fff;border-radius:16px;width:100%;height:566px;padding:24px;overflow:hidden}._dashboardIntro_392u2_28{flex-direction:column;align-items:flex-start;gap:12px;height:76px;display:flex}._dashboardIntro_392u2_28 h2,._fanRadarHeader_392u2_29 h2{font-size:24px;font-weight:700;line-height:30px}._rangeSelector_392u2_65{align-items:center;gap:24px;min-width:0;display:flex}._rangeSelector_392u2_65 button{color:#62615d;white-space:nowrap;cursor:pointer;background:#f8f7f4;border:0;border-radius:40px;justify-content:center;align-items:center;min-height:34px;padding:8px 12px;font-family:inherit;font-size:14px;font-weight:400;line-height:18px;display:inline-flex}._rangeSelector_392u2_65 button[data-active=true]{color:#fff;background:#171716}._rangeSelector_392u2_65 button:disabled{opacity:1;cursor:not-allowed}._metricCards_392u2_100{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;height:144px;margin-top:24px;display:grid}._metricCard_392u2_100{color:#171716;text-align:left;cursor:pointer;background:#f9ffe6;border:0;border-radius:16px;flex-direction:column;justify-content:center;align-items:flex-start;gap:8px;min-width:0;height:144px;padding:16px 24px;font-family:inherit;transition:background-color .12s;display:flex;overflow:hidden}._metricCard_392u2_100[data-active=true]{background:#d5fd24}._metricIcon_392u2_132{background:#f3ffc9;border-radius:50%;flex:0 0 40px;place-items:center;width:40px;height:40px;display:grid;overflow:hidden}._metricIcon_392u2_132 img{object-fit:contain;width:24px;height:24px;display:block}._metricCard_392u2_100[data-metric=page_views] ._metricIcon_392u2_132 img{width:22px;height:22px}._metricCopy_392u2_155{flex-direction:column;align-items:flex-start;gap:8px;min-width:0;display:flex}._metricCopy_392u2_155>span{color:#62615d;font-size:14px;font-weight:400;line-height:18px}._metricCopy_392u2_155 strong{color:#171716;text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:24px;font-weight:700;line-height:30px;overflow:hidden}._metricValueSkeleton_392u2_181,._balanceValueSkeleton_392u2_182,._fanRadarSkeletonAvatar_392u2_183,._fanRadarSkeletonIdentity_392u2_184,._fanRadarSkeletonValues_392u2_185,._fanRadarSkeletonActions_392u2_186,._chartSkeletonTicks_392u2_187 span{background:linear-gradient(90deg,#efeeea 20%,#f8f7f4 50%,#efeeea 80%) 0 0/220% 100%;animation:1.2s ease-in-out infinite _dashboard-skeleton-shimmer_392u2_1}._metricValueSkeleton_392u2_181{background:linear-gradient(90deg,#62615d1a 20%,#ffffff8f 50%,#62615d1a 80%) 0 0/220% 100%;border-radius:999px;width:88px;height:18px;margin:6px 0;display:block}._metricValueSkeleton_392u2_181[data-metric=page_views]{width:44px}._metricCard_392u2_100[data-active=true] ._metricValueSkeleton_392u2_181{background:linear-gradient(90deg,#1717161f 20%,#1717160a 50%,#1717161f 80%) 0 0/220% 100%}._chartBody_392u2_212{width:100%;height:258px;margin-top:16px;position:relative;overflow:hidden}._chartBody_392u2_212>[role=img]{width:100%;height:100%}._chartSkeleton_392u2_187{background:#fff;position:absolute;inset:0;overflow:hidden}._chartSkeletonRows_392u2_232{flex-direction:column;justify-content:space-between;display:flex;position:absolute;inset:0 0 26px}._chartSkeletonRows_392u2_232 span{border-top:1px dashed #ededed;width:100%}._chartSkeletonRows_392u2_232 span:last-child{border-top-style:solid;border-top-color:#f0f0f0}._chartSkeletonWave_392u2_250{width:100%;height:calc(100% - 26px);position:absolute;inset:0 0 26px;overflow:visible}._chartSkeletonFill_392u2_258{fill:url(#creator-dashboard-skeleton-gradient)}._chartSkeletonStroke_392u2_262{fill:none;stroke:#d0ff00;stroke-width:2px;opacity:.36;vector-effect:non-scaling-stroke;animation:1.2s ease-in-out infinite _dashboard-skeleton-line-pulse_392u2_1}._chartSkeletonTicks_392u2_187{justify-content:space-between;align-items:center;height:18px;display:flex;position:absolute;bottom:0;left:0;right:0}._chartSkeletonTicks_392u2_187 span{border-radius:4px;width:42px;height:8px}._lowerGrid_392u2_288{grid-template-columns:minmax(0,1fr) minmax(360px,442px);align-items:start;gap:16px;width:100%;min-width:0;margin-top:16px;display:grid}._fanRadarCard_392u2_298{background:#fff;border-radius:16px;flex-direction:column;gap:24px;min-width:0;height:402px;padding:24px;display:flex;overflow:hidden}._fanRadarHeader_392u2_29{flex:none;justify-content:space-between;align-items:flex-start;gap:16px;width:100%;min-height:52px;display:flex}._fanRadarTitle_392u2_320{flex-direction:column;flex:auto;gap:4px;min-width:0;display:flex}._fanRadarTitle_392u2_320 p{color:#62615d;white-space:nowrap;min-width:0;max-width:100%;margin:0;font-size:14px;font-weight:400;line-height:18px;display:flex}._fanRadarTitle_392u2_320 p span{text-overflow:ellipsis;min-width:0;overflow:hidden}._viewAllButton_392u2_346{color:#171716;white-space:nowrap;cursor:pointer;background:#fff;border:1px solid #ededed;border-radius:40px;flex:none;justify-content:center;align-items:center;gap:8px;min-height:36px;margin-top:0;padding:8px 16px;font-family:inherit;font-size:14px;font-weight:400;line-height:18px;display:inline-flex}._viewAllButton_392u2_346 img{object-fit:contain;flex:0 0 16px;width:16px;height:16px;display:block}._supporterArea_392u2_375{overscroll-behavior-y:contain;scrollbar-color:#d7d7d2 transparent;scrollbar-width:thin;flex-direction:column;flex:auto;min-width:0;min-height:0;max-height:294px;display:flex;position:relative;overflow:hidden auto}._sectionState_392u2_390{color:#62615d;text-align:center;flex-direction:column;flex:auto;justify-content:center;align-items:center;gap:12px;width:100%;min-height:100%;font-size:14px;line-height:18px;display:flex}._sectionState_392u2_390 button{color:#171716;min-height:36px;font:inherit;cursor:pointer;background:#fff;border:1px solid #ededed;border-radius:40px;padding:8px 16px}._fanRadarSkeleton_392u2_183{flex-direction:column;width:100%;display:flex}._fanRadarSkeletonRow_392u2_422{border-bottom:1px solid #ededed;grid-template-columns:60px 196px minmax(160px,1fr) 280px;align-items:center;gap:16px;min-height:85px;padding:12px 0;display:grid}._fanRadarSkeletonAvatar_392u2_183{border-radius:50%;width:60px;height:60px}._fanRadarSkeletonIdentity_392u2_184,._fanRadarSkeletonValues_392u2_185,._fanRadarSkeletonActions_392u2_186{border-radius:12px;height:24px;display:block}._fanRadarSkeletonIdentity_392u2_184{width:156px}._fanRadarSkeletonValues_392u2_185{width:min(100%,320px)}._fanRadarSkeletonActions_392u2_186{width:260px}._fanRadarEmpty_392u2_458{text-align:center;flex-direction:column;flex:auto;justify-content:center;align-items:center;gap:24px;min-height:0;display:flex}._fanRadarEmpty_392u2_458>img{object-fit:contain;width:90px;height:90px;display:block}._fanRadarEmptyCopy_392u2_476{flex-direction:column;align-items:center;gap:8px;width:100%;display:flex}._fanRadarEmptyCopy_392u2_476 strong{color:#171716;font-size:20px;font-weight:500;line-height:24px}._fanRadarEmptyCopy_392u2_476>span{color:#92918b;font-family:"Inter", var(--font-sans), sans-serif;font-size:14px;font-weight:400;line-height:18px}._fanRadarEmpty_392u2_458>button{color:#fff;min-height:42px;font-family:"Inter", var(--font-sans), sans-serif;cursor:pointer;background:#171716;border:0;border-radius:40px;justify-content:center;align-items:center;padding:12px 24px;font-size:14px;font-weight:400;line-height:18px;display:inline-flex}._fanRadarEmpty_392u2_458>button:disabled{opacity:.64;cursor:wait}._balanceCard_392u2_521{background:#fff;border-radius:16px;flex-direction:column;justify-content:center;align-items:stretch;gap:24px;min-width:0;height:403px;padding:24px;display:flex;overflow:hidden}._balanceSummary_392u2_535{justify-content:space-between;align-items:center;gap:24px;min-width:0;height:118px;display:flex}._balanceCopy_392u2_544{flex-direction:column;flex:auto;align-items:flex-start;gap:16px;min-width:0;display:flex}._balanceCopy_392u2_544>span{color:#62615d;white-space:nowrap;font-size:16px;font-weight:500;line-height:20px}._balanceCopy_392u2_544>strong{color:#171716;text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:32px;font-weight:700;line-height:40px;display:block;overflow:hidden}._balanceValueSkeleton_392u2_182{border-radius:8px;width:120px;height:36px;display:block}._walletIllustration_392u2_580{object-fit:contain;flex:0 0 130px;width:130px;height:118px;display:block}._balanceCard_392u2_521>button{color:#fff;cursor:pointer;background:#171716;border:0;border-radius:24px;justify-content:center;align-items:center;width:100%;min-height:42px;padding:12px 16px;font-family:inherit;font-size:14px;font-weight:400;line-height:18px;display:inline-flex}._balanceCard_392u2_521>button:disabled{opacity:.45;cursor:not-allowed}._metricCard_392u2_100:focus-visible,._rangeSelector_392u2_65 button:focus-visible,._viewAllButton_392u2_346:focus-visible,._sectionState_392u2_390 button:focus-visible,._fanRadarEmpty_392u2_458>button:focus-visible,._balanceCard_392u2_521>button:focus-visible{outline-offset:2px;outline:2px solid #171716}@keyframes _dashboard-skeleton-shimmer_392u2_1{0%{background-position:120% 0}to{background-position:-120% 0}}@keyframes _dashboard-skeleton-line-pulse_392u2_1{0%,to{opacity:.24}50%{opacity:.52}}@media (prefers-reduced-motion:reduce){._metricValueSkeleton_392u2_181,._balanceValueSkeleton_392u2_182,._fanRadarSkeletonAvatar_392u2_183,._fanRadarSkeletonIdentity_392u2_184,._fanRadarSkeletonValues_392u2_185,._fanRadarSkeletonActions_392u2_186,._chartSkeletonTicks_392u2_187 span,._chartSkeletonStroke_392u2_262{animation:none}}@media (width<=1500px){._fanRadarSkeletonRow_392u2_422{grid-template-columns:60px 156px minmax(120px,1fr) 220px}._fanRadarSkeletonActions_392u2_186{width:200px}}@media (width<=1200px){._lowerGrid_392u2_288{grid-template-columns:minmax(0,1fr)}._balanceCard_392u2_521{width:100%;height:260px}._balanceSummary_392u2_535{justify-content:flex-start}._balanceCopy_392u2_544{flex-grow:0}}@media (width<=900px){._dashboardCard_392u2_41,._dashboardIntro_392u2_28{height:auto}._rangeSelector_392u2_65{flex-wrap:wrap;gap:8px}._metricCards_392u2_100{height:auto}._chartBody_392u2_212{height:258px}._fanRadarSkeletonRow_392u2_422{grid-template-columns:60px minmax(120px,1fr) minmax(120px,1fr)}._fanRadarSkeletonActions_392u2_186{display:none}}@media (width<=720px){._scroller_392u2_10{padding:16px}._metricCards_392u2_100{grid-template-columns:minmax(0,1fr)}._fanRadarCard_392u2_298{height:auto;min-height:402px}._fanRadarHeader_392u2_29{height:auto}._balanceCard_392u2_521{height:auto;min-height:260px}._balanceSummary_392u2_535{gap:24px}._walletIllustration_392u2_580{flex-basis:104px;width:104px;height:94px}}@media (width>=1201px) and (height>=1080px){._scroller_392u2_10{flex-direction:column;display:flex}._pageHeader_392u2_20{flex:0 0 56px}._dashboardCard_392u2_41{flex-direction:column;flex:1 0 566px;height:auto;min-height:566px;display:flex}._chartBody_392u2_212{flex:258px;height:auto;min-height:258px}._lowerGrid_392u2_288{flex:1 0 403px;grid-template-rows:minmax(403px,1fr);align-items:stretch;min-height:403px}._fanRadarCard_392u2_298,._balanceCard_392u2_521{height:100%}._supporterArea_392u2_375{max-height:none}}._root_tsnob_1{min-width:0;font-family:var(--font-sans);display:inline-flex;position:relative}._trigger_tsnob_8{color:#171716;width:100%;min-width:0;height:36px;font:inherit;white-space:nowrap;cursor:pointer;background:#fff;border:1px solid #ededed;border-radius:40px;justify-content:center;align-items:center;gap:8px;padding:8px 16px;font-size:14px;font-weight:400;line-height:18px;transition:border-color .16s,box-shadow .16s,background .16s;display:inline-flex}._trigger_tsnob_8 span{text-overflow:ellipsis;min-width:0;overflow:hidden}._trigger_tsnob_8 img{flex:0 0 16px;width:16px;height:16px;display:block}._trigger_tsnob_8:hover,._trigger_tsnob_8[data-open=true]{border-color:#171716}._trigger_tsnob_8[data-open=true]{box-shadow:0 0 0 2px #1717161a}._trigger_tsnob_8:focus-visible{outline-offset:2px;outline:2px solid #4e71e0}._trigger_tsnob_8:disabled{color:#92918b;cursor:not-allowed;opacity:.7;background:#f8f7f4}._desktopPanel_tsnob_64{z-index:80;background:#fff;border:1px solid #ededed;border-radius:16px;padding:16px;animation:.16s ease-out _date-picker-popover-in_tsnob_1;position:absolute;inset-block-start:calc(100% + 8px);inset-inline-end:0;box-shadow:0 16px 48px #17171629}._calendar_tsnob_77{--rdp-accent-color:#171716;--rdp-accent-background-color:#f8f7f4;--rdp-day-height:36px;--rdp-day-width:36px;--rdp-day_button-height:32px;--rdp-day_button-width:32px;--rdp-day_button-border:0;--rdp-nav_button-height:32px;--rdp-nav_button-width:32px;--rdp-nav-height:36px;--rdp-disabled-opacity:.24;--rdp-outside-opacity:.34;--rdp-today-color:#171716;color:#171716;font-family:var(--font-sans);margin:0;font-size:13px;line-height:18px}._calendar_tsnob_77 .rdp-month_caption{justify-content:center;align-items:center;font-size:14px;font-weight:600;line-height:18px}._calendar_tsnob_77 .rdp-button_previous,._calendar_tsnob_77 .rdp-button_next{color:#171716;border-radius:50%}._calendar_tsnob_77 .rdp-button_previous:hover,._calendar_tsnob_77 .rdp-button_next:hover,._calendar_tsnob_77 .rdp-day_button:hover{background:#f8f7f4}._calendar_tsnob_77 .rdp-chevron{fill:currentColor;width:14px;height:14px}._calendar_tsnob_77 .rdp-weekday{color:#92918b;padding:8px 0;font-size:11px;font-weight:500}._calendar_tsnob_77 .rdp-day_button{border-radius:50%;transition:color .12s,background .12s}._calendar_tsnob_77 .rdp-selected .rdp-day_button{color:#fff;background:#171716;font-weight:600}._calendar_tsnob_77 .rdp-today:not(.rdp-selected) .rdp-day_button{font-weight:600;box-shadow:inset 0 0 0 1px #171716}._calendar_tsnob_77 .rdp-day_button:focus-visible,._calendar_tsnob_77 .rdp-button_previous:focus-visible,._calendar_tsnob_77 .rdp-button_next:focus-visible{outline-offset:1px;outline:2px solid #4e71e0}._mobileOverlay_tsnob_156{z-index:300;background:#1717166b;justify-content:center;align-items:flex-end;animation:.16s ease-out _date-picker-overlay-in_tsnob_1;display:flex;position:fixed;inset:0}._mobileSheet_tsnob_167{width:min(100%,560px);padding:8px 16px calc(20px + var(--app-safe-bottom,0px));background:#fff;border-radius:24px 24px 0 0;animation:.22s cubic-bezier(.2,.8,.2,1) _date-picker-sheet-in_tsnob_1;box-shadow:0 -12px 48px #17171624}._mobileHandle_tsnob_176{background:#d6d6d1;border-radius:999px;width:36px;height:4px;margin:0 auto 8px;display:block}._mobileHeader_tsnob_185{border-bottom:1px solid #ededed;grid-template-columns:minmax(72px,1fr) auto minmax(72px,1fr);align-items:center;gap:8px;min-height:44px;display:grid}._mobileHeader_tsnob_185 strong{color:#171716;white-space:nowrap;font-size:14px;font-weight:600;line-height:18px}._mobileHeader_tsnob_185 button{min-height:36px;font:inherit;cursor:pointer;background:0 0;border:0;padding:6px 8px;font-size:13px;line-height:18px}._mobileCancel_tsnob_213{color:#62615d;justify-self:start}._mobileConfirm_tsnob_218{color:#171716;justify-self:end;font-weight:700!important}._mobileHeader_tsnob_185 button:focus-visible{outline-offset:1px;border-radius:8px;outline:2px solid #4e71e0}._mobileColumnLabels_tsnob_230{color:#92918b;text-align:center;grid-template-columns:repeat(3,minmax(0,1fr));padding:16px 8px 0;font-size:11px;font-weight:500;line-height:16px;display:grid}._mobilePicker_tsnob_241{color:#62615d;width:100%;margin-top:2px}._mobilePickerColumn_tsnob_247{min-width:0}._mobilePickerColumn_tsnob_247:focus-visible{outline-offset:-2px;outline:2px solid #4e71e0}._mobilePickerItem_tsnob_256{cursor:grab;font-size:15px;line-height:20px}._mobilePickerItem_tsnob_256 span{color:#92918b;justify-content:center;align-items:center;min-width:54px;transition:color .16s,font-size .16s,font-weight .16s;display:inline-flex}._mobilePickerItem_tsnob_256 span[data-selected=true]{color:#171716;font-size:18px;font-weight:700}@keyframes _date-picker-popover-in_tsnob_1{0%{opacity:0;transform:translateY(-4px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes _date-picker-overlay-in_tsnob_1{0%{background:#17171600}}@keyframes _date-picker-sheet-in_tsnob_1{0%{transform:translateY(100%)}}@media (prefers-reduced-motion:reduce){._desktopPanel_tsnob_64,._mobileOverlay_tsnob_156,._mobileSheet_tsnob_167{animation:none}}._page_xhml3_1{color:#171716;width:100%;height:100%;font-family:var(--font-sans);background:#f8f8f8;overflow:hidden}._scroller_xhml3_10{grid-template-rows:56px minmax(640px,1fr);gap:8px;width:100%;min-width:0;height:100%;min-height:0;padding:16px;display:grid;overflow:auto}._header_xhml3_22{align-items:center;min-width:0;height:56px;display:flex}._breadcrumb_xhml3_29{align-items:center;gap:6px;min-width:0;display:flex}._breadcrumb_xhml3_29 button{color:#92918b;cursor:pointer;background:0 0;border:0;padding:0;font-family:inherit;font-size:16px;font-weight:500;line-height:20px}._breadcrumb_xhml3_29 button:hover{color:#171716}._breadcrumb_xhml3_29>span{color:#171716;font-size:20px;font-weight:500;line-height:24px}._breadcrumb_xhml3_29 h1{color:#171716;text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:20px;font-weight:500;line-height:24px;overflow:hidden}._contentCard_xhml3_70{background:#fff;border-radius:16px;flex-direction:column;min-width:0;min-height:640px;padding:24px;display:flex}._contentHeader_xhml3_80{flex:none;justify-content:space-between;align-items:flex-start;gap:24px;min-width:0;min-height:76px;display:flex}._filterBlock_xhml3_90{flex-direction:column;flex:auto;gap:12px;min-width:0;display:flex;position:relative}._filterBlock_xhml3_90 h2{color:#171716;margin:0;font-size:24px;font-weight:700;line-height:30px}._typeFilters_xhml3_107{flex-wrap:wrap;align-items:center;gap:8px 24px;width:100%;min-width:0;display:flex}._typeFilters_xhml3_107 button{color:#62615d;white-space:nowrap;cursor:pointer;background:#f8f7f4;border:0;border-radius:40px;flex:none;justify-content:center;align-items:center;height:34px;padding:8px 12px;font-family:inherit;font-size:14px;font-weight:400;line-height:18px;display:inline-flex}._typeFilters_xhml3_107 button[data-active=true]{color:#fff;background:#171716}._datePicker_xhml3_140{flex:0 auto;width:max-content;max-width:100%}._listArea_xhml3_146{scrollbar-width:none;flex:auto;min-width:0;min-height:0;margin-top:24px;overflow:auto}._listArea_xhml3_146::-webkit-scrollbar{display:none}._state_xhml3_159{color:#62615d;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:10px;min-height:100%;padding:24px;font-size:14px;line-height:18px;display:flex}._state_xhml3_159 strong{color:#171716;font-size:16px;font-weight:500;line-height:20px}._state_xhml3_159 button{color:#fff;cursor:pointer;background:#171716;border:0;border-radius:24px;justify-content:center;align-items:center;min-width:132px;height:34px;padding:8px 16px;font-family:inherit;font-size:14px;line-height:18px;display:inline-flex}._state_xhml3_159 button:disabled{cursor:wait;opacity:.5}._skeletonList_xhml3_202{width:100%;min-width:0}._skeletonRow_xhml3_207{border-bottom:1px solid #ededed;grid-template-columns:60px 204px minmax(0,1fr) 280px 88px;align-items:center;gap:16px;min-width:0;min-height:85px;padding:12px 0;display:grid}._skeletonRow_xhml3_207:last-child{border-bottom:0}._skeletonAvatar_xhml3_222,._skeletonIdentity_xhml3_223>span,._skeletonValues_xhml3_224,._skeletonActions_xhml3_225,._skeletonContact_xhml3_226{background:linear-gradient(100deg,#f4f3ef 25%,#faf9f7 40%,#f4f3ef 55%) 0 0/220% 100%;animation:1.4s ease-in-out infinite _fan-radar-skeleton_xhml3_1;overflow:hidden}._skeletonAvatar_xhml3_222{border-radius:50%;width:60px;height:60px}._skeletonIdentity_xhml3_223{flex-direction:column;gap:8px;min-width:0;display:flex}._skeletonIdentity_xhml3_223>span:first-child{border-radius:8px;width:112px;height:20px}._skeletonIdentity_xhml3_223>span:last-child{border-radius:16px;width:164px;height:24px}._skeletonValues_xhml3_224{border-radius:9px;width:min(420px,80%);height:18px}._skeletonActions_xhml3_225{border-radius:16px;width:244px;height:26px}._skeletonContact_xhml3_226{border-radius:24px;width:88px;height:34px}._breadcrumb_xhml3_29 button:focus-visible,._typeFilters_xhml3_107 button:focus-visible,._state_xhml3_159 button:focus-visible{outline-offset:2px;outline:2px solid #4e71e0}._dialog_xhml3_283 input:focus-visible{outline:2px solid var(--color-form-focus);outline-offset:2px}@keyframes _fan-radar-skeleton_xhml3_1{0%{background-position:100% 0}to{background-position:-100% 0}}@media (width<=1500px){._skeletonRow_xhml3_207{grid-template-columns:60px 184px minmax(0,1fr) minmax(220px,auto) 88px}}@media (width<=1100px){._scroller_xhml3_10{grid-template-rows:56px minmax(720px,1fr)}._skeletonRow_xhml3_207{grid-template-columns:60px minmax(140px,1fr) minmax(0,1.2fr);gap:12px 20px}._skeletonActions_xhml3_225,._skeletonContact_xhml3_226{grid-row:2}}@media (width<=860px){._scroller_xhml3_10{grid-template-rows:auto minmax(720px,1fr)}._header_xhml3_22{height:auto;min-height:48px}._contentCard_xhml3_70{padding:20px}._contentHeader_xhml3_80{flex-wrap:wrap;flex-basis:auto;height:auto;min-height:76px}._typeFilters_xhml3_107{flex-wrap:wrap;gap:8px}._datePicker_xhml3_140{align-self:flex-end}._listArea_xhml3_146{min-height:520px}}._card_1mvvu_1{color:#171716;background:#fff;border-radius:.16rem;gap:.12rem;min-width:0;padding:.14rem;display:grid}._cardTop_1mvvu_11{justify-content:space-between;align-items:flex-start;gap:.1rem;min-width:0;display:flex}._identity_1mvvu_19{min-width:0;color:inherit;flex:1;align-items:center;gap:.1rem;text-decoration:none;display:flex}a._identity_1mvvu_19:focus-visible{outline-offset:.02rem;border-radius:.1rem;outline:.02rem solid #171716}._avatarFrame_1mvvu_35{background:#d5fd24;border-radius:50%;flex:0 0 .44rem;place-items:center;width:.44rem;height:.44rem;padding:.02rem;display:grid;overflow:hidden}._avatar_1mvvu_35{object-fit:cover;background:#efefec;border-radius:50%;width:.4rem;height:.4rem;display:block}._identityText_1mvvu_56{flex-direction:column;min-width:0;display:flex}._identityText_1mvvu_56 strong{text-overflow:ellipsis;white-space:nowrap;font-size:.14rem;font-weight:700;line-height:.19rem;overflow:hidden}._identityBadge_1mvvu_71,._actionTags_1mvvu_72 span{white-space:nowrap;background:#fff;border:.01rem solid #d6d6d1;border-radius:.14rem;align-items:center;min-height:.24rem;padding:.03rem .08rem;font-size:.1rem;line-height:.16rem;display:inline-flex}._detailGroup_1mvvu_85{gap:.06rem;min-width:0;display:grid}._badgeGroup_1mvvu_91,._giftGroup_1mvvu_92,._actionTags_1mvvu_72{flex-wrap:wrap;align-items:center;gap:.06rem;min-width:0;display:flex}._giftValue_1mvvu_101{color:#171716;white-space:nowrap;flex:none;align-items:center;gap:.02rem;min-height:.24rem;font-size:.12rem;font-weight:400;line-height:.18rem;display:inline-flex}._giftIcon_1mvvu_114{color:#0000;background:0 0;flex:0 0 .14rem;width:.14rem;height:.14rem}._giftIcon_1mvvu_114>span{background:0 0}._actionGroup_1mvvu_126{border-top:.01rem solid #ececea;justify-content:space-between;align-items:center;gap:.1rem;padding-top:.09rem;display:flex}._actionTags_1mvvu_72 span{color:#62615d}._contactButton_1mvvu_139{color:#fff;cursor:pointer;background:#171716;border:0;border-radius:.18rem;flex:none;justify-content:center;align-items:center;min-width:.82rem;min-height:.34rem;padding:.07rem .14rem;font-size:.11rem;font-weight:700;line-height:.16rem;text-decoration:none;display:inline-flex}._contactButton_1mvvu_139:disabled{cursor:wait;opacity:.72}._contactButton_1mvvu_139:focus-visible{outline-offset:.02rem;outline:.02rem solid #171716}._list_246yh_1{gap:.08rem;width:100%;display:grid}._page_12x3o_1{color:#171716;width:100%;height:100%;min-height:0;font-family:var(--font-sans);background:#f8f8f8;overflow:hidden}._scroller_12x3o_11{overscroll-behavior:contain;scrollbar-width:none;width:100%;height:100%;padding:0 .12rem .24rem;overflow:hidden auto}._scroller_12x3o_11::-webkit-scrollbar{display:none}._dashboardCard_12x3o_25,._fanRadarCard_12x3o_26,._balanceCard_12x3o_27{background:#fff;border-radius:.16rem;width:100%;overflow:hidden}._dashboardCard_12x3o_25{padding:.16rem}._dashboardIntro_12x3o_38{flex-direction:column;align-items:flex-start;gap:.12rem;min-width:0;display:flex}._dashboardIntro_12x3o_38 h2,._fanRadarHeader_12x3o_47 h2{color:#171716;letter-spacing:0;margin:0;font-size:.18rem;font-weight:700;line-height:.22rem}._rangeSelector_12x3o_56{align-items:center;gap:.06rem;width:100%;min-width:0;display:flex}._rangeSelector_12x3o_56 button{color:#62615d;white-space:nowrap;cursor:pointer;background:#f8f7f4;border:0;border-radius:.4rem;flex:0 auto;justify-content:center;align-items:center;min-width:0;min-height:.32rem;padding:.07rem .1rem;font-family:inherit;font-size:.12rem;font-weight:400;line-height:.18rem;display:inline-flex}._rangeSelector_12x3o_56 button[data-active=true]{color:#fff;background:#171716}._rangeSelector_12x3o_56 button:disabled{opacity:1;text-overflow:ellipsis;cursor:not-allowed;overflow:hidden}._metricCards_12x3o_96{grid-template-columns:repeat(2,minmax(0,1fr));gap:.08rem;min-width:0;margin-top:.2rem;display:grid}._metricCard_12x3o_96{color:#171716;text-align:left;cursor:pointer;background:#f9ffe6;border:0;border-radius:.16rem;flex-direction:column;justify-content:center;align-items:flex-start;gap:.08rem;min-width:0;min-height:1.26rem;padding:.14rem;font-family:inherit;transition:background-color .12s;display:flex;overflow:hidden}._metricCard_12x3o_96[data-active=true]{background:#d5fd24}._metricIcon_12x3o_128{background:#f3ffc9;border-radius:50%;flex:0 0 .36rem;place-items:center;width:.36rem;height:.36rem;display:grid;overflow:hidden}._metricIcon_12x3o_128 img{object-fit:contain;width:.22rem;height:.22rem;display:block}._metricCard_12x3o_96[data-metric=page_views] ._metricIcon_12x3o_128 img{width:.2rem;height:.2rem}._metricCopy_12x3o_151{flex-direction:column;align-items:flex-start;gap:.04rem;width:100%;min-width:0;display:flex}._metricCopy_12x3o_151>span{color:#62615d;text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:.12rem;font-weight:400;line-height:.14rem;overflow:hidden}._metricCopy_12x3o_151 strong{color:#171716;letter-spacing:0;text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:.18rem;font-weight:700;line-height:.22rem;display:block;overflow:hidden}._metricValueSkeleton_12x3o_184,._balanceValueSkeleton_12x3o_185,._fanRadarSkeletonAvatar_12x3o_186,._fanRadarSkeletonName_12x3o_187,._fanRadarSkeletonMeta_12x3o_188,._fanRadarSkeletonValues_12x3o_189,._chartSkeletonTicks_12x3o_190 span{background:linear-gradient(90deg,#efeeea 20%,#f8f7f4 50%,#efeeea 80%) 0 0/220% 100%;animation:1.2s ease-in-out infinite _mobile-dashboard-skeleton-shimmer_12x3o_1}._metricValueSkeleton_12x3o_184{background:linear-gradient(90deg,#62615d1a 20%,#ffffff8f 50%,#62615d1a 80%) 0 0/220% 100%;border-radius:9.99rem;width:.72rem;max-width:100%;height:.14rem;margin:.04rem 0;display:block}._metricValueSkeleton_12x3o_184[data-metric=page_views]{width:.36rem}._metricCard_12x3o_96[data-active=true] ._metricValueSkeleton_12x3o_184{background:linear-gradient(90deg,#1717161f 20%,#1717160a 50%,#1717161f 80%) 0 0/220% 100%}._chartBody_12x3o_216{width:100%;height:2.38rem;margin-top:.16rem;position:relative;overflow:hidden}._chartBody_12x3o_216>[role=img]{width:100%;height:100%}._chartSkeleton_12x3o_190{background:#fff;position:absolute;inset:0;overflow:hidden}._chartSkeletonRows_12x3o_236{flex-direction:column;justify-content:space-between;display:flex;position:absolute;inset:0 0 .28rem}._chartSkeletonRows_12x3o_236 span{border-top:.01rem dashed #ededed;width:100%}._chartSkeletonRows_12x3o_236 span:last-child{border-top-style:solid;border-top-color:#f0f0f0}._chartSkeletonWave_12x3o_254{width:100%;height:calc(100% - .28rem);position:absolute;inset:0 0 .28rem;overflow:visible}._chartSkeletonFill_12x3o_262{fill:url(#mobile-dashboard-skeleton-gradient)}._chartSkeletonStroke_12x3o_266{fill:none;stroke:#d0ff00;stroke-width:2px;opacity:.36;vector-effect:non-scaling-stroke;animation:1.2s ease-in-out infinite _mobile-dashboard-skeleton-line-pulse_12x3o_1}._chartSkeletonTicks_12x3o_190{justify-content:space-between;align-items:center;height:.18rem;display:flex;position:absolute;bottom:0;left:0;right:0}._chartSkeletonTicks_12x3o_190 span{border-radius:.04rem;width:.34rem;height:.08rem}._fanRadarCard_12x3o_26,._balanceCard_12x3o_27{margin-top:.12rem;padding:.16rem}._fanRadarCard_12x3o_26{flex-direction:column;gap:.16rem;min-height:3rem;display:flex}._fanRadarHeader_12x3o_47{flex:none;justify-content:space-between;align-items:flex-start;gap:.12rem;width:100%;min-width:0;min-height:.42rem;display:flex}._fanRadarTitle_12x3o_316{flex-direction:column;flex:auto;gap:.02rem;min-width:0;display:flex}._fanRadarTitle_12x3o_316 p{color:#62615d;white-space:nowrap;min-width:0;max-width:100%;margin:0;font-size:.11rem;font-weight:400;line-height:.16rem;display:flex}._fanRadarTitle_12x3o_316 p span{text-overflow:ellipsis;min-width:0;overflow:hidden}._viewAllButton_12x3o_342{color:#171716;white-space:nowrap;cursor:pointer;background:#fff;border:.01rem solid #ededed;border-radius:.4rem;flex:none;justify-content:center;align-items:center;gap:.06rem;min-height:.34rem;padding:.07rem .12rem;font-family:inherit;font-size:.12rem;font-weight:400;line-height:.18rem;display:inline-flex}._viewAllButton_12x3o_342 img{object-fit:contain;flex:0 0 .14rem;width:.14rem;height:.14rem;display:block}._supporterArea_12x3o_370{overscroll-behavior-y:contain;scrollbar-color:#d7d7d2 transparent;scrollbar-width:thin;flex-direction:column;flex:auto;width:100%;min-width:0;min-height:2.3rem;max-height:6rem;display:flex;position:relative;overflow:hidden auto}._supporterArea_12x3o_370[data-has-supporters=true]{background:#f8f8f8;border-radius:.16rem}._sectionState_12x3o_391{color:#62615d;text-align:center;flex-direction:column;flex:auto;justify-content:center;align-items:center;gap:.1rem;width:100%;min-height:1.9rem;padding:.2rem;font-size:.12rem;line-height:.18rem;display:flex}._sectionState_12x3o_391 button{color:#171716;min-height:.34rem;font:inherit;cursor:pointer;background:#fff;border:.01rem solid #ededed;border-radius:.4rem;padding:.07rem .14rem}._fanRadarSkeleton_12x3o_186{flex-direction:column;width:100%;display:flex}._fanRadarSkeletonRow_12x3o_424{border-bottom:.01rem solid #ededed;align-items:center;gap:.12rem;min-height:.86rem;padding:.12rem 0;display:flex}._fanRadarSkeletonRow_12x3o_424:last-child{border-bottom:0}._fanRadarSkeletonAvatar_12x3o_186{border-radius:50%;flex:0 0 .52rem;width:.52rem;height:.52rem}._fanRadarSkeletonContent_12x3o_444{flex-direction:column;flex:auto;gap:.07rem;min-width:0;display:flex}._fanRadarSkeletonName_12x3o_187,._fanRadarSkeletonMeta_12x3o_188,._fanRadarSkeletonValues_12x3o_189{border-radius:.06rem;height:.12rem;display:block}._fanRadarSkeletonName_12x3o_187{width:42%}._fanRadarSkeletonMeta_12x3o_188{width:64%}._fanRadarSkeletonValues_12x3o_189{width:88%}._balanceCard_12x3o_27{flex-direction:column;justify-content:center;align-items:stretch;gap:.2rem;min-height:2.52rem;display:flex}._balanceSummary_12x3o_481{justify-content:space-between;align-items:center;gap:.16rem;width:100%;min-width:0;min-height:.96rem;display:flex}._balanceCopy_12x3o_491{flex-direction:column;flex:auto;align-items:flex-start;gap:.12rem;min-width:0;display:flex}._balanceCopy_12x3o_491>span{color:#62615d;white-space:nowrap;font-size:.14rem;font-weight:500;line-height:.18rem}._balanceCopy_12x3o_491>strong{color:#171716;text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:.24rem;font-weight:700;line-height:.3rem;display:block;overflow:hidden}._balanceValueSkeleton_12x3o_185{border-radius:.08rem;width:1.12rem;max-width:100%;height:.28rem;display:block}._walletIllustration_12x3o_528{object-fit:contain;flex:0 0 1.04rem;width:1.04rem;height:.95rem;display:block}._balanceCard_12x3o_27>button{color:#fff;cursor:pointer;background:#171716;border:0;border-radius:.24rem;justify-content:center;align-items:center;width:100%;min-height:.46rem;padding:.14rem .16rem;font-family:inherit;font-size:.14rem;font-weight:400;line-height:.18rem;display:inline-flex}._balanceCard_12x3o_27>button:disabled{opacity:.45;cursor:not-allowed}._metricCard_12x3o_96:focus-visible,._rangeSelector_12x3o_56 button:focus-visible,._viewAllButton_12x3o_342:focus-visible,._sectionState_12x3o_391 button:focus-visible,._balanceCard_12x3o_27>button:focus-visible{outline-offset:.02rem;outline:.02rem solid #171716}@keyframes _mobile-dashboard-skeleton-shimmer_12x3o_1{0%{background-position:120% 0}to{background-position:-120% 0}}@keyframes _mobile-dashboard-skeleton-line-pulse_12x3o_1{0%,to{opacity:.24}50%{opacity:.52}}@media (prefers-reduced-motion:reduce){._metricValueSkeleton_12x3o_184,._balanceValueSkeleton_12x3o_185,._fanRadarSkeletonAvatar_12x3o_186,._fanRadarSkeletonName_12x3o_187,._fanRadarSkeletonMeta_12x3o_188,._fanRadarSkeletonValues_12x3o_189,._chartSkeletonTicks_12x3o_190 span,._chartSkeletonStroke_12x3o_266{animation:none}}@media (width<=350px){._scroller_12x3o_11{padding-left:.08rem;padding-right:.08rem}._dashboardCard_12x3o_25,._fanRadarCard_12x3o_26,._balanceCard_12x3o_27{padding-left:.12rem;padding-right:.12rem}._rangeSelector_12x3o_56{gap:.04rem}._rangeSelector_12x3o_56 button{padding-left:.07rem;padding-right:.07rem;font-size:.1rem;line-height:.16rem}._metricCard_12x3o_96{min-height:1.16rem;padding:.12rem}._metricCopy_12x3o_151 strong{font-size:.16rem;line-height:.2rem}._chartBody_12x3o_216{height:2.2rem}._walletIllustration_12x3o_528{flex-basis:.88rem;width:.88rem;height:.8rem}._balanceCopy_12x3o_491>strong{font-size:.21rem;line-height:.28rem}}._page_cvk35_1{color:#171716;width:100%;min-width:0;max-width:100%;height:100%;min-height:0;font-family:var(--font-sans);background:#f8f8f8;grid-template-rows:auto minmax(0,1fr);display:grid;overflow:hidden}._topControls_cvk35_15{background:#f8f8f8;grid-row:1;min-width:0}._topControls_cvk35_15[data-expanded=true]{z-index:241;overscroll-behavior:contain;border-radius:0 0 .24rem .24rem;width:100%;max-height:100vh;position:fixed;inset:0 0 auto;overflow:hidden auto}._drawerBackdrop_cvk35_33{z-index:240;touch-action:none;background:#000000bf;border:0;width:100%;height:100%;padding:0;position:fixed;inset:0}._scroller_cvk35_45{overscroll-behavior:contain;width:100%;min-height:0;padding:0 .08rem calc(.24rem + var(--app-safe-bottom,0));scrollbar-width:none;grid-row:2;overflow:hidden auto}._page_cvk35_1[data-drawer-open=true] ._scroller_cvk35_45{overflow-y:hidden}._scroller_cvk35_45::-webkit-scrollbar{display:none}._headerDatePicker_cvk35_64{width:max-content;max-width:1.24rem}._headerDatePicker_cvk35_64>button{color:#171716;-webkit-backdrop-filter:blur(.02rem);backdrop-filter:blur(.02rem);background:#fff;border:0;border-radius:.24rem;gap:0;width:max-content;min-width:0;max-width:1.24rem;height:.3rem;padding:.08rem .12rem;font-size:.12rem;line-height:.14rem}._headerDatePicker_cvk35_64>button:hover,._headerDatePicker_cvk35_64>button[data-open=true]{box-shadow:none;border-color:#0000}._filterSection_cvk35_91{width:100%;min-width:0;font-family:"Inter", var(--font-sans), sans-serif;background:#f8f8f8;padding-top:.08rem;overflow:hidden}._filterStrip_cvk35_100{width:calc(100% - .4rem);height:.32rem;margin-inline:.2rem;position:relative;overflow:hidden}._filterScroller_cvk35_108{scrollbar-width:none;align-items:center;gap:.24rem;width:100%;min-width:0;height:.32rem;padding-inline-end:1.1rem;display:flex;overflow:auto hidden}._filterScroller_cvk35_108::-webkit-scrollbar{display:none}._filterTab_cvk35_125{color:#171716;height:.32rem;font:inherit;white-space:nowrap;background:0 0;border:0;flex:none;align-items:center;padding:0;font-size:.14rem;font-weight:400;line-height:.18rem;display:inline-flex;position:relative}._filterTab_cvk35_125[data-active=true]{font-size:.18rem;font-weight:700;line-height:.22rem}._filterTab_cvk35_125[data-active=true]:after{content:"";background:linear-gradient(90deg,#171716 0%,#17171600 100%);border-radius:.025rem;width:.29rem;height:.05rem;position:absolute;bottom:.02rem;left:0}._filterFade_cvk35_159{z-index:1;pointer-events:none;background:linear-gradient(90deg,#f8f8f800 0%,#f8f8f8 74.532%);width:1.1rem;height:.32rem;position:absolute;top:0;right:0}._filterToggle_cvk35_170{z-index:2;background:0 0;border:0;place-items:center;width:.24rem;height:.32rem;padding:0;display:grid;position:absolute;top:0;right:0}._filterToggle_cvk35_170 img{width:.2rem;height:.2rem;display:block}._filterPanel_cvk35_190{flex-wrap:wrap;gap:.16rem;padding:.12rem .2rem .16rem;display:flex}._filterPanel_cvk35_190 button{color:#171716;min-height:.34rem;font:inherit;white-space:nowrap;background:#fff;border:0;border-radius:.32rem;justify-content:center;align-items:center;padding:.08rem .16rem;font-size:.14rem;font-weight:400;line-height:.18rem;display:inline-flex}._filterPanel_cvk35_190 button[data-active=true]{color:#fff;background:#171716}._listArea_cvk35_219{min-height:2rem;margin-top:.16rem}._state_cvk35_224{color:#62615d;text-align:center;background:#fff;border-radius:.16rem;flex-direction:column;justify-content:center;align-items:center;gap:.08rem;min-height:2rem;padding:.22rem;font-size:.12rem;line-height:.18rem;display:flex}._state_cvk35_224 strong{color:#171716;font-size:.16rem;line-height:.22rem}._state_cvk35_224 button{color:#fff;background:#171716;border:.01rem solid #171716;border-radius:.2rem;min-width:1.32rem;min-height:.38rem;padding:.08rem .15rem;font-size:.11rem;font-weight:700;line-height:.16rem}._state_cvk35_224 button:disabled{opacity:.45}._headerDatePicker_cvk35_64>button:focus-visible,._filterTab_cvk35_125:focus-visible,._filterToggle_cvk35_170:focus-visible,._filterPanel_cvk35_190 button:focus-visible,._state_cvk35_224 button:focus-visible{outline-offset:.02rem;outline:.02rem solid #171716}._page_frz04_1{background:#f8f8f8;place-items:center;width:100%;min-width:0;min-height:100%;padding:24px 20px;display:grid;overflow:auto}._content_frz04_12{flex-direction:column;align-items:center;gap:60px;width:min(659px,100%);display:flex}._header_frz04_20{text-align:center;flex-direction:column;align-items:center;gap:32px;display:flex}._header_frz04_20 h1,._header_frz04_20 h2,._header_frz04_20 p{margin:0}._header_frz04_20 h1,._header_frz04_20 h2{color:#171716;font-family:"Plus Jakarta Sans", var(--font-sans);font-size:32px;font-weight:700;line-height:40px}._header_frz04_20 p{color:#62615d;font-family:"Plus Jakarta Sans", var(--font-sans);font-size:16px;font-weight:500;line-height:20px}._successIcon_frz04_48{flex:0 0 120px;width:120px;height:120px;display:block}._fileCard_frz04_55{background:#fff;border-radius:16px;flex-direction:column;align-items:stretch;gap:16px;width:100%;padding:24px;display:flex}._loadingState_frz04_66{place-items:center;min-height:42px;display:grid}._loadingSpinner_frz04_72{border:2px solid #d7d6d2;border-top-color:#171716;border-radius:50%;width:24px;height:24px;animation:.8s linear infinite _order-files-spin_frz04_1}@keyframes _order-files-spin_frz04_1{to{transform:rotate(360deg)}}._fileRow_frz04_86{flex:0 0 42px;justify-content:space-between;align-items:center;gap:24px;width:100%;min-width:0;height:42px;display:flex}._fileRow_frz04_86 ._fileNameViewport_frz04_96{flex:1 1 0;align-items:center;width:0;min-width:0;height:20px;display:flex;overflow:hidden}._fileRow_frz04_86 ._fileNameText_frz04_105{color:#171716;width:max-content;font-family:"Plus Jakarta Sans", var(--font-sans);white-space:nowrap;flex:none;font-size:16px;font-weight:500;line-height:20px;display:block}._fileRow_frz04_86 ._fileNameText_frz04_105[data-overflowing=true]{animation:_file-name-ping-pong_frz04_1 var(--file-name-duration) linear infinite;will-change:transform}@keyframes _file-name-ping-pong_frz04_1{0%,12%{transform:translate(0,0)}47%,53%{transform:translate3d(var(--file-name-offset), 0, 0)}88%,to{transform:translate(0,0)}}._fileRow_frz04_86>a{color:#fff;background:#171716;border-radius:24px;flex:none;justify-content:center;align-items:center;padding:12px 16px;font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:18px;text-decoration:none;display:inline-flex}._fileRow_frz04_86>a:focus-visible{outline-offset:2px;outline:2px solid #171716}._fileDownloadIcon_frz04_151{display:none}._fileDownloadText_frz04_155{display:inline}@media (prefers-reduced-motion:reduce){._loadingSpinner_frz04_72,._fileNameText_frz04_105[data-overflowing=true]{will-change:auto;animation:none}}._page_frz04_1[data-platform=mobile]{min-height:100%;padding:calc(.24rem + var(--app-safe-top,0rem)) .2rem calc(.24rem + var(--app-safe-bottom,0rem));overflow:hidden auto}._page_frz04_1[data-platform=mobile] ._content_frz04_12{gap:.6rem;width:100%;transform:translateY(-.76rem)}._page_frz04_1[data-platform=mobile] ._header_frz04_20{gap:.32rem}._page_frz04_1[data-platform=mobile] ._header_frz04_20 h1,._page_frz04_1[data-platform=mobile] ._header_frz04_20 h2{font-size:.32rem;line-height:.4rem}._page_frz04_1[data-platform=mobile] ._header_frz04_20 p{white-space:normal;font-size:.16rem;line-height:.2rem}._page_frz04_1[data-platform=mobile] ._successIcon_frz04_48{flex-basis:1.2rem;width:1.2rem;height:1.2rem}._page_frz04_1[data-platform=mobile] ._fileCard_frz04_55{border-radius:.16rem;gap:.16rem;padding:.24rem}._page_frz04_1[data-platform=mobile] ._fileRow_frz04_86{flex-basis:auto;gap:.08rem;height:auto;min-height:.2rem}._page_frz04_1[data-platform=mobile] ._fileRow_frz04_86 ._fileNameViewport_frz04_96{height:.2rem}._page_frz04_1[data-platform=mobile] ._fileRow_frz04_86 ._fileNameText_frz04_105{font-size:.16rem;line-height:.2rem}._page_frz04_1[data-platform=mobile] ._fileRow_frz04_86>a{background:0 0;border-radius:0;width:.16rem;height:.16rem;padding:0}._page_frz04_1[data-platform=mobile] ._fileRow_frz04_86>a:focus-visible{outline-offset:.02rem;outline-width:.02rem}._page_frz04_1[data-platform=mobile] ._loadingState_frz04_66{min-height:.2rem}._page_frz04_1[data-platform=mobile] ._loadingSpinner_frz04_72{border-width:.02rem;width:.24rem;height:.24rem}._page_frz04_1[data-platform=mobile] ._fileDownloadIcon_frz04_151{width:.16rem;height:.16rem;display:block}._page_frz04_1[data-platform=mobile] ._fileDownloadText_frz04_155{display:none}._waveform_1jjd5_1{flex:auto;justify-content:space-between;align-items:center;min-width:46px;height:24px;margin-left:8px;display:flex;overflow:hidden}._waveform_1jjd5_1 i{width:2px;height:calc(24px * var(--wave-level,.5));transform-origin:50%;background:#4f72df;border-radius:999px;flex:0 0 2px;transition:height .12s linear,opacity .12s linear;display:block}._imagePreview_2fa15_1{z-index:300;width:100vw;height:var(--app-visual-height,100vh);touch-action:pan-y;background:#02060bf0;place-items:center;display:grid;position:fixed;inset:0;overflow:hidden}._backdrop_2fa15_14{z-index:0;width:100%;height:100%;position:absolute;inset:0}._imagePreviewContent_2fa15_22{z-index:1;width:calc(100vw - 180px);height:calc(var(--app-visual-height,100vh) - 96px);pointer-events:none;place-items:center;display:grid;position:relative;overflow:hidden}._imagePreviewImage_2fa15_33{width:min(1200px,100vw - 180px);height:calc(var(--app-visual-height,100vh) - 96px);object-fit:contain;pointer-events:auto;-webkit-user-select:none;user-select:none;display:block}._navigationButton_2fa15_42{z-index:2;color:#fff;background:#ffffff1f;border-radius:50%;place-items:center;width:52px;height:52px;transition:background .16s,opacity .16s;display:grid;position:absolute;top:50%;transform:translateY(-50%)}._navigationButton_2fa15_42:hover:not(:disabled){background:#ffffff38}._navigationButton_2fa15_42:disabled{cursor:default;opacity:.24}._previousButton_2fa15_64{left:28px}._nextButton_2fa15_68{right:28px}._navigationIcon_2fa15_72{filter:brightness(0)invert();width:14px;height:24px;display:block}._previousIcon_2fa15_79{transform:rotate(180deg)}._imagePreviewClose_2fa15_83{z-index:2;color:#fff;background:#ffffff1f;border-radius:50%;place-items:center;width:40px;height:40px;font-size:20px;display:grid;position:absolute;top:24px;right:28px}._imagePreviewClose_2fa15_83:hover{background:#ffffff38}._navigationButton_2fa15_42:focus-visible,._imagePreviewClose_2fa15_83:focus-visible{outline-offset:3px;outline:2px solid #fff}@media (width<=900px){._imagePreviewContent_2fa15_22{width:calc(100vw - 140px)}._previousButton_2fa15_64{left:16px}._nextButton_2fa15_68{right:16px}._imagePreviewImage_2fa15_33{width:calc(100vw - 140px)}}@media (prefers-reduced-motion:reduce){._navigationButton_2fa15_42,._imagePreviewClose_2fa15_83{transition:none}}._imagePreview_1h2fu_1{z-index:300;width:100vw;height:var(--app-visual-height,100vh);touch-action:pan-y;background:#02060b;place-items:center;display:grid;position:fixed;inset:0;overflow:hidden}._imagePreviewContent_1h2fu_14{pointer-events:none;justify-content:center;align-items:center;width:100%;height:100%;display:flex;overflow:hidden}._imagePreviewImage_1h2fu_24{width:100vw;height:var(--app-visual-height,100vh);object-fit:contain;pointer-events:auto;-webkit-user-select:none;user-select:none;display:block}._imagePreviewClose_1h2fu_33{z-index:2;place-items:center;width:.24rem;height:.24rem;display:grid;position:absolute;top:1.08rem;right:.2rem}._imagePreviewCloseIcon_1h2fu_44{width:.24rem;height:.24rem;display:block}._imagePreviewClose_1h2fu_33:focus-visible{outline-offset:.03rem;outline:.02rem solid #fff}._card_4e9fs_1{color:#151c2b;background:#fff;border:1px solid #dbe3ef;border-radius:8px;flex-direction:column;width:232px;max-width:100%;text-decoration:none;display:flex;overflow:hidden;box-shadow:0 4px 12px #20325114}a._card_4e9fs_1:active{background:#f7f9fd}._cover_4e9fs_19{object-fit:cover;background:#edf2f8;width:100%;height:116px;display:block}._body_4e9fs_27{gap:4px;padding:11px 12px 12px;display:grid}._title_4e9fs_33,._summary_4e9fs_34{overflow-wrap:anywhere;min-width:0}._title_4e9fs_33{color:#151c2b;font-size:14px;font-weight:500;line-height:19px}._summary_4e9fs_34{color:#738096;font-size:12px;font-weight:400;line-height:17px}._card_h7wb4_1{box-sizing:border-box;background:linear-gradient(90deg,#f9ffe6 0%,#f3ffc9 100%);border-radius:2px 16px 16px;flex-direction:row;justify-content:space-between;width:280px;max-width:100%;height:94px;padding:8px;display:flex;overflow:hidden}._content_h7wb4_15{box-sizing:border-box;border-radius:0 16px 16px 0;flex-direction:column;gap:12px;width:100%;min-width:0;height:78px;padding-left:8px;display:flex}._copy_h7wb4_27{flex-direction:column;flex:0 0 36px;gap:2px;width:100%;min-width:0;height:36px;display:flex}._title_h7wb4_37,._summary_h7wb4_38{text-overflow:ellipsis;white-space:nowrap;width:100%;min-width:0;display:block;overflow:hidden}._title_h7wb4_37{color:#171716;height:20px;font-family:var(--font-sans);font-size:16px;font-weight:500;line-height:20px}._summary_h7wb4_38{color:#62615d;height:14px;font-family:var(--font-sans);font-size:12px;font-weight:400;line-height:14px}._accept_h7wb4_65{box-sizing:border-box;color:#fff;width:73px;height:30px;font-family:var(--font-sans);background:#171716;border-radius:24px;flex:0 0 30px;justify-content:center;align-self:flex-start;align-items:center;gap:10px;padding:8px 16px;font-size:12px;font-weight:400;line-height:14px;text-decoration:none;display:inline-flex}[data-layout=desktop] ._card_h7wb4_1{border-radius:2px 16px 16px}[data-layout=desktop] ._title_h7wb4_37{color:#171716;font-size:14px;line-height:18px}[data-layout=desktop] ._summary_h7wb4_38{color:#62615d;font-size:12px;line-height:16px}[data-layout=desktop] ._accept_h7wb4_65{color:#fff;background:#171716}._card_1wwv4_1{color:#151c2b;background:#fff;border:1px solid #e2e7ef;border-radius:16px;width:344px;max-width:100%;text-decoration:none;display:block;overflow:hidden}a._card_1wwv4_1:active{background:#f7f9fd}._status_1wwv4_17,._statusOutgoing_1wwv4_18{align-items:center;min-height:40px;padding:0 12px;font-size:14px;font-weight:500;line-height:18px;display:flex}._status_1wwv4_17{color:#171716;background:#f8ffdd}._statusOutgoing_1wwv4_18{color:#fff;background:#55bd79}._paidOrderCard_1wwv4_38{background:linear-gradient(90deg,#f9ffe6 0%,#f3ffc9 100%);border:0;border-radius:16px 2px 16px 16px;width:280px}._paidOrderCard_1wwv4_38 ._body_1wwv4_44{background:#f8f7f4;border-radius:0 0 16px 16px;grid-template-columns:76px minmax(0,1fr);gap:8px;min-height:116px;padding:8px}._paidOrderCard_1wwv4_38 ._bodyWithoutCover_1wwv4_52{grid-template-columns:minmax(0,1fr)}._paidOrderCard_1wwv4_38 ._cover_1wwv4_55{width:76px;height:100px}._paidOrderCard_1wwv4_38 ._title_1wwv4_59{font-size:14px;font-weight:400;line-height:18px}._paidOrderCard_1wwv4_38 ._summary_1wwv4_64{color:#62615d;text-overflow:ellipsis;white-space:nowrap;width:100%;display:block}._paidOrderCard_1wwv4_38 ._price_1wwv4_71{font-weight:400}._paidOrderCard_1wwv4_38 ._title_1wwv4_59,._paidOrderCard_1wwv4_38 ._price_1wwv4_71{color:#171716}._paidOrderCard_1wwv4_38 ._meta_1wwv4_78{color:#92918b;background:#efeeea;border-radius:24px;margin-top:2px;padding:4px 8px;font-size:10px;font-weight:400;line-height:12px}._paidOrderIncoming_1wwv4_89{border-radius:2px 16px 16px}._paidOrderStatus_1wwv4_93{color:#171716;background:0 0;align-items:center;gap:8px;min-height:30px;padding:6px 8px;font-size:14px;font-weight:400;line-height:18px;display:flex}._paidOrderStatusIcon_1wwv4_106{background:url("data:image/svg+xml,%3csvg%20preserveAspectRatio='none'%20overflow='visible'%20style='display:%20block;'%20width='15.5'%20height='15.5'%20viewBox='0%200%2015.5%2015.5'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='Frame'%20clip-path='url(%23clip0_0_4)'%3e%3cpath%20id='Vector'%20d='M7.75204%2015.0645C6.77387%2015.0645%205.82464%2014.8727%204.9305%2014.4946C4.06741%2014.1296%203.29227%2013.607%202.62681%2012.9416C1.96135%2012.2761%201.43892%2011.5011%201.07375%2010.6379C0.695655%209.74389%200.503913%208.79466%200.503913%207.81633C0.503913%206.838%200.695655%205.88893%201.07375%204.99495C1.43876%204.1317%201.96135%203.35672%202.62681%202.69126C3.29227%202.0258%204.06725%201.50338%204.9305%201.1382C5.82448%200.760109%206.77371%200.568366%207.75204%200.568366C8.73037%200.568366%209.67943%200.760109%2010.5734%201.1382C11.4367%201.50321%2012.2116%202.0258%2012.8771%202.69126C13.5426%203.35672%2014.065%204.1317%2014.4302%204.99495C14.8083%205.88893%2015%206.83816%2015%207.81633C15%208.79449%2014.8083%209.74372%2014.4302%2010.6379C14.0652%2011.501%2013.5426%2012.2761%2012.8771%2012.9416C12.2116%2013.607%2011.4367%2014.1294%2010.5734%2014.4946C9.67943%2014.8727%208.7302%2015.0645%207.75204%2015.0645ZM7.75204%201.87607C4.47656%201.87607%201.81178%204.54085%201.81178%207.81633C1.81178%2011.0918%204.47656%2013.7566%207.75204%2013.7566C11.0275%2013.7566%2013.6923%2011.0918%2013.6923%207.81633C13.6923%204.54085%2011.0275%201.87607%207.75204%201.87607ZM7.47186%2010.3745L11.6634%206.183C11.9187%205.92767%2011.9187%205.51362%2011.6634%205.25829C11.4081%205.00296%2010.994%205.00296%2010.7387%205.25829L7.00942%208.98754L4.76524%206.74335C4.50991%206.48803%204.09586%206.48803%203.84053%206.74335C3.5852%206.99868%203.5852%207.41274%203.84053%207.66807L6.54715%2010.3747C6.66975%2010.4973%206.83615%2010.5663%207.00942%2010.5663C7.1827%2010.5663%207.34926%2010.4973%207.47186%2010.3745Z'%20fill='%23171716'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_0_4'%3e%3crect%20width='15.5'%20height='15.5'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") 50%/contain no-repeat;flex:0 0 15.5px;width:15.5px;height:15.5px;display:block}._body_1wwv4_44{grid-template-columns:92px minmax(0,1fr);gap:10px;min-height:140px;padding:10px;display:grid}._bodyWithoutCover_1wwv4_52{grid-template-columns:minmax(0,1fr)}._cover_1wwv4_55{object-fit:cover;background:#edf2f8;border-radius:8px;width:92px;height:120px;display:block}._details_1wwv4_135{flex-direction:column;align-items:flex-start;min-width:0;display:flex}._info_1wwv4_142{display:contents}._title_1wwv4_59{color:#151c2b;text-overflow:ellipsis;white-space:nowrap;width:100%;font-size:16px;font-weight:500;line-height:20px;display:block;overflow:hidden}._meta_1wwv4_78{color:#4e71e0;text-overflow:ellipsis;white-space:nowrap;background:#eef2ff;border-radius:999px;max-width:100%;margin-top:4px;padding:2px 8px;font-size:11px;font-weight:500;line-height:15px;display:block;overflow:hidden}._summary_1wwv4_64{color:#65718a;overflow-wrap:anywhere;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-top:5px;font-size:12px;font-weight:400;line-height:16px;display:-webkit-box;overflow:hidden}._price_1wwv4_71{color:#4e71e0;margin-top:auto;font-size:18px;font-weight:500;line-height:22px}@media (width<=480px){._card_1wwv4_1{width:100%}._paidOrderCard_1wwv4_38{width:280px}._body_1wwv4_44{grid-template-columns:84px minmax(0,1fr);min-height:122px}._cover_1wwv4_55{width:84px;height:102px}._paidOrderCard_1wwv4_38 ._body_1wwv4_44{grid-template-columns:76px minmax(0,1fr);min-height:116px}._paidOrderCard_1wwv4_38 ._bodyWithoutCover_1wwv4_52{grid-template-columns:minmax(0,1fr)}._paidOrderCard_1wwv4_38 ._cover_1wwv4_55{width:76px;height:100px}}[data-app-platform=mobile] ._paidOrderCard_1wwv4_38 ._body_1wwv4_44{background:#fff;grid-template-columns:75px minmax(0,1fr);align-items:center}[data-app-platform=mobile] ._paidOrderCard_1wwv4_38 ._bodyWithoutCover_1wwv4_52{grid-template-columns:minmax(0,1fr)}[data-app-platform=mobile] ._paidOrderCard_1wwv4_38 ._cover_1wwv4_55{width:75px;height:100px}[data-app-platform=mobile] ._paidOrderCard_1wwv4_38 ._details_1wwv4_135{justify-content:center;gap:8px}[data-app-platform=mobile] ._paidOrderCard_1wwv4_38 ._info_1wwv4_142{flex-direction:column;width:100%;min-width:0;display:flex}[data-app-platform=mobile] ._paidOrderCard_1wwv4_38 ._title_1wwv4_59{font-family:"Plus Jakarta Sans", var(--font-sans), sans-serif}[data-app-platform=mobile] ._paidOrderCard_1wwv4_38 ._meta_1wwv4_78{align-self:flex-start;margin-top:4px}[data-app-platform=mobile] ._paidOrderCard_1wwv4_38 ._summary_1wwv4_64{margin-top:6px;line-height:14px}[data-app-platform=mobile] ._paidOrderCard_1wwv4_38 ._price_1wwv4_71{font-family:"Inter", var(--font-sans), sans-serif;margin-top:0;font-size:18px;font-weight:700;line-height:22px}[data-app-platform=mobile] ._paidOrderCard_1wwv4_38 ._currencySymbol_1wwv4_262{font-size:14px;font-weight:400;line-height:18px}[data-app-platform=mobile] ._paidOrderCard_1wwv4_38 ._paidOrderStatus_1wwv4_93{gap:6px}._page_1m9a1_1{color:#111827;width:100%;height:100%;min-height:100%;font-family:var(--font-sans);background:#f4f7fc;flex-direction:column;display:flex;position:relative;overflow:hidden}._backIcon_1m9a1_14{width:8px;height:14px;display:block;transform:rotate(180deg)}._chatHeader_1m9a1_21{z-index:3;background:#f4f7fc;flex:0 0 44px;align-items:center;gap:8px;height:44px;padding:5px 16px;display:flex;position:relative;box-shadow:inset 0 -.5px #ededed}._backButton_1m9a1_34{color:#111827;flex:0 0 28px;place-items:center;width:28px;height:36px;display:grid}._profileButton_1m9a1_43{min-width:0;height:34px;color:inherit;text-align:left;flex:auto;align-items:center;gap:7px;display:flex;overflow:hidden}._profileButton_1m9a1_43:disabled{cursor:default}._profileButton_1m9a1_43:focus-visible{outline-offset:2px;border-radius:6px;outline:2px solid #4e71e0}._profileText_1m9a1_63{flex-direction:column;flex:auto;min-width:0;display:flex}._profileText_1m9a1_63 h1{color:#111827;letter-spacing:0;text-overflow:ellipsis;white-space:nowrap;max-width:100%;margin:0;font-size:16px;font-weight:400;line-height:20px;overflow:hidden}._profileNameLine_1m9a1_82{align-items:center;gap:6px;min-width:0;display:flex}._profileNameLine_1m9a1_82 h1{flex:0 auto;min-width:0}._profileText_1m9a1_63 ._deactivatedBadge_1m9a1_93{color:#75849b;text-overflow:clip;white-space:nowrap;background:#e8edf4;border-radius:4px;flex:none;max-width:none;padding:1px 5px;font-size:9px;font-weight:500;line-height:14px;overflow:visible}._headerAvatar_1m9a1_108{object-fit:cover;border-radius:50%;flex:0 0 34px;width:34px;height:34px;display:block}._thread_1m9a1_117{min-height:0;padding:14px 20px calc(var(--composer-height,70px) + var(--app-safe-bottom) + 36px);scrollbar-width:none;flex-direction:column;flex:auto;row-gap:14px;display:flex;position:relative;overflow:hidden auto}._thread_1m9a1_117::-webkit-scrollbar{display:none}._threadBottomSentinel_1m9a1_133{pointer-events:none;flex:0 0 1px;width:100%;height:1px}._productChatContextDock_1m9a1_140{flex:none;min-width:0;padding:14px 20px 0}._productChatContextCard_1m9a1_146{background:#fff;border-radius:8px;flex:0 0 58px;grid-template-columns:30px minmax(0,1fr) 58px;align-items:center;width:100%;min-height:58px;padding:8px;display:grid;overflow:hidden;box-shadow:0 2px 16px #4e71e033}._productChatContextImage_1m9a1_160,._productChatContextImagePlaceholder_1m9a1_161{object-fit:cover;border-radius:8px;width:30px;height:40px;display:block}._productChatContextImagePlaceholder_1m9a1_161{background:#edf1f8}._productChatContextDetails_1m9a1_173{flex-direction:column;gap:4px;min-width:0;padding-left:8px;display:flex}._productChatContextDetails_1m9a1_173 strong,._productChatContextDetails_1m9a1_173 span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}._productChatContextDetails_1m9a1_173 strong{color:#141b27;font-size:20px;font-weight:500;line-height:24px}._productChatContextDetails_1m9a1_173 span{color:#6c7b92;font-size:12px;font-weight:400;line-height:14px}._productChatContextBuy_1m9a1_199{color:#fff;white-space:nowrap;background:#4e71e0;border-radius:40px;place-items:center;width:58px;height:34px;padding:8px 16px;font-size:14px;font-weight:400;line-height:18px;display:grid}._thread_1m9a1_117[data-empty=true]{padding:0 20px calc(var(--composer-height,70px) + var(--app-safe-bottom));overflow:hidden}._thread_1m9a1_117[data-empty=true] ._threadBottomSentinel_1m9a1_133{display:none}._threadState_1m9a1_222{color:#8693a6;text-align:center;place-items:center;min-height:72px;margin:auto;font-size:13px;line-height:18px;display:grid}._threadState_1m9a1_222 p{margin:0}._threadState_1m9a1_222 button{color:#4e71e0;min-height:32px;font:inherit;margin-top:8px;font-weight:500}._messageRow_1m9a1_243{align-items:flex-start;gap:8px;width:100%;display:flex}._messageDateSeparator_1m9a1_250{color:#9aa6b8;text-align:center;flex:none;justify-content:center;align-items:center;width:100%;min-height:16px;font-size:12px;font-weight:400;line-height:16px;display:flex}._messageDateSeparator_1m9a1_250 time{color:inherit;font:inherit}._messageRowMine_1m9a1_268{justify-content:flex-end;align-items:flex-start;gap:8px}._messageRowWish_1m9a1_274,._messageRowCard_1m9a1_278{align-items:flex-start}._messageAvatar_1m9a1_282,._messageAvatarMine_1m9a1_283{object-fit:cover;border-radius:50%;flex:0 0 38px;width:38px;height:38px;display:block}._messageAvatarMine_1m9a1_283{flex-basis:34px;width:34px;height:34px}._messageContent_1m9a1_298{flex-direction:column;flex:0 auto;align-items:flex-start;min-width:0;max-width:280px;display:flex}._messageRowMine_1m9a1_268 ._messageContent_1m9a1_298{align-items:flex-end;max-width:260px}._messageRowImage_1m9a1_312 ._messageContent_1m9a1_298{max-width:140px}._messageRowWish_1m9a1_274 ._messageContent_1m9a1_298{max-width:215px}._messageRowCard_1m9a1_278 ._messageContent_1m9a1_298{width:min(344px,100% - 46px);max-width:344px}._messageRowMine_1m9a1_268._messageRowCard_1m9a1_278 ._messageContent_1m9a1_298{width:min(344px,100% - 42px)}._messageTimestamp_1m9a1_329{color:#9aa6b8;white-space:nowrap;margin-top:5px;font-size:12px;font-weight:400;line-height:16px;display:block}._messageRowVoice_1m9a1_339:not(._messageRowMine_1m9a1_268) ._messageTimestamp_1m9a1_329{margin-left:8px}._messageRow_1m9a1_243 p{box-sizing:border-box;color:#151c2b;overflow-wrap:anywhere;white-space:pre-wrap;background:#e6edf8;border-radius:0 16px 16px;flex:0 auto;width:auto;min-width:0;max-width:280px;min-height:0;margin:0;padding:13px 12px 12px;font-size:14px;font-weight:400;line-height:17px}._messageRowMine_1m9a1_268 p{color:#fff;background:#4e73e6;border-radius:10px 10px 0;max-width:260px;min-height:42px;padding:10px 12px;font-size:13px;font-weight:400;line-height:18px}._page_1m9a1_1[data-layout=mobile] ._messageRow_1m9a1_243 p{border-radius:2px 16px 16px}._page_1m9a1_1[data-layout=mobile] ._messageRowMine_1m9a1_268 p{border-radius:16px 2px 16px 16px}._messageDeliveryStatus_1m9a1_382{appearance:none;border:0;flex:0 0 18px;place-items:center;width:18px;height:18px;padding:0;font-family:inherit;display:grid}button._messageDeliveryStatus_1m9a1_382{cursor:pointer}._messageDeliveryStatusSending_1m9a1_398 span[aria-hidden=true]{border:2px solid #808b9e47;border-top-color:#8a95a8;border-radius:50%;width:14px;height:14px;animation:.8s linear infinite _message-delivery-spin_1m9a1_1;display:block}._messageDeliveryStatusFailed_1m9a1_408{color:#fff;background:#fa5151;border-radius:50%;font-size:13px;font-weight:700;line-height:18px}._voiceBubble_1m9a1_417{width:var(--voice-card-width,132px);color:#4f72df;background:#e6edf8;border-radius:0 14px 14px;align-items:center;height:48px;margin-left:8px;padding:0 10px 0 12px;transition:width .18s,background-color .16s,opacity .16s;display:flex;overflow:hidden}._voiceBubbleActive_1m9a1_431{background:#e0e8f8}._voiceBubbleError_1m9a1_435{color:#8f9aae;opacity:.84;justify-content:center}._voicePlayIcon_1m9a1_441{background:#fff;border-radius:50%;flex:0 0 24px;width:24px;height:24px;display:block}._voiceDuration_1m9a1_450{color:#4f72df;white-space:nowrap;margin-left:auto;padding-left:6px;font-size:12px;font-weight:400;line-height:16px}._voiceErrorMark_1m9a1_460{background:#8f9aae29;border-radius:50%;place-items:center;width:20px;height:20px;font-size:14px;font-weight:700;line-height:20px;display:grid}._messageImage_1m9a1_472{object-fit:cover;border-radius:9px;width:140px;height:165px;display:block}._messageImageButton_1m9a1_480{border-radius:9px;flex:none;display:block;overflow:hidden}._wishMessageCard_1m9a1_487{color:#151c2b;background:linear-gradient(#e8e6fc 0%,#e1e8fa 52%,#dae9f8 100%);border-radius:16px;flex-direction:column;width:215px;padding:18px 16px 17px;display:flex;position:relative;overflow:hidden}._wishMessageCard_1m9a1_487:before{content:"";pointer-events:none;background-image:url("data:image/svg+xml,%3csvg%20width='12'%20height='12'%20viewBox='0%200%2012%2012'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M5.13203%200.36732C5.26674%20-0.122593%205.96153%20-0.122592%206.09624%200.367321L7.04842%203.83018C7.09517%204.00017%207.22798%204.13298%207.39797%204.17973L10.8608%205.13191C11.3507%205.26662%2011.3507%205.96141%2010.8608%206.09612L7.39797%207.0483C7.22798%207.09504%207.09517%207.22785%207.04842%207.39784L6.09624%2010.8607C5.96153%2011.3506%205.26674%2011.3506%205.13203%2010.8607L4.17985%207.39784C4.13311%207.22785%204.0003%207.09504%203.83031%207.0483L0.367443%206.09612C-0.122471%205.96141%20-0.12247%205.26662%200.367444%205.13191L3.83031%204.17973C4.0003%204.13298%204.13311%204.00017%204.17985%203.83018L5.13203%200.36732Z'%20fill='white'/%3e%3c/svg%3e"),url("data:image/svg+xml,%3csvg%20width='12'%20height='12'%20viewBox='0%200%2012%2012'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M5.13203%200.36732C5.26674%20-0.122593%205.96153%20-0.122592%206.09624%200.367321L7.04842%203.83018C7.09517%204.00017%207.22798%204.13298%207.39797%204.17973L10.8608%205.13191C11.3507%205.26662%2011.3507%205.96141%2010.8608%206.09612L7.39797%207.0483C7.22798%207.09504%207.09517%207.22785%207.04842%207.39784L6.09624%2010.8607C5.96153%2011.3506%205.26674%2011.3506%205.13203%2010.8607L4.17985%207.39784C4.13311%207.22785%204.0003%207.09504%203.83031%207.0483L0.367443%206.09612C-0.122471%205.96141%20-0.12247%205.26662%200.367444%205.13191L3.83031%204.17973C4.0003%204.13298%204.13311%204.00017%204.17985%203.83018L5.13203%200.36732Z'%20fill='white'/%3e%3c/svg%3e"),url("data:image/svg+xml,%3csvg%20width='12'%20height='12'%20viewBox='0%200%2012%2012'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M5.13203%200.36732C5.26674%20-0.122593%205.96153%20-0.122592%206.09624%200.367321L7.04842%203.83018C7.09517%204.00017%207.22798%204.13298%207.39797%204.17973L10.8608%205.13191C11.3507%205.26662%2011.3507%205.96141%2010.8608%206.09612L7.39797%207.0483C7.22798%207.09504%207.09517%207.22785%207.04842%207.39784L6.09624%2010.8607C5.96153%2011.3506%205.26674%2011.3506%205.13203%2010.8607L4.17985%207.39784C4.13311%207.22785%204.0003%207.09504%203.83031%207.0483L0.367443%206.09612C-0.122471%205.96141%20-0.12247%205.26662%200.367444%205.13191L3.83031%204.17973C4.0003%204.13298%204.13311%204.00017%204.17985%203.83018L5.13203%200.36732Z'%20fill='white'/%3e%3c/svg%3e"),url("data:image/svg+xml,%3csvg%20width='12'%20height='12'%20viewBox='0%200%2012%2012'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M5.13203%200.36732C5.26674%20-0.122593%205.96153%20-0.122592%206.09624%200.367321L7.04842%203.83018C7.09517%204.00017%207.22798%204.13298%207.39797%204.17973L10.8608%205.13191C11.3507%205.26662%2011.3507%205.96141%2010.8608%206.09612L7.39797%207.0483C7.22798%207.09504%207.09517%207.22785%207.04842%207.39784L6.09624%2010.8607C5.96153%2011.3506%205.26674%2011.3506%205.13203%2010.8607L4.17985%207.39784C4.13311%207.22785%204.0003%207.09504%203.83031%207.0483L0.367443%206.09612C-0.122471%205.96141%20-0.12247%205.26662%200.367444%205.13191L3.83031%204.17973C4.0003%204.13298%204.13311%204.00017%204.17985%203.83018L5.13203%200.36732Z'%20fill='white'/%3e%3c/svg%3e");background-position:34px 12px,52px 68px,179px 14px,181px 69px;background-repeat:no-repeat;background-size:8px 8px,6px 6px,14px 14px,6px 6px;position:absolute;inset:0}._wishMessageCard_1m9a1_487 h2{z-index:1;color:#151c2b;letter-spacing:0;text-align:center;margin:0 0 17px;font-size:16px;font-weight:500;line-height:22px;position:relative}._wishMessageCard_1m9a1_487 p{z-index:1;color:#65718a;text-align:center;background:0 0;border-radius:0;max-width:none;min-height:0;margin:-8px 0 14px;padding:0;font-size:12px;font-weight:500;line-height:16px;position:relative}._wishMessageCardResult_1m9a1_535{padding:16px 16px 17px}._wishMessageCardResult_1m9a1_535 h2{margin-bottom:14px}._wishMessageCardLoading_1m9a1_542{align-content:center;gap:8px;min-height:112px;display:grid}._wishLoadingBlock_1m9a1_549{background:linear-gradient(90deg,#ffffff75 0%,#ffffffd1 48%,#ffffff75 100%) 0 0/220% 100%;border-radius:999px;animation:1.2s ease-in-out infinite _wish-loading-shimmer_1m9a1_1;display:block;overflow:hidden}._wishLoadingTitle_1m9a1_558{justify-self:center;width:118px;height:18px}._wishLoadingMeta_1m9a1_564{opacity:.72;justify-self:center;width:44px;height:9px}._wishLoadingOption_1m9a1_571{background-color:#ffffff9e;width:100%;height:28px}._wishTimeLeft_1m9a1_577{z-index:1;color:#8390ac;background:#ffffff75;border-radius:999px;justify-content:center;align-items:center;gap:2px;min-height:16px;margin:-6px auto 13px;padding:0 8px;font-size:10px;font-weight:500;line-height:12px;display:inline-flex;position:relative}._wishTimeIcon_1m9a1_595{flex:0 0 12px;width:12px;height:12px;display:block}._wishOptions_1m9a1_602{z-index:1;gap:8px;margin:0 0 16px;display:grid;position:relative}._wishMessageCardResult_1m9a1_535 ._wishOptions_1m9a1_602{margin-bottom:0}._wishOption_1m9a1_602{color:#1c2435;text-align:center;background:#ffffff7a;border:1px solid #0000;border-radius:999px;grid-template-columns:minmax(0,1fr);align-items:center;column-gap:6px;height:34px;padding:0 12px;font-size:14px;font-weight:400;line-height:18px;display:grid;position:relative;overflow:hidden}._wishOptionSelected_1m9a1_633{color:#151c2b;background:#ffffff47;border-color:#4e71e0}._wishOptionResult_1m9a1_639{cursor:default;text-align:left;background:#eef5ff;border-color:#0000;grid-template-columns:minmax(0,1fr) max-content}._wishOptionResultSelected_1m9a1_647{color:#151c2b;background:#dbe8ff;grid-template-columns:16px minmax(0,1fr) max-content}._wishOptionBar_1m9a1_653{z-index:0;border-radius:inherit;background:#f7fbff;position:absolute;top:0;bottom:0;left:0}._wishOptionResultSelected_1m9a1_647 ._wishOptionBar_1m9a1_653{background:#aebffc}._wishOptionIndicator_1m9a1_667,._wishOptionText_1m9a1_668,._wishOptionPercent_1m9a1_669{z-index:1;position:relative}._wishOptionIndicator_1m9a1_667{background:#5577ea;border-radius:50%;flex:0 0 14px;place-self:center;width:14px;height:14px;display:none;position:relative}._wishOptionIndicatorResult_1m9a1_686{display:block}._wishOptionIndicatorResult_1m9a1_686:after{content:"";border-bottom:1.5px solid #fff;border-right:1.5px solid #fff;width:4px;height:7px;position:absolute;top:2px;left:5px;transform:rotate(45deg)}._wishOptionText_1m9a1_668{text-overflow:ellipsis;white-space:nowrap;min-width:0;line-height:18px;overflow:hidden}._wishOptionResult_1m9a1_639 ._wishOptionText_1m9a1_668{text-align:left}._wishOptionPercent_1m9a1_669{color:#5577ea;white-space:nowrap;font-size:12px;font-style:normal;font-weight:400;line-height:18px}._wishVoteButton_1m9a1_722{z-index:1;color:#fff;background:#4e71e0;border-radius:999px;height:34px;font-size:14px;font-weight:400;line-height:18px;position:relative}._wishVoteButton_1m9a1_722:disabled{opacity:.48}._composer_1m9a1_737{z-index:5;min-height:70px;padding:10px 16px calc(10px + var(--app-safe-bottom));background:#f4f7fc;align-items:flex-end;display:flex;position:absolute;bottom:0;left:0;right:0}._inputWrap_1m9a1_750{background:#e7edf8;border-radius:24px;grid-template-columns:minmax(0,1fr);align-items:center;width:100%;height:50px;min-height:50px;padding:0 12px;display:grid;position:relative}._inputWrap_1m9a1_750 textarea{box-sizing:border-box;resize:none;color:#1f2937;width:100%;min-width:0;min-height:20px;max-height:100px;font:inherit;scrollbar-width:none;background:0 0;border:0;outline:0;margin:0;padding:0;font-size:16px;font-weight:400;line-height:20px;display:block}._inputWrap_1m9a1_750 textarea::placeholder{color:#9da5b3}._inputWrap_1m9a1_750 textarea::-webkit-scrollbar{display:none}._inputWrap_1m9a1_750 textarea:disabled{cursor:not-allowed;opacity:1;color:#8693a6;-webkit-text-fill-color:#8693a6}._textareaFocusScrollGuard_1m9a1_796{opacity:0}._inputWrapHasValue_1m9a1_800{grid-template-columns:minmax(0,1fr) 34px;gap:12px;padding:0 8px 0 12px}._inputWrapMultiline_1m9a1_806{border-radius:16px;align-items:end;height:auto;padding-top:8px;padding-bottom:8px}._inputWrapMultiline_1m9a1_806 ._sendButton_1m9a1_813{align-self:end}._composerActions_1m9a1_817{flex-direction:column;justify-content:center;align-items:center;gap:8px;height:100%;min-height:34px;display:flex}._inputWrapMultiline_1m9a1_806 ._composerActions_1m9a1_817{justify-content:space-between}._resizeInputButton_1m9a1_831{cursor:pointer;background:0 0;border:0;flex:0 0 20px;place-items:center;width:20px;height:20px;padding:0;display:grid}._resizeInputButton_1m9a1_831 img{width:20px;height:20px;display:block}._resizeInputButton_1m9a1_831:focus-visible{outline-offset:2px;outline:2px solid #171716}._sendButton_1m9a1_813{width:34px;height:34px;box-shadow:none;background:0 0;border:0;border-radius:50%;flex-shrink:0;align-self:center;place-items:center;padding:0;display:grid;position:relative}._sendButtonIcon_1m9a1_867{width:34px;height:34px;display:block}._joinToChatCard_1m9a1_873{right:20px;bottom:calc(58px + var(--app-safe-bottom));z-index:7;color:#111827;background:#fffffff5;border-radius:22px;gap:13px;height:296px;padding:18px 16px 16px;display:grid;position:absolute;left:20px;box-shadow:0 18px 40px #27345429}._joinToChatCard_1m9a1_873 ul{border:1px solid #e5e9f2e6;border-radius:13px;gap:0;margin:0;padding:8px 13px;list-style:none;display:grid}._joinToChatCard_1m9a1_873 li{color:#3a4355;border-bottom:1px solid #e2e6f0d1;min-height:33px;padding-left:12px;font-size:14px;font-weight:400;line-height:33px;position:relative}._joinToChatCard_1m9a1_873 li:last-child{border-bottom:0}._joinToChatCard_1m9a1_873 li:before{content:"";background:#5577ea;border-radius:50%;width:6px;height:6px;position:absolute;top:50%;left:0;transform:translateY(-50%)}._joinToChatCard_1m9a1_873 button{color:#fff;background:#5577ea;border-radius:999px;height:45px;font-size:14px;font-weight:700}._joinToChatCard_1m9a1_873 p{color:#a8b1c0;margin:-2px 0 0;font-size:10px;font-weight:500}._joinHeader_1m9a1_936{grid-template-columns:30px minmax(0,1fr);align-items:center;gap:8px;display:grid}._joinHeader_1m9a1_936 span:last-child{gap:2px;min-width:0;display:grid}._joinHeader_1m9a1_936 strong{color:#111827;font-size:17px;font-weight:500;line-height:19px}._joinHeader_1m9a1_936 em{color:#4b5567;font-size:12px;font-style:normal;font-weight:500;line-height:13px}._joinIcon_1m9a1_961{width:30px;height:30px;display:block}._srOnly_1m9a1_967{clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}@keyframes _message-delivery-spin_1m9a1_1{to{transform:rotate(360deg)}}@keyframes _wish-loading-shimmer_1m9a1_1{0%{background-position:120% 0}to{background-position:-120% 0}}@media (prefers-reduced-motion:reduce){._messageDeliveryStatusSending_1m9a1_398 span[aria-hidden=true]{animation-duration:1.4s}._wishLoadingBlock_1m9a1_549{animation-duration:2s}}._page_1m9a1_1[data-layout=mobile]{color:#171716;background:#f8f8f8}._page_1m9a1_1[data-layout=mobile] ._chatHeader_1m9a1_21{background:#f8f8f8;box-shadow:inset 0 -.5px #efeeea}._page_1m9a1_1[data-layout=mobile] ._backButton_1m9a1_34,._page_1m9a1_1[data-layout=mobile] ._profileText_1m9a1_63 h1{color:#171716}._page_1m9a1_1[data-layout=mobile] ._thread_1m9a1_117{background:#f8f8f8}._page_1m9a1_1[data-layout=mobile] ._messageDateSeparator_1m9a1_250,._page_1m9a1_1[data-layout=mobile] ._messageTimestamp_1m9a1_329,._page_1m9a1_1[data-layout=mobile] ._threadState_1m9a1_222{color:#62615d}._page_1m9a1_1[data-layout=mobile] ._messageRow_1m9a1_243 p{color:#171716;background:#efeeea}._page_1m9a1_1[data-layout=mobile] ._messageRowMine_1m9a1_268 p{color:#171716;background:#ddfc59}._page_1m9a1_1[data-layout=mobile] ._voiceBubble_1m9a1_417{color:#171716;background:#efeeea}._page_1m9a1_1[data-layout=mobile] ._voiceBubbleActive_1m9a1_431{background:#e7e6e1}._page_1m9a1_1[data-layout=mobile] ._voiceDuration_1m9a1_450{color:#171716}._page_1m9a1_1[data-layout=mobile] ._productChatContextCard_1m9a1_146{box-shadow:none;background:linear-gradient(90deg,#faffdf 0%,#f6ffd0 100%)}._page_1m9a1_1[data-layout=mobile] ._productChatContextImagePlaceholder_1m9a1_161{background:#efeeea}._page_1m9a1_1[data-layout=mobile] ._productChatContextDetails_1m9a1_173 strong{color:#171716}._page_1m9a1_1[data-layout=mobile] ._productChatContextDetails_1m9a1_173 span{color:#62615d}._page_1m9a1_1[data-layout=mobile] ._productChatContextBuy_1m9a1_199{color:#fff;background:#171716}._page_1m9a1_1[data-layout=mobile] ._composer_1m9a1_737{background:#f8f8f8}._page_1m9a1_1[data-layout=mobile] ._inputWrap_1m9a1_750{background:#efeeea}._page_1m9a1_1[data-layout=mobile] ._inputWrap_1m9a1_750 textarea{color:#171716}._page_1m9a1_1[data-layout=mobile] ._inputWrap_1m9a1_750 textarea::placeholder{color:#62615d}._page_1m9a1_1[data-layout=desktop] ._productChatContextDock_1m9a1_140{padding:14px 16px 0}._page_1m9a1_1[data-layout=desktop] ._productChatContextDock_1m9a1_140+._thread_1m9a1_117{padding-top:12px}._page_1m9a1_1[data-layout=desktop]{color:#171716;background:#fff}._page_1m9a1_1[data-layout=desktop] ._chatHeader_1m9a1_21{background:#fff;flex:0 0 68px;gap:6px;height:68px;padding:16px;box-shadow:inset 0 -1px #efeeea}._page_1m9a1_1[data-layout=desktop] ._profileButton_1m9a1_43{gap:6px;height:36px}._page_1m9a1_1[data-layout=desktop] ._profileText_1m9a1_63 h1{color:#171716;font-size:13px;font-weight:400;line-height:16px}._page_1m9a1_1[data-layout=desktop] ._headerAvatar_1m9a1_108{flex-basis:36px;width:36px;height:36px}._page_1m9a1_1[data-layout=desktop] ._thread_1m9a1_117{padding:14px 16px calc(var(--composer-height,52px) + 36px);background:#fff;row-gap:12px}._page_1m9a1_1[data-layout=desktop] ._thread_1m9a1_117[data-empty=true]{padding:0 16px var(--composer-height,52px)}._page_1m9a1_1[data-layout=desktop] ._messageContent_1m9a1_298,._page_1m9a1_1[data-layout=desktop] ._messageRowMine_1m9a1_268 ._messageContent_1m9a1_298{width:max-content;max-width:min(1373px,100% - 90px)}._page_1m9a1_1[data-layout=desktop] ._messageRow_1m9a1_243 p,._page_1m9a1_1[data-layout=desktop] ._messageRowMine_1m9a1_268 p{color:#171716;background:#f2f1ec;border-radius:2px 16px 16px;width:max-content;max-width:100%;min-height:42px;padding:12px;font-size:14px;line-height:18px}._page_1m9a1_1[data-layout=desktop] ._messageRowMine_1m9a1_268 p{color:#171716;background:#d5fd24;border-radius:16px 2px 16px 16px}._page_1m9a1_1[data-layout=desktop] ._messageAvatar_1m9a1_282,._page_1m9a1_1[data-layout=desktop] ._messageAvatarMine_1m9a1_283{flex-basis:32px;width:32px;height:32px}._page_1m9a1_1[data-layout=desktop] ._messageTimestamp_1m9a1_329,._page_1m9a1_1[data-layout=desktop] ._messageDateSeparator_1m9a1_250{color:#62615d}._page_1m9a1_1[data-layout=desktop] ._productChatContextCard_1m9a1_146{min-height:72px;box-shadow:none;background:linear-gradient(90deg,#f9ffe6 0%,#f3ffc9 100%);border-radius:16px;flex-basis:72px;grid-template-columns:minmax(0,1fr) max-content;gap:16px;padding:12px 16px}._page_1m9a1_1[data-layout=desktop] ._productChatContextImage_1m9a1_160,._page_1m9a1_1[data-layout=desktop] ._productChatContextImagePlaceholder_1m9a1_161{display:none}._page_1m9a1_1[data-layout=desktop] ._productChatContextDetails_1m9a1_173{gap:4px;padding-left:0}._page_1m9a1_1[data-layout=desktop] ._productChatContextDetails_1m9a1_173 strong{color:#171716}._page_1m9a1_1[data-layout=desktop] ._productChatContextDetails_1m9a1_173 span{color:#62615d}._page_1m9a1_1[data-layout=desktop] ._productChatContextBuy_1m9a1_199{color:#fff;background:#171716}._page_1m9a1_1[data-layout=desktop] ._messageRowImage_1m9a1_312 ._messageContent_1m9a1_298{max-width:140px}._page_1m9a1_1[data-layout=desktop] ._messageImage_1m9a1_472,._page_1m9a1_1[data-layout=desktop] ._messageImageButton_1m9a1_480{border-radius:16px}._page_1m9a1_1[data-layout=desktop] ._messageRowWish_1m9a1_274 ._messageContent_1m9a1_298{max-width:215px}._page_1m9a1_1[data-layout=desktop] ._messageRowCard_1m9a1_278 ._messageContent_1m9a1_298{width:min(344px,100% - 46px);max-width:344px}._page_1m9a1_1[data-layout=desktop] ._messageRowMine_1m9a1_268._messageRowCard_1m9a1_278 ._messageContent_1m9a1_298{width:min(344px,100% - 42px)}._page_1m9a1_1[data-layout=desktop] ._composer_1m9a1_737{background:#fff;min-height:90px;padding:8px 16px 32px}._page_1m9a1_1[data-layout=desktop] ._inputWrap_1m9a1_750{background:#efeeea;border-radius:40px;height:50px;min-height:50px;padding:0 16px}._page_1m9a1_1[data-layout=desktop] ._inputWrap_1m9a1_750 textarea{min-height:18px;font-size:14px;line-height:18px}._page_1m9a1_1[data-layout=desktop] ._inputWrap_1m9a1_750 textarea::placeholder{color:#62615d}._page_1m9a1_1[data-layout=desktop] ._inputWrapHasValue_1m9a1_800{grid-template-columns:minmax(0,1fr) 34px;gap:10px}._page_1m9a1_1[data-layout=desktop] ._inputWrapMultiline_1m9a1_806{border-radius:16px;align-items:end;height:auto;padding-top:8px;padding-bottom:8px}._page_1m9a1_1[data-layout=desktop] ._sendButton_1m9a1_813,._page_1m9a1_1[data-layout=desktop] ._sendButtonIcon_1m9a1_867{width:34px;height:34px}._page_1m9a1_1[data-layout] ._inputWrapExpanded_1m9a1_1226{height:400px;max-height:calc(var(--app-current-visual-height,100vh) * .5);border-radius:16px;align-items:stretch;padding-top:16px;padding-bottom:16px}._page_1m9a1_1[data-layout] ._inputWrapExpanded_1m9a1_1226 textarea{height:100%;max-height:none}@media (height<=700px){._thread_1m9a1_117{padding-top:10px;padding-bottom:calc(var(--composer-height,70px) + var(--app-safe-bottom) + 10px)}._messageImage_1m9a1_472{height:146px}._joinToChatCard_1m9a1_873{bottom:calc(30px + var(--app-safe-bottom))}}@media (width<768px){._page_1m9a1_1[data-layout=mobile]{height:var(--visual-viewport-height,100vh);min-height:var(--visual-viewport-height,100vh);max-height:var(--visual-viewport-height,100vh)}._page_1m9a1_1[data-layout=mobile] ._chatHeader_1m9a1_21{gap:12px;padding:5px 20px}._page_1m9a1_1[data-layout=mobile] ._backButton_1m9a1_34{color:#141b27;flex-basis:22px;width:22px;height:22px}._page_1m9a1_1[data-layout=mobile] ._backIcon_1m9a1_14{filter:brightness(0)saturate()invert(7%)sepia(7%)saturate(3852%)hue-rotate(179deg)brightness(96%)contrast(92%);width:19.47px;height:20.62px}._page_1m9a1_1[data-layout=mobile] ._productChatContextDock_1m9a1_140{padding-top:0}._page_1m9a1_1[data-layout=mobile] ._composer_1m9a1_737{position:absolute;bottom:0}}._page_1306n_1{width:100%;height:var(--app-current-visual-height,100vh);min-height:var(--app-current-visual-height,100vh);color:#fff;background:#000;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}._stage_1306n_14{isolation:isolate;background:#000;width:100%;height:100%;position:relative;overflow:hidden}._player_1306n_23,._scrim_1306n_24{width:100%;height:100%;position:absolute;inset:0}._player_1306n_23{z-index:0;background:#000;overflow:hidden}._player_1306n_23 video{object-fit:contain!important;width:100%!important;height:100%!important}._scrim_1306n_24{z-index:1;pointer-events:none;background:linear-gradient(#00000080 0%,#0000 28% 70%,#0000006b 100%)}._header_1306n_49{z-index:3;padding:max(16px, env(safe-area-inset-top)) 18px 12px;grid-template-columns:44px 1fr 44px;align-items:center;gap:12px;display:grid;position:absolute;top:0;left:0;right:0}._backButton_1306n_62{color:#fff;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#0b0e1675;border:1px solid #ffffff29;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:background .16s,transform .16s;display:inline-flex}._backButton_1306n_62:active{background:#0b0e16b8;transform:scale(.96)}._backButton_1306n_62 svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;width:24px;height:24px}._liveBadge_1306n_91{letter-spacing:.08em;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#0b0e1685;border:1px solid #ffffff24;border-radius:999px;justify-self:center;align-items:center;gap:7px;height:30px;padding:0 13px;font-size:12px;font-weight:700;display:inline-flex}._liveDot_1306n_107{background:#ff3b5c;border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 4px #ff3b5c29}._remainingTime_1306n_115{color:#ffffffe0;font-variant-numeric:tabular-nums;justify-self:end;font-size:12px;font-weight:500}._headerSpacer_1306n_123{width:44px}._status_1306n_127,._resultCard_1306n_128{z-index:2;text-align:center;flex-direction:column;align-items:center;width:min(320px,100% - 48px);display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._status_1306n_127 h1,._resultCard_1306n_128 h1{letter-spacing:-.02em;margin:22px 0 8px;font-size:21px;font-weight:700;line-height:1.25}._status_1306n_127 p,._resultCard_1306n_128 p{color:#ffffffa3;margin:0;font-size:14px;line-height:1.5}._spinner_1306n_158{border:3px solid #ffffff29;border-top-color:#fff;border-radius:50%;width:42px;height:42px;animation:.85s linear infinite _spin_1306n_158}._waitingPulse_1306n_167{background:#ff3b5c;border-radius:50%;width:18px;height:18px;animation:1.8s ease-out infinite _pulse_1306n_1;position:relative;box-shadow:0 0 #ff3b5c7a}._resultCard_1306n_128{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#121620d1;border:1px solid #ffffff1f;border-radius:24px;padding:30px 24px 24px;box-shadow:0 24px 80px #00000057}._resultCard_1306n_128 h1{margin-top:18px}._resultIcon_1306n_190,._notStartedIcon_1306n_191,._endedIcon_1306n_192{color:#ffffffeb;background:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;font-size:24px;font-weight:500;display:inline-flex}._notStartedIcon_1306n_191{background:#ffffff14;position:relative}._notStartedIcon_1306n_191:before,._notStartedIcon_1306n_191:after,._notStartedIcon_1306n_191 span{content:"";border-radius:50%;position:absolute}._notStartedIcon_1306n_191:before{border:2px solid #ffffffe0;inset:10px}._notStartedIcon_1306n_191:after{transform-origin:1px 8px;background:#ffffffe0;border-radius:2px;width:2px;height:10px;top:17px;left:24px}._notStartedIcon_1306n_191 span{transform-origin:1px 1px;background:#ffffffe0;border-radius:2px;width:8px;height:2px;top:24px;left:24px;transform:rotate(28deg)}._endedIcon_1306n_192:before{content:"";border:2px solid #ffffffe6;border-radius:4px;width:17px;height:17px}._actions_1306n_252{flex-direction:column;gap:10px;width:100%;margin-top:24px;display:flex}._primaryAction_1306n_260,._secondaryAction_1306n_261{border-radius:999px;justify-content:center;align-items:center;width:100%;min-height:46px;padding:12px 20px;font-size:14px;font-weight:500;display:inline-flex}._resultCard_1306n_128>._primaryAction_1306n_260{margin-top:24px}._primaryAction_1306n_260{color:#fff;background:#4e71e0}._secondaryAction_1306n_261{color:#ffffffe0;background:#ffffff14}._soundButton_1306n_287{z-index:3;right:20px;bottom:max(94px, env(safe-area-inset-bottom) + 86px);color:#fff;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#0b0e1699;border:1px solid #ffffff29;border-radius:999px;align-items:center;min-height:42px;padding:10px 16px;font-size:13px;font-weight:500;display:inline-flex;position:absolute}._danmakuDock_1306n_305{z-index:3;right:14px;bottom:max(12px, env(safe-area-inset-bottom) + 8px);pointer-events:none;flex-direction:column;gap:10px;display:flex;position:absolute;left:14px}._danmakuList_1306n_317{scroll-behavior:smooth;flex-direction:column;gap:7px;max-height:min(32vh,260px);padding-right:18%;display:flex;overflow:hidden;-webkit-mask-image:linear-gradient(#0000,#000 18% 100%);mask-image:linear-gradient(#0000,#000 18% 100%)}._danmakuMessage_1306n_328{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#07090f94;border:1px solid #ffffff1f;border-radius:14px;align-items:baseline;gap:6px;width:fit-content;max-width:100%;padding:7px 10px;display:flex;box-shadow:0 6px 18px #00000029}._ownDanmakuMessage_1306n_342{background:#25376a9e;border-color:#7c99f242}._danmakuMessage_1306n_328[data-delivery=failed]{border-color:#ff6f847a}._danmakuSender_1306n_351{color:#b8c9fff5;text-overflow:ellipsis;white-space:nowrap;flex:none;max-width:96px;font-size:12px;font-weight:700;line-height:1.35;overflow:hidden}._danmakuText_1306n_363{overflow-wrap:anywhere;color:#fff;min-width:0;font-size:13px;font-weight:500;line-height:1.4}._danmakuDelivery_1306n_372{color:#ffffff8a;flex:none;font-size:10px;line-height:1.4}._danmakuMessage_1306n_328[data-delivery=failed] ._danmakuDelivery_1306n_372{color:#ff91a2}._danmakuComposer_1306n_383{pointer-events:auto;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#0b0e16ad;border:1px solid #ffffff29;border-radius:28px;grid-template-columns:minmax(0,1fr) 46px;align-items:center;gap:8px;padding:5px;display:grid;box-shadow:0 12px 34px #00000038}._danmakuInput_1306n_397{color:#fff;background:0 0;border:0;outline:0;width:100%;min-width:0;height:42px;padding:0 8px 0 13px;font-size:16px}._danmakuInput_1306n_397::placeholder{color:#ffffff94}._danmakuInput_1306n_397:disabled{opacity:.7}._danmakuSendButton_1306n_417{color:#fff;background:#4e71e0;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;transition:opacity .16s,transform .16s;display:inline-flex;box-shadow:0 8px 22px #4e71e057}._danmakuSendButton_1306n_417:active:not(:disabled){transform:scale(.94)}._danmakuSendButton_1306n_417:disabled{cursor:default;opacity:.42;box-shadow:none}._danmakuSendButton_1306n_417 svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8px;width:20px;height:20px}._danmakuError_1306n_450{color:#ff9daf;grid-column:1/-1;margin:-1px 10px 5px;font-size:11px;line-height:1.35}@keyframes _spin_1306n_158{to{transform:rotate(360deg)}}@keyframes _pulse_1306n_1{70%{box-shadow:0 0 0 16px #ff3b5c00}to{box-shadow:0 0 #ff3b5c00}}@media (width>=768px){._stage_1306n_14{aspect-ratio:9/16;border-left:1px solid #ffffff14;border-right:1px solid #ffffff14;width:auto;max-width:100%;height:min(100%,1080px);box-shadow:0 0 80px #00000094}._header_1306n_49{padding-left:28px;padding-right:28px}._resultCard_1306n_128{width:360px}._danmakuDock_1306n_305{gap:12px;bottom:22px;left:24px;right:24px}._danmakuList_1306n_317{max-height:min(36vh,340px)}}@media (prefers-reduced-motion:reduce){._spinner_1306n_158,._waitingPulse_1306n_167{animation:none}}._page_1mgj8_1{color:#151c2b;background:radial-gradient(circle at 80% 7%,#ffddecb8 0,#ffddec00 118px),radial-gradient(circle at 12% 9%,#ffebcbd1 0,#ffebcb00 126px),linear-gradient(#fff9f6 0%,#f3f7fc 32% 100%);flex-direction:column;align-items:center;width:100%;min-height:100%;display:flex;position:relative}._sender_1mgj8_12{flex-direction:column;flex:none;align-items:center;margin-top:25px;display:flex}._sender_1mgj8_12 ._creatorAvatar_1mgj8_19{object-fit:cover;border-radius:50%;width:52px;height:52px;display:block}._sender_1mgj8_12 h1{letter-spacing:-.2px;margin:14px 0 0;font-size:16px;font-weight:500;line-height:20px}._sender_1mgj8_12 p{color:#151c2b;margin:2px 0 0;font-size:14px;font-weight:400;line-height:18px}._reward_1mgj8_41{flex-direction:column;flex:auto;align-items:center;padding-top:0;display:flex}._reward_1mgj8_41 p{color:#75849b;margin:35px 0 0;font-size:15px;font-weight:400;line-height:19px}._giftAnimation_1mgj8_56{pointer-events:none;width:250px;height:250px}._primaryButton_1mgj8_62{color:#fff;text-align:center;background:#4f72df;border-radius:999px;flex:none;width:327px;height:44px;margin-bottom:44px;font-size:15px;font-weight:700;line-height:44px}._primaryButton_1mgj8_62:disabled{opacity:.72}._page_3iy6u_1{color:#191919;background:#fff;min-height:100%}._document_3iy6u_7{width:100%;max-width:1000px;padding:28px 22px calc(44px + var(--app-safe-bottom,0px));margin:0 auto}._header_3iy6u_14{margin-bottom:28px}._header_3iy6u_14 h1{color:#191919;letter-spacing:0;margin:0;font-size:26px;font-weight:700;line-height:32px}._header_3iy6u_14 p{color:#7f8da3;margin:8px 0 0;font-size:12px;font-weight:500;line-height:18px}._content_3iy6u_33{color:#4a5568;overflow-wrap:anywhere;font-size:14px;font-weight:500;line-height:23px}._content_3iy6u_33 section{margin-top:24px}._content_3iy6u_33 section:first-child{margin-top:0}._content_3iy6u_33 h2{color:#191919;letter-spacing:0;margin:0 0 10px;font-size:18px;font-weight:700;line-height:24px}._content_3iy6u_33 h3{color:#191919;margin:16px 0 8px;font-size:15px;font-weight:700;line-height:22px}._content_3iy6u_33 p{margin:0 0 12px}._content_3iy6u_33 strong{color:#191919;font-weight:700}._content_3iy6u_33 ul,._content_3iy6u_33 ol{margin:8px 0 12px;padding-left:20px}._content_3iy6u_33 li{margin-top:8px}._content_3iy6u_33 li:first-child{margin-top:0}[data-app-platform=desktop] ._document_3iy6u_7{padding:56px 48px 80px}[data-app-platform=desktop] ._header_3iy6u_14{border-bottom:1px solid #e9ecf0;margin-bottom:36px;padding-bottom:24px}[data-app-platform=desktop] ._header_3iy6u_14 h1{font-size:36px;line-height:46px}[data-app-platform=desktop] ._header_3iy6u_14 p{margin-top:12px;font-size:14px;line-height:22px}[data-app-platform=desktop] ._content_3iy6u_33{font-size:17px;font-weight:400;line-height:30px}[data-app-platform=desktop] ._content_3iy6u_33 section{margin-top:36px}[data-app-platform=desktop] ._content_3iy6u_33 h2{margin-bottom:14px;font-size:23px;line-height:32px}[data-app-platform=desktop] ._content_3iy6u_33 h3{margin-top:24px;font-size:19px;line-height:28px}[data-app-platform=desktop] ._content_3iy6u_33 p{margin-bottom:16px}[data-app-platform=desktop] ._content_3iy6u_33 ul,[data-app-platform=desktop] ._content_3iy6u_33 ol{margin-bottom:16px;padding-left:24px}._root_3qocz_1{display:block}.seo-page{--seo-bg:#14120b;--seo-text:#f7f7f4;--seo-secondary:#f7f7f499;--seo-border:#f7f7f42e;min-height:100vh;color:var(--seo-text);background:var(--seo-bg);letter-spacing:.08px;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;line-height:1.5}.seo-page *,.seo-page :before,.seo-page :after{box-sizing:border-box}.seo-page a{color:inherit;text-decoration:none}.seo-site-header{z-index:20;height:52px;color:var(--seo-text);background:var(--seo-bg);position:fixed;inset:0 0 auto}.seo-site-header__inner{grid-template-columns:1fr auto 1fr;align-items:center;width:min(100%,1300px);height:100%;margin:0 auto;padding:0 20px;display:grid}.seo-brand{letter-spacing:-.15px;justify-self:start;align-items:center;gap:9px;font-size:15px;font-weight:600;display:inline-flex}.seo-brand__mark{width:25px;height:25px}.seo-primary-nav,.seo-header-actions{align-items:center;gap:28px;font-size:14px;display:flex}.seo-header-actions{justify-self:end;gap:16px}.seo-primary-nav a,.seo-header-actions>a:not(.seo-header-cta){color:var(--seo-secondary)}.seo-primary-nav a:hover,.seo-header-actions>a:hover{color:var(--seo-text)}.seo-header-cta{border:1px solid var(--seo-border);border-radius:999px;padding:5px 13px 6px}.seo-main{min-height:100vh;padding:164px 20px 134px}.seo-article{width:min(100%,1240px);margin:0 auto}.seo-article-header{grid-template-columns:292px minmax(0,614px) 1fr;column-gap:20px;display:grid}.seo-article-meta{color:var(--seo-secondary);font-size:16px;line-height:1.5}.seo-article-meta a:hover{color:var(--seo-text)}.seo-article-meta__mobile-date,.seo-article-meta__mobile-separator{display:none}.seo-article-heading{grid-column:2;min-width:0}.seo-article-heading time,.seo-article-heading>p{color:var(--seo-secondary);margin:0;font-size:16px;display:block}.seo-article-heading h1{letter-spacing:-.72px;text-wrap:balance;max-width:720px;margin:7px 0 3px;font-size:36px;font-weight:400;line-height:1.2}.seo-article-body{grid-template-columns:292px minmax(0,614px) 1fr;column-gap:20px;display:grid}.seo-summary,.seo-prose{grid-column:2}.seo-summary{margin:48px 0 22px}.seo-summary__label{color:var(--seo-text);letter-spacing:-.11px;margin:0 0 12px;font-size:22px;font-weight:700;line-height:1.3}.seo-summary ul{gap:8px;margin:0;padding-left:24px;font-size:16px;line-height:1.5;display:grid}.seo-prose p,.seo-prose ul{color:var(--seo-text);letter-spacing:.08px;text-wrap:pretty;margin:0 0 22px;font-size:16px;line-height:1.5}.seo-prose ul{padding-left:24px}.seo-prose li+li{margin-top:8px}.seo-prose h2{letter-spacing:-.11px;margin:48px 0 12px;font-size:22px;font-weight:700;line-height:1.3}.seo-prose h3{margin:0 0 7px;font-size:18px;font-weight:700;line-height:1.4}.seo-faq__item{border-top:1px solid var(--seo-border);padding:20px 0}.seo-faq__item:last-child{border-bottom:1px solid var(--seo-border)}.seo-faq__item p{color:var(--seo-secondary);margin-bottom:0}.seo-related{margin-top:64px}.seo-related ul{margin:0;padding:0;list-style:none}.seo-related li{border-top:1px solid var(--seo-border)}.seo-related li:last-child{border-bottom:1px solid var(--seo-border)}.seo-related a{justify-content:space-between;gap:20px;padding:15px 0;display:flex}.seo-related a:hover{color:var(--seo-secondary)}.seo-site-footer{border-top:1px solid var(--seo-border);color:var(--seo-secondary);padding:52px 20px 58px}.seo-site-footer>div{justify-content:space-between;gap:24px;width:min(100%,1240px);margin:0 auto;display:flex}.seo-site-footer p{margin:0}.seo-site-footer nav{gap:24px;display:flex}.seo-page--missing{padding:100px 20px}@media (width<=899px){.seo-site-header{height:56px}.seo-site-header__inner{grid-template-columns:1fr auto}.seo-primary-nav,.seo-header-cta{display:none}.seo-header-actions{font-size:14px}.seo-main{padding:160px 20px 90px}.seo-article-header,.seo-article-body{display:block}.seo-article-meta{margin-bottom:4px}.seo-article-heading time{display:none}.seo-article-meta__mobile-date,.seo-article-meta__mobile-separator{display:inline}.seo-article-meta__guide,.seo-article-meta__desktop-separator{display:none}.seo-article-heading h1{margin-top:4px;font-size:36px}.seo-summary{min-height:188px;margin:43px 0 39px;padding:26px}.seo-summary ul{gap:10px;font-size:17px}.seo-prose h2{margin-top:42px}.seo-site-footer>div{flex-direction:column}}@media (width<=420px){.seo-brand span{font-size:14px}.seo-main{padding-top:158px}.seo-article-heading h1{font-size:36px}.seo-site-footer nav{flex-wrap:wrap}}._page_qucz7_1{background:#f8f8f8;justify-content:center;align-items:center;min-height:100%;display:flex}._content_qucz7_9{text-align:center;flex-direction:column;align-items:center;padding:24px;display:flex;transform:translateY(-16px)}._title_qucz7_18{color:#171716;letter-spacing:-.05em;margin:0;font-size:120px;font-weight:700;line-height:1}._message_qucz7_27{color:#62615d;margin:20px 0 0;font-size:16px;font-weight:400;line-height:24px}@media (width<=767px){._title_qucz7_18{font-size:72px}}._overlay_ew5kz_1{z-index:180;width:var(--app-shell-width);height:var(--app-shell-height);background:#000000d1;animation:.18s ease-out both _payment-backdrop-in_ew5kz_1;position:fixed;top:0;left:50%;transform:translate(-50%)}._sheet_ew5kz_13{max-height:calc(100% - 24px);padding:12px 20px calc(34px + var(--app-safe-bottom));color:#161e2d;font-family:var(--font-sans);text-align:center;background:#f4f7fc;border-radius:16px 16px 0 0;flex-direction:column;font-size:16px;animation:.26s ease-out both _payment-sheet-in_ew5kz_1;display:flex;position:absolute;bottom:0;left:0;right:0;overflow-y:auto}._handle_ew5kz_32{background:#96a3b8;border-radius:999px;width:25px;height:4px;margin:0 auto}._successMark_ew5kz_40{object-fit:contain;border-radius:50%;width:120px;height:120px;margin:28px auto 0;display:block}._header_ew5kz_49{margin-top:9px}._header_ew5kz_49 h2{margin:0;font-size:18px;font-weight:700;line-height:22px}._header_ew5kz_49 p{color:#6f7e96;margin:4px 0 0;font-size:15px;font-weight:400;line-height:19px}._pickCard_ew5kz_66{text-align:left;background:#fff;border-radius:15px;grid-template-columns:50px 1fr auto;align-items:center;gap:18px;min-height:76px;margin-top:7px;padding:16px;display:grid}._pickCard_ew5kz_66 ._pickAvatar_ew5kz_78{object-fit:cover;border-radius:50%;width:42px;height:42px}._pickCard_ew5kz_66 div{min-width:0}._pickCard_ew5kz_66 strong,._pickCard_ew5kz_66 span{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}._pickCard_ew5kz_66 strong{font-size:16px;font-weight:400;line-height:20px}._pickCard_ew5kz_66 span{color:#6f7e96;margin-top:4px;font-size:15px;font-weight:400;line-height:19px}._pickCard_ew5kz_66 em{color:#101828;font-size:20px;font-style:normal;font-weight:700;line-height:24px}._message_ew5kz_114{color:#6f7e96;text-align:left;background:#edf3fb;border-radius:16px;margin:16px 0 0;padding:14px 17px;font-size:15px;font-weight:400;line-height:20px}._actions_ew5kz_126{gap:18px;margin-top:24px;display:grid}._primaryButton_ew5kz_132{color:#fff;background:#4e71e0;border-radius:999px;justify-content:center;align-items:center;width:100%;height:44px;font-size:16px;font-weight:700;line-height:20px;display:flex}._secondaryButton_ew5kz_146{color:#9aa8bc;margin:0 auto;font-size:15px;font-weight:400;line-height:19px;display:block}html.app-compact-height ._successMark_ew5kz_40{margin-top:18px}html.app-compact-height ._header_ew5kz_49{margin-top:8px}html.app-compact-height ._actions_ew5kz_126{margin-top:16px}html.app-compact-height ._secondaryButton_ew5kz_146{margin-top:12px}@keyframes _payment-backdrop-in_ew5kz_1{0%{opacity:0}to{opacity:1}}@keyframes _payment-sheet-in_ew5kz_1{0%{transform:translateY(100%)}to{transform:translateY(0)}}
/*$vite$:1*/