:root{--blue: #1A56A5;--blue-dark: #0C447C;--blue-mid: #185FA5;--blue-light: #E6F1FB;--blue-border: #B5D4F4;--green-light: #EAF3DE;--green-mid: #3B6D11;--green-border: #C0DD97;--amber: #EF9F27;--red: #E24B4A;--red-light: #FCEBEB;--gray-bg: #F7F8FA;--gray-border: #E4E6EA;--gray-text: #6B7280;--gray-muted: #9CA3AF;--text: #111827;--white: #ffffff;--radius: 12px;--radius-sm: 8px;--nav-height: 56px;--topbar-height: 52px}*{box-sizing:border-box;margin:0;padding:0;-webkit-tap-highlight-color:transparent}html,body,#root{height:100%;width:100%;overflow:hidden}body{font-family:Manrope,sans-serif;background:var(--gray-bg);color:var(--text);overscroll-behavior:none}button{font-family:Manrope,sans-serif;cursor:pointer;border:none;background:none}input,select,textarea{font-family:Manrope,sans-serif;outline:none}.app{display:flex;flex-direction:column;height:100%;max-width:430px;margin:0 auto;background:var(--gray-bg);position:relative;overflow:hidden}.page{flex:1;display:flex;flex-direction:column;overflow:hidden;padding-bottom:var(--nav-height)}.page-scroll{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch}.bottom-nav{position:fixed;bottom:0;left:50%;transform:translate(-50%);width:100%;max-width:430px;height:var(--nav-height);background:var(--white);border-top:1px solid var(--gray-border);display:flex;align-items:stretch;z-index:100}.bottom-nav__item{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;background:none;border:none;cursor:pointer;padding:6px 0 8px}.bottom-nav__label{font-size:9px;color:var(--gray-muted);font-weight:500}.bottom-nav__item--active .bottom-nav__label{color:var(--blue)}.bottom-nav__dot{position:absolute;top:-1px;right:-1px;width:7px;height:7px;border-radius:50%;background:var(--red);border:1.5px solid var(--white)}.topbar{background:var(--blue);flex-shrink:0}.topbar--home{padding:10px 16px 14px}.topbar--nav{padding:10px 14px 14px;display:flex;align-items:center;gap:10px;min-height:var(--topbar-height)}.topbar__home-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.topbar__logo{color:#fff;font-size:18px;font-weight:600}.topbar__login-btn{background:#ffffff2e;color:#fff;font-size:12px;font-weight:500;padding:5px 14px;border-radius:20px;border:1px solid rgba(255,255,255,.3);cursor:pointer}.topbar__back{width:30px;height:30px;border-radius:50%;background:#ffffff2e;display:flex;align-items:center;justify-content:center;flex-shrink:0;cursor:pointer;border:none}.topbar__center{flex:1;min-width:0}.topbar__title{color:#fff;font-size:15px;font-weight:600;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.topbar__subtitle{color:#ffffffbf;font-size:11px;display:block;margin-top:2px}.topbar__right{flex-shrink:0}.section-tabs{display:flex;gap:6px}.section-tab{color:#ffffffa6;font-size:13px;font-weight:500;padding:5px 16px;border-radius:16px;cursor:pointer;border:none;background:none;transition:background .15s,color .15s}.section-tab--active{background:#ffffff38;color:#fff;font-weight:600}.info-banner{background:var(--blue-light);border-bottom:1px solid var(--blue-border);padding:9px 14px;display:flex;align-items:center;gap:8px;flex-shrink:0}.info-banner__icon{width:20px;height:20px;border-radius:50%;background:var(--blue);display:flex;align-items:center;justify-content:center;flex-shrink:0}.info-banner__text{font-size:11px;color:var(--blue-mid);line-height:1.4;flex:1}.info-banner__text strong{font-weight:600}.info-banner__right{flex-shrink:0;font-size:11px;font-weight:600;color:var(--blue-dark)}.listing-card{background:var(--white);border-radius:var(--radius);border:1px solid var(--gray-border);overflow:hidden;display:flex;height:90px;width:100%;text-align:left;cursor:pointer;transition:box-shadow .15s}.listing-card:active{box-shadow:0 2px 12px #1a56a526}.listing-card__img{width:98px;flex-shrink:0;background:var(--gray-bg);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.listing-card__photo-count{position:absolute;bottom:5px;left:50%;transform:translate(-50%);background:#00000073;border-radius:8px;padding:2px 7px;font-size:9px;color:#ffffffe6;white-space:nowrap}.listing-card__body{flex:1;padding:10px 10px 8px;display:flex;flex-direction:column;justify-content:space-between;min-width:0}.listing-card__top{display:flex;justify-content:space-between;align-items:flex-start;gap:4px}.listing-card__title{font-size:13px;font-weight:600;color:var(--text);line-height:1.2}.listing-card__tags{display:flex;gap:4px;flex-wrap:wrap}.listing-card__tag{font-size:10px;color:var(--gray-text);background:var(--gray-bg);padding:2px 6px;border-radius:5px;border:1px solid var(--gray-border)}.listing-card__bottom{display:flex;justify-content:space-between;align-items:center}.listing-card__price{font-size:13px;font-weight:600;color:var(--text)}.listing-card__viewers{font-size:10px;color:var(--gray-muted);display:flex;align-items:center;gap:4px}.listing-card__viewers-dot{width:6px;height:6px;border-radius:50%;background:#5dcaa5;display:inline-block;flex-shrink:0}.blur{filter:blur(4px);-webkit-user-select:none;user-select:none}.cta-card{background:var(--blue-light);border:1px solid var(--blue-border);border-radius:var(--radius);padding:14px;margin:0 12px 12px;flex-shrink:0}.cta-card__title{font-size:13px;font-weight:600;color:var(--blue-dark);margin-bottom:5px}.cta-card__text{font-size:11px;color:var(--blue-mid);line-height:1.55;margin-bottom:12px}.cta-card__btn{background:var(--blue);color:#fff;font-size:12px;font-weight:600;padding:10px 0;border-radius:10px;width:100%;border:none;cursor:pointer}.home-page{display:flex;flex-direction:column;height:100%}.home-page__list{padding:10px 12px;display:flex;flex-direction:column;gap:8px}.home-banner__verify-btn{background:var(--blue);color:#fff;font-size:10px;font-weight:600;padding:4px 10px;border-radius:8px;border:none;cursor:pointer;white-space:nowrap;flex-shrink:0}.home-page__coming-soon{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 32px;text-align:center}.home-page__coming-icon{font-size:48px;margin-bottom:16px}.home-page__coming-title{font-size:18px;font-weight:600;color:var(--text);margin-bottom:8px}.home-page__coming-text{font-size:13px;color:var(--gray-text);line-height:1.6}.reg{display:flex;flex-direction:column;height:100%;background:var(--white)}.reg__progress-wrap{background:var(--blue);padding:0 16px 14px}.reg__progress-track{height:3px;background:#ffffff40;border-radius:2px}.reg__progress-fill{height:100%;background:#fff;border-radius:2px;transition:width .3s ease}.reg__body{padding:18px 16px 28px;display:flex;flex-direction:column}.reg__step-badge{display:inline-flex;align-items:center;gap:6px;background:var(--blue-light);border-radius:20px;padding:4px 10px;margin-bottom:14px;align-self:flex-start}.reg__step-num{width:18px;height:18px;border-radius:50%;background:var(--blue);color:#fff;font-size:10px;font-weight:600;display:flex;align-items:center;justify-content:center}.reg__step-badge span{font-size:11px;font-weight:600;color:var(--blue-mid)}.reg__title{font-size:18px;font-weight:600;color:var(--text);margin-bottom:6px}.reg__sub{font-size:12px;color:var(--gray-text);line-height:1.55;margin-bottom:16px}.reg__levels{display:flex;gap:8px;margin-bottom:16px}.reg__level-card{flex:1;border-radius:10px;padding:10px;border:1px solid var(--gray-border)}.reg__level-card--current{border-color:var(--blue);background:var(--blue-light)}.reg__level-num{font-size:10px;font-weight:600;margin-bottom:3px}.reg__level-card--current .reg__level-num{color:var(--blue-mid)}.reg__level-card:not(.reg__level-card--current) .reg__level-num{color:var(--gray-muted)}.reg__level-title{font-size:12px;font-weight:600;margin-bottom:6px}.reg__level-card--current .reg__level-title{color:var(--blue-dark)}.reg__level-card:not(.reg__level-card--current) .reg__level-title{color:var(--text)}.reg__level-item{font-size:10px;line-height:1.7;display:flex;align-items:flex-start;gap:4px}.reg__level-card--current .reg__level-item{color:var(--blue-mid)}.reg__level-card:not(.reg__level-card--current) .reg__level-item{color:var(--gray-text)}.reg__ci{color:var(--green-mid)}.reg__cx{color:var(--gray-muted)}.reg__tg-btn{width:100%;background:var(--blue);color:#fff;font-size:13px;font-weight:600;padding:13px 0;border-radius:12px;border:none;display:flex;align-items:center;justify-content:center;gap:8px;margin-bottom:14px;cursor:pointer;transition:opacity .15s}.reg__tg-btn:disabled{opacity:.45;cursor:default}.reg__error{background:var(--red-light);border:1px solid var(--red);border-radius:8px;padding:9px 12px;font-size:12px;color:var(--red);margin-bottom:12px}.reg__check-row{display:flex;gap:10px;margin-bottom:10px;align-items:flex-start;cursor:pointer}.reg__checkbox{width:18px;height:18px;border-radius:5px;border:1.5px solid var(--gray-border);flex-shrink:0;margin-top:1px;display:flex;align-items:center;justify-content:center;background:#fff;cursor:pointer;transition:background .15s,border-color .15s}.reg__checkbox--on{background:var(--blue);border-color:var(--blue)}.reg__check-label{font-size:11px;color:var(--gray-text);line-height:1.55}.reg__check-label a{color:var(--blue);text-decoration:none}.verify{display:flex;flex-direction:column;height:100%;background:var(--white)}.verify__progress-wrap{background:var(--blue);padding:0 16px 14px}.verify__progress-track{height:3px;background:#ffffff40;border-radius:2px}.verify__progress-fill{height:100%;background:#fff;border-radius:2px;transition:width .3s ease}.verify__body{padding:18px 16px 28px;display:flex;flex-direction:column}.verify__step-badge{display:inline-flex;align-items:center;gap:6px;background:var(--blue-light);border-radius:20px;padding:4px 10px;margin-bottom:14px;align-self:flex-start}.verify__step-num-badge{width:18px;height:18px;border-radius:50%;background:var(--blue);color:#fff;font-size:10px;font-weight:600;display:flex;align-items:center;justify-content:center}.verify__step-badge span{font-size:11px;font-weight:600;color:var(--blue-mid)}.verify__title{font-size:18px;font-weight:600;color:var(--text);margin-bottom:6px}.verify__sub{font-size:12px;color:var(--gray-text);line-height:1.55;margin-bottom:16px}.verify__steps{display:flex;flex-direction:column;gap:0;margin-bottom:16px}.verify__step{display:flex;gap:10px;align-items:flex-start}.verify__step-num{width:22px;height:22px;border-radius:50%;background:var(--blue);color:#fff;font-size:11px;font-weight:600;display:flex;align-items:center;justify-content:center;flex-shrink:0}.verify__step-title{font-size:12px;font-weight:600;color:var(--text)}.verify__step-desc{font-size:10px;color:var(--gray-muted);margin-top:1px;line-height:1.4}.verify__step-line{width:1px;height:10px;background:var(--gray-border);margin-left:10px}.verify__scheme-loading{font-size:12px;color:var(--gray-muted);text-align:center;padding:16px 0;margin-bottom:16px}.verify__scheme{background:var(--gray-bg);border-radius:10px;padding:12px;margin-bottom:14px;display:flex;flex-direction:column;align-items:center;gap:8px}.verify__scheme-label{font-size:11px;font-weight:600;color:var(--gray-text)}.verify__scheme-grid{display:grid;grid-template-columns:repeat(3,36px);gap:4px}.verify__scheme-cell{width:36px;height:36px;border:1.5px solid var(--blue-border);border-radius:6px;background:var(--white);display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:600;color:var(--blue)}.verify__scheme-hint{font-size:10px;color:var(--gray-muted);text-align:center;line-height:1.4}.verify__linkedin{display:flex;gap:10px;align-items:flex-start;margin-bottom:14px}.verify__linkedin-icon{width:34px;height:34px;border-radius:8px;background:var(--blue-dark);display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:16px}.verify__linkedin-icon span{color:#fff;font-size:12px;font-weight:700}.verify__linkedin-field{flex:1}.verify__linkedin-label{font-size:11px;color:var(--gray-text);margin-bottom:4px}.verify__linkedin-label em{font-style:italic;color:var(--gray-muted);font-size:10px}.verify__linkedin-input{width:100%;height:36px;border:1.5px solid var(--gray-border);border-radius:8px;padding:0 10px;font-size:12px;color:var(--text);background:#fff}.verify__linkedin-input:focus{border-color:var(--blue)}.verify__info-box{background:var(--blue-light);border:1px solid var(--blue-border);border-radius:10px;padding:10px 12px;margin-bottom:14px}.verify__info-title{font-size:11px;font-weight:600;color:var(--blue-dark);margin-bottom:2px}.verify__info-text{font-size:10px;color:var(--blue-mid);line-height:1.5}.verify__preview{display:flex;align-items:center;gap:10px;background:var(--gray-bg);border:1.5px solid var(--blue-border);border-radius:10px;padding:8px 10px;margin-bottom:12px}.verify__preview-img{width:52px;height:52px;border-radius:6px;object-fit:cover;flex-shrink:0}.verify__preview-info{flex:1;min-width:0}.verify__preview-name{font-size:11px;font-weight:600;color:var(--text);display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.verify__preview-size{font-size:10px;color:var(--gray-muted);display:block;margin-top:2px}.verify__preview-remove{color:var(--gray-muted);font-size:14px;flex-shrink:0;padding:4px;border:none;background:none;cursor:pointer}.verify__error{background:var(--red-light);border:1px solid var(--red);border-radius:8px;padding:9px 12px;font-size:12px;color:var(--red);margin-bottom:10px}.verify__action-btn{width:100%;background:var(--blue);color:#fff;font-size:13px;font-weight:600;padding:13px 0;border-radius:12px;border:none;cursor:pointer;margin-bottom:8px;transition:opacity .15s}.verify__action-btn:disabled{opacity:.45;cursor:default}.verify__action-btn--sec{background:var(--white);color:var(--blue);border:1.5px solid var(--blue)}.verify__success{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:32px 24px;text-align:center}.verify__success-icon{width:64px;height:64px;border-radius:50%;background:var(--green-light);border:2px solid var(--green-border);color:var(--green-mid);font-size:28px;font-weight:600;display:flex;align-items:center;justify-content:center;margin-bottom:18px}.verify__success-title{font-size:20px;font-weight:600;color:var(--text);margin-bottom:10px}.verify__success-text{font-size:13px;color:var(--gray-text);line-height:1.6;margin-bottom:24px}.carousel{position:relative;height:240px;overflow:hidden;background:var(--blue-dark);flex-shrink:0;-webkit-user-select:none;user-select:none}.carousel__track{display:flex;height:100%;will-change:transform;transition:transform .22s ease}.carousel__slide{width:100%;flex-shrink:0;height:100%;overflow:hidden}.carousel__img{width:100%;height:100%;object-fit:cover}.carousel__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;position:relative}.carousel__placeholder svg{max-height:190px}.carousel__angle-label{position:absolute;bottom:10px;left:50%;transform:translate(-50%);background:#0000006b;border-radius:8px;padding:3px 10px;font-size:11px;color:#ffffffeb;font-weight:500;white-space:nowrap;pointer-events:none}.carousel__viewers{position:absolute;top:10px;right:10px;background:#00000080;border-radius:10px;padding:4px 8px;display:flex;align-items:center;gap:5px;font-size:11px;color:#fff;font-weight:500;pointer-events:none}.carousel__viewers-dot{width:7px;height:7px;border-radius:50%;background:#5dcaa5;flex-shrink:0}.carousel__dots{position:absolute;bottom:10px;left:50%;transform:translate(-50%);display:flex;gap:5px;align-items:center}.carousel__dot{height:6px;width:6px;border-radius:3px;background:#ffffff73;border:none;cursor:pointer;padding:0;transition:width .2s ease,background .2s ease}.carousel__dot--active{width:16px;background:#fff}.bs__backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:200;display:flex;align-items:flex-end;animation:bs-fade-in .18s ease}.bs{width:100%;max-width:430px;margin:0 auto;background:var(--white);border-radius:20px 20px 0 0;padding-bottom:env(safe-area-inset-bottom,16px);animation:bs-slide-up .22s ease}.bs__handle{width:36px;height:4px;border-radius:2px;background:var(--gray-border);margin:10px auto 0}.bs__title{font-size:15px;font-weight:600;color:var(--text);text-align:center;padding:14px 20px 0}.bs__body{padding:12px 0 8px}@keyframes bs-fade-in{0%{opacity:0}to{opacity:1}}@keyframes bs-slide-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}.detail{display:flex;flex-direction:column;height:100%;background:var(--white)}.detail--gate{background:var(--white)}.detail__topbar{background:var(--blue);padding:10px 14px 14px;display:flex;align-items:center;gap:10px;flex-shrink:0;min-height:var(--topbar-height)}.detail__back{width:30px;height:30px;border-radius:50%;background:#ffffff2e;display:flex;align-items:center;justify-content:center;flex-shrink:0;border:none;cursor:pointer}.detail__topbar-title{flex:1;color:#fff;font-size:15px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.detail__report-btn{color:#ffffffbf;font-size:12px;font-weight:500;background:none;border:none;cursor:pointer;flex-shrink:0}.detail__title-block{padding:12px 14px 10px;border-bottom:1px solid var(--gray-border)}.detail__listing-title{font-size:15px;font-weight:600;color:var(--text);margin-bottom:5px;line-height:1.3}.detail__price-row{display:flex;align-items:baseline;gap:8px}.detail__price-main{font-size:20px;font-weight:600;color:var(--blue)}.detail__price-equiv{font-size:12px;color:var(--gray-muted)}.detail__params-grid{padding:10px 14px;display:grid;grid-template-columns:1fr 1fr;gap:6px;border-bottom:1px solid var(--gray-border)}.detail__param{background:var(--gray-bg);border-radius:var(--radius-sm);padding:8px 10px}.detail__param-label{font-size:10px;color:var(--gray-muted);margin-bottom:3px}.detail__param-value{font-size:12px;font-weight:600;color:var(--text);line-height:1.3}.detail__desc-block{padding:10px 14px;border-bottom:1px solid var(--gray-border)}.detail__desc-label{font-size:11px;color:var(--gray-muted);margin-bottom:5px}.detail__desc-text{font-size:13px;color:var(--text);line-height:1.55}.detail__confirm-row{padding:9px 14px;border-bottom:1px solid var(--gray-border);display:flex;align-items:center;gap:7px}.detail__confirm-icon{width:18px;height:18px;border-radius:50%;background:var(--green-light);display:flex;align-items:center;justify-content:center;flex-shrink:0}.detail__confirm-text{font-size:11px;color:var(--green-mid)}.detail__seller{padding:12px 14px;border-bottom:1px solid var(--gray-border);display:flex;align-items:center;gap:12px}.detail__seller-avatar{width:44px;height:44px;border-radius:50%;background:var(--blue-light);display:flex;align-items:center;justify-content:center;font-size:15px;font-weight:600;color:var(--blue-mid);flex-shrink:0}.detail__seller-name{font-size:13px;font-weight:600;color:var(--text);margin-bottom:3px}.detail__seller-meta{display:flex;align-items:center;gap:6px;margin-bottom:3px;flex-wrap:wrap}.detail__badge-verified{background:var(--blue-light);color:var(--blue-mid);font-size:9px;font-weight:600;padding:2px 7px;border-radius:6px}.detail__stars{color:var(--amber);font-size:12px;letter-spacing:1px}.detail__rating-val{font-size:11px;color:var(--gray-muted)}.detail__seller-sub{font-size:10px;color:var(--gray-muted);line-height:1.4}.detail__actions{padding:12px 14px;display:flex;gap:8px;background:var(--white)}.detail__chat-btn{flex:1;background:var(--blue);color:#fff;font-size:13px;font-weight:600;padding:12px 0;border-radius:10px;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center}.detail__chat-btn--locked{background:var(--gray-bg);color:var(--gray-text);border:1px solid var(--gray-border);cursor:pointer}.detail__save-btn{width:46px;height:46px;border-radius:10px;border:1.5px solid var(--gray-border);background:var(--white);display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;transition:border-color .15s}.detail__save-btn--saved{border-color:var(--red);background:var(--red-light)}.detail__loading{flex:1;display:flex;align-items:center;justify-content:center}.detail__spinner{width:32px;height:32px;border-radius:50%;border:3px solid var(--blue-light);border-top-color:var(--blue);animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.detail__error-screen{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:32px 24px;text-align:center}.detail__error-title{font-size:16px;font-weight:600;color:var(--text);margin-bottom:8px}.detail__error-text{font-size:12px;color:var(--gray-text);margin-bottom:20px}.detail__back-btn-plain{font-size:13px;color:var(--blue);background:none;border:none;cursor:pointer;font-weight:600}.detail__guest-gate{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:32px 28px;text-align:center}.detail__guest-icon{font-size:44px;margin-bottom:16px}.detail__guest-title{font-size:18px;font-weight:600;color:var(--text);margin-bottom:10px}.detail__guest-text{font-size:13px;color:var(--gray-text);line-height:1.6;margin-bottom:24px}.detail__cta-btn{background:var(--blue);color:#fff;font-size:13px;font-weight:600;padding:13px 28px;border-radius:12px;border:none;cursor:pointer}.complaint__option{width:100%;display:flex;align-items:center;gap:12px;padding:13px 20px;font-size:14px;color:var(--text);background:none;border:none;border-bottom:1px solid var(--gray-border);text-align:left;cursor:pointer}.complaint__option:last-of-type{border-bottom:none}.complaint__option--selected{color:var(--blue);font-weight:600}.complaint__option-radio{width:18px;height:18px;border-radius:50%;border:2px solid var(--gray-border);flex-shrink:0;display:flex;align-items:center;justify-content:center}.complaint__option--selected .complaint__option-radio{border-color:var(--blue)}.complaint__option-dot{width:8px;height:8px;border-radius:50%;background:var(--blue)}.complaint__actions{padding:12px 16px 8px;display:flex;flex-direction:column;gap:8px}.complaint__send-btn{width:100%;background:var(--blue);color:#fff;font-size:13px;font-weight:600;padding:12px 0;border-radius:10px;border:none;cursor:pointer;transition:opacity .15s}.complaint__send-btn:disabled{opacity:.4;cursor:default}.complaint__cancel-btn{width:100%;background:none;color:var(--gray-text);font-size:13px;font-weight:500;padding:10px 0;border:none;cursor:pointer}.complaint__sent{padding:20px 20px 16px;text-align:center}.complaint__sent-icon{width:44px;height:44px;border-radius:50%;background:var(--green-light);color:var(--green-mid);font-size:20px;font-weight:600;display:flex;align-items:center;justify-content:center;margin:0 auto 10px}.complaint__sent-text{font-size:14px;color:var(--text);margin-bottom:16px}.complaint__close-btn{background:var(--blue);color:#fff;font-size:13px;font-weight:600;padding:11px 32px;border-radius:10px;border:none;cursor:pointer}.blur{filter:blur(4.5px);-webkit-user-select:none;user-select:none}.filters-page{display:flex;flex-direction:column;height:100%;background:var(--gray-bg)}.filters-page__topbar{background:var(--white);border-bottom:1px solid var(--gray-border);padding:0 14px;height:var(--topbar-height);display:flex;align-items:center;justify-content:space-between;flex-shrink:0}.filters-page__topbar-title{font-size:16px;font-weight:700;color:var(--text)}.filters-page__freeze-badge{font-size:11px;font-weight:600;color:var(--gray-text)}.filters-page__scroll{flex:1;padding:8px 0}.filters-freeze-banner{background:#fff8e6;border:1px solid #F5D88A;border-radius:var(--radius-sm);margin:0 12px 4px;padding:10px 12px;display:flex;align-items:flex-start;gap:10px}.filters-freeze-banner__icon{font-size:18px;flex-shrink:0;line-height:1}.filters-freeze-banner__title{font-size:12px;font-weight:600;color:#7a5c00;margin-bottom:2px}.filters-freeze-banner__sub{font-size:11px;color:#a07d2a}.filter-section{background:var(--white);margin:0 0 1px;padding:12px 14px}.filter-section__title{font-size:11px;font-weight:600;color:var(--gray-muted);text-transform:uppercase;letter-spacing:.5px;margin-bottom:10px}.chip-group{display:flex;flex-wrap:wrap;gap:7px}.chip{padding:6px 12px;border-radius:20px;border:1.5px solid var(--gray-border);background:var(--white);font-size:12px;font-weight:500;color:var(--text);cursor:pointer;transition:border-color .12s,background .12s,color .12s;white-space:nowrap}.chip--active{background:var(--blue-light);border-color:var(--blue);color:var(--blue);font-weight:600}.chip--disabled{opacity:.55;cursor:default}.price-range__values{display:flex;justify-content:space-between;margin-bottom:14px}.price-range__val{font-size:13px;font-weight:600;color:var(--text)}.price-range__track{position:relative;height:4px;background:var(--gray-border);border-radius:2px;margin-bottom:4px}.price-range__fill{position:absolute;top:0;height:100%;background:var(--blue);border-radius:2px;pointer-events:none}.price-range__input{position:absolute;width:100%;height:4px;background:transparent;outline:none;border:none;pointer-events:none;-webkit-appearance:none;top:0;left:0;margin:0}.price-range__input::-webkit-slider-thumb{pointer-events:all;width:22px;height:22px;border-radius:50%;background:var(--blue);cursor:pointer;-webkit-appearance:none;border:2.5px solid #fff;box-shadow:0 1px 4px #0003;margin-top:-9px}.price-range__input:disabled::-webkit-slider-thumb{background:var(--gray-muted);cursor:default}.year-range{display:flex;align-items:center;gap:10px}.year-range__input{flex:1;border:1.5px solid var(--gray-border);border-radius:8px;padding:9px 12px;font-size:14px;color:var(--text);background:var(--white);outline:none;-moz-appearance:textfield}.year-range__input::-webkit-inner-spin-button,.year-range__input::-webkit-outer-spin-button{-webkit-appearance:none}.year-range__input:focus{border-color:var(--blue)}.year-range__input:disabled{opacity:.55;cursor:default}.year-range__sep{color:var(--gray-muted);font-size:14px}.filters-page__actions{background:var(--white);border-top:1px solid var(--gray-border);padding:12px 14px;display:flex;gap:8px;flex-shrink:0}.filters-page__reset-btn{padding:12px 18px;border-radius:10px;border:1.5px solid var(--gray-border);background:var(--white);font-size:13px;font-weight:600;color:var(--gray-text);cursor:pointer;flex-shrink:0;transition:opacity .15s}.filters-page__reset-btn:disabled{opacity:.4;cursor:default}.filters-page__save-btn{flex:1;background:var(--blue);color:#fff;font-size:13px;font-weight:600;padding:12px 0;border-radius:10px;border:none;cursor:pointer;transition:opacity .15s}.filters-page__save-btn:disabled{opacity:.45;cursor:default}.filters-page__loading{flex:1;display:flex;align-items:center;justify-content:center}.filters-page__spinner{width:28px;height:28px;border-radius:50%;border:3px solid var(--blue-light);border-top-color:var(--blue);animation:spin .7s linear infinite}.filters-page__error{margin:0 14px 4px;padding:10px 12px;background:var(--red-light);border-radius:8px;font-size:12px;color:var(--red);font-weight:500}.filters-gate{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:32px 28px;text-align:center}.filters-gate__icon{font-size:44px;margin-bottom:16px}.filters-gate__title{font-size:17px;font-weight:600;color:var(--text);margin-bottom:10px}.filters-gate__text{font-size:13px;color:var(--gray-text);line-height:1.6;margin-bottom:24px}.filters-gate__btn{background:var(--blue);color:#fff;font-size:13px;font-weight:600;padding:13px 28px;border-radius:12px;border:none;cursor:pointer}.filters-gate__pending{background:var(--gray-bg);color:var(--gray-text);font-size:12px;font-weight:500;padding:10px 20px;border-radius:10px;border:1px solid var(--gray-border)}.chat-list{display:flex;flex-direction:column;height:100%;background:var(--white)}.chat-list__topbar{background:var(--blue);padding:10px 14px 14px;min-height:var(--topbar-height);display:flex;align-items:center;flex-shrink:0}.chat-list__title{font-size:16px;font-weight:700;color:#fff}.chat-list__loading{flex:1;display:flex;align-items:center;justify-content:center}.chat-list__spinner{width:28px;height:28px;border-radius:50%;border:3px solid var(--blue-light);border-top-color:var(--blue);animation:spin .7s linear infinite}.chat-list__empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:32px 24px;text-align:center}.chat-list__empty-icon{font-size:48px;margin-bottom:16px}.chat-list__empty-text{font-size:16px;font-weight:600;color:var(--text);margin-bottom:8px}.chat-list__empty-sub{font-size:13px;color:var(--gray-text);line-height:1.5}.chat-list__gate{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:32px 28px;text-align:center}.chat-list__gate-icon{font-size:44px;margin-bottom:16px}.chat-list__gate-title{font-size:15px;font-weight:600;color:var(--text);margin-bottom:24px;line-height:1.4}.chat-list__gate-btn{background:var(--blue);color:#fff;font-size:13px;font-weight:600;padding:13px 28px;border-radius:12px;border:none;cursor:pointer}.chat-item{display:flex;align-items:center;gap:12px;padding:11px 14px;background:var(--white);border:none;width:100%;text-align:left;cursor:pointer;border-bottom:1px solid var(--gray-border)}.chat-item__avatar{width:46px;height:46px;border-radius:50%;background:var(--blue-light);display:flex;align-items:center;justify-content:center;font-size:15px;font-weight:700;color:var(--blue-mid);flex-shrink:0}.chat-item__body{flex:1;min-width:0}.chat-item__top{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:2px}.chat-item__name{font-size:14px;font-weight:600;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-item__ts{font-size:11px;color:var(--gray-muted);flex-shrink:0;margin-left:8px}.chat-item__listing-tag{font-size:10px;font-weight:500;color:var(--blue-mid);background:var(--blue-light);border-radius:4px;padding:1px 6px;display:inline-block;margin-bottom:3px;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-item__preview-row{display:flex;align-items:center;justify-content:space-between;gap:8px}.chat-item__preview{font-size:12px;color:var(--gray-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1}.chat-item__preview--blocked{color:var(--red);font-style:italic}.chat-item__badge{min-width:18px;height:18px;border-radius:9px;background:var(--red);color:#fff;font-size:10px;font-weight:700;display:flex;align-items:center;justify-content:center;padding:0 5px;flex-shrink:0}.chat-dialog{display:flex;flex-direction:column;height:100%;background:#f0f2f5}.chat-dialog__topbar{background:var(--blue);padding:10px 10px 14px;display:flex;align-items:center;gap:8px;flex-shrink:0;min-height:var(--topbar-height)}.chat-dialog__back{width:30px;height:30px;border-radius:50%;background:#ffffff2e;display:flex;align-items:center;justify-content:center;flex-shrink:0;border:none;cursor:pointer}.chat-dialog__header-info{flex:1;display:flex;flex-direction:column;min-width:0}.chat-dialog__other-name{font-size:14px;font-weight:600;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-dialog__listing-sub{font-size:11px;color:#ffffffbf;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-dialog__block-btn{background:none;border:none;font-size:18px;cursor:pointer;opacity:.85;flex-shrink:0;padding:2px 4px}.chat-dialog__block-btn--active{opacity:1}.chat-dialog__messages{flex:1;padding:12px 10px 8px;display:flex;flex-direction:column;gap:6px}.chat-dialog__start-hint{text-align:center;font-size:12px;color:var(--gray-muted);padding:20px 0}.chat-dialog__loading{flex:1;display:flex;align-items:center;justify-content:center}.chat-dialog__spinner{width:28px;height:28px;border-radius:50%;border:3px solid var(--blue-light);border-top-color:var(--blue);animation:spin .7s linear infinite}.chat-bubble{max-width:78%;padding:8px 11px;border-radius:14px;display:flex;flex-direction:column;gap:3px;word-break:break-word}.chat-bubble--mine{align-self:flex-end;background:var(--blue);border-bottom-right-radius:4px}.chat-bubble--theirs{align-self:flex-start;background:var(--white);border-bottom-left-radius:4px;box-shadow:0 1px 2px #0000000f}.chat-bubble__text{font-size:14px;line-height:1.45}.chat-bubble--mine .chat-bubble__text{color:#fff}.chat-bubble--theirs .chat-bubble__text{color:var(--text)}.chat-bubble__ts{font-size:10px;align-self:flex-end}.chat-bubble--mine .chat-bubble__ts{color:#ffffffa6}.chat-bubble--theirs .chat-bubble__ts{color:var(--gray-muted)}.chat-dialog__block-notice{text-align:center;font-size:12px;color:var(--red);font-weight:500;padding:8px 14px;background:var(--red-light);border-top:1px solid #F9D0CF;flex-shrink:0}.chat-dialog__input-bar{background:var(--white);border-top:1px solid var(--gray-border);padding:8px 10px;flex-shrink:0}.chat-dialog__send-error{font-size:11px;color:var(--red);margin-bottom:6px;padding:0 4px}.chat-dialog__input-row{display:flex;align-items:flex-end;gap:8px}.chat-dialog__input{flex:1;border:1.5px solid var(--gray-border);border-radius:20px;padding:9px 14px;font-size:14px;color:var(--text);background:var(--gray-bg);outline:none;resize:none;max-height:120px;line-height:1.4;font-family:inherit}.chat-dialog__input:focus{border-color:var(--blue);background:var(--white)}.chat-dialog__input:disabled{opacity:.55}.chat-dialog__send-btn{width:38px;height:38px;border-radius:50%;background:var(--blue);border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;transition:opacity .15s}.chat-dialog__send-btn:disabled{opacity:.4;cursor:default}.create-listing{display:flex;flex-direction:column;height:100%;background:var(--gray-bg)}.create-listing__topbar{background:var(--blue);padding:10px 14px 14px;display:flex;align-items:center;gap:10px;flex-shrink:0;min-height:var(--topbar-height)}.create-listing__back{width:30px;height:30px;border-radius:50%;background:#ffffff2e;display:flex;align-items:center;justify-content:center;flex-shrink:0;border:none;cursor:pointer}.create-listing__topbar-title{font-size:15px;font-weight:600;color:#fff}.create-listing__scroll{flex:1;padding:8px 0}.create-listing__gate{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:32px 28px;text-align:center}.create-listing__gate-icon{font-size:44px;margin-bottom:16px}.create-listing__gate-title{font-size:17px;font-weight:600;color:var(--text);margin-bottom:10px}.create-listing__gate-text{font-size:13px;color:var(--gray-text);line-height:1.6;margin-bottom:24px}.create-listing__gate-btn{background:var(--blue);color:#fff;font-size:13px;font-weight:600;padding:13px 28px;border-radius:12px;border:none;cursor:pointer}.cl-section{background:var(--white);padding:12px 14px;margin-bottom:1px}.cl-section__title{font-size:11px;font-weight:600;color:var(--gray-muted);text-transform:uppercase;letter-spacing:.5px;margin-bottom:10px;display:flex;align-items:center;justify-content:space-between}.cl-section__required{font-size:10px;font-weight:400;text-transform:none;letter-spacing:0;color:var(--red)}.cl-photo-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:6px}.cl-photo-slot{aspect-ratio:1;border-radius:8px;border:1.5px dashed var(--gray-border);background:var(--gray-bg);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;cursor:pointer;position:relative;overflow:hidden;padding:0}.cl-photo-slot--required{border-color:var(--blue-border)}.cl-photo-slot--filled{border:2px solid var(--green-mid);border-style:solid}.cl-photo-slot__thumb{width:100%;height:100%;object-fit:cover;display:block}.cl-photo-slot__check{position:absolute;top:4px;right:4px;width:18px;height:18px;border-radius:50%;background:var(--green-mid);color:#fff;font-size:10px;font-weight:700;display:flex;align-items:center;justify-content:center}.cl-photo-slot__icon{font-size:18px;color:var(--gray-muted)}.cl-photo-slot__label{font-size:10px;color:var(--gray-muted);font-weight:500}.cl-photo-slot__req-dot{position:absolute;top:5px;right:5px;width:6px;height:6px;border-radius:50%;background:var(--blue)}.cl-row{display:grid;grid-template-columns:1fr 1fr;gap:8px}.cl-input,.cl-select{width:100%;border:1.5px solid var(--gray-border);border-radius:8px;padding:10px 12px;font-size:14px;color:var(--text);background:var(--white);outline:none;box-sizing:border-box;font-family:inherit}.cl-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' fill='none'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%239CA3AF' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding-right:32px}.cl-input:focus,.cl-select:focus{border-color:var(--blue)}.cl-input:disabled,.cl-select:disabled{background:var(--gray-bg);color:var(--gray-muted)}.cl-chip-group{display:flex;flex-wrap:wrap;gap:7px}.cl-chip{padding:6px 12px;border-radius:20px;border:1.5px solid var(--gray-border);background:var(--white);font-size:12px;font-weight:500;color:var(--text);cursor:pointer;white-space:nowrap}.cl-chip--active{background:var(--blue-light);border-color:var(--blue);color:var(--blue);font-weight:600}.cl-chip--disabled{opacity:.5;cursor:default}.cl-price-wrapper{position:relative;display:flex;align-items:center}.cl-price-currency{position:absolute;left:12px;font-size:16px;font-weight:600;color:var(--text);pointer-events:none}.cl-price-input{padding-left:26px}.cl-price-equiv{font-size:12px;color:var(--gray-muted);margin-top:6px}.cl-textarea{width:100%;border:1.5px solid var(--gray-border);border-radius:8px;padding:10px 12px;font-size:14px;color:var(--text);background:var(--white);outline:none;resize:none;font-family:inherit;line-height:1.5;box-sizing:border-box}.cl-textarea:focus{border-color:var(--blue)}.cl-char-count{font-size:11px;font-weight:400;color:var(--gray-muted);text-transform:none;letter-spacing:0}.cl-char-count--warn{color:var(--red)}.cl-checkbox-row{display:flex;align-items:flex-start;gap:10px;cursor:pointer}.cl-checkbox{width:18px;height:18px;flex-shrink:0;accent-color:var(--blue);margin-top:1px}.cl-checkbox-label{font-size:13px;color:var(--text);line-height:1.4}.cl-freeze-notice{background:var(--blue-light);border:1px solid var(--blue-border);border-radius:8px;margin:4px 14px;padding:10px 12px;font-size:12px;color:var(--blue-mid);line-height:1.5}.cl-error{margin:4px 14px;padding:10px 12px;background:var(--red-light);border-radius:8px;font-size:12px;color:var(--red);font-weight:500}.create-listing__footer{background:var(--white);border-top:1px solid var(--gray-border);padding:12px 14px;flex-shrink:0}.create-listing__submit-btn{width:100%;background:var(--blue);color:#fff;font-size:14px;font-weight:600;padding:14px 0;border-radius:12px;border:none;cursor:pointer;transition:opacity .15s}.create-listing__submit-btn:disabled{opacity:.45;cursor:default}.create-listing__success{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:32px 24px;text-align:center}.create-listing__success-icon{font-size:52px;margin-bottom:16px}.create-listing__success-title{font-size:22px;font-weight:700;color:var(--text);margin-bottom:8px}.create-listing__success-name{font-size:16px;font-weight:600;color:var(--blue);margin-bottom:10px}.create-listing__success-sub{font-size:13px;color:var(--gray-text);line-height:1.6;margin-bottom:12px}.create-listing__success-freeze{font-size:12px;color:var(--blue-mid);background:var(--blue-light);border-radius:8px;padding:8px 14px;margin-bottom:28px}.create-listing__success-actions{display:flex;flex-direction:column;gap:10px;width:100%;max-width:280px}.create-listing__success-btn{width:100%;background:var(--blue);color:#fff;font-size:13px;font-weight:600;padding:13px 0;border-radius:12px;border:none;cursor:pointer}.create-listing__success-btn--outline{background:none;color:var(--blue);border:1.5px solid var(--blue)}.profile-page{display:flex;flex-direction:column;height:100%;background:var(--gray-bg)}.profile-page__topbar{background:var(--blue);padding:10px 14px 14px;min-height:var(--topbar-height);display:flex;align-items:center;flex-shrink:0}.profile-page__topbar-title{font-size:16px;font-weight:700;color:#fff}.profile-gate{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:32px 28px;text-align:center}.profile-gate__icon{font-size:52px;margin-bottom:16px}.profile-gate__title{font-size:17px;font-weight:600;color:var(--text);margin-bottom:24px}.profile-gate__btn{background:var(--blue);color:#fff;font-size:13px;font-weight:600;padding:13px 28px;border-radius:12px;border:none;cursor:pointer}.profile__hero{background:var(--white);padding:20px 14px 16px;display:flex;flex-direction:column;align-items:center;text-align:center;border-bottom:1px solid var(--gray-border);margin-bottom:8px}.profile__avatar{width:64px;height:64px;border-radius:50%;background:var(--blue-light);display:flex;align-items:center;justify-content:center;font-size:22px;font-weight:700;color:var(--blue-mid);margin-bottom:10px}.profile__name{font-size:18px;font-weight:700;color:var(--text);margin-bottom:6px}.profile__auth-badge{font-size:11px;font-weight:600;padding:3px 10px;border-radius:10px;margin-bottom:6px}.profile__auth-badge--green{background:var(--green-light);color:var(--green-mid)}.profile__auth-badge--amber{background:#fff3d4;color:#7a5c00}.profile__auth-badge--gray{background:var(--gray-bg);color:var(--gray-text)}.profile__linkedin-badge{font-size:10px;font-weight:600;color:#0a66c2;background:#eaf3fb;border-radius:6px;padding:2px 8px;margin-bottom:6px}.profile__stars{font-size:16px;color:var(--amber);letter-spacing:1px;margin-bottom:4px}.profile__stars-val{font-size:12px;color:var(--gray-muted);letter-spacing:0}.profile__stars-empty{font-size:12px;color:var(--gray-muted);margin-bottom:4px}.profile__join{font-size:11px;color:var(--gray-muted);margin-top:4px}.profile__menu{background:var(--white);border-radius:var(--radius-sm);margin-bottom:8px;overflow:hidden}.profile__menu--danger{margin-top:0}.profile__menu-item{display:flex;align-items:center;gap:12px;width:100%;padding:14px;background:none;border:none;border-bottom:1px solid var(--gray-border);cursor:pointer;text-align:left}.profile__menu-item:last-child{border-bottom:none}.profile__menu-item--danger .profile__menu-label{color:var(--red)}.profile__menu-item--danger .profile__menu-icon{filter:none}.profile__menu-icon{font-size:18px;flex-shrink:0}.profile__menu-label{flex:1;font-size:14px;color:var(--text);font-weight:500}.profile__menu-right{display:flex;align-items:center;flex-shrink:0;margin-right:4px}.profile__menu-chevron{color:var(--gray-muted);font-size:18px;flex-shrink:0}.profile__unread-badge{min-width:18px;height:18px;border-radius:9px;background:var(--red);color:#fff;font-size:10px;font-weight:700;display:flex;align-items:center;justify-content:center;padding:0 5px}.profile__filter-dot{width:8px;height:8px;border-radius:50%;background:var(--blue)}.profile__pending-pill{font-size:10px;font-weight:600;color:#7a5c00;background:#fff3d4;border-radius:6px;padding:2px 7px}.profile__verified-check{font-size:14px;font-weight:700;color:var(--green-mid)}.my-listings{display:flex;flex-direction:column;height:100%;background:var(--gray-bg)}.my-listings__topbar{background:var(--blue);padding:10px 14px 14px;display:flex;align-items:center;gap:10px;min-height:var(--topbar-height);flex-shrink:0}.my-listings__back{width:30px;height:30px;border-radius:50%;background:#ffffff2e;display:flex;align-items:center;justify-content:center;border:none;cursor:pointer;flex-shrink:0}.my-listings__topbar-title{font-size:15px;font-weight:600;color:#fff}.my-listings__tabs{display:flex;background:var(--white);border-bottom:1px solid var(--gray-border);flex-shrink:0}.my-listings__tab{flex:1;padding:11px 0;font-size:13px;font-weight:500;color:var(--gray-text);background:none;border:none;border-bottom:2px solid transparent;cursor:pointer}.my-listings__tab--active{color:var(--blue);border-bottom-color:var(--blue);font-weight:600}.my-listings__scroll{flex:1}.my-listings__loading{flex:1;display:flex;align-items:center;justify-content:center}.my-listings__spinner{width:28px;height:28px;border-radius:50%;border:3px solid var(--blue-light);border-top-color:var(--blue);animation:spin .7s linear infinite}.my-listings__group-label{font-size:10px;font-weight:700;color:var(--gray-muted);letter-spacing:.8px;padding:10px 14px 6px}.my-listing-row{display:flex;align-items:center;gap:12px;padding:10px 14px;background:var(--white);border:none;border-bottom:1px solid var(--gray-border);width:100%;text-align:left;cursor:pointer}.my-listing-row__thumb{border-radius:6px;overflow:hidden;flex-shrink:0;line-height:0}.my-listing-row__info{flex:1;min-width:0}.my-listing-row__title{font-size:14px;font-weight:600;color:var(--text);margin-bottom:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.my-listing-row__meta{font-size:12px;color:var(--gray-text);margin-bottom:5px}.my-listing-row__tags{display:flex;flex-wrap:wrap;gap:5px}.my-listing-row__chevron{color:var(--gray-muted);font-size:20px;flex-shrink:0}.my-listing-tag{font-size:10px;font-weight:600;padding:2px 7px;border-radius:6px}.tag--green{background:var(--green-light);color:var(--green-mid)}.tag--amber{background:#fff3d4;color:#7a5c00}.tag--gray{background:var(--gray-bg);color:var(--gray-text);border:1px solid var(--gray-border)}.tag--blue{background:var(--blue-light);color:var(--blue-mid)}.my-listings__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 24px;text-align:center}.my-listings__empty-icon{font-size:44px;margin-bottom:12px}.my-listings__empty-text{font-size:15px;font-weight:600;color:var(--gray-text)}.my-listings__cta{padding:16px 14px 0}.my-listings__new-btn{width:100%;background:var(--blue);color:#fff;font-size:14px;font-weight:600;padding:14px 0;border-radius:12px;border:none;cursor:pointer}.my-listings__new-btn--disabled{background:var(--gray-bg);color:var(--gray-text);border:1px solid var(--gray-border);cursor:default}.my-listings__verify-hint{font-size:12px;color:var(--gray-text);text-align:center;padding:4px 0;font-style:italic}
