.flex-box{display:flex}.hover-box{cursor:pointer}.hover-box:hover{box-shadow:0 2px 8px 0 rgba(0,0,0,.14901960784313725)}.border-box{border:1px solid var(--background-color-gray)}.border-radius-box{border-radius:20px}.circle-box{border-radius:999px;width:32px;height:32px}.background-box{background-color:var(--background-color-gray)}.highlight-box{border:3px solid var(--default-blue)!important}.box-row{flex-direction:row}.box-col,.box-column{flex-direction:column}.justify-content-center{justify-content:center}.justify-content-between{justify-content:space-between}.justify-content-around{justify-content:space-around}.blue-text{color:var(--default-blue)}.gray-text{color:var(--font-color-gray)}.white-text{color:var(--font-color-white)}.red-text{color:var(--font-color-red)}.black-text{color:var(--default-font-color)}.bold-text{font-weight:700!important}.tag-text{border:1px solid var(--default-blue);border-radius:24px;padding:1px 12px;width:fit-content}.center-text{text-align:center}.bordered-btn{border:1px solid var(--default-blue);color:var(--default-blue)}.link{cursor:pointer;padding:0;font-size:14px}.link-underline{text-decoration:underline}.link-color,.link-color .ant-anchor-link-title{color:var(--default-blue)}.link-gray,.link-gray .ant-anchor-link-title{color:var(--font-color-gray)}.link-white,.link-white .ant-anchor-link-title{color:var(--font-color-white)}.link-black,.link-black .ant-anchor-link-title{color:var(--default-font-color)}.image-container{width:255px;height:255px;background-color:var(--background-color-gray);overflow:hidden}.ant-image,.image-container{display:flex;align-items:center;justify-content:center}.ant-image img.ant-image-img{margin-right:0}.floating-label-input{position:relative;display:flex;height:40px}.floating-label-input input{width:100%;padding:18px 16px 2px;font-size:14px;outline:1px solid #ccc;border:none;border-radius:4px;transition:border-color .2s;flex-grow:1}.floating-label-input .floating-label{position:absolute;left:15px;top:10px;font-size:14px;color:#aaa;z-index:1;pointer-events:none;transition:all .2s}.floating-label-input .ant-input-affix-wrapper{padding:18px 0 2px 16px}.floating-label-input .ant-input-affix-wrapper .ant-input-prefix{margin-inline-end:0;color:var(--disabled-background-color)}.floating-label-input .ant-input-affix-wrapper:focus,.floating-label-input .ant-input-affix-wrapper:focus-visible,.floating-label-input .ant-input-affix-wrapper:focus-within,.floating-label-input .ant-input-affix-wrapper:hover{z-index:0;border-color:transparent;outline:2px solid #000}.floating-label-input .ant-input-affix-wrapper-focused{outline:2px solid #000;z-index:0}.floating-label-input .ant-input-outlined:focus-within{border-color:transparent;box-shadow:none}.floating-label-input.not-empty .floating-label{top:0;left:16px;font-size:12px}.error-container{justify-content:center;align-items:center;min-height:calc(100vh - 168px);max-width:324px;margin:auto}@media screen and (max-width:768px){.error-container{max-width:80vw;min-height:calc(100vh - 120px)}}.error-container>button,.error-container>span{margin-top:24px;text-align:center}.error-container>button{width:104px;height:48px}.ant-tour{--antd-arrow-background-color:var(--background-color-dark-gray)}.ant-tour .ant-tour-inner .anticon{color:var(--font-color-gray)}.ant-tour .ant-tour-inner .ant-tour-close{z-index:5}.ant-tour .ant-tour-inner .ant-tour-description,.ant-tour .ant-tour-inner .ant-tour-footer,.ant-tour .ant-tour-inner .ant-tour-header{background-color:var(--background-color-dark-gray);color:var(--font-color-light-gray)}.ant-tour .ant-tour-inner .ant-tour-header{padding:16px 24px 8px;width:100%}.ant-tour .ant-tour-inner .ant-tour-description{padding:8px 24px}.ant-tour .ant-tour-inner .ant-tour-footer{padding:8px 24px 16px;align-items:center}.ant-tour .ant-tour-inner .ant-tour-cover{padding:0}.ant-tour .ant-tour-inner .ant-tour-buttons{display:flex}.ant-tour .ant-tour-inner .ant-tour-buttons .ant-btn{padding:12px 24px;height:40px;display:flex;align-items:center}.ant-tour .ant-tour-inner .ant-tour-buttons .ant-tour-prev-btn{border:none;color:var(--font-color-light-gray);background-color:initial;font-weight:700}.ant-tour .ant-tour-inner .ant-tour-buttons .ant-tour-next-btn{border-radius:999px;height:40px;background-color:var(--background-color-white);color:var(--default-font-color)}@media screen and (max-width:768px){.ant-tour{box-shadow:0 2px 8px 0 rgba(0,0,0,.14901960784313725);width:calc(100vw - 24px)}}.container{background-color:#fff;padding:10px 0}@media screen and (max-width:768px){.container{padding:0}}.container .search-bar{position:relative;margin-bottom:10px}@media screen and (max-width:768px){.container .search-bar{margin-bottom:0}}.container .search-bar:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translateX(-50%);width:100vw;height:1px;background-color:var(--border-color-light)}@media screen and (max-width:768px){.container .search-bar:after{display:none}}.quick-filter{width:100%;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;padding:8px 16px;border-top:1px solid var(--border-color-light);border-bottom:1px solid var(--border-color-light);margin-bottom:16px}@media screen and (max-width:768px){.quick-filter{margin-bottom:8px}}.quick-filter::-webkit-scrollbar{display:none}@media screen and (max-width:768px){.discovery-navbar .ant-menu-item{padding-inline:6px}}.dashboard{position:relative;padding:10px 0}@media screen and (max-width:768px){.dashboard{padding:0}}.dashboard .dashboard-title{margin-top:24px;line-height:32px;display:block}@media screen and (max-width:768px){.dashboard .dashboard-title{margin-top:16px}}.dashboard .dashboard-select{width:140px;margin-top:15px}.dashboard .dashboard-select .ant-select-selector{border-radius:50px;padding:0 20px;font-weight:400;font-size:12px;line-height:16px}.dashboard .dashboard-statistic{display:flex;margin-top:15px;justify-content:flex-start;flex-wrap:wrap;gap:20px}@media (max-width:768px){.dashboard .dashboard-statistic{justify-content:space-between;gap:5px}}.dashboard .dashboard-statistic .dashboard-statistic-single{background-color:var(--background-color-light);padding:32px 54px 32px 10px;border-radius:16px;border:3px solid transparent;margin:5px 0;width:228px;height:124px}@media (max-width:768px){.dashboard .dashboard-statistic .dashboard-statistic-single{width:49%;height:90px;padding:15px 10px;margin:5px 0}}@media (hover:hover) and (pointer:fine){.dashboard .dashboard-statistic .dashboard-statistic-single:hover{border:3px solid #000}}.dashboard .dashboard-statistic .dashboard-statistic-single .ant-statistic .ant-statistic-skeleton{padding-top:0}.dashboard .dashboard-statistic .dashboard-statistic-single .ant-statistic-title{font-size:12px;font-weight:400;line-height:16px}@media (max-width:768px){.dashboard .dashboard-statistic .dashboard-statistic-single .ant-statistic-title{font-size:10px;line-height:14px}}.dashboard .dashboard-statistic .dashboard-statistic-single .ant-statistic-content{font-size:30px;font-weight:700;line-height:40px}@media (max-width:768px){.dashboard .dashboard-statistic .dashboard-statistic-single .ant-statistic-content{font-size:19px;line-height:32px}}.dashboard .dashboard-statistic .selected-type{border:3px solid #000}.dashboard .dashboard-statistic .disabled{opacity:.5;pointer-events:none}.dashboard .dashboard-detail{margin-top:40px}.dashboard .dashboard-detail .dashboard-chart-card .ant-card-head{border-bottom:none}.dashboard .dashboard-detail .dashboard-seriesChart{width:60%}@media (max-width:768px){.dashboard .dashboard-detail .dashboard-seriesChart{width:100%;margin-top:20px;padding-top:10px;border-radius:16px;box-shadow:0 2px 8px 0 grey}}.dashboard .dashboard-detail .dashboard-pieChart{width:calc(40% - 20px);margin-left:10px}@media (max-width:768px){.dashboard .dashboard-detail .dashboard-pieChart{width:100%;margin-top:20px;padding-top:10px;margin-left:0;border-radius:16px;box-shadow:0 2px 8px 0 grey}}.dashboard .dashboard-detail .dashboard-pieChart .dashboard-pieChart-top-selector{width:150px}.dashboard .dashboard-detail .dashboard-pieChart .dashboard-pieChart-top-selector .ant-select-selector{border-radius:20px}.storefront-form-container{padding-left:80px}.storefront-form-container .ant-form-item,.storefront-form-container p{margin-bottom:12px}@media screen and (max-width:768px){.storefront-form-container{padding-left:0}}.storefront-image-container{min-width:62%}.storefront-image-container img{border-radius:16px;box-shadow:0 2px 8px 0 rgba(0,0,0,.14901960784313725)}.storefront-success{max-width:768px;padding:0 12px;margin:calc(50vh - 121px) auto 0;align-items:center}.storefront-success h1,.storefront-success p{text-align:center}.storefront-success p{margin-bottom:24px}@media screen and (max-width:768px){.storefront-success{margin-top:calc(50vh - 191px)}}.marketing-main{font-family:Market Sans,Arial,sans-serif;margin-left:auto;margin-right:auto;padding:0 32px}@media screen and (max-width:768px){.marketing-main{margin-top:-50px;padding:0 16px}}.marketing-main .section{max-width:1488px;margin-left:auto;margin-right:auto;margin-bottom:72px}@media screen and (max-width:768px){.marketing-main .section{margin-bottom:36px}}.marketing-main .section .section-title{font-size:40px!important;font-weight:700;font-family:inherit;color:#000}@media screen and (max-width:768px){.marketing-main .section .section-title{font-size:24px!important}}.marketing-main .marketing-join-section{display:flex;align-content:center;background-color:var(--background-color-light);border-radius:0 16px 16px 16px;overflow:hidden}@media screen and (max-width:768px){.marketing-main .marketing-join-section{flex-direction:column-reverse;border-radius:16px}}.marketing-main .marketing-join-section .join-section-title{font-size:42px!important;font-weight:700;font-family:inherit;color:#000;padding:0;line-height:1}@media screen and (max-width:768px){.marketing-main .marketing-join-section .join-section-title{font-size:30px!important}}.marketing-main .marketing-join-section .join-section-desc{font-family:inherit;margin-top:10px;font-size:16px!important}@media screen and (max-width:768px){.marketing-main .marketing-join-section .join-section-desc{font-size:14px!important}}.marketing-main .marketing-join-section .join-btn:hover{background-color:#000;color:#fff;border-color:#000}.marketing-main .marketing-join-section .marketing-text-container{display:flex;align-items:center;justify-content:center;flex:1}@media screen and (max-width:768px){.marketing-main .marketing-join-section .marketing-text-container{width:auto}}.marketing-main .marketing-join-section .marketing-text-container .marketing-text{max-width:500px}@media screen and (max-width:768px){.marketing-main .marketing-join-section .marketing-text-container .marketing-text{width:auto;height:auto;padding:32px 24px}}.marketing-main .marketing-join-section .marketing-text-container .marketing-text .marketing-desc{margin:20px 0 30px}.marketing-main .marketing-join-section .marketing-text-container .marketing-text .marketing-desc .marketing-desc-section{margin-top:20px}.marketing-main .marketing-join-section .marketing-image{width:50%;flex:1;height:auto}@media screen and (max-width:768px){.marketing-main .marketing-join-section .marketing-image{width:auto;height:auto}}.marketing-main .marketing-privilege-section{display:flex}@media screen and (max-width:768px){.marketing-main .marketing-privilege-section{gap:10px;padding:16px}}.marketing-main .marketing-privilege-section .image-title{font-size:36px!important;font-weight:700;font-family:inherit;color:#000}@media screen and (max-width:1024px){.marketing-main .marketing-privilege-section .image-title{font-size:24px!important}}@media screen and (max-width:768px){.marketing-main .marketing-privilege-section .image-title{font-size:16px!important}}.marketing-main .marketing-privilege-section .image-desc{font-size:20px!important;font-family:inherit;color:#000}@media screen and (max-width:768px){.marketing-main .marketing-privilege-section .image-desc{font-size:14px!important}}.marketing-main .marketing-privilege-section .marketing-desc-section{display:flex}@media screen and (max-width:768px){.marketing-main .marketing-privilege-section .marketing-desc-section{flex-direction:column;align-items:center}}.marketing-main .marketing-privilege-section .marketing-desc-section .marketing-image-desc{gap:24px;align-items:flex-start;flex:1}@media screen and (max-width:976px){.marketing-main .marketing-privilege-section .marketing-desc-section .marketing-image-desc{justify-content:flex-start;padding:8px 0;gap:16px;width:100%}}.marketing-main .marketing-privilege-section .marketing-desc-section .marketing-desc-container{gap:24px;flex-direction:column}@media screen and (max-width:768px){.marketing-main .marketing-privilege-section .marketing-desc-section .marketing-desc-container{gap:0}}.marketing-main .marketing-privilege-section .marketing-desc-section .desc-icon,.marketing-main .marketing-privilege-section .marketing-desc-section .desc-icon svg{height:82px;width:82px;min-width:82px}@media screen and (max-width:1024px){.marketing-main .marketing-privilege-section .marketing-desc-section .desc-icon,.marketing-main .marketing-privilege-section .marketing-desc-section .desc-icon svg{height:48px;width:48px;min-width:48px}}@media screen and (max-width:976px){.marketing-main .marketing-privilege-section .marketing-desc-section .desc-icon,.marketing-main .marketing-privilege-section .marketing-desc-section .desc-icon svg{height:36px;width:36px;min-width:36px}}.marketing-main .marketing-example-section{margin-top:32px;gap:8px}@media screen and (max-width:768px){.marketing-main .marketing-example-section{max-width:100vw;overflow-x:auto}}.marketing-main .marketing-example-section .marketing-example-card{background-color:var(--background-color-light);border-radius:16px;flex:1;overflow:hidden}.marketing-main .marketing-example-section .marketing-example-card .marketing-example-card-text{padding:16px;gap:8px}.marketing-main .marketing-example-section .marketing-example-card .marketing-example-card-text .example-title{font-weight:700}@media screen and (max-width:768px){.marketing-main .marketing-example-section .marketing-example-card{min-width:300px}}.marketing-main .marketing-example-section .marketing-example-card .ant-image{width:100%;aspect-ratio:1/1}.marketing-main .marketing-benefit-section{display:flex;flex-direction:column;gap:40px}@media screen and (max-width:768px){.marketing-main .marketing-benefit-section{gap:16px;max-width:100%}}.marketing-main .marketing-benefit-section .benefit-card-title{font-size:26px!important;font-weight:700;font-family:inherit;color:#000;line-height:1.2}@media screen and (max-width:768px){.marketing-main .marketing-benefit-section .benefit-card-title{font-size:24px!important}}.marketing-main .marketing-benefit-section .benefit-card-icon{width:36px;height:36px;min-width:36px;margin-right:16px}@media screen and (max-width:768px){.marketing-main .marketing-benefit-section .benefit-card-icon{width:24px;height:24px;min-width:24px;margin-right:0;margin-bottom:8px}}.marketing-main .marketing-benefit-section .benefit-card-desc{font-size:16px!important;font-family:inherit;color:#000}@media screen and (max-width:768px){.marketing-main .marketing-benefit-section .benefit-card-desc{font-size:14px!important}}.marketing-main .marketing-benefit-section .marketing-section-title{text-align:center}.marketing-main .marketing-benefit-section .marketing-benefit-cards{gap:12px;width:100%}@media screen and (max-width:768px){.marketing-main .marketing-benefit-section .marketing-benefit-cards{overflow-x:auto;gap:8px}}.marketing-main .marketing-benefit-section .marketing-benefit-card{flex:1;border-radius:16px;padding:32px;background-color:var(--background-color-light);gap:24px}@media screen and (max-width:768px){.marketing-main .marketing-benefit-section .marketing-benefit-card{min-width:300px}}.marketing-main .marketing-benefit-section .marketing-benefit-card .benefit-card-title{font-size:32px}.marketing-main .marketing-benefit-section .marketing-benefit-card .marketing-benefit-desc{width:100%;font-size:24px!important;font-weight:700;text-align:center}@media screen and (max-width:768px){.marketing-main .marketing-benefit-section .marketing-benefit-card .marketing-benefit-desc{font-size:16px!important}}.marketing-main .marketing-explore-section{display:flex;flex-direction:column}@media screen and (max-width:768px){.marketing-main .marketing-explore-section{gap:16px;margin-top:16px}}.marketing-main .marketing-explore-section .marketing-unique-items{margin-top:24px;gap:8px;width:100%;justify-content:center}@media screen and (max-width:768px){.marketing-main .marketing-explore-section .marketing-unique-items{width:100vw;overflow-x:auto;justify-content:flex-start}}.marketing-main .marketing-explore-section .marketing-unique-items .marketing-unique-item-card{align-items:flex-start;flex:1;gap:8px;max-width:285px;aspect-ratio:1/1;border-radius:16px;overflow:hidden}@media screen and (max-width:1024px){.marketing-main .marketing-explore-section .marketing-unique-items .marketing-unique-item-card{min-width:211px}}.marketing-main .marketing-explore-section .marketing-unique-items .marketing-unique-item-card .ant-image{width:100%;background-color:var(--background-color-light)}.marketing-main .marketing-explore-section .marketing-unique-items .marketing-unique-item-card .marketing-unique-item-card-img{border-radius:16px}.marketing-main .marketing-successful-case-section{display:none;flex-direction:column;padding:40px 120px;gap:56px}@media screen and (max-width:768px){.marketing-main .marketing-successful-case-section{padding:16px;gap:32px}}.marketing-main .marketing-successful-case-section .successful-case-section-title{font-size:46px!important;font-weight:700}@media screen and (max-width:768px){.marketing-main .marketing-successful-case-section .successful-case-section-title{font-size:24px!important}}.marketing-main .marketing-successful-case-section .successful-case-section-desc{font-size:24px!important}@media screen and (max-width:768px){.marketing-main .marketing-successful-case-section .successful-case-section-desc{font-size:14px!important}}.marketing-main .marketing-successful-case-section .successful-case-cards{flex-wrap:wrap;width:100%;gap:16px;justify-content:space-between}@media screen and (max-width:768px){.marketing-main .marketing-successful-case-section .successful-case-cards{flex-wrap:unset;overflow-x:auto;padding:8px}}.marketing-main .marketing-successful-case-section .successful-case-cards:after{content:"";flex:auto;max-width:284.8px}.marketing-main .marketing-successful-case-section .successful-case-card{flex-direction:column;min-width:284.8px;max-width:calc(20% - 12.8px);padding:16px;border-radius:16px;gap:16px;box-shadow:0 2px 8px 0 rgba(0,0,0,.14901960784313725)}@media screen and (max-width:826px){.marketing-main .marketing-successful-case-section .successful-case-card{min-width:calc(50% - 8px)}}@media screen and (max-width:768px){.marketing-main .marketing-successful-case-section .successful-case-card{min-width:326.4px;height:468px}}.marketing-main .marketing-successful-case-section .successful-card-text{text-align:center;flex-direction:column;gap:24px}.marketing-main .marketing-successful-case-section .successful-card-title{font-size:24px!important;font-weight:700;font-family:inherit;color:#000}@media screen and (max-width:768px){.marketing-main .marketing-successful-case-section .successful-card-title{height:unset;font-size:20px!important}}.marketing-main .marketing-successful-case-section .successful-card-desc{font-size:16px!important;font-family:inherit;color:#000}@media screen and (max-width:768px){.marketing-main .marketing-successful-case-section .successful-card-desc{font-size:14px!important}}.marketing-main .marketing-faqs-section{flex-direction:column;border-top:1px solid var(--border-color-light);padding-top:16px}.marketing-main .marketing-faqs-section .faqs-collapse{font-family:inherit}.marketing-main .marketing-faqs-section .faqs-collapse .ant-collapse-item{display:flex;flex-direction:column;padding:16px 0;gap:16px;position:relative}.marketing-main .marketing-faqs-section .faqs-collapse .ant-collapse-item:after{content:"";position:absolute;width:100%;bottom:0;border-bottom:1px solid var(--border-color-light)}@media screen and (max-width:768px){.marketing-main .marketing-faqs-section .faqs-collapse .ant-collapse-item:after{left:-16px}}.marketing-main .marketing-faqs-section .faqs-collapse .faq-title{font-size:16px!important;font-weight:700}.marketing-main .marketing-faqs-section .faqs-collapse .faq-answer{font-size:14px!important}.marketing-main .marketing-faqs-section .faqs-collapse .ant-collapse-content-box,.marketing-main .marketing-faqs-section .faqs-collapse .ant-collapse-header{padding:0}.registration-content-container{width:100vw;padding:36px 72px;justify-content:center}@media screen and (max-width:768px){.registration-content-container{width:100vw;padding:0 12px 96px}}.ant-image img.registration-img{width:calc(50vw - 116px);max-width:800px}.registration-phone-validation-container{padding:0 36px;align-items:center;flex:1;max-width:800px}@media screen and (max-width:768px){.registration-phone-validation-container{padding:0}}.info-box{align-items:start;width:355px;background-color:var(--default-blue);color:#fff}.info-box .ant-alert-content{margin-left:8px}.info-box .anticon{color:#fff;margin-top:8px}.phone-validation-form{min-width:400px;margin-top:24px;margin-bottom:24px}@media screen and (max-width:768px){.phone-validation-form{min-width:calc(100vw - 24px)}}.phone-validation-form .ant-btn-primary:disabled{color:#fff;background-color:var(--disabled-background-color)}.phone-validation-form .ant-dropdown-trigger{padding:16px 6px 16px 16px;border-right:1px solid var(--border-color)}.phone-validation-form .phone-input-container{border-radius:8px;border:1px solid var(--border-color)}.phone-validation-form .phone-form-item{margin-bottom:0;flex:1}.phone-validation-form .phone-form-item .ant-input-group-wrapper-outlined .ant-input-group-addon{border:none;background-color:initial}.phone-validation-form .phone-form-item .ant-input-outlined.ant-input-status-error:not(.ant-input-disabled){border:none}.phone-validation-form .phone-form-item .ant-form-item-control{display:flex;flex-direction:column-reverse}.phone-validation-form .phone-form-item .ant-form-item-control .ant-form-item-explain-error{display:none}.phone-validation-form .phone-form-item .ant-form-item-control .ant-form-item-extra{padding:4px 16px}.phone-validation-form .phone-form-item input{border:none}.phone-validation-form .phone-form-item-error .ant-input,.phone-validation-form .phone-form-item-error .ant-input-group,.phone-validation-form .phone-form-item-error .ant-input-group-addon,.phone-validation-form .phone-form-item .ant-input-status-error{color:var(--font-color-red)}.small-link{font-size:12px}.submit-button{width:100%;padding:18px;margin-bottom:24px;border-radius:24px}.item-card-detail-panel,.item-detail-page{position:relative;padding:8px 0;justify-content:start;align-items:start}@media screen and (max-width:768px){.item-card-detail-panel,.item-detail-page{flex-direction:column;align-items:unset;gap:32px}}.item-card-detail-right{align-items:start;margin-left:24px;justify-content:space-between;min-height:494px;width:calc(40% - 24px)}@media screen and (max-width:768px){.item-card-detail-right{margin-left:0;height:auto;width:100%}}.item-card-detail-content{min-height:calc(31.5% - 50px);width:100%}.item-card-detail-content .item-link .ant-anchor-link-title{color:#000;font-size:14px}.item-card-detail-content .ant-divider-horizontal{margin:8px 0}.item-card-detail-content .ant-table .ant-table-tbody tr.item-card-detail-table-row>td{padding:2px 0;border-bottom:none}.item-card-detail-content .ant-table .ant-table-tbody td.item-card-detail-table-description{font-weight:700}@media screen and (max-width:768px){.item-card-detail-content{height:auto;width:100%;padding-bottom:12px}.item-card-detail-content .ant-table .ant-table-tbody td.item-card-detail-table-title{color:var(--font-color-gray)}.item-card-detail-content .ant-table .ant-table-tbody td.item-card-detail-table-description{font-weight:400}}.item-card-detail-content .seller-link{text-decoration:underline;cursor:pointer;font-size:12px}.item-card-detail-content .seller-link .ant-anchor-link-title{color:var(--default-font-color)}.item-card-detail-content .item-card-detail-content-title{width:calc(50% - 150px);padding:4px 0}@media screen and (max-width:768px){.item-card-detail-content .item-card-detail-content-title{width:100%}}.item-card-detail-content .profile-avatar{border:none;position:relative}.item-card-detail-content .profile-avatar img{object-fit:contain}.item-card-detail-content .profile-avatar:after{background:rgba(0,0,0,.05);bottom:0;content:"";display:block;left:0;position:absolute;right:0;top:0;border-radius:50%}.item-card-detail-panel-actions{position:absolute;top:12px;right:12px;z-index:5}@media screen and (max-width:768px){.item-card-detail-panel-actions{top:24px;right:24px}}.action-icon{cursor:pointer;font-size:20px}.action-icon :hover{color:var(--default-blue)}.item-card-detail-share{width:100%;justify-content:end;gap:8px}.item-detail-page-left{width:60%;gap:32px}@media screen and (max-width:768px){.item-detail-page-left{width:100%}}.description-container{margin:8px 0}.description-container .ai-disclaimer{margin:4px 0}.description-container .disclaimer-container{align-items:center;justify-content:space-between}.item-card-detail-feedback{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-end;position:relative}.item-card-detail-feedback .feedback-expand{padding:8px;background-color:var(--background-color-gray);border-radius:999px}.item-card-detail-feedback .feedback-modal{position:absolute;background:var(--font-color-white);border:1px solid #d3d3d3;box-shadow:0 2px 7px 0 rgba(0,0,0,.14901960784313725);border-radius:15px;top:100%;right:0;display:flex;align-items:center;padding:0 15px;z-index:1000;width:204px;height:35px}.search-panel-title{justify-content:space-between;align-items:center}.search-panel-title .search-panel-sort-filter{width:100%;justify-content:space-between;margin:16px 0;padding:16px 0;border-top:1px solid var(--border-color-light);border-bottom:1px solid var(--border-color-light)}.search-panel-result{margin-top:10px}.search-panel-result .empty-result{display:flex;flex-direction:column;height:72px}@media screen and (max-width:768px){.search-panel-result .empty-result{justify-content:center;align-items:center;height:278px}}.search-panel-result .empty-result .title{font-weight:700;font-size:18px}@media screen and (max-width:768px){.search-panel-result .empty-result .title{display:flex;justify-content:center}}.search-panel-result .empty-result .tips{margin-top:15px}@media screen and (max-width:768px){.search-panel-result .empty-result .tips{text-align:center}}.watchlist-container{width:100%}.watchlist-filter-container .blue-text{font-size:12px!important;color:var(--default-font-color);border:1px solid var(--border-color);padding:8px 16px;border-radius:16px}.watchlist-panel-title button{align-self:flex-start;max-width:unset;border:none;font-weight:700;padding-inline-start:0!important;padding-inline-end:0!important;box-shadow:none!important}.watchlist-panel-title button span{font-size:20px!important}.watchlist-panel-title button:hover{color:unset!important;border-color:unset!important}.watchlist-panel-title .blue-text{font-size:16px!important;font-weight:700;color:var(--default-font-color)}.seller-item-cards-panel-title-container{display:flex;justify-content:space-between;align-items:center}.seller-item-cards-panel-title-container .seller-item-cards-panel-search-bar{width:30%}@media screen and (max-width:768px){.seller-item-cards-panel-title-container{flex-direction:column;align-items:flex-start;gap:8px}.seller-item-cards-panel-title-container .seller-item-cards-panel-search-bar{width:100%}}