@charset "UTF-8";list-item[withImage],[listItem][withImage]{display:flex;align-items:center;width:100%;background-color:#fff;cursor:pointer}list-item[withImage]>div,[listItem][withImage]>div{display:grid;grid-template-columns:var(--image-size-important, var(--image-size)) auto;grid-column-gap:var(--col-gap-important, var(--col-gap));align-items:center;flex:1}list-item[withImage]>div img,list-item[withImage]>div .image,[listItem][withImage]>div img,[listItem][withImage]>div .image{grid-row:span var(--image-grid-row)}list-item[withImage]>div .title,[listItem][withImage]>div .title{font-size:var(--title-size-important, var(--title-size));color:var(--title-color-important, var(--title-color));font-weight:var(--title-font-weight-important, var(--title-font-weight));display:flex;align-items:center;align-self:end}list-item[withImage]>div .description,[listItem][withImage]>div .description{font-size:var(--desc-size-important, var(--desc-size));color:var(--desc-color-important, var(--desc-color));font-weight:var(--desc-font-weight-important, var(--desc-font-weight));word-wrap:break-word;-webkit-line-clamp:1;text-overflow:ellipsis;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;align-self:start}@media(max-width:767px){list-item[withImage],[listItem][withImage]{--image-size: 44px;--col-gap: 12px}list-item[withImage]:active,[listItem][withImage]:active{background-color:var(--hoverWeak)}list-item[withImage],[listItem][withImage]{padding:16px;border-radius:10px;justify-content:space-between}list-item[withImage].box-shadow,[listItem][withImage].box-shadow{box-shadow:0 1px 2px #0000000a,0 3px 12px #0000000a,0 0 0 1px #ddd3}list-item[withImage]>div img,list-item[withImage]>div .image,[listItem][withImage]>div img,[listItem][withImage]>div .image{width:var(--image-size-important, var(--image-size));height:var(--image-size-important, var(--image-size));box-shadow:0 0 0 1px #14141414}list-item[withImage]>div img.round,list-item[withImage]>div .image.round,[listItem][withImage]>div img.round,[listItem][withImage]>div .image.round{border-radius:22px}list-item[withImage]>div img.square,list-item[withImage]>div .image.square,[listItem][withImage]>div img.square,[listItem][withImage]>div .image.square{border-radius:10px}list-item[withImage]>div .title,[listItem][withImage]>div .title{--title-size: 13px;--title-color: var(--grayDark);--title-font-weight: 500}list-item[withImage]>div .title div,[listItem][withImage]>div .title div{word-wrap:break-word;-webkit-line-clamp:1;text-overflow:ellipsis;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;word-break:break-word;margin-right:8px}list-item[withImage]>div .description,[listItem][withImage]>div .description{--desc-size: 12px;--desc-color: var(--grayDark);--desc-font-weight: 400;margin-top:2px}list-item[withImage]>div.loading,[listItem][withImage]>div.loading{width:100%}list-item[withImage]>div.loading .image,[listItem][withImage]>div.loading .image{background-color:var(--hoverStrong);animation:shine 1.75s infinite;background-image:none}list-item[withImage]>div.loading .title,[listItem][withImage]>div.loading .title{background-color:var(--hoverStrong);animation:shine 1.75s infinite;width:80%;height:20px}list-item[withImage]>div.loading .description,[listItem][withImage]>div.loading .description{background-color:var(--hoverStrong);animation:shine 1.75s infinite;width:100px;height:18px}}@media(min-width:768px){list-item[withImage],[listItem][withImage]{--image-size: 52px;--col-gap: 24px;height:80px;padding:14px 12px;overflow:hidden;border-radius:10px}list-item[withImage].box-shadow,[listItem][withImage].box-shadow{box-shadow:2px 8px 12px #1414140a,0 1px 3px #14141405,0 0 0 1px #00000005}list-item[withImage]:hover,[listItem][withImage]:hover{background-color:var(--hoverWeak)}list-item[withImage]>div,[listItem][withImage]>div{margin-right:24px}list-item[withImage]>div img,list-item[withImage]>div .image,[listItem][withImage]>div img,[listItem][withImage]>div .image{width:var(--image-size-important, var(--image-size));height:var(--image-size-important, var(--image-size));box-shadow:0 0 0 1px #14141414;background-color:#e6e8eb40}list-item[withImage]>div img.round,list-item[withImage]>div .image.round,[listItem][withImage]>div img.round,[listItem][withImage]>div .image.round{border-radius:26px}list-item[withImage]>div img.square,list-item[withImage]>div .image.square,[listItem][withImage]>div img.square,[listItem][withImage]>div .image.square{border-radius:10px}list-item[withImage]>div .title,[listItem][withImage]>div .title{--title-size: 16px;--title-color: var(--grayDarker);--title-font-weight: 500}list-item[withImage]>div .title div,[listItem][withImage]>div .title div{word-wrap:break-word;-webkit-line-clamp:1;text-overflow:ellipsis;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;word-break:break-word}list-item[withImage]>div .description,[listItem][withImage]>div .description{--desc-size: 12px;--desc-color: var(--gray);--desc-font-weight: 500;margin-top:2px}list-item[withImage]>div.loading,[listItem][withImage]>div.loading{width:100%}list-item[withImage]>div.loading .image,[listItem][withImage]>div.loading .image{background-color:var(--hoverStrong);animation:shine 1.75s infinite}list-item[withImage]>div.loading>div,[listItem][withImage]>div.loading>div{background-color:var(--hoverStrong);animation:shine 1.75s infinite;border-radius:4px}list-item[withImage]>div.loading .title,[listItem][withImage]>div.loading .title{width:80%;height:20px}list-item[withImage]>div.loading .description,[listItem][withImage]>div.loading .description{width:100px;height:18px}list-item[withImage] [adornment],[listItem][withImage] [adornment]{flex-shrink:0;margin-left:auto}}list-item[withImage].l,[listItem][withImage].l{--image-size: 120px;--col-gap: 24px;padding:16px;height:auto;border-radius:14px;box-shadow:2px 8px 12px #1414140a,0 1px 3px #14141405,0 0 0 1px #00000005;transition:all .2s cubic-bezier(.19,1,.22,1)}list-item[withImage].l>div img,list-item[withImage].l>div .image,[listItem][withImage].l>div img,[listItem][withImage].l>div .image{margin:0 var(--col-gap-important, var(--col-gap)) 0 0;width:var(--image-size-important, var(--image-size));height:var(--image-size-important, var(--image-size));border-radius:10px;box-shadow:0 0 0 1px #14141414}list-item[withImage].l>div,[listItem][withImage].l>div{flex:1;margin:0}list-item[withImage].l>div .title,[listItem][withImage].l>div .title{--title-size: 20px;--title-color: var(--grayDarker);--title-font-weight: 500;width:100%}list-item[withImage].l>div .title div,[listItem][withImage].l>div .title div{width:100%;word-break:normal;word-wrap:break-word}list-item[withImage].l>div .description,[listItem][withImage].l>div .description{--desc-size: 15px;--desc-color: var(--gray);--desc-font-weight: 400}list-item[withImage].l:hover,[listItem][withImage].l:hover{background-color:#f9f9fa;transform:translateY(-8px);box-shadow:0 24px 32px #1414140d,0 1px 3px #14141405,0 0 0 1px #00000005}list-item[withImage].s,[listItem][withImage].s{--image-size: 36px;--col-gap: 12px;padding:16px;height:auto;border-radius:8px;transition:all .2s cubic-bezier(.19,1,.22,1)}list-item[withImage].s>div img,list-item[withImage].s>div .image,[listItem][withImage].s>div img,[listItem][withImage].s>div .image{margin:0 var(--col-gap-important, var(--col-gap)) 0 0;width:var(--image-size-important, var(--image-size));height:var(--image-size-important, var(--image-size))}list-item[withImage].s>div,[listItem][withImage].s>div{flex:1;margin:0}list-item[withImage].s>div .title,[listItem][withImage].s>div .title{--title-size: 14px;--title-color: var(--grayDarker);--title-font-weight: 500;width:100%}list-item[withImage].s>div .title div,[listItem][withImage].s>div .title div{width:100%;word-break:normal;word-wrap:break-word}list-item[withImage].s>div .description,[listItem][withImage].s>div .description{--desc-size: 12px;--desc-color: var(--gray);--desc-font-weight: 400}list-item[withImage].loading,[listItem][withImage].loading{pointer-events:none}list-item[withImage]:not(.loading) .image,[listItem][withImage]:not(.loading) .image{background-image:var(--list-item-image-important, var(--list-item-image));background-size:contain;background-repeat:no-repeat}footer[mpFooter]{display:block;position:relative;padding:40px 0;background-color:rgba(var(--grayLightest-rgb),.06);border-top:1px solid var(--grayLighter)}@media(min-width:768px)and (max-width:1024px){footer[mpFooter]{padding:40px 24px}}@media(max-width:767px){footer[mpFooter]{padding:20px 16px 0;background-color:#fff}}footer[mpFooter] .footer-inner{width:100%;margin:0 auto;box-sizing:border-box}@media(min-width:1025px){footer[mpFooter] .footer-inner{position:relative;max-width:1210px;padding:0 60px}}footer[mpFooter] .footer-aside{display:flex;flex-direction:column;gap:24px;flex-shrink:0;order:2}@media(max-width:767px){footer[mpFooter] .footer-aside{display:contents}}footer[mpFooter] .app-nudge-section{display:flex;flex-direction:column;gap:16px;flex-shrink:0}@media(max-width:767px){footer[mpFooter] .app-nudge-section{order:-1}}footer[mpFooter] .app-nudge-card{display:flex;align-items:center;gap:12px;padding:8px;border:1px solid var(--grayLighter);border-radius:12px}@media(min-width:768px){footer[mpFooter] .app-nudge-card{justify-content:space-between}}@media(max-width:767px){footer[mpFooter] .app-nudge-card{border:none;padding:0;gap:9px}}footer[mpFooter] .app-icon{width:48px;height:48px;border-radius:10px;border:1px solid rgba(var(--black-rgb),.15);object-fit:cover}@media(max-width:767px){footer[mpFooter] .app-icon{width:34px;height:34px;border-radius:8px}}footer[mpFooter] .app-nudge-text{width:100%;text-align:left;font-size:16px;color:var(--grayDarker);font-weight:700}@media(max-width:767px){footer[mpFooter] .app-nudge-text{font-size:14px;color:var(--grayDarker);font-weight:400}}footer[mpFooter] .qr-code-placeholder{width:48px;height:48px;border-radius:3px;background:var(--grayLightest)}@media(max-width:767px){footer[mpFooter] .qr-code-placeholder{display:none}}footer[mpFooter] .store-buttons{display:flex;gap:10px;align-items:center}@media(max-width:767px){footer[mpFooter] .store-buttons{gap:8px}}footer[mpFooter] .store-button{display:block;height:48px}footer[mpFooter] .store-button img{height:100%;width:auto}@media(max-width:767px){footer[mpFooter] .store-button{height:34px}}footer[mpFooter] .footer-top{display:flex;justify-content:space-between;align-items:flex-start;gap:60px;margin-bottom:40px}@media(min-width:768px)and (max-width:1024px){footer[mpFooter] .footer-top{gap:40px;flex-wrap:wrap}}@media(max-width:767px){footer[mpFooter] .footer-top{flex-direction:column;gap:24px;margin-bottom:24px}}footer[mpFooter] .link-groups{display:grid;grid-template-columns:repeat(3,max-content);flex:1;order:1;gap:40px 48px}@media(min-width:768px)and (max-width:1024px){footer[mpFooter] .link-groups{gap:32px 40px}}@media(max-width:767px){footer[mpFooter] .link-groups{display:flex;flex-direction:column;gap:24px;width:100%}}@media(min-width:768px){footer[mpFooter] .link-groups:not(.link-groups--mms) .link-group--cols3{grid-column:span 2}footer[mpFooter] .link-groups:not(.link-groups--mms) .link-group--cols3 .link-list{display:grid;grid-template-columns:repeat(2,max-content);gap:16px 48px}}@media(min-width:1120px){footer[mpFooter] .link-groups.link-groups--mms{grid-template-columns:repeat(4,max-content)}footer[mpFooter] .link-groups.link-groups--mms .link-group--wide{grid-column:span 2}footer[mpFooter] .link-groups.link-groups--mms .link-group--wide .link-list{display:grid;grid-template-columns:repeat(2,max-content);gap:16px 48px}footer[mpFooter] .link-groups.link-groups--mms .link-group--cols3 .link-list{grid-template-columns:repeat(3,max-content);gap:16px 32px}}footer[mpFooter] .link-group{min-width:120px}@media(max-width:767px){footer[mpFooter] .link-group{min-width:0;display:flex;flex-direction:column;gap:6px}}footer[mpFooter] .link-group-title{font-weight:500;font-size:15px;line-height:24px;color:var(--grayDarkest);margin-bottom:20px}@media(max-width:767px){footer[mpFooter] .link-group-title{font-weight:400;font-size:14px;margin-bottom:0}}footer[mpFooter] .link-list{display:flex;flex-direction:column;gap:16px}@media(max-width:767px){footer[mpFooter] .link-list{flex-direction:row;flex-wrap:wrap;gap:20px}}footer[mpFooter] .link-item{font-weight:500;font-size:13px;line-height:20px;color:var(--gray);transition:color .2s;background:none;border:none;padding:0;cursor:pointer;text-align:left}footer[mpFooter] .link-item:hover{color:var(--grayDarkest)}@media(max-width:767px){footer[mpFooter] .link-item{font-size:12px;line-height:16px;color:var(--gray)}}footer[mpFooter] .settings-buttons{display:flex;flex-wrap:wrap;gap:16px;align-items:center}@media(min-width:768px)and (max-width:1024px){footer[mpFooter] .settings-buttons{gap:12px}}@media(max-width:767px){footer[mpFooter] .settings-buttons{order:2;gap:12px}}footer[mpFooter] .settings-buttons .setting-button,footer[mpFooter] .settings-buttons lang-dropdown,footer[mpFooter] .settings-buttons currency-selector{background-color:var(--white);border:1px solid var(--grayLighter);border-radius:8px}footer[mpFooter] .settings-buttons .setting-button:hover,footer[mpFooter] .settings-buttons lang-dropdown:hover,footer[mpFooter] .settings-buttons currency-selector:hover{background-color:var(--hoverWeak);border-color:var(--grayLight)}footer[mpFooter] .settings-buttons .setting-button:active,footer[mpFooter] .settings-buttons lang-dropdown:active,footer[mpFooter] .settings-buttons currency-selector:active{background-color:var(--hoverStrong)}footer[mpFooter] .company-info-section{display:flex;flex-direction:column;gap:16px}@media(max-width:767px){footer[mpFooter] .company-info-section{background:var(--grayLightest);margin:0 -16px;padding:12px 16px 24px}}footer[mpFooter] .company-details{display:flex;flex-direction:column;gap:8px;font-weight:400;font-size:12px;line-height:20px;color:var(--grayDark)}@media(max-width:767px){footer[mpFooter] .company-details{color:var(--gray);gap:4px}}footer[mpFooter] .company-offices{display:flex;align-items:flex-start;gap:32px}@media(max-width:1024px){footer[mpFooter] .company-offices{flex-direction:column;gap:8px}}@media(max-width:767px){footer[mpFooter] .company-offices{gap:4px}}footer[mpFooter] .company-row{display:flex;gap:22px;align-items:center}@media(max-width:767px){footer[mpFooter] .company-row{flex-direction:column;align-items:flex-start;gap:4px}}footer[mpFooter] .copyright-logo{height:45px;width:auto;object-fit:contain;align-self:baseline}sheet-post-description .ql-container{box-sizing:border-box;font-size:13px;height:100%;margin:0;position:relative}sheet-post-description .ql-editor{box-sizing:border-box;counter-reset:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;line-height:1.42;height:100%;outline:none;overflow-y:auto;padding:12px 15px;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap;word-wrap:break-word}sheet-post-description .ql-editor p,sheet-post-description .ql-editor ol,sheet-post-description .ql-editor pre,sheet-post-description .ql-editor blockquote,sheet-post-description .ql-editor [data-ql-heading="1"],sheet-post-description .ql-editor h2,sheet-post-description .ql-editor h3,sheet-post-description .ql-editor h4,sheet-post-description .ql-editor h5,sheet-post-description .ql-editor h6{margin:0;padding:0}@supports (counter-set: none){sheet-post-description .ql-editor p,sheet-post-description .ql-editor [data-ql-heading="1"],sheet-post-description .ql-editor h2,sheet-post-description .ql-editor h3,sheet-post-description .ql-editor h4,sheet-post-description .ql-editor h5,sheet-post-description .ql-editor h6{counter-set:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set: none){sheet-post-description .ql-editor p,sheet-post-description .ql-editor [data-ql-heading="1"],sheet-post-description .ql-editor h2,sheet-post-description .ql-editor h3,sheet-post-description .ql-editor h4,sheet-post-description .ql-editor h5,sheet-post-description .ql-editor h6{counter-reset:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}sheet-post-description .ql-editor table{border-collapse:collapse}sheet-post-description .ql-editor td{border:1px solid #000;padding:2px 5px}sheet-post-description .ql-editor ol{padding-left:1.5em}sheet-post-description .ql-editor li{list-style-type:none;padding-left:1.5em;position:relative}sheet-post-description .ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}sheet-post-description .ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}sheet-post-description .ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}sheet-post-description .ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}sheet-post-description .ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}sheet-post-description .ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}sheet-post-description .ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}sheet-post-description .ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}sheet-post-description .ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}sheet-post-description .ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}sheet-post-description .ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}sheet-post-description .ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}sheet-post-description .ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}sheet-post-description .ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}sheet-post-description .ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}sheet-post-description .ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}sheet-post-description .ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}sheet-post-description .ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}sheet-post-description .ql-editor li.ql-direction-rtl{padding-right:1.5em}sheet-post-description .ql-editor table{table-layout:fixed;width:100%}sheet-post-description .ql-editor table td{outline:none}sheet-post-description .ql-editor .ql-bg-black{background-color:#000}sheet-post-description .ql-editor .ql-bg-red{background-color:#e60000}sheet-post-description .ql-editor .ql-bg-orange{background-color:#f90}sheet-post-description .ql-editor .ql-bg-yellow{background-color:#ff0}sheet-post-description .ql-editor .ql-bg-green{background-color:#008a00}sheet-post-description .ql-editor .ql-bg-blue{background-color:#06c}sheet-post-description .ql-editor .ql-bg-purple{background-color:#93f}sheet-post-description .ql-editor .ql-color-white{color:#fff}sheet-post-description .ql-editor .ql-color-red{color:#e60000}sheet-post-description .ql-editor .ql-color-orange{color:#f90}sheet-post-description .ql-editor .ql-color-yellow{color:#ff0}sheet-post-description .ql-editor .ql-color-green{color:#008a00}sheet-post-description .ql-editor .ql-color-blue{color:#06c}sheet-post-description .ql-editor .ql-color-purple{color:#93f}sheet-post-description .ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}sheet-post-description .ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}sheet-post-description .ql-editor .ql-size-small{font-size:.75em}sheet-post-description .ql-editor .ql-size-large{font-size:1.5em}sheet-post-description .ql-editor .ql-size-huge{font-size:2.5em}sheet-post-description .ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}sheet-post-description .ql-editor .ql-align-center{text-align:center}sheet-post-description .ql-editor .ql-align-justify{text-align:justify}sheet-post-description .ql-editor .ql-align-right{text-align:right}sheet-post-description .ql-snow{box-sizing:border-box}sheet-post-description .ql-snow *{box-sizing:border-box}sheet-post-description .ql-snow .ql-editor [data-ql-heading="1"]{font-size:2em}sheet-post-description .ql-snow .ql-editor h2{font-size:1.5em}sheet-post-description .ql-snow .ql-editor h3{font-size:1.17em}sheet-post-description .ql-snow .ql-editor h4{font-size:1em}sheet-post-description .ql-snow .ql-editor h5{font-size:.83em}sheet-post-description .ql-snow .ql-editor h6{font-size:.67em}sheet-post-description .ql-snow .ql-editor a{text-decoration:underline}sheet-post-description .ql-snow .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}sheet-post-description .ql-snow .ql-editor code{font-size:85%;padding:2px 4px}sheet-post-description .ql-snow .ql-editor img{max-width:100%}sheet-post-description{word-break:normal;word-wrap:break-word;display:block;width:100%}sheet-post-description .ql-container{height:unset}@media(max-width:1024px){sheet-post-description:not(:empty){background-color:#fff;padding:16px}}@media(max-width:1024px){.mms sheet-post-description .description-card{background-color:transparent;border-radius:0;padding:0}.mms sheet-post-description main{font-size:16px;color:#2e2e2e;font-weight:400;letter-spacing:-.16px;line-height:24px;padding:0}.mms sheet-post-description .fade-overlay{background:linear-gradient(transparent,#fff)}.mms sheet-post-description .toggle-btn{display:flex;align-items:center;justify-content:center;gap:4px;height:40px;margin-top:8px;padding:0;border:1px solid rgba(0,0,0,.2);border-radius:8px;background-color:#fff;font-size:14px;color:#000;font-weight:400;line-height:.9}}sheet-post-description .description-card{background-color:#f9fafb;border-radius:12px;padding:16px}sheet-post-description .section-title{font-size:18px;color:#111827;font-weight:700;padding-bottom:6px}sheet-post-description .content-wrapper{position:relative;overflow:hidden}sheet-post-description .content-wrapper.collapsed{max-height:300px}@media(max-width:1024px){sheet-post-description .content-wrapper.collapsed{max-height:120px}}sheet-post-description .fade-overlay{position:absolute;bottom:0;left:0;right:0;height:48px;background:linear-gradient(transparent,#f9fafb);pointer-events:none}sheet-post-description .toggle-btn{display:flex;align-items:center;justify-content:center;gap:4px;width:100%;margin-top:8px;padding:8px;border:none;background:none;cursor:pointer;font-size:13px;color:var(--indigo);font-weight:500}sheet-post-description .toggle-btn:active{opacity:.6}@media(max-width:1024px){sheet-post-description main{font-size:14px;color:var(--grayDark);font-weight:400;word-break:normal;word-wrap:break-word;padding:6px 6px 8px;overflow-x:auto}}sheet-post-description .loading-placeholder{background-color:#f9fafb;border-radius:12px;padding:16px}sheet-post-description .loading-placeholder .skeleton-line{background-color:var(--hoverStrong);animation:shine 1.75s infinite;border-radius:4px;height:14px;margin-bottom:8px}sheet-post-description .loading-placeholder .skeleton-line.wide{width:80%}sheet-post-description .loading-placeholder .skeleton-line.narrow{width:50%;margin-bottom:0}sheet-preview-item,article[sheetPreviewItem]{display:flex;flex-direction:column;cursor:pointer}@media screen and (min-width:481px){sheet-preview-item:hover:not(.loading) .text-info .title,article[sheetPreviewItem]:hover:not(.loading) .text-info .title{text-decoration:underline}}sheet-preview-item .preview-wrapper,article[sheetPreviewItem] .preview-wrapper{position:relative;display:flex;justify-content:center;align-items:center;padding:8px 0;aspect-ratio:1/1;border:1px solid var(--grayLightest)}sheet-preview-item .preview-wrapper .image,article[sheetPreviewItem] .preview-wrapper .image{width:100%;height:100%;background-size:cover;background-position:top;background-repeat:no-repeat;transition:all .2s cubic-bezier(.19,1,.22,1)}sheet-preview-item .preview-wrapper div[adornment],article[sheetPreviewItem] .preview-wrapper div[adornment]{position:absolute;left:-4px;top:-4px;display:flex;flex-direction:row}sheet-preview-item .preview-wrapper .video-play,article[sheetPreviewItem] .preview-wrapper .video-play{position:absolute;bottom:8px;right:8px;z-index:1}sheet-preview-item .preview-wrapper .level-badge,article[sheetPreviewItem] .preview-wrapper .level-badge{position:absolute;top:1px;right:1px;z-index:2;padding:4px 6px;border-radius:6px;font-size:11px;font-weight:600}@media screen and (min-width:481px){sheet-preview-item .preview-wrapper .level-badge,article[sheetPreviewItem] .preview-wrapper .level-badge{font-size:12px;border-radius:8px}}sheet-preview-item .preview-wrapper .level-badge[data-level="0"],article[sheetPreviewItem] .preview-wrapper .level-badge[data-level="0"]{background:linear-gradient(#efb1001f,#efb1001f),#fff;color:#cb9700}sheet-preview-item .preview-wrapper .level-badge[data-level="1"],article[sheetPreviewItem] .preview-wrapper .level-badge[data-level="1"]{background:linear-gradient(#00937e1f,#00937e1f),#fff;color:#00937e}sheet-preview-item .preview-wrapper .level-badge[data-level="2"],article[sheetPreviewItem] .preview-wrapper .level-badge[data-level="2"]{background:linear-gradient(#3652ff1f,#3652ff1f),#fff;color:#3852ff}sheet-preview-item .preview-wrapper .level-badge[data-level="3"],article[sheetPreviewItem] .preview-wrapper .level-badge[data-level="3"]{background:linear-gradient(#c500971a,#c500971a),#fff;color:#cd20c4}sheet-preview-item .preview-wrapper .level-badge[data-level="4"],article[sheetPreviewItem] .preview-wrapper .level-badge[data-level="4"]{background:linear-gradient(#fb004b1f,#fb004b1f),#fff;color:#fb004c}sheet-preview-item .sheet-info,article[sheetPreviewItem] .sheet-info{display:flex;flex-direction:column;flex:1;padding:4px 2px 6px;gap:8px}sheet-preview-item .sheet-info:active,article[sheetPreviewItem] .sheet-info:active{background-color:var(--hoverWeak)}sheet-preview-item .sheet-info .text-info,article[sheetPreviewItem] .sheet-info .text-info{display:flex;flex-direction:column;flex:1;padding:8px 4px 0 2px}sheet-preview-item .sheet-info .text-info .title,article[sheetPreviewItem] .sheet-info .text-info .title{font-size:13px;color:var(--grayDark);font-weight:600;-webkit-line-clamp:2;text-overflow:ellipsis;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;word-break:normal;word-wrap:break-word;margin-bottom:3px;min-height:41px}sheet-preview-item .sheet-info .text-info .author,article[sheetPreviewItem] .sheet-info .text-info .author{font-size:13px;color:var(--grayDark);font-weight:400;-webkit-line-clamp:1;text-overflow:ellipsis;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;word-break:normal;word-wrap:break-word;margin-top:auto}sheet-preview-item .sheet-info .text-info .meta,article[sheetPreviewItem] .sheet-info .text-info .meta{font-size:12px;color:var(--gray);font-weight:400;word-wrap:break-word;-webkit-line-clamp:1;text-overflow:ellipsis;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}sheet-preview-item .sheet-info .text-info .reviews,article[sheetPreviewItem] .sheet-info .text-info .reviews{display:flex;gap:4px;align-items:center;font-size:12px;color:var(--grayDark);font-weight:600}@media screen and (max-width:480px){sheet-preview-item .sheet-info .text-info.line-clamp .title,sheet-preview-item .sheet-info .text-info.line-clamp .author,article[sheetPreviewItem] .sheet-info .text-info.line-clamp .title,article[sheetPreviewItem] .sheet-info .text-info.line-clamp .author{word-wrap:break-word;-webkit-line-clamp:2;text-overflow:ellipsis;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}sheet-preview-item .sheet-info .text-info .author,article[sheetPreviewItem] .sheet-info .text-info .author{margin-top:2px}}sheet-preview-item.loading,article[sheetPreviewItem].loading{pointer-events:none}sheet-preview-item.loading .sheet-info .text-info p,sheet-preview-item.loading .sheet-info .text-info .reviews,article[sheetPreviewItem].loading .sheet-info .text-info p,article[sheetPreviewItem].loading .sheet-info .text-info .reviews{background-color:var(--hoverStrong);animation:shine 1.75s infinite;display:block;border-radius:6px}sheet-preview-item.loading .sheet-info .text-info p.title,sheet-preview-item.loading .sheet-info .text-info .reviews.title,article[sheetPreviewItem].loading .sheet-info .text-info p.title,article[sheetPreviewItem].loading .sheet-info .text-info .reviews.title{width:70%;height:13px}sheet-preview-item.loading .sheet-info .text-info p.author,sheet-preview-item.loading .sheet-info .text-info .reviews.author,article[sheetPreviewItem].loading .sheet-info .text-info p.author,article[sheetPreviewItem].loading .sheet-info .text-info .reviews.author{width:35%;height:13px}sheet-preview-item.loading .sheet-info .text-info p.reviews,sheet-preview-item.loading .sheet-info .text-info .reviews.reviews,article[sheetPreviewItem].loading .sheet-info .text-info p.reviews,article[sheetPreviewItem].loading .sheet-info .text-info .reviews.reviews{width:60%;height:13px}sheet-preview-item.loading .sheet-info .text-info p.meta,sheet-preview-item.loading .sheet-info .text-info .reviews.meta,article[sheetPreviewItem].loading .sheet-info .text-info p.meta,article[sheetPreviewItem].loading .sheet-info .text-info .reviews.meta{width:70%;height:13px}sheet-preview-item.dark,article[sheetPreviewItem].dark{background-color:var(--grayDarker)}sheet-preview-item.dark .preview-wrapper,article[sheetPreviewItem].dark .preview-wrapper{background-color:#e6e8eb40}sheet-preview-item.dark .sheet-info .text-info .title,article[sheetPreviewItem].dark .sheet-info .text-info .title{color:#fff}sheet-preview-item.dark .sheet-info .text-info .author,article[sheetPreviewItem].dark .sheet-info .text-info .author{color:var(--grayLight)}@charset "UTF-8";song-other-arrangements{display:block}song-other-arrangements:not(.has-arrangements){display:none}song-other-arrangements .arrangements-container{display:flex;flex-direction:column;gap:12px;padding:16px 20px;border-top:1px solid var(--grayLightest)}@media(max-width:767px){song-other-arrangements .arrangements-container{padding:4px 0;gap:10px;border-top:none}}song-other-arrangements .header{display:flex;align-items:center;justify-content:space-between;gap:8px}song-other-arrangements .title-row{display:flex;align-items:center;gap:6px}song-other-arrangements .section-title{font-size:14px;color:var(--grayDarkest);font-weight:600;margin:0;display:flex;align-items:center;gap:4px;flex-wrap:wrap}song-other-arrangements .section-title .song-name{color:var(--primaryDark);max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(max-width:767px){song-other-arrangements .section-title .song-name{max-width:140px}}song-other-arrangements .section-title .count{font-size:13px;color:var(--grayDark);font-weight:400}song-other-arrangements .filter-chips-wrapper{position:relative}@media(max-width:767px){song-other-arrangements .filter-chips-wrapper:after{content:"";position:absolute;top:0;right:-10px;bottom:0;width:40px;background:linear-gradient(to right,transparent,#f8f9fa 70%);pointer-events:none;z-index:1;transition:opacity .2s ease}song-other-arrangements .filter-chips-wrapper.scrolled-end:after{opacity:0}}song-other-arrangements .filter-chips{display:flex;flex-wrap:wrap;align-items:center;gap:6px}@media(max-width:767px){song-other-arrangements .filter-chips{flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}song-other-arrangements .filter-chips::-webkit-scrollbar{display:none}song-other-arrangements .filter-chips{margin:0 -10px;padding:0 10px 2px;scroll-padding-inline:10px}}song-other-arrangements .filter-chip{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;border:1px solid var(--grayLight);border-radius:16px;background-color:var(--white);cursor:pointer;font-size:12px;color:var(--grayDarker);font-weight:500;white-space:nowrap;flex-shrink:0;transition:all .15s ease}song-other-arrangements .filter-chip:hover{border-color:var(--grayDark);background-color:var(--grayLightest)}song-other-arrangements .filter-chip.active{border-color:var(--primaryDark);background-color:var(--primaryLightest, #eff6ff);color:var(--primaryDark)}song-other-arrangements .filter-chip.active mp-icon{color:var(--primaryDark)}song-other-arrangements .filter-chip .chip-count{font-size:11px;color:var(--grayDark);font-weight:400}song-other-arrangements .arrangement-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:0}song-other-arrangements .arrangement-item:not(:last-child){border-bottom:1px solid var(--grayLightest)}song-other-arrangements .arrangement-link{display:flex;flex-direction:column;gap:6px;padding:10px 4px;text-decoration:none;border-radius:8px;transition:background-color .15s ease}@media(max-width:767px){song-other-arrangements .arrangement-link{padding:10px 2px}}song-other-arrangements .arrangement-link:hover{background-color:var(--grayLightest)}song-other-arrangements .row-main{display:flex;align-items:center;gap:6px;width:100%}song-other-arrangements .row-main .arrangement-title{font-size:13px;color:var(--grayDarkest);font-weight:600;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}song-other-arrangements .row-main .review-score{font-size:12px;color:var(--grayDark);font-weight:500;display:inline-flex;align-items:center;gap:2px;flex-shrink:0}song-other-arrangements .row-main .review-score .star{color:#f59e0b;font-size:11px}song-other-arrangements .row-main .price{font-size:13px;color:var(--grayDarkest);font-weight:600;margin-left:auto;white-space:nowrap;flex-shrink:0;padding-left:8px}song-other-arrangements .row-tags{display:flex;flex-wrap:wrap;gap:4px}song-other-arrangements .spec-tag{display:inline-flex;align-items:center;gap:2px;padding:2px 8px;border-radius:4px;background-color:var(--grayLightest);font-size:11px;color:var(--grayDarker);font-weight:500;white-space:nowrap}song-other-arrangements .spec-tag.highlight{background-color:var(--primaryLightest, #eff6ff);color:var(--primaryDark);font-weight:600}song-other-arrangements .spec-tag .extra-count{font-size:10px;color:var(--grayDark);font-weight:400}song-other-arrangements .card-body{display:contents}@media(min-width:1025px){song-other-arrangements .level-chip,song-other-arrangements .price--trailing{display:none}}@media(max-width:1024px){song-other-arrangements .row-main .review-score,song-other-arrangements .row-main>.price,song-other-arrangements .spec-tag--level{display:none}song-other-arrangements .arrangement-item{border:1px solid #e7e7e7;border-radius:12px;margin-bottom:8px;overflow:hidden}song-other-arrangements .arrangement-item:not(:last-child){border-bottom:1px solid #e7e7e7}song-other-arrangements .arrangement-link{background-color:var(--white);display:flex;flex-direction:row;align-items:center;gap:12px;padding:16px}song-other-arrangements .level-chip{flex-shrink:0;display:inline-flex;align-items:center;padding:4px 6px;border-radius:3px;background-color:#3652ff1f;font-size:11px;color:#3852ff;font-weight:600;white-space:nowrap}song-other-arrangements .card-body{display:flex;flex-direction:column;gap:4px;min-width:0;flex:1}song-other-arrangements .arrangement-title{font-size:14px;color:#2e2e2e;font-weight:500;word-wrap:break-word;-webkit-line-clamp:2;text-overflow:ellipsis;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;line-height:1.4}song-other-arrangements .row-tags{flex-wrap:nowrap;align-items:center;gap:6px}song-other-arrangements .spec-tag{background:none;padding:0;border-radius:0;font-size:12px;color:#767676;font-weight:500;line-height:1.4;letter-spacing:-.04px}song-other-arrangements .spec-tag.highlight{background:none;color:#767676;font-weight:500}song-other-arrangements .spec-tag:not(:first-child):before{content:"\2022";margin-right:6px;color:#767676}song-other-arrangements .spec-tag .extra-count{font-size:12px;color:#767676;font-weight:500}song-other-arrangements .arrangement-link>.price{font-size:16px;color:#191919;font-weight:600;line-height:1.4;letter-spacing:-.16px;margin-left:auto;padding-left:24px;flex-shrink:0;white-space:nowrap}}song-other-arrangements .show-more{display:flex;align-items:center;justify-content:center;gap:4px;width:100%;padding:8px;border:none;background:none;cursor:pointer;font-size:13px;color:var(--grayDark);font-weight:500;border-radius:8px}song-other-arrangements .show-more:hover{background-color:var(--grayLightest)}song-other-arrangements .see-all-link{display:flex;align-items:center;justify-content:center;gap:4px;padding:8px;text-decoration:none;font-size:13px;color:var(--primary);font-weight:500;border-radius:8px}song-other-arrangements .see-all-link:hover{background-color:var(--grayLightest)}
