@charset "UTF-8";@media (min-width: 769px){.u-flex{display:flex}.u-flex-center{display:flex;align-items:center;justify-content:center}.u-flex-between{display:flex;align-items:center;justify-content:space-between}.u-flex-start{display:flex;align-items:center;justify-content:flex-start}.u-flex-end{display:flex;align-items:center;justify-content:flex-end}.u-flex-column{display:flex;flex-direction:column}.u-flex-wrap{flex-wrap:wrap}.u-flex-1{flex:1;min-width:0}.u-flex-shrink-0{flex-shrink:0}.u-gap-4{gap:4px}.u-gap-8{gap:8px}.u-gap-10{gap:10px}.u-gap-12{gap:12px}.u-gap-14{gap:14px}.u-gap-16{gap:16px}.u-p-10{padding:10px}.u-p-12{padding:12px}.u-p-14{padding:14px}.u-p-16{padding:16px}.u-rounded-8{border-radius:8px}.u-rounded-10{border-radius:10px}.u-rounded-12{border-radius:12px}.u-rounded-14{border-radius:14px}.u-rounded-16{border-radius:16px}.u-rounded-full{border-radius:50%}.u-text-ellipsis{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.u-text-clamp-2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.u-text-clamp-3{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.u-font-bold{font-weight:700}.u-font-extrabold{font-weight:800}.u-shadow-sm{box-shadow:0 2px 4px #0000000d}.u-shadow-md{box-shadow:0 2px 10px #0f27440a}.u-shadow-lg{box-shadow:0 4px 16px #0000001f}.u-cursor-pointer{cursor:pointer}.u-transition-base{transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.u-hidden{display:none}.u-desktop-hidden{display:none!important}:root{--primary-color: #3a8ee6;--primary-light: #50a1ff;--primary-dark: #2a7cdb;--primary-gradient: linear-gradient(135deg, #3a8ee6 0%, #2a7cdb 100%);--gold-color: #ffcc00;--gold-gradient: linear-gradient(180deg, #ffe033 0%, #ffd000 100%);--accent-color: #ff6600;--success-color: #52c41a;--warning-color: #faad14;--error-color: #f56c6c;--info-color: #909399;--text-primary: #333333;--text-secondary: #666666;--text-muted: #999999;--text-white: #ffffff;--bg-primary: #ffffff;--bg-secondary: #f5f7fa;--bg-dark: #1e222d;--border-color: #e4e7ed;--border-radius-sm: 2px;--border-radius: 4px;--border-radius-lg: 8px;--border-radius-xl: 12px;--shadow-sm: 0 2px 4px rgba(0, 0, 0, .05);--shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);--shadow-lg: 0 4px 16px rgba(0, 0, 0, .12);--container-width: 1200px;--desktop-min-width: 1200px;--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-5: 1.25rem;--space-6: 1.5rem;--space-8: 2rem;--space-10: 2.5rem;--space-12: 3rem;--space-16: 4rem;--space-20: 5rem;--space-24: 6rem}.dark-mode{--primary-color: #818cf8;--primary-light: #a78bfa;--text-primary: #f9fafb;--text-secondary: #d1d5db;--text-muted: #9ca3af;--bg-primary: #111827;--bg-secondary: #1f2937;--border-color: #374151;--shadow: 0 4px 6px -1px rgba(0, 0, 0, .3), 0 2px 4px -1px rgba(0, 0, 0, .2);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .3), 0 4px 6px -2px rgba(0, 0, 0, .2)}*{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;scroll-behavior:smooth;min-width:var(--desktop-min-width)}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:14px;line-height:1.5;color:var(--text-primary);background-color:var(--bg-secondary);transition:background-color .3s,color .3s;min-width:var(--desktop-min-width)}#app{min-width:var(--desktop-min-width)}a{text-decoration:none;color:inherit;transition:color .3s}img{max-width:100%;height:auto;display:block}button{border:none;background:none;cursor:pointer;font-family:inherit}.container{margin:0 auto;padding:0 100px}}@media (min-width: 769px) and (max-width: 1240px){.container{max-width:100%}}@media (min-width: 769px){.btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-2);padding:var(--space-2) var(--space-4);border-radius:var(--border-radius);font-size:14px;font-weight:500;transition:all .3s ease;cursor:pointer}.btn:hover{transform:translateY(-1px);box-shadow:var(--shadow)}.btn:active{transform:translateY(0)}.btn-primary{background:var(--primary-gradient);color:var(--text-white);border:none}.btn-primary:hover{box-shadow:0 4px 12px #667eea66}.btn-secondary{background-color:var(--bg-primary);color:var(--text-primary);border:1px solid var(--border-color)}.btn-secondary:hover{border-color:var(--primary-color);color:var(--primary-color)}.btn-outline{background-color:transparent;color:var(--primary-color);border:1px solid var(--primary-color)}.btn-outline:hover{background-color:var(--primary-color);color:var(--text-white)}.card{background-color:var(--bg-primary);border-radius:var(--border-radius-lg);box-shadow:var(--shadow);overflow:hidden;transition:transform .3s,box-shadow .3s}.card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.tag{display:inline-flex;align-items:center;padding:2px 8px;background-color:#667eea1a;color:var(--primary-color);font-size:12px;border-radius:4px;font-weight:500}.tag-hot{background:linear-gradient(135deg,#ff6b6b,#feca57);color:#fff}.tag-recommend{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.price{display:flex;align-items:baseline;gap:2px;color:#ff4757;font-weight:700}.price .currency{font-size:14px}.price .amount{font-size:24px;line-height:1}.price .unit{font-size:12px;color:var(--text-secondary);font-weight:400}.price .original{text-decoration:line-through;color:var(--text-muted);font-size:12px;margin-left:4px;font-weight:400}.text-center{text-align:center}.text-gradient{background:var(--primary-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.section-title{font-size:28px;font-weight:700;text-align:center;margin-bottom:var(--space-8);color:var(--text-primary)}.section-subtitle{font-size:16px;color:var(--text-secondary);text-align:center;margin-top:calc(-1 * var(--space-6));margin-bottom:var(--space-8)}.flex{display:flex}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-2{gap:var(--space-2)}.gap-4{gap:var(--space-4)}.mt-2{margin-top:var(--space-2)}.mt-4{margin-top:var(--space-4)}.mb-4{margin-bottom:var(--space-4)}.mb-8{margin-bottom:var(--space-8)}.p-4{padding:var(--space-4)}.py-4{padding-top:var(--space-4);padding-bottom:var(--space-4)}.py-8{padding-top:var(--space-8);padding-bottom:var(--space-8)}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideIn{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.animate-fadeIn{animation:fadeIn .6s ease-out}.animate-slideIn{animation:slideIn .3s ease-out}.animate-pulse{animation:pulse 2s infinite}.skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:skeleton-loading 1.5s infinite}@keyframes skeleton-loading{0%{background-position:200% 0}to{background-position:-200% 0}}}@media print and (min-width: 769px){.no-print{display:none!important}}@media (min-width: 769px){.el-message{z-index:10000!important}.mobile-tabbar-wrap{display:none}}@media (min-width: 769px){.el-overlay-message-box{background-color:#141e3094;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.el-overlay-message-box .el-message-box{width:min(100vw - 40px,440px);max-width:calc(100vw - 40px);padding:0;overflow:hidden;border:1px solid rgba(255,255,255,.72);border-radius:18px;box-sizing:border-box;box-shadow:0 22px 52px #0f172a52,0 3px 10px #0f172a1a}.el-overlay-message-box .el-message-box__header{min-height:56px;margin:0;padding:18px 54px 12px 20px;border-bottom:1px solid #edf1f6;background:linear-gradient(180deg,#fbfdff,#fff);box-sizing:border-box}.el-overlay-message-box .el-message-box__title{color:#1f2d42;font-size:18px;font-weight:800;line-height:25px;letter-spacing:.2px}.el-overlay-message-box .el-message-box__headerbtn{top:16px;right:16px;display:grid;width:28px;height:28px;border-radius:50%;place-items:center}.el-overlay-message-box .el-message-box__headerbtn .el-message-box__close{color:#8b9aaf;font-size:18px}.el-overlay-message-box .el-message-box__headerbtn:hover{background:#edf3fa}.el-overlay-message-box .el-message-box__content{padding:19px 20px 4px;color:#516177;font-size:15px;line-height:1.7}.el-overlay-message-box .el-message-box__status{margin-right:12px;font-size:24px!important}.el-overlay-message-box .el-message-box__status.el-icon-warning{color:#edab3a}.el-overlay-message-box .el-message-box__message{padding:0}.el-overlay-message-box .el-message-box__message p{color:#516177;font-size:15px;line-height:1.7}.el-overlay-message-box .el-message-box__btns{display:flex;justify-content:flex-end;gap:12px;padding:24px 20px 20px}.el-overlay-message-box .el-message-box__btns .el-button{min-width:88px;height:42px;margin:0;padding:0 18px;border-radius:11px;font-size:15px;font-weight:700;cursor:pointer;transition:transform .16s ease,background-color .16s ease,border-color .16s ease,box-shadow .16s ease}.el-overlay-message-box .el-message-box__btns .el-button:not(.el-button--primary){border-color:#d5deeb;background:#f6f8fb;color:#68778c}.el-overlay-message-box .el-message-box__btns .el-button--primary{border-color:#347eea;background:linear-gradient(135deg,#4b9cff,#347eea);color:#fff;box-shadow:0 7px 14px #347eea47}.el-overlay-message-box .el-message-box__btns .el-button:not(.el-button--primary):hover{border-color:#c4d0e0;background:#edf2f8}.el-overlay-message-box .el-message-box__btns .el-button--primary:hover{border-color:#286ccc;background:#286ccc;box-shadow:0 5px 11px #347eea3d}.el-overlay-message-box .el-message-box__btns .el-button:active{transform:scale(.96)}.el-overlay-message-box .el-message-box.publish-full-day-notice-dialog{border-color:#e7b1454d;box-shadow:0 24px 56px #3d2b123d,0 3px 10px #0f172a14}.el-overlay-message-box .publish-full-day-notice-dialog .el-message-box__header{position:relative;padding-left:52px;border-bottom-color:#f4ead5;background:linear-gradient(135deg,#fffaf0,#fff 64%)}.el-overlay-message-box .publish-full-day-notice-dialog .el-message-box__header:before{position:absolute;top:18px;left:20px;width:22px;height:22px;border:1px solid #f0c66d;border-radius:8px;content:"";background:linear-gradient(135deg,#ffd979,#e8a834);box-shadow:inset 0 1px #ffffffa6,0 4px 9px #d3902133}.el-overlay-message-box .publish-full-day-notice-dialog .el-message-box__header:after{position:absolute;top:24px;left:27px;width:8px;height:8px;border:2px solid #fff;border-top-color:transparent;border-radius:50%;content:""}.el-overlay-message-box .publish-full-day-notice-dialog .el-message-box__content{padding-top:22px;padding-bottom:8px}.el-overlay-message-box .publish-full-day-notice-dialog .el-message-box__message{padding:12px 14px;border:1px solid #f5e6c5;border-radius:10px;background:#fffaf0}.el-overlay-message-box .publish-full-day-notice-dialog .el-message-box__message p{color:#735d35;font-size:15px;line-height:1.75}.el-overlay-message-box .publish-full-day-notice-dialog .el-message-box__btns .el-button--primary{min-width:106px;border-color:#d99624;background:linear-gradient(135deg,#f7c55a,#dc9521);box-shadow:0 7px 14px #d18c1c47}.el-overlay-message-box .publish-full-day-notice-dialog .el-message-box__btns .el-button--primary:hover{border-color:#c88013;background:#d9901d;box-shadow:0 5px 11px #d18c1c40}}@media (min-width: 769px) and (max-width: 768px){.el-overlay-message-box .el-message-box.publish-full-day-notice-dialog--mobile{width:min(88vw,360px);margin:0 auto;border-radius:14px}.el-overlay-message-box .publish-full-day-notice-dialog--mobile .el-message-box__header{padding:17px 44px 14px 48px}.el-overlay-message-box .publish-full-day-notice-dialog--mobile .el-message-box__content{padding:16px 16px 6px}.el-overlay-message-box .publish-full-day-notice-dialog--mobile .el-message-box__message p{font-size:14px;line-height:1.65}.el-overlay-message-box .publish-full-day-notice-dialog--mobile .el-message-box__btns{padding:12px 16px 16px}}@media (min-width: 769px){.app-standard-dialog-overlay{background-color:#141e3094;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.app-standard-dialog-overlay .el-overlay-dialog{display:flex;align-items:center;justify-content:center;padding:24px;box-sizing:border-box}.el-dialog.app-standard-dialog{max-width:calc(100vw - 40px);max-height:calc(100dvh - 48px);margin:0!important;overflow:hidden;border:1px solid rgba(255,255,255,.72);border-radius:18px;box-shadow:0 22px 52px #0f172a52,0 3px 10px #0f172a1a}.el-dialog.app-standard-dialog .el-dialog__header{min-height:56px;margin:0;padding:18px 54px 12px 20px;border-bottom:1px solid #edf1f6;background:linear-gradient(180deg,#fbfdff,#fff);box-sizing:border-box}.el-dialog.app-standard-dialog .el-dialog__title{color:#1f2d42;font-size:18px;font-weight:800;line-height:25px}.el-dialog.app-standard-dialog .el-dialog__headerbtn{top:16px;right:16px;display:grid;width:28px;height:28px;border-radius:50%;place-items:center}.el-dialog.app-standard-dialog .el-dialog__headerbtn:hover{background:#edf3fa}.el-dialog.app-standard-dialog .el-dialog__body{max-height:calc(100dvh - 180px);padding:19px 20px 4px;overflow-y:auto}.el-dialog.app-standard-dialog .el-dialog__footer{display:flex;justify-content:flex-end;gap:12px;padding:24px 20px 20px}.el-dialog.app-standard-dialog .el-dialog__footer .el-button{min-width:88px;height:42px;margin:0;padding:0 18px;border-radius:11px;font-size:15px;font-weight:700}.el-dialog.app-standard-dialog .el-dialog__footer .el-button:not(.el-button--primary){border-color:#d5deeb;background:#f6f8fb;color:#68778c}.el-dialog.app-standard-dialog .el-dialog__footer .el-button--primary{border-color:#347eea;background:linear-gradient(135deg,#4b9cff,#347eea);color:#fff;box-shadow:0 7px 14px #347eea47}.el-dialog.app-standard-dialog .ship-dialog{padding:0}.el-dialog.app-standard-dialog .ship-body{padding:0;border:0;background:transparent}.el-dialog.app-standard-dialog .ship-dialog .el-form-item{margin-bottom:0}.el-dialog.app-standard-dialog .ship-dialog .el-form-item__label{padding-bottom:8px;color:#1f2d42;font-size:15px;font-weight:700;line-height:22px}.el-dialog.app-standard-dialog .ship-form-tip{margin:0 0 10px;color:#6b7a90;font-size:13px;line-height:1.65}.el-dialog.app-standard-dialog .el-input__wrapper,.el-dialog.app-standard-dialog .el-select__wrapper,.el-dialog.app-standard-dialog .el-textarea__inner{border-radius:8px;box-shadow:0 0 0 1px #d8e0eb inset}.home-page{background:var(--bg-secondary);padding-top:var(--space-4)}.home-hero{padding-bottom:var(--space-8)}.home-hero__grid{display:grid;grid-template-columns:220px 1fr 260px;gap:var(--space-4);min-height:340px}.home-carousel{border-radius:var(--border-radius-xl);overflow:hidden;box-shadow:var(--shadow)}.home-carousel :deep(.el-carousel__container){height:340px}.home-carousel :deep(.el-carousel__arrow){background:#00000059}.home-carousel :deep(.el-carousel__indicator button){width:8px;height:8px;border-radius:50%;background:#ffffff80}.home-carousel :deep(.el-carousel__indicator.is-active button){background:var(--gold-color);width:20px;border-radius:4px}.home-page .container{max-width:min(1600px,100% - 40px);padding-left:20px;padding-right:20px}.home-hero{--home-side-bg: #eef1f5;--home-side-navy: #0f2744}.home-hero__grid{grid-template-columns:240px minmax(0,1fr) 280px;gap:16px;align-items:stretch}.home-quick-links{gap:0;background:var(--home-side-bg);border-radius:12px;overflow:hidden;border:none;align-self:stretch}.home-quick-links__item{flex:1;gap:12px;padding:18px 14px;background:transparent;border:none;border-radius:0;border-bottom:1px solid #edf0f5;box-shadow:none;min-height:0}.home-quick-links__item:last-child{border-bottom:none}.home-quick-links__item:hover{background:#ffffff8c;border-color:#0f274414;box-shadow:none;transform:none}.home-quick-links__icon{width:42px;height:42px;background:var(--home-side-navy);color:var(--gold-color);font-size:18px;display:flex;align-items:center;justify-content:center;border-radius:8px;flex-shrink:0}.home-quick-links__icon img{width:24px;height:24px;object-fit:contain}.home-quick-links__title{font-size:15px;font-weight:800;margin-bottom:4px}.home-quick-links__desc{font-size:12px;line-height:1.4;white-space:normal}.home-quick-links__arrow{color:#b0b8c4;font-size:14px}.home-carousel{height:100%;border-radius:12px;box-shadow:0 8px 24px #0f27441f}.home-carousel :deep(.el-carousel){height:100%}.home-carousel :deep(.el-carousel__container){height:100%}.home-carousel :deep(.el-carousel__arrow){width:36px;height:36px;background:#ffffff2e;border:1px solid rgba(255,255,255,.25)}.home-carousel :deep(.el-carousel__indicators){left:40px;right:auto;transform:none;bottom:18px}.home-carousel :deep(.el-carousel__indicator button){width:8px;height:8px;border-radius:50%;background:#ffffff73;opacity:1}.home-carousel :deep(.el-carousel__indicator.is-active button){background:var(--gold-color);width:22px;border-radius:999px}.banner-loading{height:340px}.home-banner-item{padding:40px 48px}.home-banner-item__tag{display:inline-flex;align-items:center;height:28px;padding:0 12px;margin-bottom:16px;border-radius:999px;background:#ffffff1f;border:1px solid rgba(255,255,255,.18);font-size:12px;font-weight:600;color:#ffffffeb}.home-banner-item__title{font-size:34px;font-weight:800;margin-bottom:12px;line-height:1.25}.home-banner-item__desc{font-size:15px;opacity:.88;margin-bottom:24px;line-height:1.7}.home-banner-item__btn{height:44px;padding:0 28px;border-radius:8px;background:var(--gold-color);color:#1a1200;font-size:15px;font-weight:800}.home-user-panel{background:var(--home-side-bg);border:none;border-radius:12px;padding:18px 16px 16px;box-shadow:none;align-self:stretch}.home-user-panel__head{display:flex;align-items:center;gap:12px;margin-bottom:14px}.home-user-panel__avatar{width:64px;height:64px;border-radius:50%;object-fit:cover;background:var(--bg-secondary);border:2px solid var(--border-color);flex-shrink:0}.home-user-panel__greet{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.home-user-panel__welcome{font-size:16px;font-weight:700;color:var(--text-primary);line-height:1.2}.home-user-panel__club-text{font-size:12px;color:var(--text-secondary);line-height:1.2}.home-user-panel__member-badge{display:inline-flex;align-items:center;gap:5px;height:22px;padding:0 9px 0 5px;border:1px solid #e5b83f;border-radius:6px;background:linear-gradient(135deg,#203b6d,#0b1f45);color:#ffe18b;font-family:inherit;font-size:11px;font-weight:900;line-height:1;letter-spacing:.15px;text-shadow:0 1px 1px rgba(0,0,0,.38);box-shadow:inset 0 1px #ffffff2e,0 2px 6px #0f274424;white-space:nowrap;cursor:pointer;transition:opacity .2s;width:fit-content;text-decoration:none}.home-user-panel__member-badge.is-ordinary{border-color:#c6d5e4;background:linear-gradient(135deg,#f4f8fc,#e6eef6);color:#4b647d;text-shadow:none;box-shadow:inset 0 1px #ffffffe6,0 2px 6px #405b781f}.home-user-panel__member-badge.is-gold{border-color:#e2ab32;background:linear-gradient(135deg,#5a3b08,#201600);color:#ffe69b}.home-user-panel__member-badge.is-platinum{border-color:#bcc9da;background:linear-gradient(135deg,#43536a,#1f2b3c);color:#f3f7ff}.home-user-panel__member-badge.is-black-gold{border-color:#bc8d31;background:linear-gradient(135deg,#1d2431,#05080e);color:#f0cb78}.home-user-panel__member-badge.is-black-diamond{border-color:#8f65ee;background:linear-gradient(135deg,#24163f,#09070f);color:#e2d6ff;box-shadow:inset 0 1px #d2bcff3d,0 2px 6px #341c6042}.home-user-panel__member-badge:hover{opacity:.9}.home-user-panel__crown-icon{width:17px;height:16px;object-fit:contain;flex-shrink:0;filter:drop-shadow(0 1px 2px rgba(0,0,0,.26))}.home-user-panel__stats{display:flex;flex-direction:column;gap:10px}.home-user-panel__head-side{display:flex;flex-direction:column;align-items:flex-end;gap:6px;flex-shrink:0;margin-left:auto}.home-user-panel__identity{display:inline-flex;align-items:center;height:20px;padding:0 8px;border-radius:4px;background:#0f274414;color:var(--home-side-navy);font-size:11px;font-weight:700;white-space:nowrap}.home-user-panel__identity--internal{background:#ecfdf5;color:#16a34a}.home-user-panel__identity--partner{background:#eff6ff;color:#2563eb}.home-user-panel__identity--user{background:#0f274414;color:var(--home-side-navy)}.home-user-panel__meta-row{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:2px}.home-user-panel__meta-tags{display:flex;align-items:center;flex-wrap:wrap;gap:6px;min-width:0}.home-user-panel__logout{display:inline-flex;align-items:center;padding:2px 8px;border-radius:4px;background:#3386e1;color:#fff;font-size:11px;font-weight:800;white-space:nowrap;border:none;cursor:pointer;line-height:1.2;flex-shrink:0}.home-user-panel__logout:hover{opacity:.9}.home-user-panel__avatar{width:52px;height:52px;border:none}.home-user-panel__avatar--brand{display:flex;align-items:center;justify-content:center;background:var(--home-side-navy);color:var(--gold-color);font-size:18px;font-weight:800;letter-spacing:1px}.home-user-panel__name{font-size:16px;font-weight:800;margin-bottom:4px}.home-user-panel__member{display:inline-flex;align-items:center;padding:2px 8px;border-radius:4px;background:linear-gradient(135deg,#f5d78e,#e8b339);color:#5c3b00;font-size:11px;font-weight:800;white-space:nowrap;max-width:100%;overflow:hidden;text-overflow:ellipsis}.home-user-panel__member--link{cursor:pointer;transition:opacity .2s}.home-user-panel__member--link:hover{opacity:.9}.home-user-panel__row{display:flex;align-items:center;gap:10px;padding:10px;margin-bottom:0;border:none;border-radius:12px;background:#fff;box-shadow:0 2px 8px #00000014;cursor:pointer}.home-user-panel__row:hover{box-shadow:0 4px 12px #0000001f}.home-user-panel__row-icon{width:40px;height:40px;border-radius:50%;background:#0f27440f;color:var(--home-side-navy);display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:20px;overflow:visible;object-fit:contain}.home-user-panel__row-body{flex:1;min-width:0}.home-user-panel__row-label{font-size:13px;color:var(--text-muted);margin-bottom:4px}.home-user-panel__row-value{font-size:20px;font-weight:800;color:var(--text-primary);line-height:1.2}.home-user-panel__row-arrow{color:#b0b8c4;font-size:16px;flex-shrink:0}.home-user-panel__cta{height:48px;border-radius:10px;background:linear-gradient(180deg,#1a3a6b 0%,var(--home-side-navy) 100%);font-size:16px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;gap:8px;transition:all .2s}.home-user-panel__cta .el-icon{font-size:18px}.home-user-panel__cta:hover{opacity:.92;transform:translateY(-1px)}.home-user-panel__quick-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:12px}.home-user-panel__quick-action{min-width:0;min-height:44px;height:44px;padding:0 10px;border:1px solid #e8edf3;border-radius:8px;background:#fff;color:#344054;display:inline-flex;flex-direction:row;align-items:center;justify-content:center;gap:7px;font-size:12px;font-weight:700;line-height:1.15;white-space:nowrap;cursor:pointer;transition:border-color .18s ease,color .18s ease,background .18s ease,transform .18s ease}.home-user-panel__quick-action .el-icon{font-size:16px;color:#667085}.home-user-panel__quick-action:hover{border-color:#b8c9dd;background:#f8fbff;color:#0f2744;transform:translateY(-1px)}.home-user-panel__quick-action.is-rent .el-icon{color:#1677ff}.home-user-panel__quick-action.is-rent{border-color:#d7e7fb;background:#f4f8fe}.home-user-panel__quick-action.is-publish .el-icon{color:#d69b19}.home-user-panel__quick-action.is-publish{border-color:#f0e2bd;background:#fffaf0}.home-quick-links{display:flex;flex-direction:column;gap:var(--space-3)}.home-quick-links__item{flex:1;display:flex;align-items:center;gap:var(--space-3);padding:var(--space-4);background:var(--bg-primary);border-radius:var(--border-radius-xl);border:1px solid var(--border-color);cursor:pointer;transition:all .2s ease;min-height:0}.home-quick-links__item:hover{border-color:#3a8ee659;box-shadow:var(--shadow-sm);transform:translateY(-1px)}.home-quick-links__icon{width:40px;height:40px;border-radius:50%;background:var(--bg-dark);color:var(--gold-color);display:flex;align-items:center;justify-content:center;font-size:18px;flex-shrink:0}.home-quick-links__text{flex:1;min-width:0}.home-quick-links__title{font-size:14px;font-weight:700;color:var(--text-primary);margin-bottom:2px}.home-quick-links__desc{font-size:12px;color:var(--text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.home-quick-links__arrow{color:var(--text-muted);font-size:14px;flex-shrink:0}.home-quick-links{align-self:stretch}.home-quick-links__item{flex:1}.home-banner-item{height:100%;background-size:cover;background-position:center;display:flex;align-items:center;padding:48px;position:relative;cursor:pointer}.home-banner-item__content{position:relative;z-index:1;color:#fff;max-width:420px}.home-banner-item__title{font-size:32px;font-weight:800;margin-bottom:var(--space-3);line-height:1.3}.home-banner-item__desc{font-size:15px;opacity:.9;margin-bottom:var(--space-6);line-height:1.7}.home-banner-item__btn{height:42px;padding:0 24px;border:none;border-radius:8px;background:var(--gold-gradient);color:#5c3b00;font-size:15px;font-weight:700;cursor:pointer;transition:opacity .2s}.home-banner-item__btn:hover{opacity:.92}.home-user-panel{background:var(--bg-primary);border-radius:var(--border-radius-xl);border:1px solid var(--border-color);padding:var(--space-5);display:flex;flex-direction:column;box-shadow:var(--shadow-sm)}.home-user-panel__head{display:flex;align-items:center;gap:var(--space-3);margin-bottom:var(--space-4)}.home-user-panel__avatar{width:65px;height:65px;border-radius:50%;object-fit:cover;background:var(--bg-secondary);border:2px solid var(--border-color)}.home-user-panel__greet{flex:1;min-width:0}.home-user-panel__name{font-size:15px;font-weight:700;color:var(--text-primary);margin-bottom:4px}.home-user-panel__badge{display:inline-flex;align-items:center;height:20px;padding:0 8px;border-radius:4px;background:var(--gold-gradient);color:#5c3b00;font-size:11px;font-weight:700}.home-user-panel__row{display:flex;align-items:center;justify-content:space-between;padding:var(--space-3) 0;border-bottom:1px solid var(--border-color);cursor:pointer;transition:color .2s;padding:10px 20px}.home-user-panel__row:hover,.home-user-panel__row:hover .home-user-panel__row-label{color:var(--primary-color)}.home-user-panel__row:last-of-type{border-bottom:none}.home-user-panel__row-left{display:flex;align-items:center;gap:8px}.home-user-panel__row-label{font-size:14px;color:var(--text-secondary);transition:color .2s}.home-user-panel__row-value{font-size:14px;font-weight:700;color:var(--text-primary)}.home-user-panel__cta{width:100%;height:42px;border:none;border-radius:8px;background:var(--bg-dark);color:#fff;font-size:14px;font-weight:600;cursor:pointer;transition:opacity .2s}.home-user-panel__cta:hover{opacity:.9}.home-section-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:var(--space-5)}.home-section-head__left{display:flex;align-items:center;gap:var(--space-2)}.home-section-head__title{font-size:20px;font-weight:800;color:var(--text-primary);margin:0}.home-section-head__icon{font-size:22px;color:var(--accent-color)}.home-section-head__more{display:inline-flex;align-items:center;gap:4px;font-size:13px;font-weight:600;color:var(--primary-light);cursor:pointer;transition:color .2s}.home-section-head__more:hover{color:var(--primary-color)}.home-rank{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:50%;font-size:12px;font-weight:800;margin-right:8px;flex-shrink:0;background:var(--bg-secondary);color:var(--text-secondary)}.home-rank--1{background:linear-gradient(135deg,#ffd666,#e8b339);color:#5c3b00}.home-rank--2{background:linear-gradient(135deg,#e8ecf2,#c0c8d4);color:#4a5568}.home-rank--3{background:linear-gradient(135deg,#f0c9a6,#d4956a);color:#5c3b00}.accounts-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px;margin-bottom:24px}.accounts-grid{grid-template-columns:repeat(3,1fr);gap:43px}.type-product-card{background:#fff;border-radius:16px;overflow:hidden;border:1px solid #eef0f4;cursor:pointer;transition:all .3s ease;display:flex;flex-direction:column}.type-product-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0f27441f}.product-card__thumb{position:relative;width:100%;height:240px;background:#fdb91d;overflow:hidden}.product-card__thumb img{width:100%;height:100%;object-fit:cover}.product-card__discount-badge{position:absolute;bottom:0;left:10px;padding:4px 10px;background:gold;color:#1a1200;font-size:13px;font-weight:800;border-radius:8px 8px 0 0;box-shadow:0 2px 8px #ffd70066}.product-card__info{padding:20px;display:flex;flex-direction:column;gap:8px;flex:1}.product-card__name{font-size:17px;font-weight:700;color:#111827;line-height:1.4;margin:0;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.product-card__tags{display:flex;gap:6px;flex-wrap:wrap}.product-card__tag{display:inline-flex;align-items:center;height:24px;padding:0 10px;font-size:12px;font-weight:700;border-radius:14px;white-space:nowrap}.product-card__tag--primary{background:#e3f2ff;color:#5597f5;border:none}.product-card__fee-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:0;border:1px solid rgba(232,234,240,.3607843137);border-radius:10px;overflow:hidden}.product-card__fee-item{display:flex;align-items:center;gap:8px;padding:10px;background:transparent;border:none;position:relative}.product-card__fee-item:nth-child(odd){border-right:1px solid rgba(232,234,240,.3607843137)}.product-card__fee-item:nth-child(1),.product-card__fee-item:nth-child(2){border-bottom:1px solid rgba(232,234,240,.3607843137)}.product-card__fee-icon{width:32px;height:32px;border-radius:8px;background:#1e293b;color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:16px}.product-card__fee-content{flex:1;min-width:0}.product-card__fee-label{font-size:11px;color:#64748b;margin-bottom:2px;line-height:1}.product-card__fee-value{font-size:13px;font-weight:800;color:#1e293b;line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-card__footer{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:auto;padding-top:17px;border-top:1px solid rgba(232,234,240,.3607843137)}.product-card__price{font-size:26px;font-weight:700;color:#0f1e3c;line-height:1}.product-card__btn{display:inline-flex;align-items:center;gap:6px;height:40px;padding:0 18px;background:#02122f;color:#fdb91f;font-size:15px;font-weight:500;border:none;border-radius:10px;cursor:pointer;transition:all .2s;white-space:nowrap;box-shadow:0 3px #fdb91f66}.product-card__btn .el-icon{font-size:16px}.product-card__btn:hover{background:#334155;transform:scale(1.02)}.product-card__btn:active{transform:scale(.98)}.home-page .type-section .section-header{align-items:center}.home-page .type-section .accounts-grid{grid-template-columns:repeat(3,1fr)}.home-page .type-section .type-product-card{border-radius:10px;box-shadow:0 2px 10px #0000000a;height:100%}.home-page .type-section .type-product-card:hover{transform:translateY(-2px);box-shadow:0 8px 20px #00000014;border-color:#3a8ee638}.home-page .type-section .type-product-card:hover .thumb img{transform:scale(1.03)}.home-page .type-section .type-product-card:hover .product-rent-btn{opacity:.95}.home-page .type-section .type-product-card .thumb{height:160px;overflow:hidden}.home-page .type-section .type-product-card .thumb img{transition:transform .3s ease}.home-page .type-section .type-product-card .info{padding:12px 14px 14px;flex:1;display:flex;flex-direction:column;min-height:0}.home-page .type-section .type-product-card .name{font-size:15px;font-weight:800;margin-bottom:8px;color:#111827;min-height:9px;flex-shrink:0}.home-page .type-section .type-product-card .meta{margin-bottom:8px}.home-page .type-section .type-product-card .skin-tags{margin-bottom:8px;max-height:52px;overflow:hidden;flex-shrink:0}.home-page .type-section .type-product-card .skin-tags .skin-tag{background:#3a8ee614;border-color:#3a8ee626;color:var(--primary-color)}.home-page .type-section .type-product-card .skin-tags .skin-tag--knife{background:#3a8ee614;border-color:#3a8ee62e;color:var(--primary-color)}.home-page .type-section .type-product-card .skin-tags .skin-tag--red{background:#e5393514;border-color:#e5393559;color:#e53935}.home-page .type-section .type-product-card .skin-tags .skin-tag--gold{background:#c9920a1a;border-color:#c9920a66;color:#c9920a}.home-page .type-section .type-product-card .fee-grid{margin-bottom:12px}.home-page .type-section .type-product-card .card-footer{display:flex;justify-content:flex-end;margin-top:auto}.home-page .type-section .type-product-card .product-rent-btn{height:32px;padding:0 14px;border-radius:6px;border:1px solid rgba(15,39,68,.16);background:#fff;color:#0f2744;font-size:13px;font-weight:700}.home-cart-btn{width:36px;height:36px;border:none;border-radius:8px;background:var(--gold-gradient);color:#5c3b00;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;transition:transform .2s,box-shadow .2s}.home-cart-btn:hover{transform:scale(1.05);box-shadow:0 4px 12px #e8b33959}.home-cta{margin:var(--space-8) 0 0;padding:64px var(--space-6);border-radius:var(--border-radius-xl);background-color:#061a37;background-image:none;background-position:center;background-repeat:no-repeat;background-size:cover;text-align:center;color:#fff;position:relative;overflow:hidden}.home-cta:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 80% 50%,rgba(232,179,57,.08) 0%,transparent 50%);pointer-events:none}.home-cta__title{font-size:28px;font-weight:800;margin-bottom:var(--space-3);position:relative}.home-cta__desc{font-size:15px;opacity:.85;margin-bottom:var(--space-6);position:relative}.home-cta__btn{display:inline-flex;align-items:center;justify-content:center;height:48px;padding:0 36px;border-radius:8px;background:var(--gold-gradient);color:#5c3b00;font-size:16px;font-weight:700;text-decoration:none;transition:transform .2s,box-shadow .2s;position:relative}.home-cta__btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #e8b33959}.home-desktop-only{display:block}.home-quick-links.home-desktop-only{display:flex}.home-cart-btn.home-desktop-only{display:inline-flex}.home-user-panel.home-desktop-only{display:flex;justify-content:space-between}.home-section-head__more.home-desktop-only{display:inline-flex;position:relative;z-index:1}.home-mobile-only,.home-mobile-header,.home-mobile-panel{display:none}.account-list-desktop-only{display:block}.account-list-mobile-only{display:none}}@media (min-width: 769px) and (min-width: 769px){.account-list-page .list-layout{padding-top:16px}}@media (min-width: 769px){.account-list-page{background:var(--bg-secondary);padding-bottom:48px}.account-list-page .breadcrumb-section{padding:16px 0;margin-bottom:20px;background:var(--bg-primary);border-bottom:1px solid var(--border-color)}.account-list-page .filter-box{background:#fff;border-radius:8px;padding:0;overflow:hidden;border:none;box-shadow:none;margin-bottom:20px}.account-list-page .filter-box__head,.account-list-page .filter-box__badge,.account-list-page .filter-box__title{display:none}.account-list-page .filter-box__body{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));column-gap:28px;padding:0 29px;position:relative}.account-list-page .filter-reset-trigger{display:inline-flex;align-items:center;justify-content:center;gap:5px;flex:0 0 auto;height:32px;padding:0 16px;border:1px solid #c9d9eb;border-radius:5px;background:#fff;color:#2c6fae;font-size:13px;font-weight:700;cursor:pointer;transition:background-color .2s,border-color .2s,color .2s}.account-list-page .filter-reset-trigger .el-icon{font-size:16px}.account-list-page .filter-reset-trigger:hover{border-color:#1677ff;background:#f2f7ff;color:#1677ff}.account-list-page .filter-box__body.is-collapsed .filter-row:nth-child(n+4){display:flex}.account-list-page .filter-box__footer{display:none}.account-list-page .filter-box__selected{display:flex;align-items:center;flex-wrap:wrap;gap:8px;flex:1;min-width:0}.account-list-page .filter-box__selected-label{width:120px;box-sizing:border-box;padding-right:12px;text-align:right;white-space:nowrap;font-size:13px;color:var(--text-muted);flex-shrink:0}.account-list-page .filter-box__chip{display:inline-flex;align-items:center;height:26px;padding:0 10px;border-radius:4px;background:#3a8ee61a;color:var(--primary-color);font-size:12px;font-weight:600;cursor:pointer;transition:background .2s}.account-list-page .filter-box__chip:hover{background:#3a8ee62e}.account-list-page .filter-box__actions{display:flex;align-items:center;gap:16px;flex-shrink:0}.account-list-page .filter-box__reset{border:none;background:transparent;color:var(--primary-color);font-size:13px;cursor:pointer;padding:0}.account-list-page .filter-box__reset:hover{text-decoration:underline}.account-list-page .filter-box__toggle{display:inline-flex;align-items:center;gap:4px;border:none;background:transparent;color:var(--text-secondary);font-size:13px;cursor:pointer;padding:0}.account-list-page .filter-box__toggle:hover{color:var(--primary-color)}.account-list-page .filter-box .filter-row{display:flex;align-items:flex-start;grid-column:1/-1;padding:20px 0;border-bottom:1px solid #edf0f5}.account-list-page .filter-box .filter-row:last-child{border-bottom:none}.account-list-page .filter-box .filter-row--number{align-items:center}.account-list-page .filter-box .filter-row--attribute{grid-column:span 2;align-items:center;min-width:0;padding:12px 0;border-bottom:none}.account-list-page .filter-box .filter-row--paired{grid-column:span 2;min-width:0}.account-list-page .filter-box .filter-row--skin-mode{align-items:center}.account-list-page .filter-box .filter-row--skin-mode .filter-label{flex:0 0 80px;width:80px;padding-right:8px}.account-list-page .filter-box .filter-row--skin-mode .filter-options{flex-wrap:nowrap;gap:8px}.account-list-page .filter-box .filter-row--skin-mode .filter-tag,.account-list-page .filter-box .filter-row--skin-mode .filter-tag:first-child,.account-list-page .filter-box .filter-row--skin-mode .filter-tag.active{flex:0 0 auto;width:auto;min-width:auto;white-space:nowrap;font-size:13px;padding:0 10px}.account-list-page .filter-box .filter-row--compact-label .filter-label{flex:0 0 64px;width:77px;padding-right:30px}.account-list-page .filter-box .filter-row--compact-label .filter-tag:first-child{flex:0 0 56px;width:56px;min-width:56px;padding:0 8px;white-space:nowrap}.account-list-page .filter-box .filter-row--attribute .filter-label{flex:0 0 64px;width:77px;min-width:64px;padding-right:8px;font-size:16px;white-space:nowrap}.account-list-page .filter-box .filter-row--attribute .filter-row__main{flex:1;min-width:0}.account-list-page .filter-box .filter-row--attribute .filter-options__inner{gap:8px 10px}.account-list-page .filter-box .filter-row--attribute .filter-tag{min-width:30px;padding:0 9px;font-size:13px;white-space:nowrap}.account-list-page .filter-box .filter-row--attribute.filter-row--standard-label .filter-label{flex:0 0 119px;width:119px;min-width:119px;padding-right:22px;font-size:16px}.account-list-page .quick-zone-row{grid-column:1/-1;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;padding:20px 0 14px;border-bottom:1px solid #f2f4f7}.account-list-page .quick-zone-button{display:inline-flex;height:60px;align-items:center;justify-content:center;gap:10px;border:1px solid #dce5f0;border-radius:5px;background:#f8fbff;color:#27364c;font-size:15px;font-weight:700;cursor:pointer;transition:color .2s,border-color .2s,background .2s}.account-list-page .quick-zone-button__icon{width:28px;height:28px;flex:none;object-fit:contain}.account-list-page .quick-zone-button__content{display:flex;min-width:0;flex-direction:column;align-items:flex-start;line-height:1.3}.account-list-page .quick-zone-button__label{white-space:nowrap}.account-list-page .quick-zone-button__note{margin-top:4px;overflow:hidden;font-size:12px;font-weight:500;line-height:1.25;opacity:.72;text-overflow:ellipsis;white-space:nowrap}.account-list-page .quick-zone-button:hover,.account-list-page .quick-zone-button.active{border-color:#1677ff;background:#1677ff;color:#fff}.account-list-page .filter-attribute-divider,.account-list-page .filter-advanced-bar{grid-column:1/-1}.account-list-page .filter-attribute-divider{height:1px;background:#f0f2f5}.account-list-page .filter-advanced-bar{display:flex;align-items:center;gap:12px;padding:12px 0 14px;min-width:0}.account-list-page .filter-advanced-trigger{display:flex;justify-content:flex-end;flex:0 0 auto;margin-left:auto}.account-list-page .filter-advanced-trigger__button{display:inline-flex;align-items:center;gap:5px;height:32px;padding:0 13px;border:1px solid #c9d9eb;border-radius:5px;background:#f8fbff;color:#2c6fae;font-size:13px;font-weight:700;cursor:pointer}.account-list-page .filter-advanced-summary{display:flex;align-items:center;flex-wrap:wrap;gap:8px;min-width:0}.account-list-page .filter-advanced-summary__label{color:#7a8796;font-size:13px;font-weight:700}.account-list-page .filter-advanced-summary__chip{display:inline-flex;align-items:center;height:26px;padding:0 9px;border:1px solid #cfe0f2;border-radius:4px;background:#f5faff;color:#2e6fae;font-size:12px;font-weight:600;cursor:pointer}.account-list-page .filter-box .filter-row--wide .filter-options__inner{gap:9px}.account-list-page .filter-box .filter-row__main{flex:1;min-width:0;display:flex;flex-direction:column}.account-list-page .filter-box .filter-label{width:119px;flex-shrink:0;align-self:flex-start;box-sizing:border-box;padding-right:22px;text-align:left;white-space:nowrap;font-size:16px;font-weight:700;color:#161b22;line-height:32px;min-height:32px;display:flex;align-items:center;justify-content:flex-start}.account-list-page .filter-box .filter-row--number .filter-label{align-self:center}.account-list-page .filter-box .filter-options{flex:1;min-width:0;display:flex;gap:14px;align-items:flex-start;flex-wrap:nowrap;width:100%}.account-list-page .filter-box .filter-options__inner{flex:1;min-width:0;display:flex;flex-wrap:wrap;gap:13px 25px;align-items:center}.account-list-page .filter-box .filter-options__inner.is-options-collapsed{max-height:36px;overflow:hidden}.account-list-page .filter-box .filter-options__toggle{display:inline-flex;align-items:center;gap:2px;flex-shrink:0;height:32px;padding:0 13px;border-radius:4px;border:none;background:#eef6ff;color:#1677ff;font-size:13px;font-weight:600;cursor:pointer;white-space:nowrap}.account-list-page .filter-box .filter-options__toggle:hover{opacity:.85}.account-list-page .filter-box .filter-options .range-input-wrapper{display:inline-flex;align-items:center;gap:11px;padding:0;border:none;border-radius:0;background:transparent}.account-list-page .filter-box .filter-options .range-input-wrapper .range-separator{color:#c0c4cc;font-size:16px}.account-list-page .filter-box .filter-options .range-input-wrapper :deep(.el-input__wrapper){width:126px;height:34px;box-shadow:0 0 0 1px #edf0f5 inset!important;background:#fff;border-radius:4px;padding:0 11px}.account-list-page .filter-box .filter-options .range-input-wrapper :deep(.el-input__inner){text-align:center;font-size:13px}.account-list-page .filter-box .filter-options :deep(.el-input:not(.is-focus) .el-input__wrapper){box-shadow:0 0 0 1px #edf0f5 inset;border-radius:4px}.account-list-page .filter-box .filter-tag{box-sizing:border-box;min-height:32px;display:inline-flex;align-items:center;justify-content:center;line-height:1.2;padding:0 13px;border-radius:4px;border:1px solid transparent;background:transparent;color:#333;font-size:14px;font-weight:500;cursor:pointer;transition:border-color .2s,color .2s,background .2s}.account-list-page .filter-box .filter-tag:hover{color:#1677ff;background:#f5f9ff}.account-list-page .filter-box .filter-tag.active{min-width:52px;background:#1677ff;border-color:#1677ff;color:#fff;font-weight:600;box-shadow:none}}@media (min-width: 769px) and (min-width: 769px){.account-list-page .filter-box .filter-row--attribute .filter-label{flex:0 0 64px;width:77px;min-width:77px;padding-right:8px}.account-list-page .filter-box .filter-row--attribute .filter-options__inner{flex-wrap:nowrap;gap:8px}.account-list-page .filter-box .filter-row--attribute .filter-tag,.account-list-page .filter-box .filter-row--attribute .filter-tag.active{flex:0 0 auto;width:auto;min-width:30px;padding:0 8px;white-space:nowrap}.account-list-page .filter-box .filter-row--attribute .filter-tag:first-child,.account-list-page .filter-box .filter-row--attribute .filter-tag:first-child.active{flex-basis:56px;width:48px;min-width:48px}}@media (min-width: 769px){.account-list-page .filter-box .filter-row--wide .filter-tag{min-width:0;min-height:32px;padding:0 13px;font-size:14px;font-weight:500}.account-list-page .filter-box .filter-row__tip{display:none}.account-list-page .product-list-panel{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 12px #0f27440a;margin-bottom:20px}.account-list-page .list-toolbar{min-height:74px;padding:0 26px;margin-bottom:0;border:none;border-bottom:1px solid #f0f2f5;border-radius:0;box-shadow:none;background:#fff}.account-list-page .list-toolbar .sort-tabs{gap:36px;height:74px;align-items:center}.account-list-page .list-toolbar .sort-tab{position:relative;height:74px;font-size:16px;font-weight:700;padding-bottom:0;border-bottom:2px solid transparent;color:#303643}.account-list-page .list-toolbar .sort-tab.active{color:#1677ff;font-weight:700;border-bottom-color:transparent}.account-list-page .list-toolbar .sort-tab.active:after{content:"";position:absolute;left:50%;bottom:0;width:58px;height:3px;border-radius:999px;background:#1677ff;transform:translate(-50%)}.account-list-page .list-toolbar .sort-tab:hover{color:#1677ff}.account-list-page .list-toolbar .toolbar-right{display:flex;align-items:center;gap:24px}.account-list-page .list-toolbar .search-input{width:290px}.account-list-page .list-toolbar .search-input :deep(.el-input__wrapper){height:40px;background:#fff;border-radius:6px 0 0 6px;box-shadow:0 0 0 1px #eef1f5 inset}.account-list-page .list-toolbar .search-input :deep(.el-input__inner){font-size:14px;font-weight:600;color:#606266}.account-list-page .list-toolbar .search-input :deep(.el-input-group__append){width:56px;background:#f3f6fa;color:#788292;border-color:#eef1f5;border-radius:0 6px 6px 0;box-shadow:0 0 0 1px #eef1f5 inset}.account-list-page .list-toolbar .search-input :deep(.el-input-group__append) .el-button{color:#788292;font-size:20px}.account-list-page .list-toolbar .toolbar-view-toggle{display:inline-flex;align-items:center;gap:12px;color:#a7b0bf}.account-list-page .list-toolbar .toolbar-view-toggle__btn{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;font-size:20px}.account-list-page .list-toolbar .toolbar-view-toggle__btn.is-active{color:#1677ff}.account-list-page .accounts-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;padding:24px 24px 30px;margin-bottom:0}}@media (min-width: 769px) and (min-width: 769px) and (max-width: 1200px){.account-list-page .accounts-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width: 769px) and (min-width: 769px) and (max-width: 900px){.account-list-page .accounts-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 769px){.account-list-page .product-card{border:1px solid #ebeef5;border-radius:10px;box-shadow:0 2px 10px #0000000a;overflow:hidden;height:100%}.account-list-page .product-card:hover{transform:translateY(-2px);box-shadow:0 8px 20px #00000014;border-color:#3a8ee638}.account-list-page .product-card:hover .card-image img{transform:scale(1.03)}.account-list-page .product-card:hover .product-rent-btn{opacity:.95}.account-list-page .product-card .card-image{aspect-ratio:16/10;overflow:hidden;position:relative}.account-list-page .product-card .card-image img{transition:transform .3s ease}.account-list-page .product-card .card-image .product-discount-badge--overlay{left:10px;top:10px;border-radius:5px;background:linear-gradient(135deg,#ffd629,#ffc400);color:#172033;font-size:12px;font-weight:800;padding:4px 10px;box-shadow:0 3px 9px #2f260033}.account-list-page .product-card .card-image .want-badge{bottom:8px;right:8px;top:auto;border-radius:999px;font-size:12px;padding:4px 8px}.account-list-page .product-card .card-content{padding:12px 14px 14px;flex:1;display:flex;flex-direction:column;min-height:0}.account-list-page .product-card .card-content .discount-tag{display:none}.account-list-page .product-card .product-title{font-size:15px;font-weight:800;min-height:2.8em;margin-bottom:8px;color:#111827;flex-shrink:0}.account-list-page .product-card .skin-tags{margin-top:0;margin-bottom:8px;gap:6px;max-height:52px;overflow:hidden;flex-shrink:0}.account-list-page .product-card .skin-tags .skin-tag{background:#3a8ee614;border-color:#3a8ee62e;color:var(--primary-color);font-size:12px;border-radius:999px}.account-list-page .product-card .skin-tags .skin-tag--knife{background:#3a8ee614;border-color:#3a8ee62e;color:var(--primary-color)}.account-list-page .product-card .skin-tags .skin-tag--red{background:#e5393514;border-color:#e5393559;color:#e53935}.account-list-page .product-card .skin-tags .skin-tag--gold{background:#c9920a1a;border-color:#c9920a66;color:#c9920a}.account-list-page .product-card .seller-meta{display:inline-flex;align-items:center;gap:4px;margin-bottom:8px;font-size:12px;color:#909399}.account-list-page .product-card .seller-meta .el-icon{font-size:14px}.account-list-page .product-card .fee-grid{margin-bottom:12px}.account-list-page .product-card .product-meta{display:none}.account-list-page .product-card .card-footer{display:flex;justify-content:flex-end;align-items:center;margin-top:auto;border-top:none;padding-top:0;gap:8px}.account-list-page .product-card .product-rent-btn{display:inline-flex;margin-left:0;height:32px;padding:0 14px;border-radius:6px;border:1px solid rgba(15,39,68,.16);background:#fff;color:#0f2744;font-size:13px;font-weight:700;box-shadow:none}.account-list-page .pagination-wrapper{margin-top:20px;padding:0 0 8px;background:transparent;border-radius:0;border:none;display:flex;justify-content:center}.account-list-page .pagination-wrapper .el-pagination{--el-pagination-button-width: 40px;--el-pagination-button-height: 40px;--el-pagination-button-bg-color: #fff;--el-pagination-hover-color: #1677ff;align-items:center;gap:14px;font-size:16px;font-weight:700;color:#303643}.account-list-page .pagination-wrapper .el-pagination__total{margin-right:8px;color:#303643;font-size:16px;font-weight:700}.account-list-page .pagination-wrapper .el-pagination__sizes{margin:0 8px 0 0}.account-list-page .pagination-wrapper .el-select{width:126px}.account-list-page .pagination-wrapper .el-select .el-select__wrapper{min-height:40px;border-radius:6px;background:#fff;box-shadow:0 0 0 1px #edf0f5 inset,0 2px 8px #0f27440a;font-size:16px;font-weight:700;color:#303643}.account-list-page .pagination-wrapper .btn-prev,.account-list-page .pagination-wrapper .btn-next,.account-list-page .pagination-wrapper .el-pager li{min-width:40px;width:40px;height:40px;border-radius:6px;background:#fff;box-shadow:0 0 0 1px #edf0f5 inset,0 2px 8px #0f27440a;color:#303643;font-size:16px;font-weight:700;margin:0}.account-list-page .pagination-wrapper .btn-prev,.account-list-page .pagination-wrapper .btn-next{color:#a7b0bf}.account-list-page .pagination-wrapper .btn-prev:not(:disabled):hover,.account-list-page .pagination-wrapper .btn-next:not(:disabled):hover{color:#1677ff}.account-list-page .pagination-wrapper .el-pager{gap:12px}.account-list-page .pagination-wrapper .el-pager li.is-active{background:#1677ff;box-shadow:0 6px 14px #1677ff3d;color:#fff}.account-list-page .pagination-wrapper .el-pager li.more{box-shadow:none;background:transparent;color:#303643}.account-list-page .pagination-wrapper .el-pagination__jump{margin-left:10px;gap:10px;color:#303643;font-size:16px;font-weight:700}.account-list-page .pagination-wrapper .el-pagination__editor{width:64px;height:40px;margin:0}.account-list-page .pagination-wrapper .el-pagination__editor.el-input .el-input__wrapper{height:40px;border-radius:6px;background:#fff;box-shadow:0 0 0 1px #edf0f5 inset,0 2px 8px #0f27440a}.account-list-page .pagination-wrapper .el-pagination__editor.el-input .el-input__inner{font-size:16px;font-weight:700;color:#303643}.account-list-page .empty-state{padding:56px 24px;border-radius:0;border:none}.product-deposit-promise{position:absolute;left:0;right:0;bottom:0;z-index:2;padding:4px 6px;text-align:center;font-size:clamp(10px,2.6vw,13px);font-weight:700;line-height:1.3;color:#ff1f1f;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;letter-spacing:.02em;background:#0000006b;pointer-events:none}.thumb:has(>.product-deposit-promise)>.want-badge,.card-image:has(>.product-deposit-promise)>.want-badge{bottom:28px!important}.product-discount-badge{display:inline-block;padding:4px 10px;border-radius:6px;background:linear-gradient(135deg,#ffd666,#f5c842);color:#5c3b00;font-size:13px;font-weight:900;line-height:1.2;margin-bottom:10px}.product-discount-badge--overlay{position:absolute;left:10px;top:10px;z-index:2;margin-bottom:0;box-shadow:0 2px 8px #5c3b0026}.fee-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-auto-rows:1fr;border:1px solid rgba(0,0,0,.08);border-radius:10px;overflow:hidden;margin-top:auto;margin-bottom:12px;flex-shrink:0;background:#fff}}@media (min-width: 769px){.fee-grid+.card-footer{margin-top:0!important}.fee-cell{display:flex;align-items:center;gap:8px;padding:10px 8px;min-height:52px;height:100%;box-sizing:border-box;background:#fff}.fee-cell:nth-child(odd){border-right:1px solid rgba(0,0,0,.06)}.fee-cell:nth-child(-n+2){border-bottom:1px solid rgba(0,0,0,.06)}.fee-cell__icon{flex-shrink:0;width:28px;height:28px;border-radius:8px;background:linear-gradient(180deg,#1a3a6b,#0f2744);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:14px}.fee-cell__body{min-width:0;display:flex;flex-direction:column;gap:2px}.fee-cell__label{font-size:11px;color:var(--text-muted);line-height:1.2}.fee-cell__value{font-size:13px;font-weight:800;color:var(--text-primary);line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-rent-btn{display:inline-flex;align-items:center;justify-content:center;height:36px;padding:0 16px;border-radius:8px;border:1px solid rgba(15,39,68,.16);background:#fff;color:#0f2744;font-size:13px;font-weight:800;cursor:pointer;flex-shrink:0;transition:opacity .2s,border-color .2s,background-color .2s;white-space:nowrap}.product-rent-btn:hover{opacity:1;border-color:#3a8ee673;background:#f8fafc}.shareholder-desktop-only{display:block}.shareholder-mobile-only{display:none}.shareholder-page{background:#f5f7fb}.shareholder-page .container{max-width:1370px}.shareholder-hero{background-color:#001d56;background-image:var(--shareholder-hero-image);background-repeat:no-repeat;background-position:center center;background-size:cover;min-height:304px;padding:44px 0 92px;position:relative;overflow:hidden}.shareholder-hero__inner{min-height:168px;display:flex;align-items:center;justify-content:flex-start;position:relative;z-index:2}.shareholder-hero__content{max-width:520px;color:#fff;margin-left:132px}.shareholder-hero__title{font-size:40px;font-weight:800;line-height:1.2;margin:0 0 18px;letter-spacing:0}.shareholder-hero__subtitle{font-size:17px;font-weight:700;margin:0 0 10px;opacity:.98}.shareholder-hero__desc{font-size:17px;font-weight:700;opacity:.98;margin:0 0 22px;line-height:1.45}.shareholder-hero__btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-width:176px;height:42px;padding:0 24px;border:none;border-radius:6px;background:linear-gradient(180deg,#ffe260,#ffc328);color:#001e55;font-size:14px;font-weight:800;cursor:pointer;box-shadow:0 10px 24px #ffc3283d;transition:transform .2s,box-shadow .2s}.shareholder-hero__btn img{width:23px;height:23px;object-fit:contain}.shareholder-hero__btn:hover{transform:translateY(-2px);box-shadow:0 14px 30px #ffc32857}.shareholder-stats-wrap{margin-top:-44px;position:relative;z-index:3;margin-bottom:16px}.shareholder-stats{display:grid;grid-template-columns:1fr 1fr 1.55fr;gap:0;background:#fff;border-radius:8px;box-shadow:0 8px 24px #081c4a1f;border:1px solid #e3e9f4;overflow:hidden}.shareholder-stats__item{display:flex;align-items:center;gap:18px;min-height:100px;padding:22px 46px;border-right:1px solid #dde5f0}.shareholder-stats__item--action{width:100%;border-top:0;border-left:0;border-bottom:0;background:#fff;color:inherit;font:inherit;text-align:left;cursor:pointer;transition:background .18s ease}.shareholder-stats__item--action:hover{background:#f7faff}.shareholder-stats__item--action:focus-visible{position:relative;z-index:1;outline:2px solid #2f8cff;outline-offset:-2px}.shareholder-stats__item:last-child{border-right:none}.shareholder-stats__item--link{flex:1.2}.shareholder-stats__icon{width:54px;height:54px;border-radius:50%;background:#001f5d;display:flex;align-items:center;justify-content:center;flex-shrink:0}.shareholder-stats__icon img{width:100%;height:100%;object-fit:contain;display:block}.shareholder-stats__icon--gold{background:#001f5d}.shareholder-stats__label{font-size:14px;font-weight:700;color:#516383;margin-bottom:5px}.shareholder-stats__value{font-size:24px;font-weight:800;color:#001f5d;line-height:1.1}.shareholder-stats__value span{font-size:18px;font-weight:800;color:#001f5d}.shareholder-stats__body{flex:1 1 auto;min-width:0}.shareholder-stats__link{font-size:16px;font-weight:500;color:#001f5d;word-break:break-all;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.shareholder-stats__hint{margin-top:4px;font-size:12px;color:#8a97ad;line-height:1.4}.shareholder-stats__copy{margin-left:auto;flex-shrink:0;height:40px;padding:0 22px;border:1px solid #001f5d;border-radius:6px;background:transparent;color:#001f5d;font-size:14px;font-weight:700;cursor:pointer;display:inline-flex;align-items:center;gap:8px;transition:all .2s;white-space:nowrap}.shareholder-stats__copy:hover{background:#001f5d;color:#fff}.shareholder-section-title{font-size:22px;font-weight:800;color:#001f5d;margin:0 0 14px}.shareholder-rules{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.25fr);gap:18px;background:#fff;border-radius:8px;border:1px solid #e2e9f3;padding:12px 14px 14px 26px;margin-bottom:8px;box-shadow:0 6px 18px #081c4a12}.shareholder-rules__list{list-style:none;padding:0;margin:0 0 12px}.shareholder-rules__list li{position:relative;padding-left:16px;margin-bottom:12px;font-size:13px;color:#263a5d;line-height:1.65}.shareholder-rules__list li:before{content:"";position:absolute;left:0;top:7px;width:6px;height:6px;border-radius:50%;background:#001f5d}.shareholder-rules__list li .highlight-percent{color:#ff9700!important;font-weight:700}.shareholder-rules__example{border-radius:8px;border:1px solid #f2d694;background:#fffaf0;padding:18px 22px}.shareholder-rules__example-title{font-size:16px;font-weight:800;color:#001f5d;margin:0 0 12px}.shareholder-rules__example-line{font-size:13px;color:#30415f;line-height:1.7;margin:0 0 8px}.shareholder-rules__example-line:last-child{margin-bottom:0}.shareholder-rules__example-line .highlight-percent{color:#ff9700!important;font-weight:700}.shareholder-earnings{background:#fff;border-radius:8px;border:1px solid #e2e9f3;padding:10px 26px;box-shadow:0 6px 18px #081c4a12}.shareholder-earnings__head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:8px}.shareholder-earnings__head .shareholder-section-title{margin-bottom:0}.shareholder-earnings__actions{display:flex;align-items:center;gap:12px}.shareholder-earnings__live{font-size:12px;font-weight:700;color:#ff9700}.shareholder-earnings__tabs{display:flex;gap:18px}.shareholder-earnings__tab{min-width:70px;height:28px;padding:0 18px;border:1px solid #d7e0ee;border-radius:6px;background:#fff;color:#243756;font-size:13px;font-weight:700;cursor:pointer;transition:all .2s}.shareholder-earnings__tab.active{background:#001f5d;border-color:#001f5d;color:#fff;font-weight:600}.shareholder-earnings__tab:hover:not(.active){border-color:#001f5d;color:#001f5d}.shareholder-earnings__refresh{width:32px;height:28px;border:none;border-radius:6px;background:transparent;color:#001f5d;cursor:pointer;display:flex;align-items:center;justify-content:center}.shareholder-earnings__refresh:hover{color:var(--primary-color);border-color:var(--primary-color)}.shareholder-table-wrap{width:100%}.shareholder-table.shareholder-desktop-only{display:table}.shareholder-table{width:100%;table-layout:fixed;border-collapse:separate;border-spacing:0;border:1px solid #dfe7f1;border-radius:6px;overflow:hidden}.shareholder-table th,.shareholder-table td{padding:8px 12px;text-align:center;font-size:13px;border-bottom:1px solid #e3e9f4;word-break:break-all}.shareholder-table th{background:#f8fafd;color:#516383;font-weight:700}.shareholder-table td{color:#263a5d}.shareholder-table .is-money{font-weight:800;color:#001f5d}.shareholder-table__empty-row td{padding:0;border-bottom:none;background:#fff}.shareholder-empty{min-height:64px;padding:8px 0 10px;border:1px solid #dfe7f1;border-top:none;border-radius:0 0 6px 6px;display:flex;flex-direction:column;align-items:center;justify-content:center}.shareholder-empty__icon{width:48px;height:48px;object-fit:contain;opacity:.72}.shareholder-empty__text{margin-top:2px;font-size:13px;font-weight:700;color:#233a63}.shareholder-empty-inline{min-height:106px;display:flex;align-items:center;justify-content:center;gap:12px;color:#233a63;font-size:14px;font-weight:700}.shareholder-empty-inline img{width:44px;height:44px;object-fit:contain;opacity:.72}.shareholder-pagination{margin-top:20px;display:flex;justify-content:center}.profile-desktop-only{display:block}.profile-mobile-only{display:none}.profile-dashboard{display:flex;flex-direction:column;gap:12px}@keyframes profile-vip-banner-shimmer{0%{background-position:100% 0}to{background-position:-120% 0}}.vip-banner-fade-enter-active{transition:opacity .22s ease}.vip-banner-fade-enter-from{opacity:0}.profile-hero-card{position:relative;display:flex;align-items:stretch;padding:0;overflow:hidden;background:var(--bg-primary);border-radius:var(--border-radius-xl);border:1px solid var(--border-color);box-shadow:var(--shadow-sm)}.profile-hero-card__main{position:relative;z-index:2;display:grid;grid-template-columns:auto minmax(0,1fr);gap:16px;align-items:center;padding:16px;min-width:0}.profile-hero-card__banner,.profile-hero-card__grade{display:none}.profile-hero-card__avatar-wrap{position:relative;justify-self:start;padding-bottom:10px}.profile-hero-card__avatar{border:3px solid #fff;box-shadow:0 0 0 2px #0f27441f;background:var(--bg-secondary)}.profile-hero-card__avatar img{width:100%;height:100%;object-fit:cover}.profile-hero-card__level{position:absolute;left:50%;bottom:0;transform:translate(-50%);padding:3px 14px;border-radius:999px;background:#0f2744;color:#fff;font-size:12px;font-weight:800;letter-spacing:.3px;border:2px solid #fff;white-space:nowrap}.profile-hero-card__info{min-width:0}.profile-hero-card__name-row{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-bottom:8px}.profile-hero-card__name{font-size:20px;font-weight:800;color:#0f2744}.profile-hero-card__member-tag{display:inline-flex;align-items:center;gap:5px;min-height:26px;box-sizing:border-box;padding:3px 10px 3px 6px;border:1px solid #e5b83f;border-radius:6px;background:linear-gradient(135deg,#203b6d,#0b1f45);color:#ffe18b;font-size:12px;font-weight:900;letter-spacing:.15px;line-height:1;text-transform:uppercase;text-decoration:none;text-shadow:0 1px 1px rgba(0,0,0,.38);box-shadow:inset 0 1px #ffffff2e,0 3px 8px #0f274429}.profile-hero-card__member-tag.is-ordinary{border-color:#c6d5e4;background:linear-gradient(135deg,#f4f8fc,#e6eef6);color:#4b647d;text-shadow:none;box-shadow:inset 0 1px #ffffffe6,0 2px 6px #405b781f}.profile-hero-card__member-tag img{width:20px;height:18px;object-fit:contain;filter:drop-shadow(0 1px 2px rgba(0,0,0,.26))}.profile-hero-card__member-tag.is-gold{border-color:#e2ab32;background:linear-gradient(135deg,#5a3b08,#201600);color:#ffe69b}.profile-hero-card__member-tag.is-platinum{border-color:#bcc9da;background:linear-gradient(135deg,#43536a,#1f2b3c);color:#f3f7ff}.profile-hero-card__member-tag.is-black-gold{border-color:#bc8d31;background:linear-gradient(135deg,#1d2431,#05080e);color:#f0cb78}.profile-hero-card__member-tag.is-black-diamond{border-color:#8f65ee;background:linear-gradient(135deg,#24163f,#09070f);color:#e2d6ff;box-shadow:inset 0 1px #d2bcff3d,0 3px 8px #341c604d}.profile-hero-card__mobile-vip-badge,.profile-hero-card__mobile-member-tag{display:none}.profile-hero-card__role-tag{display:inline-flex;align-items:center;height:20px;padding:0 8px;border-radius:4px;font-size:11px;font-weight:700;white-space:nowrap}.profile-hero-card__role-tag.is-internal{background:#ecfdf5;color:#16a34a}.profile-hero-card__role-tag.is-partner{background:#eff6ff;color:#2563eb}.profile-hero-card__role-tag.is-user{background:#0f274414;color:#0f2744}.profile-hero-card__bio{font-size:13px;color:var(--text-secondary);margin:0 0 10px;line-height:1.5}.profile-hero-card__meta{display:flex;flex-direction:column;gap:6px;font-size:12px;color:var(--text-muted)}.profile-hero-card__meta-item{display:inline-flex;align-items:center;gap:5px;color:var(--text-secondary)}.profile-hero-card__meta-item img{width:13px;height:13px;object-fit:contain;opacity:.75;flex-shrink:0}.profile-hero-card__meta-item em{font-style:normal;color:var(--text-muted);margin-right:3px}.profile-hero-card__meta--secondary{margin-top:2px}.profile-quick-stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.profile-quick-stats__item{display:flex;align-items:center;gap:12px;background:var(--bg-primary);border:1px solid var(--border-color);border-radius:var(--border-radius-xl);padding:14px 12px;box-shadow:var(--shadow-sm);text-decoration:none;transition:border-color .2s,box-shadow .2s,transform .2s}.profile-quick-stats__item:hover{border-color:#0f274440;box-shadow:var(--shadow);transform:translateY(-1px)}.profile-quick-stats__icon{width:44px;height:44px;flex-shrink:0;object-fit:contain}.profile-quick-stats__body{min-width:0}.profile-quick-stats__label{font-size:13px;font-weight:700;color:var(--text-secondary);margin-bottom:2px}.profile-quick-stats__value{display:block;font-size:20px;font-weight:800;color:#0f2744;line-height:1.2;word-break:break-all}.profile-quick-stats__value small{font-size:12px;font-weight:600;color:var(--text-secondary)}.profile-quick-stats__hint{margin-top:2px;font-size:11px;color:var(--text-muted)}.profile-orders-security,.profile-service-section{display:flex;flex-direction:column;gap:12px;width:100%;min-width:0}.profile-panel{background:var(--bg-primary);border:1px solid var(--border-color);border-radius:var(--border-radius-xl);padding:16px;box-shadow:var(--shadow-sm)}.profile-panel__head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px}.profile-panel__title{margin:0;font-size:15px;font-weight:800;color:var(--text-primary)}.profile-panel__link{font-size:13px;color:var(--primary-color);text-decoration:none;font-weight:600;white-space:nowrap}.profile-panel__link:hover{text-decoration:underline}.profile-orders-table{width:100%;border-collapse:collapse}.profile-orders-table-wrap{flex:1;min-height:0;overflow-y:auto;overflow-x:hidden}.profile-orders-table th,.profile-orders-table td{padding:10px 8px;text-align:left;font-size:12px;border-bottom:1px solid var(--border-color)}.profile-orders-table th{color:var(--text-muted);font-weight:600;background:var(--bg-secondary)}.profile-orders-table tbody tr:last-child td{border-bottom:none}.profile-orders-table .order-no{font-weight:600;color:var(--text-primary)}.profile-orders-table .order-sub{margin-top:3px;font-size:12px;color:var(--text-muted)}.profile-orders-table .order-time__end{display:flex;align-items:center;gap:3px}.profile-orders-table .order-time__end .el-icon{font-size:11px}.profile-orders-table .order-amount{font-weight:700;color:var(--text-primary)}.profile-orders-table .order-game{display:flex;align-items:center;gap:8px}.profile-orders-table .order-game img{width:36px;height:36px;border-radius:8px;object-fit:cover;background:var(--bg-secondary);flex-shrink:0}.profile-orders-table .order-game__text{min-width:0}.profile-orders-table .order-game__name{font-weight:600;color:var(--text-primary)}.profile-orders-table .status-tag{display:inline-block;padding:3px 10px;border-radius:var(--border-radius);font-size:12px;font-weight:600}.profile-orders-table .status-tag.is-info{background:#3a8ee61f;color:var(--primary-color)}.profile-orders-table .status-tag.is-success{background:#52c41a1f;color:#389e0d}.profile-orders-table .status-tag.is-cancel{background:#0000000d;color:var(--text-muted)}.profile-orders-table .action-link{color:var(--primary-color);font-weight:600;cursor:pointer;border:none;background:transparent;font-size:13px}.profile-orders-table .action-link:hover{text-decoration:underline}.profile-orders-table .profile-orders-empty{padding:32px 10px;text-align:center;color:var(--text-muted);font-size:14px;white-space:normal}.profile-security-list{display:flex;flex-direction:column;gap:10px}.profile-security-list__item{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:8px 0;border-bottom:1px dashed var(--border-color);font-size:13px}.profile-security-list__item:last-child{border-bottom:none}.profile-security-list__status{display:inline-flex;align-items:center;gap:4px;color:var(--text-secondary)}.profile-security-list__status.is-ok{color:#389e0d}.profile-help-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.profile-help-grid__item{display:flex;flex-direction:column;align-items:center;gap:6px;padding:12px 8px;border-radius:10px;background:var(--bg-secondary);border:1px solid var(--border-color);cursor:pointer;transition:border-color .2s}.profile-help-grid__item:hover{border-color:var(--primary-color)}.profile-help-grid__item .el-icon{font-size:22px;color:var(--primary-color)}.profile-help-grid__item span{font-size:12px;color:var(--text-secondary);font-weight:600;text-align:center;line-height:1.3}.profile-favorites__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.profile-favorites__item{border-radius:12px;overflow:hidden;border:1px solid var(--border-color);cursor:pointer;transition:transform .2s}.profile-favorites__item:hover{transform:translateY(-2px)}.profile-favorites__item img{width:100%;aspect-ratio:1;object-fit:cover;background:var(--bg-secondary)}.profile-favorites__item span{display:block;padding:6px 8px;font-size:12px;font-weight:600;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile-favorites__add{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;min-height:120px;border:2px dashed var(--border-color);border-radius:12px;background:var(--bg-secondary);cursor:pointer;color:var(--text-muted);font-size:12px}.profile-favorites__add .el-icon{font-size:24px}.profile-favorites__add:hover{border-color:var(--primary-color);color:var(--primary-color)}.profile-favorites__empty{padding:32px 16px;text-align:center;font-size:13px;color:var(--text-muted)}.profile-page .profile-layout{display:grid;align-items:start}.profile-page .profile-sidebar{min-width:0}.profile-page .profile-nav{display:flex;flex-direction:column;gap:4px;background:var(--bg-primary);border-radius:var(--border-radius-xl);border:1px solid var(--border-color);padding:8px;box-shadow:var(--shadow-sm)}.profile-page .profile-nav .nav-item{position:relative;display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:8px;margin-bottom:0;font-size:13px;color:var(--text-secondary);text-decoration:none;transition:background .2s,color .2s}.profile-page .profile-nav .nav-item .nav-item__icon{width:18px;height:18px;flex-shrink:0;background-color:currentColor;mask-image:var(--nav-icon);mask-repeat:no-repeat;mask-position:center;mask-size:contain;-webkit-mask-image:var(--nav-icon);-webkit-mask-repeat:no-repeat;-webkit-mask-position:center;-webkit-mask-size:contain}.profile-page .profile-nav .nav-item:hover{background:var(--bg-secondary);color:#0f2744}.profile-page .profile-nav .nav-item.active{background:#0f27440f;color:#0f2744;font-weight:700}.profile-page .profile-nav .nav-item .nav-item__label-mobile{display:none}.profile-page{background:var(--bg-secondary);padding-bottom:48px}.profile-page .page-header{display:none}.profile-page .profile-layout{display:grid;grid-template-columns:236px minmax(0,1fr);gap:24px;padding:20px 0 0}.profile-page .profile-sidebar{position:static;top:auto;align-self:start;z-index:10;max-height:none;overflow:visible}.profile-page .profile-content>.my-buy-page,.profile-page .profile-content>.my-sale-page,.profile-page .profile-content>.my-unused-page,.profile-page .profile-content>.favorites-page,.profile-page .profile-content>.base-info-page,.profile-page .profile-content>.message-page{padding-top:0!important}.profile-page .user-card{border-radius:var(--border-radius-xl);border:1px solid var(--border-color);box-shadow:var(--shadow-sm);padding:20px 16px}.profile-page .profile-nav{gap:2px;padding:10px 8px}.profile-page .profile-nav .nav-item{font-size:16px;padding:14px 16px}.profile-page .profile-nav .nav-item .nav-item__icon{width:22px;height:22px}.profile-page .profile-nav .nav-item.active:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:3px;height:20px;border-radius:0 3px 3px 0;background:var(--accent-color)}.profile-page .profile-sidebar__service{position:relative;overflow:hidden;margin-top:14px;padding:16px;border:1px solid #dce7f4;border-radius:14px;background:linear-gradient(145deg,#fff,#f4f8fd);box-shadow:0 7px 17px #122f5014;color:var(--text-primary);display:flex;flex-direction:column;gap:14px}.profile-page .profile-sidebar__service:after{content:"";position:absolute;right:-25px;top:-30px;width:96px;height:96px;border:18px solid rgba(76,132,201,.055);border-radius:50%;pointer-events:none}.profile-page .profile-sidebar__service-head{position:relative;z-index:1;display:flex;align-items:center;gap:11px}.profile-page .profile-sidebar__service-icon{width:42px;height:42px;flex:0 0 42px;display:flex;align-items:center;justify-content:center;border:1px solid #d7e5f4;border-radius:12px;background:#eaf3ff;box-shadow:inset 0 1px #ffffffd9}.profile-page .profile-sidebar__service-icon img{width:31px;height:31px;object-fit:contain}.profile-page .profile-sidebar__service-copy{min-width:0}.profile-page .profile-sidebar__service-title{font-size:15px;font-weight:800;color:#0f2744;text-align:left}.profile-page .profile-sidebar__service-copy p{margin:4px 0 0;color:#7c8da3;font-size:11px;line-height:1.35;white-space:nowrap}.profile-page .profile-sidebar__service-btn{position:relative;z-index:1;width:100%;padding:0 14px;height:36px;border:none;border-radius:9px;background:linear-gradient(135deg,#11345d,#1e578e);box-shadow:0 5px 10px #15416f2e;color:#fff;font-size:12px;font-weight:700;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:6px;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.profile-page .profile-sidebar__service-btn .el-icon{font-size:12px}.profile-page .profile-sidebar__service-btn:hover{transform:translateY(-1px);background:linear-gradient(135deg,#174574,#2769a7);box-shadow:0 7px 13px #15416f40}.profile-dashboard{gap:16px}.profile-hero-card{min-height:180px}.profile-hero-card__main{flex:1 1 auto;grid-template-columns:auto minmax(0,1fr);gap:32px;padding:28px 40px;box-sizing:border-box;max-width:100%;overflow:hidden}.profile-hero-card.has-vip-banner .profile-hero-card__main{max-width:62%}.profile-hero-card__banner{display:block;position:absolute;inset:0 0 0 auto;width:38%;z-index:1;overflow:hidden;border-radius:78px var(--border-radius-xl) var(--border-radius-xl) 0}.profile-hero-card__banner-loading{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(110deg,#e8edf4 18%,#f7f9fc,#e8edf4 62%);background-size:220% 100%;animation:profile-vip-banner-shimmer 1.15s ease-in-out infinite;opacity:0;transition:opacity .18s ease}.profile-hero-card__banner.is-loading .profile-hero-card__banner-loading{opacity:1}.profile-hero-card__banner-content{position:absolute;top:0;right:0;bottom:0;left:0}.profile-hero-card__banner-vip-link{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;display:block}.profile-hero-card__banner-bg{width:100%;height:100%;object-fit:cover;object-position:right center;display:block;transform:scale(1.14);transform-origin:right center;transition:transform .52s cubic-bezier(.2,.72,.2,1),filter .32s ease}.profile-hero-card__banner:hover .profile-hero-card__banner-bg{transform:scale(1.17);filter:saturate(1.035)}.profile-hero-card__vip-copy{position:absolute;top:50%;left:clamp(48px,16%,70px);width:180px;z-index:2;transform:translateY(-50%);text-align:center;pointer-events:none}.profile-hero-card__vip-title{--vip-title-fill: linear-gradient(180deg, #f8fbff 0%, #bcd7f4 46%, #6697cf 100%);--vip-title-stroke: rgba(38, 86, 142, .86);--vip-title-accent: linear-gradient(90deg, transparent, #dcebff 22%, #ffffff 50%, #8db7e9 78%, transparent);display:block;color:#dcecff;font-size:25px;font-weight:900;letter-spacing:1.5px;line-height:1.15;text-transform:uppercase;background:var(--vip-title-fill);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;-webkit-text-stroke:.55px var(--vip-title-stroke);filter:drop-shadow(0 2px 1px rgba(6,24,49,.62)) drop-shadow(0 0 7px rgba(183,218,255,.32))}.profile-hero-card__vip-title:after{content:"";display:block;width:96px;height:1px;margin:7px 0 0 auto;border-radius:999px;background:var(--vip-title-accent);box-shadow:0 0 5px #dbecff85;opacity:.72;transform:translate(24px)}.profile-hero-card__banner .profile-hero-card__vip-benefit{margin:8px 0 0;color:#dbeafe;font-size:12px;font-weight:800;line-height:1.5;text-align:center;white-space:nowrap;text-shadow:0 1px 2px rgba(8,28,64,.28)}.profile-hero-card__banner.is-gold .profile-hero-card__vip-title{--vip-title-fill: linear-gradient(135deg, #8d5708 0%, #c58a24 52%, #9d650e 100%);-webkit-text-stroke:0;letter-spacing:.8px;filter:drop-shadow(0 1px 1px rgba(105,61,0,.28))}.profile-hero-card__banner.is-gold .profile-hero-card__vip-title:after{display:block;background:linear-gradient(90deg,transparent,rgba(157,101,14,.72) 42%,rgba(255,236,165,.9));box-shadow:none;opacity:.58}.profile-hero-card__banner.is-gold .profile-hero-card__vip-benefit{color:#8a5100;text-shadow:0 1px 1px rgba(255,248,220,.6)}.profile-hero-card__banner.is-platinum .profile-hero-card__vip-title{--vip-title-fill: linear-gradient(135deg, #405b70 0%, #91a4b3 52%, #506b80 100%);--vip-title-accent: linear-gradient(90deg, transparent, rgba(65, 91, 112, .78) 42%, rgba(159, 178, 193, .92));-webkit-text-stroke:0;letter-spacing:.8px;filter:drop-shadow(0 1px 1px rgba(255,255,255,.72)) drop-shadow(0 1px 2px rgba(39,57,73,.32))}.profile-hero-card__banner.is-platinum .profile-hero-card__vip-benefit{color:#375271;text-shadow:0 1px 1px rgba(255,255,255,.75)}.profile-hero-card__banner.is-black-gold .profile-hero-card__vip-title{--vip-title-fill: linear-gradient(135deg, #b87918 0%, #f1c461 52%, #bc7711 100%);--vip-title-accent: linear-gradient(90deg, transparent, rgba(183, 115, 15, .78) 42%, rgba(255, 230, 147, .92));-webkit-text-stroke:0;letter-spacing:.8px;filter:drop-shadow(0 1px 1px rgba(0,0,0,.5))}.profile-hero-card__banner.is-black-gold .profile-hero-card__vip-benefit{color:#f2ca72;text-shadow:0 1px 2px rgba(0,0,0,.72)}.profile-hero-card__banner.is-black-diamond .profile-hero-card__vip-title{--vip-title-fill: linear-gradient(135deg, #a07ac7 0%, #e0cef4 52%, #a679d0 100%);--vip-title-accent: linear-gradient(90deg, transparent, rgba(132, 88, 178, .78) 42%, rgba(242, 226, 255, .92));-webkit-text-stroke:0;letter-spacing:.8px;filter:drop-shadow(0 1px 1px rgba(35,8,67,.56))}.profile-hero-card__banner.is-black-diamond .profile-hero-card__vip-benefit{color:#dccbff;text-shadow:0 1px 3px rgba(27,7,76,.86)}}@media (min-width: 769px) and (prefers-reduced-motion: reduce){.profile-hero-card__banner-bg{animation:none!important;transition:none}}@media (min-width: 769px){.profile-hero-card__name{font-size:26px}.profile-hero-card__meta{flex-direction:column;flex-wrap:nowrap;gap:3px}.profile-hero-card__meta-item--register{font-size:11px}.profile-hero-card__meta-item:nth-child(n+3){display:none}.profile-quick-stats{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.profile-quick-stats__item{min-height:104px;padding:16px 20px;gap:14px}.profile-quick-stats__icon{width:52px;height:52px}.profile-quick-stats__label{font-size:15px}.profile-quick-stats__value{font-size:25px;white-space:nowrap;word-break:normal}.profile-quick-stats__value.is-wallet{font-size:24px}.profile-quick-stats__hint{font-size:12px}.profile-orders-security{flex-direction:column;gap:16px}.profile-orders-security .profile-panel--orders{width:100%;min-width:0;height:342px;min-height:342px;overflow:hidden}.profile-orders-security .profile-service-section{width:100%}.profile-service-section{gap:16px}.profile-panel{padding:24px}.profile-panel__title{font-size:20px}.profile-orders-table{min-width:560px}.profile-orders-table th,.profile-orders-table td{padding:14px 12px;font-size:14px;white-space:nowrap}.profile-help-grid{gap:12px}.profile-help-grid__item{padding:16px 12px}.profile-help-grid__item .el-icon{font-size:26px}.profile-help-grid__item span{font-size:13px}.profile-security-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:8px 24px}.profile-security-list__item{padding:10px 0;font-size:14px;border-bottom:1px dashed var(--border-color)}.profile-favorites__grid{grid-template-columns:repeat(8,1fr);gap:12px}.profile-page .profile-content .page-header .header-left>.el-button,.profile-page .profile-content .page-header .header-main>.back-btn{display:inline-flex;align-items:center;justify-content:center;gap:5px;min-width:74px;height:36px;padding:0 13px!important;border:1px solid #d9e4f2!important;border-radius:999px;color:#315b8f!important;background:#f7faff!important;box-shadow:0 4px 10px #315b8f14;font-size:13px;font-weight:700;line-height:1;transition:color .2s ease,background-color .2s ease,border-color .2s ease,transform .2s ease,box-shadow .2s ease}.profile-page .profile-content .page-header .header-left>.el-button:hover,.profile-page .profile-content .page-header .header-main>.back-btn:hover{border-color:#9dbcf0!important;color:#2456a6!important;background:#eaf2ff!important;box-shadow:0 6px 14px #315b8f24;transform:translateY(-1px)}.profile-page .profile-content .page-header .header-left>.el-button:active,.profile-page .profile-content .page-header .header-main>.back-btn:active{transform:translateY(0) scale(.98)}.profile-page .profile-content .page-header .header-left>.el-button:focus-visible,.profile-page .profile-content .page-header .header-main>.back-btn:focus-visible{outline:none;box-shadow:0 0 0 3px #409eff33,0 4px 10px #315b8f14}.profile-page .profile-content .page-header .header-left>.el-button .el-icon,.profile-page .profile-content .page-header .header-main>.back-btn .el-icon{flex:0 0 auto;margin:0;font-size:15px}.profile-page .profile-content .page-header .header-left>.el-button{margin-right:0!important}.profile-page .profile-content .page-header .header-left>.el-button:before{width:7px;height:7px;border-left:2px solid currentColor;border-bottom:2px solid currentColor;content:"";transform:rotate(45deg)}.profile-page .profile-content .page-header .header-main>.back-btn{margin-right:8px!important}.account-detail-desktop-only{display:block}.account-detail-mobile-only{display:none}.account-detail-page.goods-detail-page .detail-status-tag{display:inline-flex;align-items:center;height:28px;padding:0 8px;border-radius:4px;border:none;background:#59a8ff;color:#fff;font-size:14px;font-weight:800;margin-bottom:0}.account-detail-page.goods-detail-page .detail-key-stats{display:flex;flex-wrap:wrap;gap:14px;margin-bottom:0}.account-detail-page.goods-detail-page .detail-key-stats__item{display:inline-flex;align-items:center;gap:6px;min-height:42px;padding:0 16px;border-radius:6px;background:#f5f7fa;border:1px solid #eef1f5;color:#7d8796;text-align:left}.account-detail-page.goods-detail-page .detail-key-stats__label{font-size:15px;color:#7d8796;margin-bottom:0;font-weight:800}.account-detail-page.goods-detail-page .detail-key-stats__value{font-size:15px;font-weight:800;color:#7d8796}.account-detail-page.goods-detail-page .detail-bind-method{font-size:13px;color:var(--text-secondary);padding:10px 12px;border-radius:8px;background:var(--bg-secondary)}.account-detail-page.goods-detail-page .detail-bind-method span{color:var(--text-muted)}.account-detail-page.goods-detail-page .detail-info-card{padding:30px 24px;min-height:0;height:auto;display:flex;flex-direction:column}.account-detail-page.goods-detail-page .detail-layout{gap:0;margin-bottom:0;border:1px solid #edf0f5;border-radius:12px 12px 0 0;overflow:hidden;background:#fff}.account-detail-page.goods-detail-page .detail-left,.account-detail-page.goods-detail-page .detail-right{gap:0}.account-detail-page.goods-detail-page .detail-right{border-left:1px solid #edf0f5}.account-detail-page.goods-detail-page .detail-layout>.detail-right>.card{border:0;border-radius:0;box-shadow:none}.account-detail-page.goods-detail-page .detail-panel--account,.account-detail-page.goods-detail-page .detail-panel--account .account-info-table{border-radius:0}}@media (min-width: 769px) and (min-width: 769px){.account-detail-page.goods-detail-page .detail-layout,.account-detail-page.goods-detail-page .detail-layout>.detail-left,.account-detail-page.goods-detail-page .detail-layout>.detail-right,.account-detail-page.goods-detail-page .detail-layout>.detail-left>.banner-card,.account-detail-page.goods-detail-page .detail-layout>.detail-right>.card,.account-detail-page.goods-detail-page .detail-sections,.account-detail-page.goods-detail-page .detail-sections>.detail-panel,.account-detail-page.goods-detail-page .detail-panel--account .account-info-table{border-radius:0!important}}@media (min-width: 769px){.account-detail-page.goods-detail-page .seller-card__badges{display:flex;flex-direction:column;flex-wrap:wrap;gap:6px;justify-content:flex-end;position:absolute;top:0;right:0}.account-detail-page.goods-detail-page .seller-meta .name{line-height:24px;margin-bottom:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.account-detail-page.goods-detail-page .seller-badge{display:inline-flex;align-items:center;gap:4px;padding:2px 8px;border-radius:4px;font-size:11px;font-weight:700;background:#52c41a1f;color:#389e0d}.account-detail-page.goods-detail-page .seller-card__meta-row{display:flex;flex-wrap:wrap;gap:12px;font-size:12px;color:var(--text-secondary)}.account-detail-page.goods-detail-page .seller-card__meta-row strong{color:var(--text-primary);font-weight:700}.account-detail-page.goods-detail-page .detail-sections{display:flex;flex-direction:column;gap:0;margin-top:0;border-top:1px solid #edf0f5}.account-detail-page.goods-detail-page .detail-panel{background:var(--bg-primary);border:0;border-bottom:1px solid #edf0f5;border-radius:0;padding:24px 26px 28px;box-shadow:none}.account-detail-page.goods-detail-page .detail-panel__title{display:flex;align-items:center;gap:9px;font-size:18px;font-weight:900;color:#10233f;margin-bottom:20px}.account-detail-page.goods-detail-page .detail-panel__title:before{content:"";width:4px;height:18px;border-radius:3px;background:#2f8cff;flex-shrink:0}.account-detail-page.goods-detail-page .detail-panel .desc{font-size:14px;color:var(--text-secondary);line-height:1.8;white-space:pre-wrap;word-break:break-word}.account-detail-page.goods-detail-page .detail-panel .user-remark{margin-top:16px;padding:12px;border-radius:8px}.account-detail-page.goods-detail-page .detail-panel .user-remark__label{font-size:13px;font-weight:600;color:#333;margin-bottom:8px}.account-detail-page.goods-detail-page .detail-panel .user-remark__content{font-size:16px;font-weight:700;line-height:1.8;color:#f59a13;white-space:pre-wrap;word-break:break-word}.account-detail-page.goods-detail-page .owner-note-status{display:inline-flex;align-items:center;flex:0 0 auto;gap:8px;margin:0 0 0 auto;padding:7px 12px;border:1px solid #c9def5;border-radius:8px;background:#eef6ff;color:#315d8f;font-size:13px;line-height:1.3}.account-detail-page.goods-detail-page .detail-panel__title--remark{flex-wrap:wrap;gap:10px 14px}.account-detail-page.goods-detail-page .owner-note-status__label{color:#243a57;font-weight:750}.account-detail-page.goods-detail-page .owner-note-status strong{font-weight:800;color:#2f70c8}.account-detail-page.goods-detail-page .owner-note-status--allowed{border-color:#d8efdf;background:#f3fbf5}.account-detail-page.goods-detail-page .owner-note-status--allowed strong{color:#2f9b58}.account-detail-page.goods-detail-page .owner-note-status--disabled{border-color:#f2d2a8;background:#fff7ed}.account-detail-page.goods-detail-page .owner-note-status--disabled strong{color:#c26a13}.account-detail-page.goods-detail-page .account-stats-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:0;border:1px solid #f1f5fb;border-radius:8px;overflow:hidden}.account-detail-page.goods-detail-page .account-stats-grid__item{display:grid;grid-template-columns:50px minmax(0,1fr);grid-template-rows:auto auto;align-items:center;align-content:center;column-gap:12px;row-gap:4px;min-height:88px;padding:14px 18px;border-radius:0;background:#fbfcff;border:1px solid #f1f5fb;box-shadow:none;text-align:left}.account-detail-page.goods-detail-page .account-stats-grid__icon{width:50px;height:50px;border-radius:50%;border:2px solid #e4efff;background:linear-gradient(180deg,#f8fbff,#eef6ff);color:#1f61b8;display:flex;align-items:center;justify-content:center;flex:0 0 auto;grid-row:1/3;font-size:25px;box-shadow:inset 0 0 0 4px #e7f2ffe6}.account-detail-page.goods-detail-page .account-stats-grid__icon img{width:100%;height:100%;object-fit:contain;display:block}.account-detail-page.goods-detail-page .account-stats-grid__label{font-size:15px;line-height:1.25;font-weight:800;color:#63708a}.account-detail-page.goods-detail-page .account-stats-grid__value{font-size:19px;line-height:1.2;font-weight:700;color:#111a36;word-break:break-word;overflow-wrap:anywhere}.account-detail-page.goods-detail-page .detail-panel--skin-text{padding-bottom:24px}.account-detail-page.goods-detail-page .skin-text-content{color:#6d7890;font-size:14px;font-weight:700;line-height:2;word-break:break-word}.account-detail-page.goods-detail-page .rental-instructions{display:grid;grid-template-columns:repeat(2,1fr);gap:0}.account-detail-page.goods-detail-page .rental-instructions__item{display:flex;align-items:center;gap:14px;min-width:0;padding:8px 18px;text-align:left}.account-detail-page.goods-detail-page .rental-instructions__item+.account-detail-page.goods-detail-page .rental-instructions__item{border-left:1px solid #edf1f6}.account-detail-page.goods-detail-page .rental-instructions__icon{width:42px;height:42px;border-radius:50%;border:2px solid #263553;color:#263553;display:flex;align-items:center;justify-content:center;flex:0 0 auto;font-size:22px;background:#fff}.account-detail-page.goods-detail-page .rental-instructions__body{min-width:0}.account-detail-page.goods-detail-page .rental-instructions__label{font-size:15px;font-weight:900;color:#26324a;margin-bottom:6px}.account-detail-page.goods-detail-page .rental-instructions__value{font-size:13px;font-weight:700;color:#7b879a;line-height:1.5}.account-detail-page.goods-detail-page .buyer-notice-list{margin:0;padding-left:18px}.account-detail-page.goods-detail-page .buyer-notice-list li{font-size:13px;line-height:2.1;color:#566278;font-weight:700;margin-bottom:4px}.account-detail-page.goods-detail-page{background:var(--bg-secondary);padding:10px 0 48px}.account-detail-page.goods-detail-page .breadcrumb-section{display:flex;align-items:center;padding:6px 0 8px;margin-bottom:0;background:transparent;border-bottom:0}.account-detail-page.goods-detail-page .detail-breadcrumb{font-size:14px}.account-detail-page.goods-detail-page .detail-breadcrumb .el-breadcrumb__inner{color:#8a94a6;font-weight:700}.account-detail-page.goods-detail-page .detail-breadcrumb .el-breadcrumb__inner.is-link:hover{color:#1677ff}.account-detail-page.goods-detail-page .detail-breadcrumb .el-breadcrumb__separator{color:#c2c8d2;font-weight:800}.account-detail-page.goods-detail-page .detail-breadcrumb__link,.account-detail-page.goods-detail-page .detail-breadcrumb__current{display:inline-flex;align-items:center;gap:6px;line-height:20px}.account-detail-page.goods-detail-page .detail-breadcrumb__link.is-home .el-icon{font-size:16px}.account-detail-page.goods-detail-page .detail-breadcrumb__current{color:#8a94a6}.account-detail-page.goods-detail-page .container{width:100%;max-width:1370px;padding-left:clamp(20px,2vw,38px);padding-right:clamp(20px,2vw,38px)}.account-detail-page.goods-detail-page .detail-layout{grid-template-columns:minmax(0,1.18fr) minmax(380px,.82fr);gap:0;align-items:stretch;margin-top:8px;margin-bottom:0}.account-detail-page.goods-detail-page .detail-left,.account-detail-page.goods-detail-page .detail-right{display:flex;flex-direction:column;gap:0}.account-detail-page.goods-detail-page .banner-card{border-radius:0;border:0;box-shadow:none;height:100%;display:flex;flex-direction:column}.account-detail-page.goods-detail-page .banner-card:hover{transform:none;box-shadow:var(--shadow-sm)}.account-detail-page.goods-detail-page .banner-img{height:100%}.account-detail-page.goods-detail-page .banner-card .el-carousel{flex:1;min-height:0;height:auto!important}.account-detail-page.goods-detail-page .banner-card .el-carousel__container{height:100%!important}.account-detail-page.goods-detail-page .banner-thumbs{display:flex;align-items:center;gap:12px;padding:12px 22px 14px;background:#fff;border-top:1px solid #edf0f5}.account-detail-page.goods-detail-page .banner-thumbs__nav{width:40px;height:40px;border-radius:50%;border:none;background:#fff;box-shadow:0 4px 14px #0f274414;color:#9aa4b2;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.account-detail-page.goods-detail-page .banner-thumbs__nav:hover{border-color:var(--primary-color);color:var(--primary-color)}.account-detail-page.goods-detail-page .banner-thumbs__list{display:flex;gap:18px;overflow:hidden;flex:1}.account-detail-page.goods-detail-page .banner-thumbs__item{width:92px;height:50px;border-radius:6px;overflow:hidden;border:2px solid transparent;cursor:pointer;flex-shrink:0;padding:0;background:#f4f6f9}.account-detail-page.goods-detail-page .banner-thumbs__item.active{border-color:var(--primary-color)}.account-detail-page.goods-detail-page .banner-thumbs__item img{width:100%;height:100%;object-fit:cover;display:block}.account-detail-page.goods-detail-page .card{border-radius:12px;border:1px solid #edf0f5;box-shadow:0 8px 22px #0f27440f}.account-detail-page.goods-detail-page .card:hover{transform:none;border-color:var(--border-color);box-shadow:var(--shadow-sm)}.account-detail-page.goods-detail-page .detail-info-card .title{font-size:24px;margin-bottom:20px}.account-detail-page.goods-detail-page .detail-info-card .meta{margin-bottom:28px}.account-detail-page.goods-detail-page .price{font-size:34px;color:#ff3b1f;gap:12px}.account-detail-page.goods-detail-page .price .symbol{font-size:22px}.account-detail-page.goods-detail-page .line-price{font-size:18px;color:#9ca3af}.account-detail-page.goods-detail-page .seller-card{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:24px 26px;margin:28px 0;border:1px solid #edf0f5;border-radius:10px;background:#fff;box-shadow:0 5px 18px #0f27440a}.account-detail-page.goods-detail-page .seller-left{display:flex;align-items:center;gap:18px;min-width:0;flex:1}.account-detail-page.goods-detail-page .avatar{flex-shrink:0;background:#e8f3ff;color:#1677ff}.account-detail-page.goods-detail-page .seller-meta{position:relative;flex:1;min-width:0}.account-detail-page.goods-detail-page .seller-meta__top{min-height:24px;padding-right:96px;margin-bottom:10px}.account-detail-page.goods-detail-page .seller-meta .name{font-size:20px;font-weight:900;color:#182033;line-height:24px;margin-bottom:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.account-detail-page.goods-detail-page .seller-credit,.account-detail-page.goods-detail-page .seller-meta .time{font-size:14px;font-weight:700;color:#7d8796;line-height:1.7}.account-detail-page.goods-detail-page .seller-meta .time{white-space:nowrap}.account-detail-page.goods-detail-page .seller-card__badges{display:flex;align-items:flex-start;flex-direction:column;flex-wrap:wrap;justify-content:flex-end;gap:6px;position:absolute;top:0;right:0}.account-detail-page.goods-detail-page .seller-badge{display:inline-flex;align-items:center;gap:4px;height:24px;padding:0 8px;border-radius:4px;background:#e9f4ff;color:#1677ff;font-size:13px;font-weight:800}.account-detail-page.goods-detail-page .action-card{flex-direction:row;align-items:center;justify-content:space-between;gap:12px;padding:0;margin-top:auto}.account-detail-page.goods-detail-page .actions-left{justify-content:flex-start;gap:12px}.account-detail-page.goods-detail-page .icon-btn{width:96px;height:66px;border-radius:8px;border:1px solid #edf0f5;display:inline-flex;flex-direction:row;gap:10px;color:#182033}.account-detail-page.goods-detail-page .icon-btn span{font-size:16px}.account-detail-page.goods-detail-page .order-btn{width:210px;flex-shrink:0;height:66px;border-radius:8px;background:linear-gradient(135deg,#ffb020,#ff8c00);border-color:#ff8c00;color:#fff;font-size:22px;display:inline-flex;align-items:center;justify-content:center;gap:8px;box-shadow:0 8px 20px #ff8c0040}.account-detail-page.goods-detail-page .order-btn:hover{box-shadow:0 12px 24px #ff8c0052}.account-detail-page.goods-detail-page .order-btn.disabled{background:#f3f4f6;border-color:#0000001f;color:#9ca3af;box-shadow:none}.account-detail-page.goods-detail-page .detail-sections{gap:0;margin-top:0;border-top:1px solid #edf0f5}.account-detail-page.goods-detail-page .detail-panel{padding:26px 30px 30px;border:0;border-bottom:1px solid #edf0f5;border-radius:0;box-shadow:none}.account-detail-page.goods-detail-page .detail-panel__title{font-size:18px;margin-bottom:24px}.account-detail-page.goods-detail-page .account-stats-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:0}.account-detail-page.goods-detail-page .account-stats-grid__item{min-height:88px;padding:14px 18px;column-gap:12px;row-gap:4px}.account-detail-page.goods-detail-page .account-stats-grid__icon{width:50px;height:50px;font-size:25px}.account-detail-page.goods-detail-page .account-stats-grid__label{font-size:15px}.account-detail-page.goods-detail-page .account-stats-grid__value{font-size:19px;font-weight:700}.account-detail-page.goods-detail-page .account-stats-grid__item--important .account-stats-grid__value{color:#1677ff;font-size:21px;font-weight:900}.account-detail-page.goods-detail-page .rental-instructions{grid-template-columns:repeat(4,1fr);gap:0}.account-detail-page.goods-detail-page .rental-instructions__item{padding:8px 30px}.account-detail-page.goods-detail-page .rental-instructions__icon{width:44px;height:44px;font-size:23px}.account-detail-page.goods-detail-page .detail-panel--skin-text{padding-top:22px;padding-bottom:24px}.account-detail-page.goods-detail-page .detail-panel--skin-text .detail-panel__title{margin-bottom:14px}.account-detail-page.goods-detail-page .skin-text-content{line-height:2.15}.floating-dock-desktop-only,.floating-dock__mobile-service{display:none}:root{--floating-dock-width: 80px;--floating-dock-offset: 0px;--floating-dock-reserve: calc(var(--floating-dock-width) + var(--floating-dock-offset) + 12px);--floating-dock-navy: #0d1b39;--floating-dock-gold: var(--gold-color, #ffcc00)}.floating-dock-desktop-only{display:flex!important}.floating-dock{position:fixed;right:var(--floating-dock-offset);top:50%;transform:translateY(-50%);z-index:1500!important;width:var(--floating-dock-width);max-height:calc(100vh - 96px);display:flex;flex-direction:column;border-radius:13px 0 0 13px;overflow:visible;background:#fff;box-shadow:0 10px 32px #0d1b3938;pointer-events:auto;-webkit-user-select:none;user-select:none;transition:opacity .22s ease,transform .22s ease,visibility .22s ease}.floating-dock.is-collapsed{opacity:0;visibility:hidden;pointer-events:none;transform:translate(18px,-50%) scale(.96)}.floating-dock__toggle{position:absolute;top:50%;left:-22px;right:auto;z-index:2;display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;padding:0;border:1px solid #e6eaf0;border-radius:50%;background:#fff;color:#667085;box-shadow:0 2px 8px #0d1b3924;cursor:pointer;transform:translateY(-50%);transition:color .18s ease,box-shadow .18s ease,transform .18s ease}.floating-dock__toggle:hover{color:var(--floating-dock-navy);box-shadow:0 4px 12px #0d1b3933;transform:translate(-1px,-50%)}.floating-dock__toggle .el-icon{font-size:12px;transition:transform .22s ease}.floating-dock__launcher{position:fixed;right:var(--floating-dock-offset);top:50%;z-index:1501!important;display:none!important;align-items:center;justify-content:center;width:48px;height:48px;padding:4px;border:2px solid #fff;border-radius:50%;background:#fff;box-shadow:0 8px 24px #0d1b3933;cursor:pointer;transform:translateY(-50%) scale(.9);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .22s ease,transform .22s ease,visibility .22s ease;overflow:hidden}.floating-dock__launcher.is-visible{display:inline-flex!important;opacity:1;visibility:visible;pointer-events:auto;transform:translateY(-50%) scale(1)}.floating-dock__launcher:hover{transform:translateY(-50%) scale(1.08) rotate(3deg);box-shadow:0 12px 28px #0d1b3940}.floating-dock__launcher:before{position:absolute;top:-4px;right:-4px;bottom:-4px;left:-4px;border:1px solid rgba(255,204,0,.48);border-radius:inherit;content:"";opacity:0;transform:scale(.84);transition:opacity .2s ease,transform .3s ease}.floating-dock__launcher:hover:before{opacity:1;transform:scale(1.12);animation:floating-dock-launcher-pulse 1.3s ease-out infinite}.floating-dock__launcher img{position:relative;z-index:1;display:block;width:100%;height:100%;border-radius:50%;object-fit:cover;transition:transform .32s cubic-bezier(.22,1,.36,1)}.floating-dock__launcher:hover img{transform:rotate(-5deg) scale(1.04)}@keyframes floating-dock-launcher-pulse{0%{opacity:.65;transform:scale(.96)}70%,to{opacity:0;transform:scale(1.26)}}.floating-dock__header{flex-shrink:0;padding:8px 4px 7px;text-align:center;background:var(--floating-dock-navy);color:#fff;border-radius:13px 0 0;position:relative;overflow:visible}.floating-dock__logo-wrap{width:fit-content;height:fit-content;margin:0 auto 10px;border-radius:50%;display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative;z-index:1;padding:3px}.floating-dock__logo{width:80px;height:67px;object-fit:contain;object-position:center;background:transparent}.floating-dock__brand{width:100%;font-size:13px;font-weight:800;line-height:1.25;letter-spacing:.3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:3px}.floating-dock__club{width:100%;margin-top:3px;font-size:10px;font-weight:800;line-height:1;letter-spacing:.6px;color:#fff}.floating-dock__club .is-gold{color:var(--floating-dock-gold)}.floating-dock__body{flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;background:#fff;scrollbar-width:none}.floating-dock__body::-webkit-scrollbar{display:none}.floating-dock__item{display:flex;flex-direction:column;align-items:center;gap:1px;width:100%;padding:6px 3px;border:none;border-bottom:1px solid #f0f2f5;background:#fff;cursor:pointer;transition:background .18s}.floating-dock__item:last-child{border-bottom:none}.floating-dock__item:hover{background:#f7f9fc}.floating-dock__item.is-active{background:#0d1b390a}.floating-dock__icon{width:24px;height:24px;border-radius:7px;display:flex;align-items:center;justify-content:center;color:var(--floating-dock-navy);font-size:17px;background:transparent;position:relative}.floating-dock__icon .el-icon{color:var(--floating-dock-navy)}.floating-dock__badge{position:absolute;top:0;right:0;width:12px;height:12px;background:#ff4d4f;border-radius:50%;border:2px solid #fff;box-shadow:0 2px 4px #ef44444d}.floating-dock__title{width:100%;font-size:11px;font-weight:700;color:var(--floating-dock-navy);line-height:1.25;text-align:center}.floating-dock__desc{width:100%;font-size:8px;color:#999;line-height:1.25;text-align:center;word-break:break-all}.floating-dock__footer{flex-shrink:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;width:calc(100% - 8px);margin:5px 4px 6px;padding:8px 4px 9px;border:1px solid var(--floating-dock-gold);border-radius:10px;background:linear-gradient(135deg,#132a59,#0a1734);color:#fff;cursor:pointer;box-shadow:0 5px 12px #0d1b3938;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.floating-dock__footer:hover{background:linear-gradient(135deg,#1d3d7b,#0d1b39);box-shadow:0 7px 15px #0d1b394d;transform:translateY(-1px)}.floating-dock__icon--footer{width:24px;height:24px}.floating-dock__footer .footer-icon{font-size:20px;color:var(--floating-dock-gold);flex-shrink:0}.floating-dock__footer-title{width:100%;font-size:12px;font-weight:800;line-height:1.25;text-align:center;white-space:nowrap}}@media (min-width: 769px) and (min-width: 769px) and (max-width: 1100px){:root{--floating-dock-width: 76px;--floating-dock-offset: 0px}.floating-dock{max-height:calc(100vh - 80px)}.floating-dock__header{padding:8px 4px 7px}.floating-dock__launcher{width:48px;height:48px}.floating-dock__brand{font-size:10px}.floating-dock__club{font-size:9px}.floating-dock__title{font-size:10px}.floating-dock__desc{font-size:8px}.floating-dock__footer{width:calc(100% - 8px);margin:4px 4px 7px;padding:8px 4px 9px;gap:3px}.floating-dock__footer-title{font-size:11px}}@media (min-width: 769px){body.fastim-widget-mode{--fastim-widget-width: min(920px, calc(100vw - 48px) );--fastim-widget-height: min(680px, calc(100vh - 80px) );--window-height: var(--fastim-widget-height)}body.fastim-widget-mode .fastim-modal{position:fixed!important;top:auto!important;left:auto!important;right:calc(var(--floating-dock-reserve, 24px) + 8px)!important;bottom:24px!important;width:var(--fastim-widget-width)!important;height:var(--fastim-widget-height)!important;max-height:calc(100vh - 80px)!important;background:transparent!important;pointer-events:none;z-index:5100;overflow:hidden!important}body.fastim-widget-mode .fastim-modal.in{opacity:1}}@media (min-width: 769px){body.fastim-widget-mode .fastim-modal.fastim-widget-user-positioned{top:var(--fastim-widget-top)!important;left:var(--fastim-widget-left)!important;right:auto!important;bottom:auto!important}body.fastim-widget-dragging{-webkit-user-select:none;user-select:none}body.fastim-widget-mode .fastim-modal:not(.fastim-layout-fullscreen) .fastim-window-search,body.fastim-widget-mode .fastim-modal:not(.fastim-layout-fullscreen) .chat-window-header,body.fastim-widget-mode .fastim-modal:not(.fastim-layout-fullscreen) .fastim-sidebar-tabs,body.fastim-widget-mode .fastim-modal:not(.fastim-layout-fullscreen) .fastim-sidebar-user{cursor:move}body.fastim-widget-mode .fastim-modal:not(.fastim-layout-fullscreen) .fastim-window-search input,body.fastim-widget-mode .fastim-modal:not(.fastim-layout-fullscreen) .fastim-window-search .window-search-right,body.fastim-widget-mode .fastim-modal:not(.fastim-layout-fullscreen) .chat-window-header .chat-user-menu,body.fastim-widget-mode .fastim-modal:not(.fastim-layout-fullscreen) .chat-window-header .fastim-click,body.fastim-widget-mode .fastim-modal:not(.fastim-layout-fullscreen) .fastim-sidebar-tabs .fastim-click,body.fastim-widget-mode .fastim-modal:not(.fastim-layout-fullscreen) .fastim-sidebar-user .fastim-click{cursor:auto}body.fastim-widget-mode .fastim-modal .fastim-window.modal-dialog,body.fastim-widget-mode .fastim-modal.in .fastim-window.modal-dialog,body.fastim-widget-mode .fastim-fade.in .fastim-window.modal-dialog,body.fastim-widget-mode .fastim-modal .fastim-window{pointer-events:auto;margin:0!important;transform:none!important;transition:none!important;animation:none!important;width:100%!important;max-width:100%!important;height:100%!important;min-height:0!important;box-shadow:0 12px 40px #0d1b3938;border-radius:12px;overflow:hidden;display:flex!important;flex-direction:row!important}body.fastim-widget-mode .fastim-modal.fastim-fade{transition:none!important}body.fastim-widget-mode .fastim-modal .fastim-window-sidebar{width:56px!important;min-width:56px!important;flex:0 0 56px!important;height:100%!important;max-height:100%!important;overflow:visible!important;position:relative!important}body.fastim-widget-mode .fastim-modal .fastim-window-middle{display:flex!important;flex-direction:column!important;width:260px!important;min-width:220px!important;flex:0 0 260px!important;height:100%!important;max-height:100%!important;min-height:0!important;overflow:hidden}body.fastim-widget-mode .fastim-modal .fastim-window-sidebar,body.fastim-widget-mode .fastim-modal .fastim-window-middle,body.fastim-widget-mode .fastim-modal .fastim-window-right{height:100%!important;max-height:100%!important}body.fastim-widget-mode .fastim-window-right{position:relative!important;display:flex!important;flex-direction:column!important;width:auto!important;flex:1 1 auto!important;min-width:0!important;height:100%!important;max-height:100%!important;min-height:0!important;overflow:hidden}body.fastim-widget-mode .fastim-window-right>.fastim-layout-fullscreen-btn,body.fastim-widget-mode .fastim-window-right>.fastim-close{position:absolute!important;top:10px!important;z-index:1200!important;margin:0!important;opacity:.45!important;background:#ffffffeb;border-radius:4px;width:28px;height:28px;display:flex;align-items:center;justify-content:center}body.fastim-widget-mode .fastim-window-right>.fastim-layout-fullscreen-btn{right:44px!important}body.fastim-widget-mode .fastim-window-right>.fastim-close{right:10px!important}body.fastim-widget-mode .fastim-window-right>.session-window{flex:1 1 auto;min-height:0;height:100%}body.fastim-widget-mode .fastim-window.fastim-session-list-collapsed .fastim-window-middle{display:flex!important;width:260px!important;flex:0 0 260px!important}body.fastim-widget-mode .fastim-window.fastim-session-list-collapsed .fastim-window-right{width:auto!important;flex:1 1 auto!important}body.fastim-widget-mode .fastim-session-list,body.fastim-widget-mode .fastim-unread-session-list,body.fastim-widget-mode .fastim-address-list{flex:1 1 auto!important;height:auto!important;min-height:0!important;overflow:hidden}body.fastim-widget-mode .session-window{display:flex!important;flex-direction:column!important;height:100%!important;min-height:0!important;overflow:hidden!important}body.fastim-widget-mode .session-window>.message-window[style*="display: block"],body.fastim-widget-mode .session-window>.message-window[style*="display:block"],body.fastim-widget-mode .session-window>.service-window[style*="display: block"],body.fastim-widget-mode .session-window>.service-window[style*="display:block"],body.fastim-widget-mode .session-window>.fake-tourist[style*="display: block"],body.fastim-widget-mode .session-window>.fake-tourist[style*="display:block"]{display:flex!important;flex-direction:column!important;flex:1 1 auto!important;height:auto!important;min-height:0!important;overflow:hidden!important}body.fastim-widget-mode .session-window>.message-window[style*="display: none"],body.fastim-widget-mode .session-window>.message-window[style*="display:none"],body.fastim-widget-mode .session-window>.service-window[style*="display: none"],body.fastim-widget-mode .session-window>.service-window[style*="display:none"],body.fastim-widget-mode .session-window>.fake-tourist[style*="display: none"],body.fastim-widget-mode .session-window>.fake-tourist[style*="display:none"]{display:none!important}body.fastim-widget-mode .chat-window-header{flex:0 0 46px;position:relative;z-index:1;background:#fff}body.fastim-widget-mode .chat-window-record{flex:1 1 auto!important;height:auto!important;min-height:0!important;max-height:none!important;overflow:hidden}body.fastim-widget-mode .chat-records,body.fastim-widget-mode .service-message{flex:1 1 auto;height:auto!important;min-height:0;overflow-y:auto;overscroll-behavior:contain}body.fastim-widget-mode .fastim-session-ul,body.fastim-widget-mode .fastim-unread-session-ul,body.fastim-widget-mode .fastim-scrollbar,body.fastim-widget-mode .fastim-address-list,body.fastim-widget-mode #fastim-message{overscroll-behavior:contain}body.fastim-widget-mode .chat-window-input{flex:0 0 auto!important;height:auto!important;min-height:135px}body.fastim-widget-mode .fastim-sidebar-tabs{margin-top:24px}body.fastim-widget-mode .fastim-sidebar-tab{margin:16px auto;width:24px;height:24px}body.fastim-widget-mode .fastim-modal.fastim-layout-fullscreen{top:0!important;left:0!important;right:0!important;bottom:0!important;width:100vw!important;max-width:100vw!important;height:100vh!important;max-height:100vh!important;background:#fff!important;pointer-events:auto;z-index:9999}body.fastim-widget-mode .fastim-modal.fastim-layout-fullscreen .fastim-window,body.fastim-widget-mode .fastim-modal.fastim-layout-fullscreen .fastim-window.modal-dialog{width:100%!important;height:100%!important;max-height:100%!important;margin:0!important;transform:none!important;border-radius:0;box-shadow:none}body.fastim-widget-mode .fastim-sidebar-menu{position:absolute!important;bottom:5px!important;left:0;right:0;width:100%}body.fastim-widget-mode .fastim-sidebar-menu-box.fastim-popup-menu{position:absolute!important;left:calc(100% + 6px)!important;bottom:0!important;top:auto!important;right:auto!important;width:max-content!important;min-width:108px!important;white-space:nowrap!important}body.fastim-widget-mode .fastim-sidebar-menu-box.fastim-popup-menu div{white-space:nowrap!important;writing-mode:horizontal-tb!important}body.fastim-widget-mode .fastim-button-container{display:none!important}.publish-idle-page{padding:20px 0 32px;background:#eef2f8;min-height:100%}.publish-idle-page .page-header{padding:12px 0 16px;border-bottom:none;margin-bottom:8px;background:transparent}.publish-idle-page .page-header .header-left{display:flex;align-items:center;gap:12px;max-width:1120px;margin:0 auto;padding:0 16px}.publish-idle-page .page-header h2{font-size:20px;font-weight:800;color:#1a1a1a}.publish-idle-page .wrap{max-width:1120px;margin:0 auto;padding:0 16px 24px}.publish-idle-page .card,.publish-idle-page .account-section{background:#fff;border:1px solid #e3e8f0;border-radius:14px;padding:22px 24px 14px;margin-bottom:16px;box-shadow:0 4px 18px #0027660d}.publish-idle-page .card--category{padding-bottom:22px}.publish-idle-page .section-head{display:flex;align-items:center;gap:12px;margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid #edf1f7}.publish-idle-page .section-badge{display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:32px;padding:0 10px;border-radius:8px;background:linear-gradient(135deg,#0052b4,#003a80);color:#fff;font-size:14px;font-weight:800;line-height:1;flex-shrink:0;box-shadow:0 4px 10px #00469b38}.publish-idle-page .section-title{margin:0;font-size:18px;font-weight:800;color:#00469b;letter-spacing:.02em}.publish-idle-page .form-grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:16px 18px;align-items:start}.publish-idle-page .field{min-width:0}.publish-idle-page .field--full{grid-column:1/-1}.publish-idle-page .field--half{grid-column:span 6}.publish-idle-page .field--third{grid-column:span 4}.publish-idle-page .field--quarter{grid-column:span 3}.publish-idle-page .field--span-8{grid-column:span 8}.publish-idle-page .form-grid--account{gap:14px 16px;align-items:stretch}.publish-idle-page .form-grid--account .field-card{background:#fff;border-color:#e8edf5}.publish-idle-page .form-grid--account .field--tags .field-card{padding-bottom:10px}.publish-idle-page .form-grid--images .field--img>.field-inner{padding:0;border:none;background:transparent;box-shadow:none}.publish-idle-page .form-subgroup--rental{margin-top:28px;padding-top:22px;border-top:1px dashed #e8ebf0}.publish-idle-page .form-subgroup--rental .form-subgroup__title{margin-bottom:16px}.publish-idle-page .form-subgroup__title{margin:0 0 14px;font-size:15px;font-weight:800;color:#303133}.publish-idle-page .form-subgroup-block .form-grid+.field-help-block{margin-top:8px}.publish-idle-page .form-subgroup-block .field-help-block+.field-help-block{margin-top:6px}.publish-idle-page .core-explanations{display:grid;grid-template-columns:minmax(0,1fr);gap:12px;margin-top:8px}.publish-idle-page .core-explanations .field-help-block{width:auto;margin:0}.publish-idle-page .core-explanations .field-help-panel{height:100%;box-sizing:border-box}.publish-idle-page .core-explanations+.field-help-block{margin-top:10px}.publish-idle-page .listing-channel-section{margin-top:10px}.publish-idle-page .listing-channel-section+.field-help-block{margin-top:10px}.publish-idle-page .form-subgroup-block--empty{display:none}.publish-idle-page .form-grid--core,.publish-idle-page .form-grid--rental{gap:14px 16px}.publish-idle-page .field-help-slot,.publish-idle-page .field-help-block{margin-top:-4px}.publish-idle-page .field-help-block{width:100%}.publish-idle-page .field-card>.field-help-block{margin-top:10px}.publish-idle-page .custom-discount-field{margin-top:12px;padding-top:12px;border-top:1px solid #edf1f7}.publish-idle-page .field-help--inline{display:flex;flex-direction:column;gap:4px}.publish-idle-page .field-tip--inline{padding:0;background:transparent;border:none;color:#909399;font-weight:500;line-height:1.55;word-break:break-word}.publish-idle-page .field-help-panel{padding:6px 10px;border-radius:6px;background:#faf8f4;border:1px solid #f0e8da}.publish-idle-page .field-help-panel__title{margin-bottom:2px;font-size:12px;font-weight:700;color:#c9943a;line-height:1.3}.publish-idle-page .field-help-panel__text{margin:0;font-size:12px;line-height:1.45;color:#606266;word-break:break-word;white-space:pre-wrap}.publish-idle-page .field-help-panel__list{margin:0;padding-left:14px;font-size:12px;line-height:1.45;color:#606266}.publish-idle-page .field-help-panel__list li+li{margin-top:2px}.publish-idle-page .field-help-panel__list li{word-break:break-word}.publish-idle-page .stat-card{gap:10px;min-height:auto;background:linear-gradient(180deg,#f8fbff,#fff)}.publish-idle-page .stat-card__head{display:flex;align-items:center;justify-content:space-between;gap:8px}.publish-idle-page .stat-card__label{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:700;color:#303133}.publish-idle-page .stat-card__label .el-icon{color:#00469b;font-size:16px}.publish-idle-page .stat-card__tag{display:inline-flex;align-items:center;gap:4px;font-size:11px;color:#909399;white-space:nowrap}.publish-idle-page .stat-card__tag .el-icon{font-size:12px}.publish-idle-page .stat-card__value{font-size:26px;font-weight:800;color:#1a1a1a;line-height:1.2}.publish-idle-page .stat-card__value--price{color:#1a1a1a}.publish-idle-page .stat-card__term{display:flex;align-items:center;gap:10px;min-height:52px;padding:10px 14px;border-radius:8px;background:#f3f6fb;border:1px solid #e8edf5}.publish-idle-page .stat-card__term .el-icon{color:#00469b;font-size:20px;flex-shrink:0}.publish-idle-page .stat-card__term .stat-card__value{font-size:22px}.publish-idle-page .stat-card__hint{margin:0;font-size:12px;color:#909399;line-height:1.5}.publish-idle-page .stat-card__hint--strike{color:#c0c4cc;text-decoration:line-through}.publish-idle-page .stat-card--term{justify-content:flex-start}.publish-idle-page .field-tip--compact:before{content:""}.publish-idle-page .field-tip--compact{padding:0;background:transparent;border:none}.publish-idle-page .field-card--textarea :deep(.el-textarea__inner){min-height:132px}.publish-idle-page .chip--listing{min-height:40px;min-width:0;display:inline-flex;flex-direction:row;align-items:center;justify-content:center;gap:6px;padding:8px;border-radius:8px;font-size:12px;font-weight:700;white-space:nowrap}.publish-idle-page .chip--listing .listing-channel-icon{width:16px;height:16px;flex-shrink:0;object-fit:contain}.publish-idle-page .chip--listing .el-icon.listing-channel-icon{color:#00469b}.publish-idle-page .chip--listing.active{background:#00469b;border-color:#00469b;color:#fff;box-shadow:0 6px 14px #00469b29}.publish-idle-page .field--listing .field-tip--compact{margin-top:4px}.publish-idle-page .chips--discount{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.publish-idle-page .chip--discount{min-height:42px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:13px;font-weight:700}.publish-idle-page .chip--discount .el-icon{font-size:16px}.publish-idle-page .form-grid--notes{gap:14px;align-items:stretch}.publish-idle-page .form-grid--notes .field:only-child{grid-column:1/-1}.publish-idle-page .field-card--game-id-modify .radio-list{display:flex;flex-direction:row;flex-wrap:wrap;gap:8px}.publish-idle-page .field-card--game-id-modify .radio-item{flex:1 1 0;justify-content:center;min-width:0;padding-inline:10px}.publish-idle-page .form-grid--core{align-items:stretch}.publish-idle-page .form-grid--core .field--quarter{grid-column:span 4}.publish-idle-page .form-grid--rental{align-items:stretch}.publish-idle-page .field-card{display:flex;flex-direction:column;gap:10px;height:100%;padding:14px 14px 12px;border:1px solid #edf1f7;border-radius:10px;background:#fafbfd;transition:border-color .2s ease,box-shadow .2s ease}.publish-idle-page .field--tags .field-card,.publish-idle-page .field--full:not(.field--tags)>.field-card{background:#fff}.publish-idle-page .field-card:focus-within{border-color:#00469b59;box-shadow:0 0 0 3px #00469b0f}.publish-idle-page .row-head{margin-bottom:0}.publish-idle-page .label{font-size:14px;font-weight:700;color:#303133;display:inline-flex;align-items:center;gap:6px;line-height:1.4}.publish-idle-page .field-icon{font-size:16px;color:#00469b;flex-shrink:0}.publish-idle-page .label.required:before{content:"*";color:#f56c6c;font-weight:700;margin-right:2px}.publish-idle-page .label.required:after{display:none}.publish-idle-page .qmark{border:none;background:transparent;cursor:pointer;padding:0;margin-left:2px;color:#c0c4cc;display:inline-flex;align-items:center;justify-content:center}.publish-idle-page .qmark:hover{color:#00469b}.publish-idle-page .field-tip{margin:0;font-size:12px;line-height:1.6;color:#e6a23c;font-weight:500;word-break:break-word;white-space:pre-wrap}.publish-idle-page .field-tip:before{content:"温馨提示："}.publish-idle-page .field-tip--inline:before{content:""}.publish-idle-page .input-with-unit{position:relative}.publish-idle-page .input-with-unit .el-input{width:100%}.publish-idle-page .input-with-unit :deep(.el-input__wrapper){padding-right:42px;min-height:40px;border-radius:8px;box-shadow:0 0 0 1px #dcdfe6 inset;background:#fff}.publish-idle-page .input-with-unit .unit{position:absolute;right:14px;top:50%;transform:translateY(-50%);font-size:14px;color:#909399;pointer-events:none;font-weight:700}.publish-idle-page :deep(.el-input__wrapper),.publish-idle-page :deep(.el-textarea__inner){min-height:40px;border-radius:8px;box-shadow:0 0 0 1px #dcdfe6 inset;background:#fff}.publish-idle-page :deep(.el-input__wrapper:hover),.publish-idle-page :deep(.el-textarea__inner:hover){box-shadow:0 0 0 1px #c0c4cc inset}.publish-idle-page :deep(.el-input__wrapper.is-focus),.publish-idle-page :deep(.el-textarea__inner:focus){box-shadow:0 0 0 1px #00469b inset}.publish-idle-page .chips{display:flex;flex-wrap:wrap;gap:8px}.publish-idle-page .chips--level,.publish-idle-page .chips--rank,.publish-idle-page .chips--slots{display:grid;gap:8px}.publish-idle-page .chips--level,.publish-idle-page .chips--rank{grid-template-columns:repeat(7,minmax(0,1fr))}.publish-idle-page .chips--slots{grid-template-columns:repeat(3,minmax(0,1fr))}.publish-idle-page .chips--inline{display:flex;flex-wrap:wrap;gap:10px}.publish-idle-page .chips--listing{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.publish-idle-page .chips--period{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.publish-idle-page .chips--period .chip{min-width:0;min-height:38px;padding:8px 6px}.publish-idle-page .chips--tags{gap:8px}.publish-idle-page .chips--region{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.publish-idle-page .chip{min-height:36px;padding:8px 12px;border-radius:8px;border:1px solid #dcdfe6;background:#fff;cursor:pointer;font-weight:600;font-size:13px;color:#303133;transition:border-color .15s ease,color .15s ease,background .15s ease,box-shadow .15s ease;line-height:1.2;text-align:center}.publish-idle-page .chip:hover{border-color:#00469b;color:#00469b}.publish-idle-page .chip.active{background:#ecf5ff;border-color:#00469b;color:#00469b;box-shadow:0 0 0 1px #00469b1f}.publish-idle-page .chip--large{min-height:42px;font-size:14px;font-weight:700}.publish-idle-page .chips--level .chip,.publish-idle-page .chips--rank .chip,.publish-idle-page .chips--slots .chip{padding:8px 4px;min-height:38px;font-size:13px}.publish-idle-page .chips--inline .chip{min-width:88px;flex:1 1 auto;min-height:38px;padding:8px 14px}.publish-idle-page .chips--tags .chip{min-height:32px;padding:6px 14px;font-size:12px;border-radius:999px;background:#fff}.publish-idle-page .field--tags .chips--tags .chip.active{background:#ecf5ff;border-color:#00469b;color:#00469b;box-shadow:0 0 0 1px #00469b1f}.publish-idle-page .chips--region .chip{min-height:42px;font-size:14px;font-weight:700}.publish-idle-page .radio-list{display:flex;flex-direction:column;gap:8px}.publish-idle-page .field--inline-radio .radio-list,.publish-idle-page .field--inline-select .chips{flex-direction:row;flex-wrap:wrap}.publish-idle-page .radio-item{display:inline-flex;align-items:center;gap:8px;padding:9px 16px;border-radius:8px;border:1px solid #dcdfe6;background:#fff;cursor:pointer;transition:border-color .15s ease,background .15s ease;width:auto}.publish-idle-page .radio-item:hover{border-color:#00469b}.publish-idle-page .radio-item.active{border-color:#00469b;background:#ecf5ff}.publish-idle-page .field--inline-radio .radio-item{min-height:38px;flex:1 1 0;justify-content:center}.publish-idle-page .field--realname.field--inline-radio .radio-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.publish-idle-page .field--realname.field--inline-radio .radio-item{flex:unset;width:100%;min-height:40px;justify-content:center;text-align:center;padding:10px 8px}.publish-idle-page .field--realname .radio-text{white-space:pre-line;text-align:center;line-height:1.35}.publish-idle-page .field:not(.field--discount) .radio-dot{display:none}.publish-idle-page .field--discount .radio-item{width:100%;border-radius:8px;padding:12px 14px}.publish-idle-page .field--discount .radio-dot{display:flex;width:18px;height:18px;border-radius:50%;border:2px solid #dcdfe6;align-items:center;justify-content:center;flex-shrink:0}.publish-idle-page .field--discount .radio-item.active .radio-dot{border-color:#00469b;background:#ecf5ff}.publish-idle-page .radio-text{font-size:13px;font-weight:600;color:#303133}.publish-idle-page .radio-need{margin-left:auto;font-size:12px;color:#909399;font-weight:500}.publish-idle-page .time-region{display:flex;align-items:center;gap:10px}.publish-idle-page .time-region .time{flex:1;min-width:0}.publish-idle-page .time-region :deep(.el-input__wrapper){min-height:40px}.publish-idle-page .time-region .dash{color:#909399;font-weight:700;flex-shrink:0}.publish-idle-page .img-panel{display:flex;flex-direction:column;gap:20px;width:100%}.publish-idle-page .img-block{min-width:0}.publish-idle-page .form-grid--images .img-block--all .field-help-block{margin-top:12px}.publish-idle-page .form-grid--images .img-block--all .field-help-panel{padding:10px 12px;border-color:#faecd8;background:#fdf8ef}.publish-idle-page .form-grid--images .img-block--all .field-help-panel__title{color:#d28b22}.publish-idle-page .img-block+.publish-idle-page .img-block{padding-top:16px;border-top:1px solid #eef1f6}.publish-idle-page .img-title{display:flex;align-items:center;gap:6px;font-size:13px;font-weight:700;color:#303133;margin-bottom:10px}.publish-idle-page .img-title.required:before{content:"*";color:#f56c6c;font-weight:700;margin-right:2px}.publish-idle-page .img-title .field-icon{color:#00469b;font-size:16px}.publish-idle-page .img-sub-title{font-size:12px;font-weight:600;color:#606266;margin:12px 0 8px}.publish-idle-page .chips--ban{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:4px}.publish-idle-page .img-ban-note{margin:12px 0 0;padding:10px 12px;border:1px solid #f0dfb7;border-radius:8px;background:#fffaf0;color:#b7791f;font-size:12px;font-weight:600;line-height:1.65}.publish-idle-page .img-gallery{display:flex;flex-wrap:wrap;gap:12px}.publish-idle-page .img-slot{position:relative;width:112px;flex:0 0 auto;border-radius:10px;overflow:hidden;border:1px solid #dcdfe6;background:#f8fafc;animation:publish-upload-image-in .28s ease-out both}.publish-idle-page .img{width:112px;height:112px;display:block}.publish-idle-page .add{position:relative;overflow:hidden;width:112px;height:112px;flex:0 0 auto;border-radius:10px;border:1px dashed #dcdfe6;background:#fafbfc;cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;color:#909399;font-weight:600;transition:color .2s ease,border-color .2s ease,background-color .2s ease,box-shadow .2s ease,transform .2s ease}.publish-idle-page .add:hover:not(:disabled){border-color:#00469b;color:#00469b;background:#f5f9ff}.publish-idle-page .add:disabled{cursor:wait;opacity:1}.publish-idle-page .add.is-uploading{border-color:#00469b6b;background:linear-gradient(145deg,#f8fbff,#edf5ff);color:#00469b;box-shadow:0 8px 22px #00469b1a;animation:publish-upload-button-pulse 1.6s ease-in-out infinite}.publish-idle-page .plus{width:36px;height:36px;border-radius:50%;border:1px solid #dcdfe6;display:flex;align-items:center;justify-content:center;font-size:20px;background:#fff;transition:border-color .2s ease,color .2s ease,transform .2s ease}.publish-idle-page .add.is-uploading .plus{border-color:#00469b3d;color:#00469b;transform:scale(.94)}.publish-idle-page .upload-spinner{font-size:18px;animation:publish-upload-spin .8s linear infinite}.publish-idle-page .txt{font-size:12px;transition:color .2s ease}.publish-idle-page .upload-progress{width:72px;height:3px;overflow:hidden;border-radius:999px;background:#00469b1f}.publish-idle-page .upload-progress span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#4b9cff,#00469b);transition:width .32s ease}@keyframes publish-upload-spin{to{transform:rotate(360deg)}}@keyframes publish-upload-button-pulse{0%,to{box-shadow:0 6px 18px #00469b14}50%{box-shadow:0 9px 24px #00469b29}}@keyframes publish-upload-image-in{0%{opacity:0;transform:scale(.94)}to{opacity:1;transform:scale(1)}}.publish-idle-page .remove{position:absolute;right:6px;top:6px;width:24px;height:24px;border-radius:50%;border:none;background:#0000008c;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center}.publish-idle-page .notice{font-size:12px;color:#606266;line-height:1.8;padding:12px 14px;background:#fdf6ec;border:1px solid #faecd8;border-radius:8px}.publish-idle-page .price-row,.publish-idle-page .rate-row{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.publish-idle-page .price{font-size:22px;font-weight:700;color:#f56c6c}.publish-idle-page .rate-info{text-align:right;font-size:13px;color:#606266;line-height:1.6}.publish-idle-page .field-error{margin-top:4px;font-size:12px;font-weight:600;color:#f56c6c}.publish-idle-page .input-error :deep(.el-input__wrapper){box-shadow:0 0 0 1px #f56c6c inset}.publish-idle-page .deposit-row{display:flex;justify-content:space-between;gap:12px;align-items:center}.publish-idle-page .price-input{display:flex;align-items:center;gap:8px}.publish-idle-page .symbol{font-weight:800;color:#f56c6c}.publish-idle-page .money{width:160px}.publish-idle-page .deposit-remark{margin-top:10px;font-size:12px;color:#e6a23c;line-height:1.6}.publish-idle-page .deposit-remark:before{content:"温馨提示："}.publish-idle-page .agreement{margin-top:4px;padding:0 4px;overflow-x:auto;scrollbar-width:none}.publish-idle-page .agreement::-webkit-scrollbar{display:none}.publish-idle-page .agree-row{display:flex;align-items:center;flex-wrap:nowrap;width:max-content;min-width:100%;gap:4px;font-size:14px;color:#606266;white-space:nowrap;font-weight:600;cursor:pointer}.publish-idle-page .check{width:18px;height:18px;border-radius:4px;border:1px solid #dcdfe6;background:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0}.publish-idle-page .check.on{border-color:#00469b;background:#00469b;color:#fff}.publish-idle-page .agree-text{margin-left:6px;flex:0 0 auto}.publish-idle-page .agree-link{font-size:14px;border:none;background:transparent;color:#00469b;font-weight:700;cursor:pointer;flex:0 0 auto;white-space:nowrap;padding:0}.publish-idle-page .actions{display:flex;justify-content:center;gap:14px;padding:20px 0 8px}.publish-idle-page .submit-btn{min-width:180px;height:44px;border-radius:10px;font-weight:700;font-size:15px;background:#00469b;border-color:#00469b}.publish-idle-page .reset-btn{min-width:180px;height:44px;border-radius:10px;font-weight:700;font-size:15px}.publish-idle-page .cascader{width:100%}.publish-idle-page .cascader :deep(.el-input__wrapper){min-height:42px}.publish-idle-page .rental-period-value{font-size:14px;color:#303133;font-weight:600;padding:10px 12px;background:#f5f7fa;border-radius:8px;border:1px solid #e4e7ed}.publish-idle-page .rental-period-placeholder{font-size:12px;color:#909399;padding:8px 0}}@media (min-width: 769px) and (max-width: 1100px){.publish-idle-page .form-grid--rental .field--third,.publish-idle-page .form-grid--account .field--span-8,.publish-idle-page .form-grid--account .field--third,.publish-idle-page .form-grid--account .field--half{grid-column:span 6}}@media (min-width: 769px) and (max-width: 992px){.publish-idle-page .chips--rank,.publish-idle-page .chips--level{grid-template-columns:repeat(4,minmax(0,1fr))}.publish-idle-page .form-grid--account .field--span-8{grid-column:1/-1}}@media (max-width: 768px){.u-flex{display:flex}.u-flex-center{display:flex;align-items:center;justify-content:center}.u-flex-between{display:flex;align-items:center;justify-content:space-between}.u-flex-start{display:flex;align-items:center;justify-content:flex-start}.u-flex-end{display:flex;align-items:center;justify-content:flex-end}.u-flex-column{display:flex;flex-direction:column}.u-flex-wrap{flex-wrap:wrap}.u-flex-1{flex:1;min-width:0}.u-flex-shrink-0{flex-shrink:0}.u-gap-4{gap:4px}.u-gap-8{gap:8px}.u-gap-10{gap:10px}.u-gap-12{gap:12px}.u-gap-14{gap:14px}.u-gap-16{gap:16px}.u-p-10{padding:10px}.u-p-12{padding:12px}.u-p-14{padding:14px}.u-p-16{padding:16px}.u-rounded-8{border-radius:8px}.u-rounded-10{border-radius:10px}.u-rounded-12{border-radius:12px}.u-rounded-14{border-radius:14px}.u-rounded-16{border-radius:16px}.u-rounded-full{border-radius:50%}.u-text-ellipsis{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.u-text-clamp-2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.u-text-clamp-3{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.u-font-bold{font-weight:700}.u-font-extrabold{font-weight:800}.u-shadow-sm{box-shadow:0 2px 4px #0000000d}.u-shadow-md{box-shadow:0 2px 10px #0f27440a}.u-shadow-lg{box-shadow:0 4px 16px #0000001f}.u-cursor-pointer{cursor:pointer}.u-transition-base{transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.u-hidden{display:none}.u-mobile-hidden{display:none!important}:root{--primary-color: #3a8ee6;--primary-light: #50a1ff;--primary-dark: #2a7cdb;--primary-gradient: linear-gradient(135deg, #3a8ee6 0%, #2a7cdb 100%);--gold-color: #ffcc00;--gold-gradient: linear-gradient(180deg, #ffe033 0%, #ffd000 100%);--accent-color: #ff6600;--success-color: #52c41a;--warning-color: #faad14;--error-color: #f56c6c;--info-color: #909399;--text-primary: #333333;--text-secondary: #666666;--text-muted: #999999;--text-white: #ffffff;--bg-primary: #ffffff;--bg-secondary: #f5f7fa;--bg-dark: #1e222d;--border-color: #e4e7ed;--border-radius-sm: 2px;--border-radius: 4px;--border-radius-lg: 8px;--border-radius-xl: 12px;--shadow-sm: 0 2px 4px rgba(0, 0, 0, .05);--shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);--shadow-lg: 0 4px 16px rgba(0, 0, 0, .12);--container-width: 1200px;--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-5: 1.25rem;--space-6: 1.5rem;--space-8: 2rem;--space-10: 2.5rem;--space-12: 3rem;--space-16: 4rem;--space-20: 5rem;--space-24: 6rem}.dark-mode{--primary-color: #818cf8;--primary-light: #a78bfa;--text-primary: #f9fafb;--text-secondary: #d1d5db;--text-muted: #9ca3af;--bg-primary: #111827;--bg-secondary: #1f2937;--border-color: #374151;--shadow: 0 4px 6px -1px rgba(0, 0, 0, .3), 0 2px 4px -1px rgba(0, 0, 0, .2);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .3), 0 4px 6px -2px rgba(0, 0, 0, .2)}*{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;scroll-behavior:auto;overflow-anchor:none}html{font-size:clamp(85.3333%,4.2666666667vw,110.4%)}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:14px;line-height:1.5;color:var(--text-primary);background-color:var(--bg-secondary);transition:background-color .3s,color .3s}a{text-decoration:none;color:inherit;transition:color .3s}img{max-width:100%;height:auto;display:block}button{border:none;background:none;cursor:pointer;font-family:inherit}.container{margin:0 auto;padding:0 100px}.container{max-width:100%}.btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-2);padding:var(--space-2) var(--space-4);border-radius:var(--border-radius);font-size:14px;font-weight:500;transition:all .3s ease;cursor:pointer}.btn:hover{transform:translateY(-1px);box-shadow:var(--shadow)}.btn:active{transform:translateY(0)}.btn-primary{background:var(--primary-gradient);color:var(--text-white);border:none}.btn-primary:hover{box-shadow:0 4px 12px #667eea66}.btn-secondary{background-color:var(--bg-primary);color:var(--text-primary);border:1px solid var(--border-color)}.btn-secondary:hover{border-color:var(--primary-color);color:var(--primary-color)}.btn-outline{background-color:transparent;color:var(--primary-color);border:1px solid var(--primary-color)}.btn-outline:hover{background-color:var(--primary-color);color:var(--text-white)}.card{background-color:var(--bg-primary);border-radius:var(--border-radius-lg);box-shadow:var(--shadow);overflow:hidden;transition:transform .3s,box-shadow .3s}.card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.tag{display:inline-flex;align-items:center;padding:2px 8px;background-color:#667eea1a;color:var(--primary-color);font-size:12px;border-radius:4px;font-weight:500}.tag-hot{background:linear-gradient(135deg,#ff6b6b,#feca57);color:#fff}.tag-recommend{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.price{display:flex;align-items:baseline;gap:2px;color:#ff4757;font-weight:700}.price .currency{font-size:14px}.price .amount{font-size:24px;line-height:1}.price .unit{font-size:12px;color:var(--text-secondary);font-weight:400}.price .original{text-decoration:line-through;color:var(--text-muted);font-size:12px;margin-left:4px;font-weight:400}.text-center{text-align:center}.text-gradient{background:var(--primary-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.section-title{font-size:28px;font-weight:700;text-align:center;margin-bottom:var(--space-8);color:var(--text-primary)}.section-subtitle{font-size:16px;color:var(--text-secondary);text-align:center;margin-top:calc(-1 * var(--space-6));margin-bottom:var(--space-8)}.flex{display:flex}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-2{gap:var(--space-2)}.gap-4{gap:var(--space-4)}.mt-2{margin-top:var(--space-2)}.mt-4{margin-top:var(--space-4)}.mb-4{margin-bottom:var(--space-4)}.mb-8{margin-bottom:var(--space-8)}.p-4{padding:var(--space-4)}.py-4{padding-top:var(--space-4);padding-bottom:var(--space-4)}.py-8{padding-top:var(--space-8);padding-bottom:var(--space-8)}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideIn{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.animate-fadeIn{animation:fadeIn .6s ease-out}.animate-slideIn{animation:slideIn .3s ease-out}.animate-pulse{animation:pulse 2s infinite}.skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:skeleton-loading 1.5s infinite}@keyframes skeleton-loading{0%{background-position:200% 0}to{background-position:-200% 0}}.container{padding:0}.section-title{font-size:22px}.btn{padding:var(--space-2) var(--space-3);font-size:13px}}@media print and (max-width: 768px){.no-print{display:none!important}}@media (max-width: 768px){.el-message{z-index:10000!important}.mobile-tabbar-wrap{display:none}}@media (max-width: 768px) and (max-width: 768px){.el-backtop{right:16px!important;bottom:calc(84px + env(safe-area-inset-bottom,0px))!important;z-index:900!important}}@media (max-width: 768px){html,body,#app{overflow-x:hidden;max-width:100%;background:#fff;margin:0;padding:0}.mobile-tabbar-wrap{display:block;width:100%;max-width:100vw;position:fixed;bottom:0;left:0;right:0;z-index:1000}.mobile-tabbar-wrap.is-keyboard-open{display:none!important}.mobile-copyright-bar{display:block;position:relative;width:100%;max-width:100vw;padding:6px 12px;text-align:center;font-size:11px;line-height:1.4;color:var(--text-muted);background:#fff;border-top:1px solid rgba(0,0,0,.06);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-copyright-bar p{margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-copyright-bar .divider{margin:0 6px;color:var(--border-color)}.mobile-copyright-bar a{color:inherit;text-decoration:none}.mobile-tabbar{display:flex;align-items:center;justify-content:space-around;position:fixed;left:0;right:0;bottom:0;z-index:1001;box-sizing:border-box;width:100%;max-width:100vw;height:calc(68px + env(safe-area-inset-bottom,0px));padding:0 4px env(safe-area-inset-bottom,0px);background:#fff;border-top:1px solid rgba(0,0,0,.06);box-shadow:0 -2px 10px #0000000a;position:relative}.mobile-tabbar:before{content:"";position:absolute;top:-17px;left:50%;transform:translate(-50%);width:75px;height:53px;background:#fff;border-radius:194px 182px 0 0}.mobile-tabbar__item{flex:1 1 0;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;gap:2px;color:#999;font-size:10px;font-weight:400;line-height:1.2;text-decoration:none;border:none;background:transparent;cursor:pointer;padding:6px 2px 8px;min-width:0;max-width:100%;overflow:visible;-webkit-tap-highlight-color:transparent;position:relative}.mobile-tabbar__item .mobile-tabbar__icon{position:relative;display:flex;align-items:center;justify-content:center;width:28px;height:28px;flex-shrink:0;color:#999}.mobile-tabbar__item .mobile-tabbar__icon img{width:24px;height:24px;object-fit:contain;transition:opacity .2s ease}.mobile-tabbar__item .el-icon{font-size:24px}.mobile-tabbar__item>span:not(.mobile-tabbar__icon){display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:0 2px;box-sizing:border-box;color:inherit;font-size:11px}.mobile-tabbar__item.active{color:#111;font-weight:500}.mobile-tabbar__item.active .mobile-tabbar__icon{color:#111}.mobile-tabbar__item--center{position:relative;justify-content:flex-start;padding:0 2px 6px;overflow:visible;color:#111;z-index:10;display:flex;flex-direction:column;align-items:center;gap:4px}.mobile-tabbar__item--center .mobile-tabbar__fab{width:58px;height:58px;max-width:calc(100% - 2px);margin-top:-22px;border-radius:50%;background:#fab217;color:#111;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:0;border:3px solid #fff;overflow:hidden;box-sizing:border-box}.mobile-tabbar__item--center .mobile-tabbar__fab .el-icon{font-size:26px;color:#111}.mobile-tabbar__item--center .mobile-tabbar__label{font-size:10px;font-weight:500;line-height:1.1;color:#111;white-space:nowrap;margin-top:2px}.mobile-tabbar__item--center:active .mobile-tabbar__fab{transform:scale(.96)}.mobile-tabbar__badge{position:absolute;top:-4px;right:-10px;box-sizing:border-box;min-width:16px;height:16px;padding:0 4px;border-radius:999px;background:#ff3b30;color:#fff;font-size:10px;font-weight:700;line-height:16px;text-align:center;border:1.5px solid #fff}.app-footer{display:none!important}.main-content.has-mobile-tabbar{overflow-x:hidden;max-width:100%;background:#fff}}@media (max-width: 768px) and (max-width: 360px){.mobile-tabbar__item{font-size:10px}.mobile-tabbar__item .el-icon{font-size:22px}.mobile-tabbar__item--center .mobile-tabbar__fab{width:52px;height:52px;margin-top:-18px}.mobile-tabbar__item--center .mobile-tabbar__fab .el-icon{font-size:20px}.mobile-tabbar__item--center .mobile-tabbar__fab span{font-size:9px}}@media (max-width: 768px){.el-overlay-message-box{background-color:#141e3094;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.el-overlay-message-box .el-message-box{width:min(100vw - 40px,380px);max-width:calc(100vw - 40px);padding:0;overflow:hidden;border:1px solid rgba(255,255,255,.72);border-radius:18px;box-shadow:0 22px 52px #0f172a52,0 3px 10px #0f172a1a;box-sizing:border-box}.el-overlay-message-box .el-message-box__header{min-height:56px;margin:0;padding:18px 54px 12px 20px;border-bottom:1px solid #edf1f6;background:linear-gradient(180deg,#fbfdff,#fff);box-sizing:border-box}.el-overlay-message-box .el-message-box__title{color:#1f2d42;font-size:18px;font-weight:800;line-height:25px;letter-spacing:.2px}.el-overlay-message-box .el-message-box__headerbtn{top:16px;right:16px;display:grid;width:28px;height:28px;border-radius:50%;place-items:center}.el-overlay-message-box .el-message-box__headerbtn .el-message-box__close{color:#8b9aaf;font-size:18px}.el-overlay-message-box .el-message-box__headerbtn:active{background:#edf3fa}.el-overlay-message-box .el-message-box__content{padding:19px 20px 4px;color:#516177;font-size:15px;line-height:1.7}.el-overlay-message-box .el-message-box__status{margin-right:12px;font-size:24px!important}.el-overlay-message-box .el-message-box__status.el-icon-warning{color:#edab3a}.el-overlay-message-box .el-message-box__message{padding:0}.el-overlay-message-box .el-message-box__message p{color:#516177;font-size:15px;line-height:1.7}.el-overlay-message-box .el-message-box__btns{display:flex;justify-content:flex-end;gap:12px;padding:24px 20px 20px}.el-overlay-message-box .el-message-box__btns .el-button{min-width:88px;height:42px;margin:0;padding:0 18px;border-radius:11px;font-size:15px;font-weight:700;transition:transform .16s ease,background-color .16s ease,border-color .16s ease,box-shadow .16s ease}.el-overlay-message-box .el-message-box__btns .el-button:not(.el-button--primary){border-color:#d5deeb;background:#f6f8fb;color:#68778c}.el-overlay-message-box .el-message-box__btns .el-button--primary{border-color:#347eea;background:linear-gradient(135deg,#4b9cff,#347eea);color:#fff;box-shadow:0 7px 14px #347eea47}.el-overlay-message-box .el-message-box__btns .el-button:not(.el-button--primary):active{border-color:#c4d0e0;background:#edf2f8}.el-overlay-message-box .el-message-box__btns .el-button--primary:active{border-color:#286ccc;background:#286ccc;box-shadow:0 3px 7px #347eea3d}.el-overlay-message-box .el-message-box__btns .el-button:active{transform:scale(.96)}.app-standard-dialog-overlay{background-color:#141e3094;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.app-standard-dialog-overlay .el-overlay-dialog{display:flex;align-items:center;justify-content:center;padding:20px;box-sizing:border-box}.el-dialog.app-standard-dialog{width:min(100vw - 40px,380px)!important;max-width:calc(100vw - 40px);max-height:calc(100dvh - 40px);margin:0!important;overflow:hidden;border:1px solid rgba(255,255,255,.72);border-radius:18px;box-shadow:0 22px 52px #0f172a52,0 3px 10px #0f172a1a}.el-dialog.app-standard-dialog .el-dialog__header{min-height:54px;margin:0;padding:16px 50px 12px 18px;border-bottom:1px solid #edf1f6;background:linear-gradient(180deg,#fbfdff,#fff);box-sizing:border-box}.el-dialog.app-standard-dialog .el-dialog__title{color:#1f2d42;font-size:17px;font-weight:800;line-height:24px}.el-dialog.app-standard-dialog .el-dialog__headerbtn{top:14px;right:14px;display:grid;width:28px;height:28px;border-radius:50%;place-items:center}.el-dialog.app-standard-dialog .el-dialog__body{max-height:calc(100dvh - 172px);padding:17px 18px 3px;overflow-y:auto}.el-dialog.app-standard-dialog .el-dialog__footer{display:flex;justify-content:flex-end;gap:10px;padding:20px 18px 18px}.el-dialog.app-standard-dialog .el-dialog__footer .el-button{min-width:82px;height:40px;margin:0;padding:0 15px;border-radius:10px;font-size:14px;font-weight:700;white-space:nowrap}.el-dialog.app-standard-dialog .el-dialog__footer .el-button:not(.el-button--primary){border-color:#d5deeb;background:#f6f8fb;color:#68778c}.el-dialog.app-standard-dialog .el-dialog__footer .el-button--primary{border-color:#347eea;background:linear-gradient(135deg,#4b9cff,#347eea);color:#fff;box-shadow:0 7px 14px #347eea47}.el-dialog.app-standard-dialog .ship-dialog,.el-dialog.app-standard-dialog .ship-body{padding:0}.el-dialog.app-standard-dialog .ship-body{border:0;background:transparent}.el-dialog.app-standard-dialog .ship-dialog .el-form-item{margin-bottom:0}.el-dialog.app-standard-dialog .ship-form-tip{margin:0 0 8px;color:#6b7a90;font-size:12px;line-height:1.55}}@media (max-width: 768px) and (max-width: 768px){.mobile-tabbar-wrap{display:block;position:static;z-index:1000}.mobile-tabbar.van-tabbar{--van-tabbar-height: 64px;--van-tabbar-item-active-color: #254b8e;--van-tabbar-item-text-color: #8d96a5;position:fixed!important;right:0;bottom:-1px;left:0;z-index:1000;box-sizing:border-box;width:100%;max-width:100vw;padding:0 3px;overflow:visible;border-top:1px solid rgba(29,54,93,.08);background:#fffffffa;box-shadow:0 -6px 20px #243b6114}.mobile-tabbar.van-tabbar:before{display:none}.mobile-tabbar .van-tabbar-item{min-width:0;padding:7px 2px max(7px,env(safe-area-inset-bottom,0px));color:#8d96a5;-webkit-tap-highlight-color:transparent}.mobile-tabbar .van-tabbar-item--active{color:#254b8e;font-weight:600}.mobile-tabbar .van-tabbar-item__icon{display:flex;align-items:center;justify-content:center;height:25px;margin-bottom:2px}.mobile-tabbar .mobile-tabbar__icon{display:flex;align-items:center;justify-content:center;width:25px;height:25px}.mobile-tabbar .mobile-tabbar__icon img{display:block;width:23px;height:23px;object-fit:contain}.mobile-tabbar .mobile-tabbar__icon .el-icon{font-size:23px}.mobile-tabbar .van-tabbar-item__text,.mobile-tabbar .mobile-tabbar__text{max-width:100%;overflow:hidden;color:inherit;font-size:11px;line-height:15px;text-overflow:ellipsis;white-space:nowrap}.mobile-tabbar .van-info{top:-3px;right:-9px;min-width:16px;height:16px;padding:0 4px;border:1.5px solid #fff;font-size:10px;line-height:13px}.mobile-tabbar .mobile-tabbar__publish-slot{pointer-events:none}.mobile-tabbar .mobile-tabbar__publish-slot .van-tabbar-item__icon,.mobile-tabbar .mobile-tabbar__publish-slot .van-tabbar-item__text{visibility:hidden}.mobile-tabbar__publish{position:fixed;bottom:calc(6px + env(safe-area-inset-bottom,0px));left:50%;z-index:1001;display:flex;flex-direction:column;align-items:center;width:78px;margin:0;padding:0;border:0;background:transparent;color:#172642;cursor:pointer;transform:translate(-50%);-webkit-tap-highlight-color:transparent}.mobile-tabbar__publish .mobile-tabbar__fab{display:grid;width:58px;height:58px;margin:0;border:3px solid #fff;border-radius:50%;place-items:center;background:linear-gradient(145deg,#ffc13c,#f7a80c);box-shadow:0 7px 15px #eb9e0f42;box-sizing:border-box;transition:transform .18s ease,box-shadow .18s ease}.mobile-tabbar__publish .mobile-tabbar__fab .el-icon{color:#172642;font-size:27px;font-weight:500}.mobile-tabbar__publish .mobile-tabbar__label{margin-top:2px;color:#172642;font-size:10px;font-weight:600;line-height:14px;white-space:nowrap}.mobile-tabbar__publish:active .mobile-tabbar__fab{box-shadow:0 3px 8px #eb9e0f33;transform:translateY(1px) scale(.96)}}@media (max-width: 768px) and (max-width: 360px){.mobile-tabbar.van-tabbar{--van-tabbar-height: 60px}.mobile-tabbar__publish{bottom:calc(5px + env(safe-area-inset-bottom,0px))}.mobile-tabbar__publish .mobile-tabbar__fab{width:52px;height:52px}}@media (max-width: 768px){.home-page{background:var(--bg-secondary);padding-top:var(--space-4)}.home-hero{padding-bottom:var(--space-8)}.home-hero__grid{display:grid;grid-template-columns:220px 1fr 260px;gap:var(--space-4);min-height:340px}.home-carousel{border-radius:var(--border-radius-xl);overflow:hidden;box-shadow:var(--shadow)}.home-carousel :deep(.el-carousel__container){height:340px}.home-carousel :deep(.el-carousel__arrow){background:#00000059}.home-carousel :deep(.el-carousel__indicator button){width:8px;height:8px;border-radius:50%;background:#ffffff80}.home-carousel :deep(.el-carousel__indicator.is-active button){background:var(--gold-color);width:20px;border-radius:4px}.home-quick-links{display:flex;flex-direction:column;gap:var(--space-3)}.home-quick-links__item{flex:1;display:flex;align-items:center;gap:var(--space-3);padding:var(--space-4);background:var(--bg-primary);border-radius:var(--border-radius-xl);border:1px solid var(--border-color);cursor:pointer;transition:all .2s ease;min-height:0}.home-quick-links__item:hover{border-color:#3a8ee659;box-shadow:var(--shadow-sm);transform:translateY(-1px)}.home-quick-links__icon{width:40px;height:40px;border-radius:50%;background:var(--bg-dark);color:var(--gold-color);display:flex;align-items:center;justify-content:center;font-size:18px;flex-shrink:0}.home-quick-links__text{flex:1;min-width:0}.home-quick-links__title{font-size:14px;font-weight:700;color:var(--text-primary);margin-bottom:2px}.home-quick-links__desc{font-size:12px;color:var(--text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.home-quick-links__arrow{color:var(--text-muted);font-size:14px;flex-shrink:0}.home-banner-item{height:100%;background-size:cover;background-position:center;display:flex;align-items:center;padding:48px;position:relative;cursor:pointer}.home-banner-item__content{position:relative;z-index:1;color:#fff;max-width:420px}.home-banner-item__title{font-size:32px;font-weight:800;margin-bottom:var(--space-3);line-height:1.3}.home-banner-item__desc{font-size:15px;opacity:.9;margin-bottom:var(--space-6);line-height:1.7}.home-banner-item__btn{height:42px;padding:0 24px;border:none;border-radius:8px;background:var(--gold-gradient);color:#5c3b00;font-size:15px;font-weight:700;cursor:pointer;transition:opacity .2s}.home-banner-item__btn:hover{opacity:.92}.home-user-panel{background:var(--bg-primary);border-radius:var(--border-radius-xl);border:1px solid var(--border-color);padding:var(--space-5);display:flex;flex-direction:column;box-shadow:var(--shadow-sm)}.home-user-panel__head{display:flex;align-items:center;gap:var(--space-3);margin-bottom:var(--space-4)}.home-user-panel__avatar{width:65px;height:65px;border-radius:50%;object-fit:cover;background:var(--bg-secondary);border:2px solid var(--border-color)}.home-user-panel__greet{flex:1;min-width:0}.home-user-panel__name{font-size:15px;font-weight:700;color:var(--text-primary);margin-bottom:4px}.home-user-panel__badge{display:inline-flex;align-items:center;height:20px;padding:0 8px;border-radius:4px;background:var(--gold-gradient);color:#5c3b00;font-size:11px;font-weight:700}.home-user-panel__row{display:flex;align-items:center;justify-content:space-between;padding:var(--space-3) 0;border-bottom:1px solid var(--border-color);cursor:pointer;transition:color .2s;padding:10px 20px}.home-user-panel__row:hover,.home-user-panel__row:hover .home-user-panel__row-label{color:var(--primary-color)}.home-user-panel__row:last-of-type{border-bottom:none}.home-user-panel__row-left{display:flex;align-items:center;gap:8px}.home-user-panel__row-label{font-size:14px;color:var(--text-secondary);transition:color .2s}.home-user-panel__row-value{font-size:14px;font-weight:700;color:var(--text-primary)}.home-user-panel__cta{width:100%;height:42px;border:none;border-radius:8px;background:var(--bg-dark);color:#fff;font-size:14px;font-weight:600;cursor:pointer;transition:opacity .2s}.home-user-panel__cta:hover{opacity:.9}.home-section-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:var(--space-5)}.home-section-head__left{display:flex;align-items:center;gap:var(--space-2)}.home-section-head__title{font-size:20px;font-weight:800;color:var(--text-primary);margin:0}.home-section-head__icon{font-size:22px;color:var(--accent-color)}.home-section-head__more{display:inline-flex;align-items:center;gap:4px;font-size:13px;font-weight:600;color:var(--primary-light);cursor:pointer;transition:color .2s}.home-section-head__more:hover{color:var(--primary-color)}.home-rank{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:50%;font-size:12px;font-weight:800;margin-right:8px;flex-shrink:0;background:var(--bg-secondary);color:var(--text-secondary)}.home-rank--1{background:linear-gradient(135deg,#ffd666,#e8b339);color:#5c3b00}.home-rank--2{background:linear-gradient(135deg,#e8ecf2,#c0c8d4);color:#4a5568}.home-rank--3{background:linear-gradient(135deg,#f0c9a6,#d4956a);color:#5c3b00}.accounts-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px;margin-bottom:24px}.accounts-grid{grid-template-columns:1fr;gap:12px;margin-bottom:16px}.type-product-card{background:#fff;border-radius:16px;overflow:hidden;border:1px solid #eef0f4;cursor:pointer;transition:all .3s ease;display:flex;flex-direction:column}.type-product-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0f27441f}.product-card__thumb{position:relative;width:100%;height:240px;background:#fdb91d;overflow:hidden}.product-card__thumb img{width:100%;height:100%;object-fit:cover}.product-card__discount-badge{position:absolute;bottom:0;left:10px;padding:4px 10px;background:gold;color:#1a1200;font-size:13px;font-weight:800;border-radius:8px 8px 0 0;box-shadow:0 2px 8px #ffd70066}.product-card__info{padding:20px;display:flex;flex-direction:column;gap:8px;flex:1}.product-card__name{font-size:17px;font-weight:700;color:#111827;line-height:1.4;margin:0;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.product-card__tags{display:flex;gap:6px;flex-wrap:wrap}.product-card__tag{display:inline-flex;align-items:center;height:24px;padding:0 10px;font-size:12px;font-weight:700;border-radius:14px;white-space:nowrap}.product-card__tag--primary{background:#e3f2ff;color:#5597f5;border:none}.product-card__fee-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:0;border:1px solid rgba(232,234,240,.3607843137);border-radius:10px;overflow:hidden}.product-card__fee-item{display:flex;align-items:center;gap:8px;padding:10px;background:transparent;border:none;position:relative}.product-card__fee-item:nth-child(odd){border-right:1px solid rgba(232,234,240,.3607843137)}.product-card__fee-item:nth-child(1),.product-card__fee-item:nth-child(2){border-bottom:1px solid rgba(232,234,240,.3607843137)}.product-card__fee-icon{width:32px;height:32px;border-radius:8px;background:#1e293b;color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:16px}.product-card__fee-content{flex:1;min-width:0}.product-card__fee-label{font-size:11px;color:#64748b;margin-bottom:2px;line-height:1}.product-card__fee-value{font-size:13px;font-weight:800;color:#1e293b;line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-card__footer{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:auto;padding-top:17px;border-top:1px solid rgba(232,234,240,.3607843137)}.product-card__price{font-size:26px;font-weight:700;color:#0f1e3c;line-height:1}.product-card__btn{display:inline-flex;align-items:center;gap:6px;height:40px;padding:0 18px;background:#02122f;color:#fdb91f;font-size:15px;font-weight:500;border:none;border-radius:10px;cursor:pointer;transition:all .2s;white-space:nowrap;box-shadow:0 3px #fdb91f66}.product-card__btn .el-icon{font-size:16px}.product-card__btn:hover{background:#334155;transform:scale(1.02)}.product-card__btn:active{transform:scale(.98)}.product-card__thumb{aspect-ratio:16/9}.product-card__discount-badge{bottom:0;left:8px;padding:3px 8px;font-size:11px;border-radius:6px 6px 0 0}.product-card__info{padding:20px;gap:8px}.product-card__name{font-size:17px}.product-card__fee-grid{gap:8px}.product-card__fee-item{padding:12px}.product-card__fee-icon{width:28px;height:28px;font-size:14px}.product-card__fee-label{font-size:10px}.product-card__fee-value{font-size:15px}.product-card__price{font-size:26px}.product-card__btn{height:47px;padding:0 26px;font-size:15px}.home-cart-btn{width:36px;height:36px;border:none;border-radius:8px;background:var(--gold-gradient);color:#5c3b00;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;transition:transform .2s,box-shadow .2s}.home-cart-btn:hover{transform:scale(1.05);box-shadow:0 4px 12px #e8b33959}.home-cta{margin:var(--space-8) 0 0;padding:64px var(--space-6);border-radius:var(--border-radius-xl);background-color:#061a37;background-image:none;background-position:center;background-repeat:no-repeat;background-size:cover;text-align:center;color:#fff;position:relative;overflow:hidden}.home-cta:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 80% 50%,rgba(232,179,57,.08) 0%,transparent 50%);pointer-events:none}.home-cta__title{font-size:28px;font-weight:800;margin-bottom:var(--space-3);position:relative}.home-cta__desc{font-size:15px;opacity:.85;margin-bottom:var(--space-6);position:relative}.home-cta__btn{display:inline-flex;align-items:center;justify-content:center;height:48px;padding:0 36px;border-radius:8px;background:var(--gold-gradient);color:#5c3b00;font-size:16px;font-weight:700;text-decoration:none;transition:transform .2s,box-shadow .2s;position:relative}.home-cta__btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #e8b33959}.home-desktop-only{display:block}.home-quick-links.home-desktop-only{display:flex}.home-cart-btn.home-desktop-only{display:inline-flex}.home-user-panel.home-desktop-only{display:flex;justify-content:space-between}.home-section-head__more.home-desktop-only{display:inline-flex;position:relative;z-index:1}.home-mobile-only,.home-mobile-header,.home-mobile-panel{display:none}.home-desktop-only{display:none!important}.home-mobile-only{display:block}.home-page{padding-top:0;padding-bottom:calc(182px + env(safe-area-inset-bottom,0px));background:#f5f6f8}.home-mobile-header{display:block;position:sticky;top:0;z-index:20;background:#fff;border-bottom:1px solid rgba(0,0,0,.04)}.home-mobile-header__inner{display:flex;align-items:center;justify-content:space-between;gap:10px;padding-top:10px;padding-bottom:10px}.home-mobile-header__brand{display:flex;align-items:center;gap:8px;min-width:0;flex:1;cursor:pointer}.home-mobile-header__logo{height:48px;width:auto;max-width:min(160px,48vw);border-radius:0;object-fit:contain;display:block;flex-shrink:0;background:transparent}.home-mobile-header__texts{display:flex;flex-direction:column;min-width:0;line-height:1.2}.home-mobile-header__name{font-size:15px;font-weight:800;color:#111827;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.home-mobile-header__club{font-size:11px;font-weight:700;color:#6b7280;letter-spacing:.04em}.home-mobile-header__club em{font-style:normal;color:#d4a017}.home-mobile-header__actions{display:flex;align-items:center;gap:8px;flex-shrink:0}.home-mobile-header__identity{display:inline-flex;align-items:center;height:22px;padding:0 8px;border-radius:4px;font-size:11px;font-weight:700;white-space:nowrap;cursor:pointer}.home-mobile-header__identity--internal{background:#ecfdf5;color:#16a34a}.home-mobile-header__identity--partner{background:#eff6ff;color:#2563eb}.home-mobile-header__identity--user{background:#0f274414;color:#0f2744}.home-mobile-header__bell{position:relative;width:36px;height:36px;border:none;border-radius:50%;background:transparent;color:#374151;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;cursor:pointer}.home-mobile-header__bell .el-icon{font-size:20px}.home-mobile-header__dot{position:absolute;top:6px;right:6px;width:10px;height:10px;border-radius:50%;background:#ef4444;border:2px solid #fff}.banner-section.home-mobile-only{padding:10px 0 0;background:transparent}.banner-section.home-mobile-only .container{padding-left:12px;padding-right:12px}.banner-section.home-mobile-only .banner-wrapper{height:auto;gap:0;border-radius:14px;overflow:hidden}.banner-section.home-mobile-only .game-sidebar{display:none}.banner-section.home-mobile-only .carousel-container{width:100%;gap:0;border-radius:14px;overflow:hidden}.banner-section.home-mobile-only .el-carousel{position:relative;height:auto!important}.banner-section.home-mobile-only .el-carousel__container{height:auto!important;aspect-ratio:16/9}.banner-section.home-mobile-only .el-carousel__item{height:100%}.banner-section.home-mobile-only .banner-loading{height:auto;aspect-ratio:16/9}.banner-section.home-mobile-only .banner-item{height:100%;min-height:0;border-radius:14px;display:flex;align-items:flex-end;padding:18px 16px;background-size:cover;background-position:center}.banner-section.home-mobile-only .banner-content{position:relative;z-index:1;max-width:85%}.banner-section.home-mobile-only .banner-title{font-size:clamp(15px,4.8vw,18px);font-weight:800;color:#ffd666;margin:0 0 6px;line-height:1.3}.banner-section.home-mobile-only .banner-desc{font-size:clamp(11px,3.2vw,12px);color:#ffffffe6;margin:0 0 12px;line-height:1.45}.banner-section.home-mobile-only .home-mobile-banner-btn{height:32px;padding:0 16px;border:none;border-radius:999px;background:var(--gold-color, #e8b339);color:#1a1200;font-size:13px;font-weight:800;cursor:pointer}.banner-section.home-mobile-only .el-carousel__indicators--outside{position:absolute;left:0;right:0;bottom:8px;margin:0;z-index:2}.banner-section.home-mobile-only .el-carousel__indicator button{width:6px;height:6px;border-radius:50%;background:#ffffff8c;opacity:1}.banner-section.home-mobile-only .el-carousel__indicator.is-active button{width:16px;border-radius:999px;background:#fff}.home-mobile-panel{display:block;padding:12px 0}.home-mobile-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-bottom:10px}.home-mobile-stat{background:#fff;border-radius:14px;padding:14px 12px;border:1px solid rgba(0,0,0,.04);box-shadow:0 2px 10px #0f27440a;cursor:pointer}.home-mobile-stat__icon{width:32px;height:32px;border-radius:10px;background:#f3f4f6;display:flex;align-items:center;justify-content:center;color:#6b7280;font-size:16px;margin-bottom:8px}.home-mobile-stat__label{font-size:12px;color:#9ca3af;margin-bottom:4px}.home-mobile-stat__value{font-size:16px;font-weight:800;color:#111827;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.home-mobile-actions{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.home-mobile-action{display:flex;align-items:center;gap:10px;padding:14px 5px;background:#fbf7ee;border-radius:14px;box-shadow:#6363631f 0 2px 8px;cursor:pointer;min-width:0;overflow:hidden}.home-mobile-action--dividend{background:#f4f6fa}.home-mobile-action__icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;flex-shrink:0;background:#fefefe;border-radius:50%}.home-mobile-action__icon img{width:34px;height:34px;object-fit:contain}.home-mobile-action__text{flex:1;min-width:0;overflow:hidden}.home-mobile-action__title{font-size:14px;font-weight:800;color:#111827;margin-bottom:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.home-mobile-action__desc{font-size:10px;color:#9ca3af;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.home-mobile-action__arrow{color:#c0c4cc;flex-shrink:0;font-size:12px}.hafu-section{padding:8px 0 12px}.hafu-card{padding:14px 12px;border-radius:14px;border:1px solid rgba(0,0,0,.04);box-shadow:0 2px 10px #0f27440a}.hafu-head{margin-bottom:10px}.hafu-head .title{font-size:16px;font-weight:800}.hafu-head .right{font-size:12px;color:var(--primary-color)}.home-section-head{margin-bottom:10px}.home-section-head__title{font-size:16px}.home-section-head__more{display:inline-flex;font-size:13px;font-weight:600;color:var(--primary-light)}.type-section .section-header{margin-bottom:10px;align-items:center}.type-section .section-header .section-title{font-size:16px;font-weight:800;margin:0}.type-section .section-header .home-section-head__more{display:inline-flex;align-items:center;gap:2px;font-size:12px;color:var(--primary-color);cursor:pointer;position:relative;z-index:1}.home-page .hafu-thead,.home-page .hafu-tr{display:grid!important;grid-template-columns:70px 71px 1fr 70px;column-gap:6px;align-items:center;height:var(--row-h);box-sizing:border-box;padding:0 8px}.home-page .hafu-thead{font-size:11px;font-weight:700;color:#9ca3af;background:#f7f9fc;border-bottom:1px solid #eef0f4;height:36px}.home-page .hafu-thead .col1,.home-page .hafu-thead .col2,.home-page .hafu-thead .col3,.home-page .hafu-thead .col4{flex:none!important;width:auto!important;min-width:0!important;max-width:none!important;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.home-page .hafu-thead .col2{text-align:center}.home-page .hafu-thead .col4{text-align:right}.home-page .hafu-tr{border-bottom:1px solid #f0f2f5}.home-page .hafu-tr:last-child{border-bottom:none}.home-page .hafu-tr .col1{flex:none!important;width:auto!important;min-width:0!important;max-width:none!important;display:flex!important;align-items:center;overflow:hidden}.home-page .hafu-tr .col1 .text{font-size:12px;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.home-page .hafu-tr .col2{flex:none!important;width:auto!important;min-width:0!important;max-width:none!important;display:inline-flex!important;align-items:center;justify-content:center;gap:3px;white-space:nowrap}.home-page .hafu-tr .col2 .rate{font-size:12px;font-weight:800;white-space:nowrap;line-height:1}.home-page .hafu-tr .col2 .hafu-icon{width:13px;height:13px;flex-shrink:0}.home-page .hafu-tr .col3{flex:none!important;width:auto!important;min-width:0!important;max-width:none!important;display:block!important;overflow:hidden}.home-page .hafu-tr .col3 .text{font-size:11px;font-weight:500;color:#6b7280;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.home-page .hafu-tr .col4{flex:none!important;width:auto!important;min-width:0!important;display:block!important;text-align:right;overflow:hidden}.home-page .hafu-tr .col4 .text{font-size:11px;font-weight:500;color:#9ca3af;white-space:nowrap}.home-rank{display:none}.type-section{padding-bottom:8px}.home-page .type-product-card{border-radius:12px;border:1px solid rgba(0,0,0,.04);box-shadow:0 2px 10px #0f27440a;overflow:hidden;background:#fff;height:100%;display:flex;flex-direction:column}.home-page .type-product-card .thumb{height:auto;aspect-ratio:16/9}.home-page .type-product-card .thumb .product-discount-badge--overlay{top:8px;padding:3px 8px;font-size:11px}.home-page .type-product-card .thumb .want-badge{right:6px;bottom:6px;padding:3px 6px;font-size:10px;border-radius:999px}.home-page .type-product-card .info{padding:10px;flex:1;display:flex;flex-direction:column;min-height:0}.home-page .type-product-card .name{font-size:13px;font-weight:700;-webkit-line-clamp:2;margin-bottom:6px;min-height:2.7em;flex-shrink:0}.home-page .type-product-card .meta{margin-bottom:6px}.home-page .type-product-card .meta .avatar{width:18px;height:18px}.home-page .type-product-card .meta .nickname{font-size:11px}.home-page .type-product-card .skin-tags{margin-bottom:6px;max-height:44px;overflow:hidden;gap:4px;flex-shrink:0}.home-page .type-product-card .skin-tag{font-size:10px;height:20px;line-height:18px;padding:0 6px}.home-page .type-product-card .skin-tag--knife{background:#3a8ee614;border-color:#3a8ee62e;color:var(--primary-color)}.home-page .type-product-card .skin-tag--red{background:#e5393514;border-color:#e539354d;color:#e53935}.home-page .type-product-card .skin-tag--gold{background:#c9920a1a;border-color:#c9920a59;color:#c9920a}.home-page .type-product-card .fee-grid{margin-bottom:8px}.home-page .type-product-card .fee-cell{gap:6px;padding:8px 6px;min-height:44px}.home-page .type-product-card .fee-cell__icon{width:24px;height:24px;border-radius:6px;font-size:12px}.home-page .type-product-card .fee-cell__label{font-size:10px}.home-page .type-product-card .fee-cell__value{font-size:11px}.home-page .type-product-card .card-footer{justify-content:flex-end;margin-top:auto}.home-page .type-product-card .product-rent-btn{width:auto;height:30px;font-size:12px;padding:0 10px}.home-page .section-footer,.home-page .cta-section,.home-page .section-subtitle{display:none}.banner-loading{height:180px}.account-list-desktop-only{display:block}.account-list-mobile-only{display:none}.account-list-desktop-only{display:none!important}.account-list-mobile-only{display:block}.account-list-page{padding-bottom:calc(64px + env(safe-area-inset-bottom,0px))!important;min-height:auto!important;background:#f4f6fa;overflow-x:hidden;max-width:100%;box-sizing:border-box}.account-list-page .container{width:100%;max-width:100%;box-sizing:border-box;padding-left:12px;padding-right:12px;overflow-x:hidden}.account-list-page .list-layout,.account-list-page .list-content{width:100%;max-width:100%;min-width:0;box-sizing:border-box}.account-list-page .hall-banner{--hall-banner-height: 100px;position:relative;height:100px;margin:2px 0;overflow:hidden;border-radius:8px;background:#eaf2ff}.account-list-page .hall-banner .el-carousel,.account-list-page .hall-banner .el-carousel__container,.account-list-page .hall-banner .el-carousel__item{height:var(--hall-banner-height)!important}.account-list-page .hall-banner__item{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:auto;padding:0;border:0;background-color:#eaf2ff;overflow:hidden;color:#fff;font:inherit;font-size:14px;font-weight:700;text-align:left;cursor:pointer}.account-list-page .hall-banner__image{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%!important;max-width:none;height:100%!important;object-fit:fill}.account-list-page .quick-zone-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin:0 0 10px}.account-list-page .hall-filter-rail{display:grid;grid-template-columns:1.12fr 1.12fr 1.12fr .84fr 34px;align-items:center;min-height:46px;margin:0 -12px 8px;padding:0 12px;border-top:1px solid #edf0f4;border-bottom:1px solid #edf0f4;background:#fff}.account-list-page .hall-filter-rail>button{display:inline-flex;align-items:center;justify-content:center;min-width:0;height:28px;padding:0 4px;border:0;border-right:1px solid #edf0f4;background:transparent;color:#2d3848;font:inherit;font-size:13px;font-weight:650;white-space:nowrap}.account-list-page .hall-filter-rail>button.is-active{color:#1677ff;font-weight:800}.account-list-page .hall-filter-rail>button>i{width:0;height:0;margin-left:4px;border-top:5px solid currentColor;border-right:4px solid transparent;border-left:4px solid transparent;opacity:.72}.account-list-page .hall-filter-rail>button .el-icon{margin-left:4px;font-size:13px}.account-list-page .hall-filter-rail>.hall-filter-rail__more{flex-direction:column;gap:3px;border-right:0}.account-list-page .hall-filter-rail__more span{display:block;width:16px;height:1.5px;border-radius:99px;background:#647286}.account-list-page .hall-vant-filter-menu{position:relative;z-index:20;display:grid;grid-template-columns:minmax(0,1fr) 66px;align-items:center;gap:4px;min-height:0;margin:0;padding:4px 4px 3px;border:1px solid rgba(221,232,248,.86);border-bottom:0;border-radius:10px 10px 0 0;background:#fff;box-shadow:none}.account-list-page .hall-vant-filter-menu .van-dropdown-menu{min-width:0}.account-list-page .hall-vant-filter-menu .van-dropdown-menu__bar{display:grid;height:34px;grid-template-columns:repeat(3,minmax(0,1fr));gap:4px;border-radius:0;background:transparent;box-shadow:none}.account-list-page .hall-vant-filter-menu .van-dropdown-menu__item{min-width:0;overflow:hidden;border:1px solid #dbe7f8;border-radius:8px;background:linear-gradient(180deg,#fff,#fbfdff);box-shadow:inset 0 0 0 1px #f5f9ffe6}.account-list-page .hall-vant-filter-menu .van-dropdown-menu__title{display:flex;width:100%;max-width:100%;align-items:center;justify-content:center;padding:0 10px 0 2px;color:#24344d;font-size:12px;font-weight:400;line-height:32px;white-space:nowrap}.account-list-page .hall-vant-filter-menu .van-dropdown-menu__title:after{right:4px;margin-top:-5px;border-width:3.5px;border-color:transparent transparent #314967 #314967}.account-list-page .hall-vant-filter-menu .van-dropdown-menu__title--active{color:#1677ff}.account-list-page .hall-filter-title{display:inline-flex;min-width:0;max-width:100%;align-items:center;justify-content:center;gap:3px}.account-list-page .hall-filter-icon{display:block;width:15px;height:15px;flex:0 0 auto;object-fit:contain}.account-list-page .hall-filter-title__text{flex:0 0 auto;white-space:nowrap;transform:translateY(2px)}.account-list-page .hall-vant-filter-menu__advanced{display:inline-flex;align-items:center;justify-content:center;gap:3px;width:66px;height:34px;padding:0 3px;border:1px solid #dbe7f8;border-radius:8px;background:linear-gradient(180deg,#fff,#fbfdff);color:#24344d;font-size:12px;font-weight:750;white-space:nowrap;box-shadow:inset 0 0 0 1px #f5f9ffe6}.account-list-page .hall-vant-filter-menu__advanced .hall-filter-action-icon{display:block;width:15px;height:15px;flex:0 0 auto;object-fit:contain}.account-list-page .hall-vant-filter-menu__advanced .hall-filter-chevron{flex:0 0 auto;color:#314967;font-size:10px}.account-list-page .hall-vant-filter-menu__advanced.is-active{border-color:#8cbcff;background:#f3f8ff;color:#1677ff}.account-list-page .hall-vant-filter-menu--legacy{min-height:48px;margin:0;padding:6px 8px 5px;grid-template-columns:minmax(0,1fr) 78px;gap:5px;border-top:0;border-right:0;border-bottom:1px solid #edf0f4;border-left:0;border-radius:0;background:#fff}.account-list-page .hall-legacy-sort-menu{display:grid;min-width:0;height:38px;grid-template-columns:repeat(3,minmax(0,1fr));gap:5px}.account-list-page .hall-legacy-sort-menu__item{display:inline-flex;min-width:0;height:38px;margin:0;padding:0 6px;align-items:center;justify-content:center;gap:3px;border:1px solid #e4ebf5;border-radius:9px;background:#fff;color:#2d3848;font:inherit;font-size:13px;font-weight:700;box-shadow:0 1px 2px #253b5b06;white-space:nowrap;transition:border-color .16s ease,background-color .16s ease,color .16s ease,box-shadow .16s ease}.account-list-page .hall-legacy-sort-menu__item:active{background:#f1f6ff;transform:scale(.98)}.account-list-page .hall-legacy-sort-menu__item.is-active{border-color:#9ec4fb;background:#edf5ff;color:#176bd0;font-weight:800;box-shadow:0 2px 5px #327ae11f}.account-list-page .hall-legacy-sort-menu__direction{display:inline-grid;width:10px;height:15px;flex:0 0 10px;grid-template-rows:repeat(2,7px);color:#a9b5c5;line-height:1}.account-list-page .hall-legacy-sort-menu__direction .el-icon{display:flex;width:10px;height:7px;align-items:center;justify-content:center;font-size:10px}.account-list-page .hall-legacy-sort-menu__direction.is-ascending .el-icon:first-child,.account-list-page .hall-legacy-sort-menu__direction.is-descending .el-icon:last-child{color:#176bd0}.account-list-page .hall-vant-filter-menu--legacy .van-dropdown-menu__bar{height:46px;gap:0}.account-list-page .hall-vant-filter-menu--legacy .van-dropdown-menu__item{border:0;border-right:1px solid #edf0f4;border-radius:0;background:transparent;box-shadow:none}.account-list-page .hall-vant-filter-menu--legacy .van-dropdown-menu__item:last-child{border-right:0}.account-list-page .hall-vant-filter-menu--legacy .van-dropdown-menu__title{padding:0 14px 0 4px;color:#2d3848;font-size:13px;font-weight:650;line-height:44px}.account-list-page .hall-vant-filter-menu--legacy .van-dropdown-menu__title--active{color:#1677ff;font-weight:800}.account-list-page .hall-vant-filter-menu--legacy .van-dropdown-menu__title:after{right:5px;border-width:4px;border-color:transparent transparent #647286 #647286}.account-list-page .hall-vant-filter-menu--legacy .hall-filter-title{gap:0}.account-list-page .hall-vant-filter-menu--legacy .hall-filter-icon{display:none}.account-list-page .hall-vant-filter-menu--legacy .hall-filter-title__text{transform:none}.account-list-page .hall-vant-filter-menu--legacy .hall-vant-filter-menu__advanced{width:78px;height:38px;border:1px solid #e4ebf5;border-radius:9px;background:#fff;color:#46566c;box-shadow:0 1px 2px #253b5b06}.account-list-page .hall-vant-filter-menu--legacy .hall-vant-filter-menu__advanced:active{background:#f1f6ff;transform:scale(.98)}.account-list-page .hall-vant-filter-menu--legacy .hall-vant-filter-menu__advanced.is-active{border-color:#9ec4fb;background:#edf5ff;color:#176bd0;box-shadow:0 2px 5px #327ae11f}}@media (max-width: 768px) and (max-width: 350px){.account-list-page .hall-vant-filter-menu{grid-template-columns:minmax(0,1fr) 60px;gap:3px;padding:3px}.account-list-page .hall-vant-filter-menu .van-dropdown-menu__bar{gap:3px}.account-list-page .hall-vant-filter-menu .van-dropdown-menu__title{padding:0 7px 0 1px;font-size:11px}.account-list-page .hall-vant-filter-menu .van-dropdown-menu__title:after{right:3px;border-width:3px}.account-list-page .hall-filter-title{gap:2px}.account-list-page .hall-filter-icon,.account-list-page .hall-vant-filter-menu__advanced .hall-filter-action-icon{width:13px;height:13px}.account-list-page .hall-vant-filter-menu__advanced{width:60px;gap:2px;padding:0 2px;font-size:11px}.account-list-page .hall-vant-filter-menu__advanced .hall-filter-chevron{font-size:9px}}@media (max-width: 768px){.hall-dropdown-panel,.hall-dropdown-sort{box-sizing:border-box;width:100%;background:#fff}.hall-dropdown-panel{padding:18px 16px 16px;border-radius:0 0 16px 16px}.mobile-advanced-popup.van-popup--bottom{box-sizing:border-box;overflow:hidden;border-radius:18px 18px 0 0;background:#fff}.mobile-advanced-popup.van-popup--bottom .mobile-advanced-sheet__panel{box-sizing:border-box;height:100%;border-radius:18px 18px 0 0}.hall-dropdown-options,.hall-dropdown-presets{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.hall-dropdown-options button,.hall-dropdown-presets button{min-width:0;height:38px;padding:0 8px;border:1px solid #e1e7ef;border-radius:9px;background:#fff;color:#2f3b4c;font-size:13px}.hall-dropdown-options button.is-active,.hall-dropdown-presets button.is-active{border-color:#1677ff;background:#edf5ff;color:#1677ff;font-weight:750}.hall-dropdown-range{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:10px;margin-bottom:12px;color:#9aa5b5}.hall-dropdown-range .el-input__wrapper{height:38px;border-radius:8px;box-shadow:0 0 0 1px #e1e7ef inset}.hall-dropdown-range .el-input__inner{text-align:center}.hall-dropdown-actions{display:grid;grid-template-columns:1fr 1.18fr;gap:10px;margin-top:18px}.hall-dropdown-actions button{height:42px;border:1px solid #dce4ed;border-radius:9px;background:#fff;color:#4b5c73;font-size:14px;font-weight:750}.hall-dropdown-actions button.is-primary{border-color:#1677ff;background:#1677ff;color:#fff}.hall-dropdown-sort{padding:0 16px 8px;border-radius:0 0 16px 16px}.hall-dropdown-sort button{display:flex;align-items:center;width:100%;height:46px;padding:0 4px;border:0;border-bottom:1px solid #edf0f4;background:#fff;color:#26364e;font-size:14px;text-align:left}.hall-dropdown-sort button.is-active{color:#1677ff;font-weight:750}.account-list-page .quick-zone-button{display:inline-flex;height:34px;min-width:0;padding:0 4px;align-items:center;justify-content:center;gap:3px;border:1px solid #dfe5ee;border-radius:6px;background:#fff;color:#344054;font:inherit;font-size:13px;font-weight:700;cursor:pointer}.account-list-page .quick-zone-button__icon{width:18px;height:18px;flex:none;object-fit:contain}.account-list-page .quick-zone-button.active{border-color:var(--primary-color);background:#1677ff14;color:var(--primary-color)}.mobile-advanced-backdrop{position:fixed;z-index:2998;top:0;right:0;bottom:0;left:0;background:#0f172a61}.account-list-mobile-search{margin:0 0 10px}.account-list-subnav{display:flex;align-items:center;gap:0;background:#fff;border-radius:0;margin:0 -12px 10px;padding:0 8px;border-bottom:1px solid var(--border-color)}.account-list-subnav__item{flex:1;text-align:center;padding:10px 4px;font-size:14px;font-weight:600;color:var(--text-secondary);text-decoration:none;position:relative}.account-list-subnav__item.is-active,.account-list-subnav__item.router-link-active{color:var(--primary-color)}.account-list-subnav__item.is-active:after,.account-list-subnav__item.router-link-active:after{content:"";position:absolute;left:50%;bottom:0;transform:translate(-50%);width:24px;height:3px;background:var(--primary-color);border-radius:2px}.account-list-page .filter-box{padding:14px;margin-bottom:14px;border-radius:16px;border:none;box-shadow:0 10px 24px #0f234214;overflow:visible;background:#fff}.account-list-page .filter-box:not(.is-mobile-advanced-open){display:none}.account-list-page .filter-box.is-mobile-advanced-open{position:fixed;z-index:2999;top:50%;left:12px;right:12px;max-height:min(76vh,620px);margin:0;overflow:auto;transform:translateY(-50%)}.account-list-page .mobile-advanced-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px;color:#172b4d;font-size:16px}.account-list-page .mobile-advanced-head button{width:28px;height:28px;border:0;background:transparent;color:#667085;font-size:24px;line-height:1}.account-list-page .filter-box__head{display:none}.account-list-page .filter-box__body{display:grid;grid-template-columns:1fr 1fr;gap:10px;padding:0}.account-list-page .filter-box__body.is-collapsed .filter-row:nth-child(n+6){display:none}.account-list-page .filter-box__footer{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;gap:10px;padding:10px 0 0;border-top:none;margin:0}.account-list-page .filter-box__selected{display:none}.account-list-page .filter-box__actions{display:flex;align-items:center;justify-content:flex-end;gap:12px;width:auto}.account-list-page .filter-box__reset{border:none;background:transparent;color:var(--primary-color);font-size:13px;cursor:pointer;padding:0;margin-right:auto}.account-list-page .filter-box__toggle{display:none}.account-list-page .filter-box__apply{display:inline-flex!important;align-items:center;justify-content:center;gap:6px;height:42px;min-width:0;padding:0 16px;border:none;border-radius:12px;background:#0d1b39;color:#fff;font-size:14px;font-weight:700;cursor:pointer;flex:1}.account-list-page .filter-box__apply .el-icon{font-size:15px}.account-list-page .filter-box .filter-pill-arrow{display:none;font-size:12px;color:#9ca3af;flex-shrink:0}.account-list-page .filter-box .filter-row{display:flex;flex-direction:column;align-items:stretch;padding:0;border-bottom:none;margin:0;min-width:0}.account-list-page .filter-box .filter-row__main{width:100%;min-width:0;display:flex;flex-direction:column;gap:6px}.account-list-page .filter-box .filter-label{width:100%;box-sizing:border-box;min-height:0;margin:0;padding:0;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:13px;font-weight:600;color:#374151;line-height:1.3;display:block}.account-list-page .filter-box .filter-options{flex:1;min-width:0;display:flex;gap:8px;align-items:flex-start;flex-wrap:wrap;width:100%;padding:8px;border:1px solid #e5e7eb;border-radius:10px;background:#fff}.account-list-page .filter-box .filter-options__inner{flex:1;min-width:0;display:flex;flex-wrap:wrap;gap:8px;align-items:center}.account-list-page .filter-box .filter-options__inner.is-options-collapsed{max-height:36px;overflow:hidden}.account-list-page .filter-box .filter-options__toggle{display:inline-flex;align-items:center;gap:2px;flex-shrink:0;height:32px;padding:0 4px;border:none;background:transparent;color:var(--primary-color);font-size:12px;font-weight:600;cursor:pointer;white-space:nowrap}.account-list-page .filter-box .filter-options .range-input-wrapper{display:inline-flex;align-items:center;gap:6px;width:100%;max-width:280px;padding:4px 8px;border:1px solid #e5e7eb;border-radius:8px;background:#fff}.account-list-page .filter-box .filter-options .range-input-wrapper .range-separator{color:#909399;font-size:12px}.account-list-page .filter-box .filter-options .range-input-wrapper :deep(.el-input__wrapper){box-shadow:none!important;background:transparent;padding:0 2px}.account-list-page .filter-box .filter-options .range-input-wrapper :deep(.el-input__inner){text-align:center;font-size:13px}.account-list-page .filter-box .filter-options :deep(.el-input){width:100%!important;max-width:100%}.account-list-page .filter-box .filter-options :deep(.el-input:not(.is-focus) .el-input__wrapper){box-shadow:0 0 0 1px #e5e7eb inset;border-radius:8px}.account-list-page .filter-box .filter-tag{box-sizing:border-box;min-height:32px;display:inline-flex;align-items:center;justify-content:center;line-height:1.2;padding:4px 12px;border-radius:8px;border:1px solid #e5e7eb;background:#fff;color:#374151;font-size:13px;cursor:pointer}.account-list-page .filter-box .filter-tag.active{background:#3a8ee61a;border-color:var(--primary-color);color:var(--primary-color);font-weight:700;box-shadow:none}.account-list-page .filter-box .filter-row--wide .filter-tag{min-width:0;min-height:32px;padding:4px 12px;font-size:13px;font-weight:600}.account-list-page .filter-box .filter-row__tip{display:none}.account-list-page .filter-box.is-mobile-collapsed{display:block;padding:12px 14px 14px;max-width:100%;box-sizing:border-box}.account-list-page .filter-box.is-mobile-collapsed .filter-box__body{display:none}.account-list-page .filter-box.is-mobile-collapsed .filter-box__footer{display:flex;justify-content:flex-end;padding:12px 0 0}.account-list-page .filter-box.is-mobile-collapsed .filter-box__actions{display:flex;justify-content:flex-end;width:100%}.account-list-page .filter-box.is-mobile-collapsed .filter-box__reset{display:none}.account-list-page .filter-box.is-mobile-collapsed .filter-box__apply{flex:none;width:96px;height:44px;border-radius:22px;background:#071b3d;color:#fff;font-size:16px;font-weight:800}.account-list-page .filter-box.is-mobile-collapsed .filter-row{display:flex;flex-direction:row;align-items:center;gap:8px;min-height:44px;padding:0 12px;border-radius:12px;background:#fff;box-shadow:0 1px 2px #0f172a0a;cursor:pointer}.account-list-page .filter-box.is-mobile-collapsed .filter-row.is-active{box-shadow:0 0 0 1px #3a8ee659;background:#f8fbff}.account-list-page .filter-box.is-mobile-collapsed .filter-row.is-active .filter-label,.account-list-page .filter-box.is-mobile-collapsed .filter-row.is-active .filter-pill-arrow{color:var(--primary-color)}.account-list-page .filter-box.is-mobile-collapsed .filter-row:before{content:"";width:18px;height:18px;flex-shrink:0;border-radius:5px;background:#eef2f7 center/12px 12px no-repeat;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='M20 20l-3-3'/%3E%3C/svg%3E")}.account-list-page .filter-box.is-mobile-collapsed .filter-row:nth-child(2):before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3v18'/%3E%3Cpath d='M17 8H9.5a2.5 2.5 0 0 0 0 5H14.5a2.5 2.5 0 0 1 0 5H7'/%3E%3C/svg%3E")}.account-list-page .filter-box.is-mobile-collapsed .filter-row:nth-child(3):before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z'/%3E%3C/svg%3E")}.account-list-page .filter-box.is-mobile-collapsed .filter-row:nth-child(4):before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M13 2L3 14h9l-1 8 10-12h-9l1-8z'/%3E%3C/svg%3E")}.account-list-page .filter-box.is-mobile-collapsed .filter-row:nth-child(5):before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='7' width='18' height='13' rx='2'/%3E%3Cpath d='M8 7V5a4 4 0 0 1 8 0v2'/%3E%3C/svg%3E")}.account-list-page .filter-box.is-mobile-collapsed .filter-label{flex:1;min-width:0;margin:0;font-size:13px;font-weight:600;color:#374151}.account-list-page .filter-box.is-mobile-collapsed .filter-pill-arrow{display:inline-flex!important}.account-list-page .filter-box.is-mobile-collapsed .filter-row__main,.account-list-page .filter-box.is-mobile-collapsed .filter-row__tip{display:none!important}.account-list-page .filter-box:not(.is-mobile-collapsed){background:#fff;border:1px solid #e5e7eb;box-shadow:0 2px 10px #0027660d;padding:12px;max-width:100%;box-sizing:border-box}.account-list-page .filter-box:not(.is-mobile-collapsed) .filter-box__body{display:flex;flex-direction:column;gap:0;width:100%;max-width:100%;min-width:0}.account-list-page .filter-box:not(.is-mobile-collapsed) .filter-row,.account-list-page .filter-box:not(.is-mobile-collapsed) .filter-row__main,.account-list-page .filter-box:not(.is-mobile-collapsed) .filter-options{width:100%;max-width:100%;min-width:0;box-sizing:border-box}.account-list-page .filter-box:not(.is-mobile-collapsed) .filter-options .el-input{width:100%!important;max-width:100%!important}.account-list-page .filter-box:not(.is-mobile-collapsed) .range-input-wrapper{max-width:100%}.account-list-page .filter-box:not(.is-mobile-collapsed) .filter-box__body.is-collapsed .filter-row:nth-child(n+6){display:flex}.account-list-page .filter-box:not(.is-mobile-collapsed) .filter-row{padding:12px 0;border-bottom:1px dashed #ebeef5}.account-list-page .filter-box:not(.is-mobile-collapsed) .filter-row:last-child{border-bottom:none}.account-list-page .filter-box:not(.is-mobile-collapsed) .filter-pill-arrow{display:none!important}.account-list-page .filter-box:not(.is-mobile-collapsed) .filter-label{margin-bottom:8px;font-size:13px;font-weight:700;color:#303133}.account-list-page .filter-box:not(.is-mobile-collapsed) .filter-box__footer{border-top:1px solid #eef0f4;padding-top:12px;margin-top:4px;justify-content:space-between}.account-list-page .filter-box:not(.is-mobile-collapsed) .filter-box__actions{width:100%;justify-content:space-between}.account-list-page .filter-box:not(.is-mobile-collapsed) .filter-box__apply{flex:0 0 auto;min-width:96px}.account-list-page .mobile-filter-pills{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 16px}.account-list-page .mobile-filter-pill{width:100%;min-width:0;height:50px;padding:0 12px;border:1px solid #e2e7ef;border-radius:25px;background:#fbfcff;box-shadow:inset 0 1px #ffffffd9;display:grid;grid-template-columns:minmax(0,1fr) auto 14px;align-items:center;gap:8px;color:#111827;cursor:pointer}.account-list-page .mobile-filter-pill__label{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:15px;font-weight:800;text-align:left}.account-list-page .mobile-filter-pill__value{font-size:14px;font-weight:800;color:#111827;white-space:nowrap}.account-list-page .mobile-filter-pill__arrow{font-size:13px;color:#8b95a7}.account-list-page .mobile-filter-pill.is-active{border-color:#1677ff59;background:#f4f9ff}.account-list-page .mobile-filter-pill.is-active .mobile-filter-pill__label,.account-list-page .mobile-filter-pill.is-active .mobile-filter-pill__value{color:#1677ff}.account-list-page .filter-box{border-radius:8px;box-shadow:0 10px 22px #0f234214}.account-list-page .filter-box.is-mobile-collapsed{padding:13px 12px 14px}.account-list-page .filter-box.is-mobile-collapsed .filter-box__footer{padding:12px 0 0}.account-list-page .filter-box.is-mobile-collapsed .filter-box__apply{width:94px;height:38px;border-radius:12px;gap:5px;padding:0 13px;font-size:14px;font-weight:600;box-shadow:0 8px 16px #071b3d33}.account-list-page .filter-box.is-mobile-collapsed .filter-box__apply .el-icon{font-size:14px}.account-list-page .filter-box:not(.is-mobile-collapsed){padding:13px 12px 14px;border:none;border-radius:8px;box-shadow:0 10px 22px #0f234214}.account-list-page .filter-box:not(.is-mobile-collapsed) .filter-box__body{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 16px}.account-list-page .filter-box:not(.is-mobile-collapsed) .filter-row:not(.mobile-quick-filter){display:none}.account-list-page .filter-box:not(.is-mobile-collapsed) .filter-row{display:grid;grid-template-columns:minmax(0,1fr) 11px;align-items:center;min-height:37px;padding:0 10px;border:1px solid #e5e8ee;border-radius:19px;background:linear-gradient(180deg,#fff,#f9fbff);box-shadow:inset 0 1px #ffffffe6,0 1px 2px #0f23420a;cursor:pointer}.account-list-page .filter-box:not(.is-mobile-collapsed) .filter-label{width:100%;min-width:0;margin:0;padding:0;line-height:1}.account-list-page .filter-box:not(.is-mobile-collapsed) .filter-label .account-list-mobile-only{display:grid!important;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:7px}.account-list-page .filter-box:not(.is-mobile-collapsed) .filter-label__name{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:700;color:#1f2937}.account-list-page .filter-box:not(.is-mobile-collapsed) .filter-label__value{max-width:56px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:500;color:#2f3744}.account-list-page .filter-box:not(.is-mobile-collapsed) .filter-pill-arrow{display:inline-flex!important;font-size:10px;color:#8a93a3}.account-list-page .filter-box:not(.is-mobile-collapsed) .filter-row__main,.account-list-page .filter-box:not(.is-mobile-collapsed) .filter-row__tip{display:none!important}.account-list-page .filter-box:not(.is-mobile-collapsed) .filter-box__footer{padding:12px 0 0;border-top:none}.account-list-page .filter-box:not(.is-mobile-collapsed) .filter-box__selected,.account-list-page .filter-box:not(.is-mobile-collapsed) .filter-box__reset{display:none}.account-list-page .filter-box:not(.is-mobile-collapsed) .filter-box__actions{display:flex;justify-content:flex-end;width:100%}.account-list-page .filter-box:not(.is-mobile-collapsed) .filter-box__apply{flex:none;width:94px;min-width:0;height:38px;border-radius:12px;gap:5px;padding:0 13px;font-size:14px;font-weight:600;box-shadow:0 8px 16px #071b3d33}.account-list-page .filter-box:not(.is-mobile-collapsed) .filter-box__apply .el-icon{font-size:14px}.account-list-page .mobile-filter-pills{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 16px}.account-list-page .mobile-filter-pill{height:37px;padding:0 10px;grid-template-columns:minmax(0,1fr) auto 11px;gap:7px;border-color:#e5e8ee;border-radius:19px;background:linear-gradient(180deg,#fff,#f9fbff);box-shadow:inset 0 1px #ffffffe6,0 1px 2px #0f23420a}.account-list-page .mobile-filter-pill__label{font-size:13px;font-weight:700;color:#1f2937}.account-list-page .mobile-filter-pill__value{font-size:12px;font-weight:500;color:#2f3744}.account-list-page .mobile-filter-pill__arrow{font-size:10px;color:#8a93a3}.account-list-page .product-list-panel{background:#fff;border-radius:14px;overflow:hidden;margin-bottom:12px;box-shadow:0 10px 24px #0f23420f}.account-list-page .list-toolbar{display:none;align-items:center;padding:12px 14px 6px;margin-bottom:0;border-radius:0;border:none;box-shadow:none;background:#fff;gap:8px;border-bottom:none}.account-list-page .list-toolbar .toolbar-left{flex:1;min-width:0;overflow:hidden}.account-list-page .list-toolbar .sort-tabs{display:flex;justify-content:space-between;gap:0;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.account-list-page .list-toolbar .sort-tabs::-webkit-scrollbar{display:none}.account-list-page .list-toolbar .sort-tab{flex-shrink:0;font-size:12px;height:36px;display:inline-flex;align-items:center;white-space:nowrap;padding:0 2px;border-bottom:3px solid transparent;color:#0f172a;font-weight:700}.account-list-page .list-toolbar .sort-tab.active{color:#1677ff;font-weight:900;border-bottom-color:var(--primary-color)}.account-list-page .list-toolbar .sort-tab .el-icon{margin-left:1px;font-size:13px}.account-list-page .toolbar-advanced{display:inline-flex;align-items:center;justify-content:center;gap:3px;width:48px;height:30px;padding:0;border:0;border-left:1px solid #eef1f6;border-radius:0;background:transparent;color:#1677ff;font:inherit;font-size:12px;font-weight:700;flex-shrink:0}.account-list-page .accounts-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding:8px;margin-bottom:0}.account-list-page .recommend-product-card{width:100%;min-width:0;border-radius:12px;border:1px solid #eef1f6;box-shadow:none}.account-list-page .recommend-product-card:hover{transform:none;box-shadow:none}.account-list-page .recommend-product-card .product-card__thumb{height:auto;aspect-ratio:16/10}.account-list-page .recommend-product-card .product-card__info{padding:9px;gap:6px}.account-list-page .recommend-product-card .product-card__name{font-size:13px;font-weight:800;line-height:1.3}.account-list-page .recommend-product-card .product-card__fee-grid{border-radius:10px}.account-list-page .recommend-product-card .product-card__tags{min-height:0;max-height:42px;gap:4px}.account-list-page .recommend-product-card .product-card__tag{height:20px;padding:0 6px;font-size:10px}.account-list-page .recommend-product-card .product-card__tag--assured{align-self:center;box-sizing:border-box;width:20px;min-width:20px;height:20px;padding:0;line-height:0}.account-list-page .recommend-product-card .product-card__assured-icon{width:auto;height:80%;max-width:100%;max-height:100%;margin:auto}.account-list-page .recommend-product-card .product-card__fee-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.account-list-page .recommend-product-card .product-card__fee-item{padding:6px}.account-list-page .recommend-product-card .product-card__fee-label{font-size:9px}.account-list-page .recommend-product-card .product-card__fee-value{font-size:11px}.account-list-page .recommend-product-card .product-card__footer{padding-top:10px}.account-list-page .recommend-product-card .product-card__price{font-size:17px;font-weight:800}.account-list-page .recommend-product-card .product-card__btn{height:30px;padding:0 8px;border-radius:9px;font-size:11px}.account-list-page .recommend-product-card .product-card__online-btn{display:inline-flex;width:100%;height:26px;padding:0 4px;border-radius:7px;font-size:10px;box-shadow:none}.account-list-page .product-card{width:100%;max-width:100%;min-width:0;height:100%;border-radius:12px;border:1px solid #eef0f4;box-shadow:0 2px 8px #0f172a0a;background:#fff;overflow:hidden}.account-list-page .product-card:hover{transform:none;box-shadow:0 2px 8px #0f172a0a}.account-list-page .product-card .card-image{aspect-ratio:16/10}.account-list-page .product-card .card-image .product-discount-badge--overlay{left:0;top:8px;border-radius:0 6px 6px 0;background:var(--primary-color);color:#fff;font-size:11px;font-weight:800;padding:3px 8px;box-shadow:none}.account-list-page .product-card .want-badge{bottom:6px;right:6px;top:auto;border-radius:999px;font-size:10px;padding:2px 6px}.account-list-page .product-card .card-content{padding:10px;flex:1;display:flex;flex-direction:column;min-height:0}.account-list-page .product-card .product-title{font-size:13px;font-weight:800;min-height:2.7em;margin-bottom:6px;color:#111827;flex-shrink:0}.account-list-page .product-card .skin-tags{margin-top:0;margin-bottom:6px;gap:4px;max-height:44px;overflow:hidden;flex-shrink:0}.account-list-page .product-card .skin-tags .skin-tag{background:#3a8ee614;border-color:#3a8ee61f;color:var(--primary-color);font-size:10px}.account-list-page .product-card .skin-tags .skin-tag--knife{background:#3a8ee614;border-color:#3a8ee61f;color:var(--primary-color)}.account-list-page .product-card .skin-tags .skin-tag--red{background:#e5393514;border-color:#e539354d;color:#e53935}.account-list-page .product-card .skin-tags .skin-tag--gold{background:#c9920a1a;border-color:#c9920a59;color:#c9920a}.account-list-page .product-card .seller-meta{display:inline-flex;align-items:center;gap:3px;margin-bottom:8px;font-size:11px;color:#9ca3af}.account-list-page .product-card .seller-meta .el-icon{font-size:12px}.account-list-page .product-card .fee-grid{margin-bottom:10px;border-radius:8px}.account-list-page .product-card .fee-cell{gap:4px;padding:6px 4px;min-height:44px}.account-list-page .product-card .fee-cell__icon{width:22px;height:22px;border-radius:6px;font-size:12px}.account-list-page .product-card .fee-cell__label{font-size:10px}.account-list-page .product-card .fee-cell__value{font-size:11px}.account-list-page .product-card .card-footer{display:flex;align-items:center;justify-content:flex-end;margin-top:auto;gap:8px;padding-top:0;border-top:none}.account-list-page .product-card .product-rent-btn{display:inline-flex;align-items:center;justify-content:center;height:30px;padding:0 12px;border-radius:6px;border:1px solid rgba(15,39,68,.16);background:#fff;color:#0f2744;font-size:12px;font-weight:700;white-space:nowrap;box-shadow:none}.account-list-page .infinite-load-state{display:flex;min-height:48px;align-items:center;justify-content:center;padding:4px 16px calc(12px + env(safe-area-inset-bottom,0px));color:#9aa6b6;font-size:12px;line-height:20px;box-sizing:border-box}.account-list-page .infinite-load-dots{display:inline-flex;align-items:center;gap:6px;height:20px}.account-list-page .infinite-load-dots i{display:block;width:6px;height:6px;border-radius:50%;background:#88a1be;animation:account-list-load-dot 1s ease-in-out infinite}.account-list-page .infinite-load-dots i:nth-child(2){animation-delay:.14s}.account-list-page .infinite-load-dots i:nth-child(3){animation-delay:.28s}@keyframes account-list-load-dot{0%,60%,to{opacity:.35;transform:scale(.72)}30%{opacity:1;transform:scale(1.2)}}}@media (max-width: 768px) and (prefers-reduced-motion: reduce){.account-list-page .infinite-load-dots i{animation:none;opacity:.8;transform:none}}@media (max-width: 768px){.account-list-page .empty-state{padding:40px 16px;border-radius:12px}.product-deposit-promise{position:absolute;left:0;right:0;bottom:0;z-index:2;padding:4px 6px;text-align:center;font-size:clamp(10px,2.6vw,13px);font-weight:700;line-height:1.3;color:#ff1f1f;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;letter-spacing:.02em;background:#0000006b;pointer-events:none}.thumb:has(>.product-deposit-promise)>.want-badge,.card-image:has(>.product-deposit-promise)>.want-badge{bottom:28px!important}.product-deposit-promise{padding:3px 4px;font-size:clamp(9px,2.8vw,11px)}.thumb:has(>.product-deposit-promise)>.want-badge,.card-image:has(>.product-deposit-promise)>.want-badge{bottom:24px!important}.product-discount-badge{display:inline-block;padding:4px 10px;border-radius:6px;background:linear-gradient(135deg,#ffd666,#f5c842);color:#5c3b00;font-size:13px;font-weight:900;line-height:1.2;margin-bottom:10px}.product-discount-badge--overlay{position:absolute;left:10px;top:10px;z-index:2;margin-bottom:0;box-shadow:0 2px 8px #5c3b0026}.fee-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-auto-rows:1fr;border:1px solid rgba(0,0,0,.08);border-radius:10px;overflow:hidden;margin-top:auto;margin-bottom:12px;flex-shrink:0;background:#fff}}@media (max-width: 768px){.fee-grid+.card-footer{margin-top:0!important}.fee-cell{display:flex;align-items:center;gap:8px;padding:10px 8px;min-height:52px;height:100%;box-sizing:border-box;background:#fff}.fee-cell:nth-child(odd){border-right:1px solid rgba(0,0,0,.06)}.fee-cell:nth-child(-n+2){border-bottom:1px solid rgba(0,0,0,.06)}.fee-cell__icon{flex-shrink:0;width:28px;height:28px;border-radius:8px;background:linear-gradient(180deg,#1a3a6b,#0f2744);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:14px}.fee-cell__body{min-width:0;display:flex;flex-direction:column;gap:2px}.fee-cell__label{font-size:11px;color:var(--text-muted);line-height:1.2}.fee-cell__value{font-size:13px;font-weight:800;color:var(--text-primary);line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-rent-btn{display:inline-flex;align-items:center;justify-content:center;height:36px;padding:0 16px;border-radius:8px;border:1px solid rgba(15,39,68,.16);background:#fff;color:#0f2744;font-size:13px;font-weight:800;cursor:pointer;flex-shrink:0;transition:opacity .2s,border-color .2s,background-color .2s;white-space:nowrap}.product-rent-btn:hover{opacity:1;border-color:#3a8ee673;background:#f8fafc}.platform-mobile .recommend-product-card:hover,.platform-mobile .type-product-card:hover,.platform-mobile .product-card:hover{transform:none!important;box-shadow:none!important}.platform-mobile .recommend-product-card:hover .product-card__btn{background:#02122f!important;transform:none!important}.platform-mobile .recommend-product-card:hover .product-card__online-btn{transform:none!important}.platform-mobile .product-rent-btn:hover{border-color:#0f274429!important;background:#fff!important}.shareholder-desktop-only{display:block}.shareholder-mobile-only{display:none}.shareholder-page{background:#f5f7fb}.shareholder-page .container{max-width:1370px;margin:0 15px}.shareholder-desktop-only{display:none!important}.shareholder-mobile-only{display:block}.shareholder-page{padding-top:0;padding-bottom:calc(96px + env(safe-area-inset-bottom,0px))}.shareholder-hero{background:transparent;padding:10px 0 12px;margin-top:0}.shareholder-hero__inner{display:block;min-height:174px;padding:24px 18px 18px;border-radius:18px;box-sizing:border-box;overflow:hidden;background-color:#001d56;background-image:var(--shareholder-hero-image);background-repeat:no-repeat;background-position:78% center;background-size:auto 250%}.shareholder-hero__content{max-width:64%}.shareholder-hero__title{font-size:25px;font-weight:800;color:#fff;margin-bottom:6px}.shareholder-hero__subtitle{font-size:14px;color:#ffffffe6;margin-bottom:4px;line-height:1.45;white-space:nowrap}.shareholder-hero__desc{font-size:12px;color:#ffffffb3;margin-bottom:12px}.shareholder-hero__btn{display:inline-flex;align-items:center;gap:6px;height:38px;padding:0 18px;border:none;border-radius:999px;background:var(--gold-gradient);color:#5c3b00;font-size:13px;font-weight:700}.shareholder-hero__btn img{width:16px;height:16px;object-fit:contain}.shareholder-stats-wrap{margin-top:0;margin-bottom:12px}.shareholder-stats{display:flex;flex-direction:column;gap:10px;background:transparent;border:none;box-shadow:none}.shareholder-stats__item{background:var(--bg-primary);border-radius:18px;border:1px solid rgba(20,45,80,.08);padding:16px;display:flex;align-items:center;gap:10px;box-shadow:0 8px 22px #122b4b0e}.shareholder-shortcuts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.shareholder-shortcuts__item{display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:0;min-height:90px;padding:10px 6px;border:1px solid rgba(20,45,80,.08);border-radius:18px;background:var(--bg-primary);color:inherit;text-align:center;box-shadow:0 8px 22px #122b4b0e}.shareholder-shortcuts__item img{width:36px;height:36px;margin:0 0 6px;border-radius:50%;object-fit:contain;flex:0 0 auto}.shareholder-shortcuts__body{display:flex;flex-direction:column;align-items:center;min-width:0;gap:3px}.shareholder-shortcuts__label{overflow:hidden;color:#27364f;max-width:100%;font-size:13px;font-weight:700;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.shareholder-shortcuts__value{color:#1683dc;max-width:100%;overflow:hidden;font-size:12px;font-weight:700;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.shareholder-shortcuts__hint{color:#8a97ad;font-size:11px;line-height:1.2}.shareholder-stats__icon{width:52px;height:52px;flex-shrink:0}.shareholder-stats__icon img{width:100%;height:100%;object-fit:contain;display:block}.shareholder-stats__body{flex:1 1 auto;min-width:0;width:auto;overflow:hidden}.shareholder-stats__label{color:#1f2d45;font-size:17px;font-weight:700;line-height:1.3}.shareholder-stats__link{width:100%;min-width:0;margin-top:6px;overflow:hidden;color:#1d2a40;font-size:14px;font-weight:500;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.shareholder-stats__hint{margin-top:8px;font-size:11px;color:#8a97ad;line-height:1.45}.shareholder-stats__value{margin-top:4px;color:#1683dc;font-size:19px;font-weight:700;line-height:1.2}.shareholder-stats__item--link{align-items:center;padding-top:18px;padding-bottom:18px}.shareholder-stats__item--link .shareholder-stats__icon{align-self:flex-start}.shareholder-stats__copy{margin-left:auto;height:36px;padding:0 12px;border-radius:8px;border:1px solid #45a3e7;background:transparent;color:#258dd4;font-size:13px;display:inline-flex;align-items:center;gap:4px;white-space:nowrap;flex:0 0 auto;max-width:100%}.shareholder-stats__copy .el-icon{flex:0 0 auto}.shareholder-stats__copy{position:relative;z-index:1}.shareholder-rules{background:var(--bg-primary);border-radius:18px;border:1px solid rgba(20,45,80,.08);padding:18px 16px;margin-bottom:12px;box-shadow:0 8px 22px #122b4b0e}.shareholder-rules__list{list-style:none;margin:0 0 10px;padding:0}.shareholder-rules__list li{position:relative;padding-left:16px;margin-bottom:10px;line-height:1.55}.shareholder-rules__list li:before{content:"";position:absolute;top:.72em;left:3px;width:5px;height:5px;border-radius:50%;background:#001f5d}.shareholder-rules__example{margin-top:14px;padding:14px 12px;border-radius:12px;border:1px solid #f2d694;background:#fffaf0}.shareholder-rules__example-title{font-size:16px;font-weight:800;margin:0 0 8px}.shareholder-rules__example-line{font-size:14px;color:#30415f;line-height:1.6;margin:0 0 6px}.shareholder-rules__example-line:last-child{margin-bottom:0}.shareholder-rules__example-line .highlight-percent{color:#ff9700!important;font-weight:700}.shareholder-earnings{background:var(--bg-primary);border-radius:12px;border:1px solid rgba(20,45,80,.08);padding:14px;margin-bottom:24px;box-shadow:0 8px 22px #122b4b0e}.shareholder-earnings__head{margin-bottom:10px}.shareholder-earnings__actions{display:flex;align-items:center;justify-content:space-between;margin-top:8px}.shareholder-earnings__live{font-size:11px;font-weight:700;color:#ff9700;white-space:nowrap;margin-left:6px}.shareholder-earnings__tabs{display:flex;gap:6px;overflow-x:auto;flex:1}.shareholder-earnings__tab{flex-shrink:0;height:28px;padding:0 10px;border-radius:6px;border:1px solid var(--border-color);background:var(--bg-secondary);font-size:12px}.shareholder-earnings__tab.active{background:var(--primary-color);color:#fff;border-color:var(--primary-color)}.shareholder-mobile-list{display:flex;flex-direction:column;gap:8px}.shareholder-mobile-row{padding:10px;border-radius:10px;background:var(--bg-secondary);border:1px solid var(--border-color)}.shareholder-mobile-row__top{display:flex;justify-content:space-between;font-weight:700;margin-bottom:4px}.shareholder-mobile-row__top .is-money{color:#b8860b}.shareholder-mobile-row__meta{font-size:12px;color:var(--text-muted);line-height:1.5}.shareholder-section-title{font-size:20px;font-weight:800}.shareholder-mobile-empty{padding:24px 0;text-align:center;display:flex;flex-direction:column;align-items:center}.shareholder-mobile-empty .shareholder-empty__icon{width:46px;height:46px;object-fit:contain;opacity:.72}.shareholder-mobile-empty .shareholder-empty__text{margin-top:6px;font-size:13px;color:var(--text-muted)}.profile-desktop-only{display:block}.profile-mobile-only{display:none}.profile-dashboard{display:flex;flex-direction:column;gap:12px}.profile-hero-card{position:relative;display:flex;align-items:stretch;padding:0;overflow:hidden;background:var(--bg-primary);border-radius:var(--border-radius-xl);border:1px solid var(--border-color);box-shadow:var(--shadow-sm)}.profile-hero-card__main{position:relative;z-index:2;display:grid;grid-template-columns:auto minmax(0,1fr);gap:16px;align-items:center;padding:16px;min-width:0}.profile-hero-card__banner,.profile-hero-card__grade{display:none}.profile-hero-card__avatar-wrap{position:relative;justify-self:start;padding-bottom:10px}.profile-hero-card__avatar{border:3px solid #fff;box-shadow:0 0 0 2px #0f27441f;background:var(--bg-secondary)}.profile-hero-card__avatar img{width:100%;height:100%;object-fit:cover}.profile-hero-card__level{position:absolute;left:50%;bottom:0;transform:translate(-50%);padding:3px 14px;border-radius:999px;background:#0f2744;color:#fff;font-size:12px;font-weight:800;letter-spacing:.3px;border:2px solid #fff;white-space:nowrap}.profile-hero-card__info{min-width:0}.profile-hero-card__name-row{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-bottom:8px}.profile-hero-card__name{font-size:20px;font-weight:800;color:#0f2744}.profile-hero-card__member-tag{display:inline-flex;align-items:center;gap:5px;min-height:26px;box-sizing:border-box;padding:3px 10px 3px 6px;border:1px solid #e5b83f;border-radius:6px;background:linear-gradient(135deg,#203b6d,#0b1f45);color:#ffe18b;font-size:12px;font-weight:900;letter-spacing:.15px;line-height:1;text-transform:uppercase;text-decoration:none;text-shadow:0 1px 1px rgba(0,0,0,.38);box-shadow:inset 0 1px #ffffff2e,0 3px 8px #0f274429}.profile-hero-card__member-tag.is-ordinary{border-color:#c6d5e4;background:linear-gradient(135deg,#f4f8fc,#e6eef6);color:#4b647d;text-shadow:none;box-shadow:inset 0 1px #ffffffe6,0 2px 6px #405b781f}.profile-hero-card__member-tag img{width:20px;height:18px;object-fit:contain;filter:drop-shadow(0 1px 2px rgba(0,0,0,.26))}.profile-hero-card__member-tag.is-gold{border-color:#e2ab32;background:linear-gradient(135deg,#5a3b08,#201600);color:#ffe69b}.profile-hero-card__member-tag.is-platinum{border-color:#bcc9da;background:linear-gradient(135deg,#43536a,#1f2b3c);color:#f3f7ff}.profile-hero-card__member-tag.is-black-gold{border-color:#bc8d31;background:linear-gradient(135deg,#1d2431,#05080e);color:#f0cb78}.profile-hero-card__member-tag.is-black-diamond{border-color:#8f65ee;background:linear-gradient(135deg,#24163f,#09070f);color:#e2d6ff;box-shadow:inset 0 1px #d2bcff3d,0 3px 8px #341c604d}.profile-hero-card__mobile-vip-badge,.profile-hero-card__mobile-member-tag{display:none}.profile-hero-card__role-tag{display:inline-flex;align-items:center;height:20px;padding:0 8px;border-radius:4px;font-size:11px;font-weight:700;white-space:nowrap}.profile-hero-card__role-tag.is-internal{background:#ecfdf5;color:#16a34a}.profile-hero-card__role-tag.is-partner{background:#eff6ff;color:#2563eb}.profile-hero-card__role-tag.is-user{background:#0f274414;color:#0f2744}.profile-hero-card__bio{font-size:13px;color:var(--text-secondary);margin:0 0 10px;line-height:1.5}.profile-hero-card__meta{display:flex;flex-direction:column;gap:6px;font-size:12px;color:var(--text-muted)}.profile-hero-card__meta-item{display:inline-flex;align-items:center;gap:5px;color:var(--text-secondary)}.profile-hero-card__meta-item img{width:13px;height:13px;object-fit:contain;opacity:.75;flex-shrink:0}.profile-hero-card__meta-item em{font-style:normal;color:var(--text-muted);margin-right:3px}.profile-hero-card__meta--secondary{margin-top:2px}.profile-quick-stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.profile-quick-stats__item{display:flex;align-items:center;gap:12px;background:var(--bg-primary);border:1px solid var(--border-color);border-radius:var(--border-radius-xl);padding:14px 12px;box-shadow:var(--shadow-sm);text-decoration:none;transition:border-color .2s,box-shadow .2s,transform .2s}.profile-quick-stats__item:hover{border-color:#0f274440;box-shadow:var(--shadow);transform:translateY(-1px)}.profile-quick-stats__icon{width:44px;height:44px;flex-shrink:0;object-fit:contain}.profile-quick-stats__body{min-width:0}.profile-quick-stats__label{font-size:13px;font-weight:700;color:var(--text-secondary);margin-bottom:2px}.profile-quick-stats__value{display:block;font-size:20px;font-weight:800;color:#0f2744;line-height:1.2;word-break:break-all}.profile-quick-stats__value small{font-size:12px;font-weight:600;color:var(--text-secondary)}.profile-quick-stats__hint{margin-top:2px;font-size:11px;color:var(--text-muted)}.profile-orders-security,.profile-service-section{display:flex;flex-direction:column;gap:12px;width:100%;min-width:0}.profile-panel{background:var(--bg-primary);border:1px solid var(--border-color);border-radius:var(--border-radius-xl);padding:16px;box-shadow:var(--shadow-sm)}.profile-panel__head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px}.profile-panel__title{margin:0;font-size:15px;font-weight:800;color:var(--text-primary)}.profile-panel__link{font-size:13px;color:var(--primary-color);text-decoration:none;font-weight:600;white-space:nowrap}.profile-panel__link:hover{text-decoration:underline}.profile-orders-table{width:100%;border-collapse:collapse}.profile-orders-table th,.profile-orders-table td{padding:10px 8px;text-align:left;font-size:12px;border-bottom:1px solid var(--border-color)}.profile-orders-table th{color:var(--text-muted);font-weight:600;background:var(--bg-secondary)}.profile-orders-table tbody tr:last-child td{border-bottom:none}.profile-orders-table .order-no{font-weight:600;color:var(--text-primary)}.profile-orders-table .order-sub{margin-top:3px;font-size:12px;color:var(--text-muted)}.profile-orders-table .order-time__end{display:flex;align-items:center;gap:3px}.profile-orders-table .order-time__end .el-icon{font-size:11px}.profile-orders-table .order-amount{font-weight:700;color:var(--text-primary)}.profile-orders-table .order-game{display:flex;align-items:center;gap:8px}.profile-orders-table .order-game img{width:36px;height:36px;border-radius:8px;object-fit:cover;background:var(--bg-secondary);flex-shrink:0}.profile-orders-table .order-game__text{min-width:0}.profile-orders-table .order-game__name{font-weight:600;color:var(--text-primary)}.profile-orders-table .status-tag{display:inline-block;padding:3px 10px;border-radius:var(--border-radius);font-size:12px;font-weight:600}.profile-orders-table .status-tag.is-info{background:#3a8ee61f;color:var(--primary-color)}.profile-orders-table .status-tag.is-success{background:#52c41a1f;color:#389e0d}.profile-orders-table .status-tag.is-cancel{background:#0000000d;color:var(--text-muted)}.profile-orders-table .action-link{color:var(--primary-color);font-weight:600;cursor:pointer;border:none;background:transparent;font-size:13px}.profile-orders-table .action-link:hover{text-decoration:underline}.profile-orders-table .profile-orders-empty{padding:32px 10px;text-align:center;color:var(--text-muted);font-size:14px;white-space:normal}.profile-security-list{display:flex;flex-direction:column;gap:10px}.profile-security-list__item{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:8px 0;border-bottom:1px dashed var(--border-color);font-size:13px}.profile-security-list__item:last-child{border-bottom:none}.profile-security-list__status{display:inline-flex;align-items:center;gap:4px;color:var(--text-secondary)}.profile-security-list__status.is-ok{color:#389e0d}.profile-help-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.profile-help-grid__item{display:flex;flex-direction:column;align-items:center;gap:6px;padding:12px 8px;border-radius:10px;background:var(--bg-secondary);border:1px solid var(--border-color);cursor:pointer;transition:border-color .2s}.profile-help-grid__item:hover{border-color:var(--primary-color)}.profile-help-grid__item .el-icon{font-size:22px;color:var(--primary-color)}.profile-help-grid__item span{font-size:12px;color:var(--text-secondary);font-weight:600;text-align:center;line-height:1.3}.profile-favorites__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.profile-favorites__item{border-radius:12px;overflow:hidden;border:1px solid var(--border-color);cursor:pointer;transition:transform .2s}.profile-favorites__item:hover{transform:translateY(-2px)}.profile-favorites__item img{width:100%;aspect-ratio:1;object-fit:cover;background:var(--bg-secondary)}.profile-favorites__item span{display:block;padding:6px 8px;font-size:12px;font-weight:600;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile-favorites__add{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;min-height:120px;border:2px dashed var(--border-color);border-radius:12px;background:var(--bg-secondary);cursor:pointer;color:var(--text-muted);font-size:12px}.profile-favorites__add .el-icon{font-size:24px}.profile-favorites__add:hover{border-color:var(--primary-color);color:var(--primary-color)}.profile-favorites__empty{padding:32px 16px;text-align:center;font-size:13px;color:var(--text-muted)}.profile-page .profile-layout{display:grid;align-items:start}.profile-page .profile-sidebar{min-width:0}.profile-page .profile-nav{display:flex;flex-direction:column;gap:4px;background:var(--bg-primary);border-radius:var(--border-radius-xl);border:1px solid var(--border-color);padding:8px;box-shadow:var(--shadow-sm)}.profile-page .profile-nav .nav-item{position:relative;display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:8px;margin-bottom:0;font-size:13px;color:var(--text-secondary);text-decoration:none;transition:background .2s,color .2s}.profile-page .profile-nav .nav-item .nav-item__icon{width:18px;height:18px;flex-shrink:0;background-color:currentColor;mask-image:var(--nav-icon);mask-repeat:no-repeat;mask-position:center;mask-size:contain;-webkit-mask-image:var(--nav-icon);-webkit-mask-repeat:no-repeat;-webkit-mask-position:center;-webkit-mask-size:contain}.profile-page .profile-nav .nav-item:hover{background:var(--bg-secondary);color:#0f2744}.profile-page .profile-nav .nav-item.active{background:#0f27440f;color:#0f2744;font-weight:700}.profile-page .profile-nav .nav-item .nav-item__label-mobile{display:none}.profile-desktop-only{display:none!important}.profile-mobile-only{display:block}.profile-page{background:#fff;overflow-x:hidden;padding-bottom:8px}.profile-page .page-header,.profile-page .profile-page-header{display:none}.profile-page .container{padding-left:12px;padding-right:12px;max-width:100%;box-sizing:border-box}.profile-page .profile-layout{display:flex;flex-direction:column;gap:10px;padding:12px 0 0;min-width:0}.profile-page.is-message-page .profile-layout,.profile-page.is-publish-idle-page .profile-layout{gap:0;padding-top:0}.profile-page.is-message-page .profile-sidebar,.profile-page.is-publish-idle-page .profile-sidebar{display:none}.profile-page.is-publish-idle-page .container{padding-left:0;padding-right:0;padding-bottom:calc(100px + env(safe-area-inset-bottom,0px));background:#fff}.profile-page.is-publish-idle-page,.profile-page.is-publish-idle-page .profile-layout,.profile-page.is-publish-idle-page .profile-content{background:#fff}.profile-page .profile-sidebar{position:sticky;top:0;z-index:30;width:100%;min-width:0;background:var(--bg-secondary);padding-bottom:4px}.profile-page .profile-nav{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:stretch;gap:4px;padding:6px;max-height:none;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none}.profile-page .profile-nav::-webkit-scrollbar{display:none}.profile-page .profile-nav .nav-item{flex:0 0 auto;flex-direction:column;align-items:center;justify-content:center;gap:4px;min-width:64px;padding:8px 10px;font-size:11px;line-height:1.25;text-align:center;white-space:nowrap}.profile-page .profile-nav .nav-item .el-icon{font-size:18px}.profile-page .profile-nav .nav-item .nav-item__label{display:block;width:100%;word-break:keep-all}.profile-page .profile-nav .nav-item.has-mobile-name .nav-item__label-desktop{display:none}.profile-page .profile-nav .nav-item.has-mobile-name .nav-item__label-mobile{display:block}.profile-page .profile-sidebar__service{display:none}.profile-page .profile-content{min-width:0;width:100%;overflow-x:hidden}.profile-page .profile-dashboard{min-width:0;gap:10px}.profile-page .profile-hero-card__mobile-member-tag{position:absolute;z-index:3;left:50%;bottom:0;transform:translate(-50%);display:inline-flex;align-items:center;justify-content:center;min-height:22px;max-width:92px;padding:3px 9px;overflow:hidden;border:1px solid rgba(220,229,255,.72);border-radius:999px;background:linear-gradient(135deg,#27355c,#0b122f);color:#f7f9ff;box-sizing:border-box;font-size:10px;font-weight:800;line-height:1;text-decoration:none;text-transform:uppercase;text-overflow:ellipsis;white-space:nowrap;box-shadow:0 3px 8px #0f27442e}.profile-page .profile-hero-card__mobile-member-tag.is-gold{border-color:#e2ab32d1;background:linear-gradient(135deg,#68450b,#281a02);color:#ffe6a0}.profile-page .profile-hero-card__mobile-member-tag.is-ordinary{border-color:#c6d5e4eb;background:linear-gradient(135deg,#f4f8fc,#e6eef6);color:#4b647d;box-shadow:0 2px 6px #405b781f}.profile-page .profile-hero-card__mobile-member-tag.is-platinum{border-color:#bcc9dadb;background:linear-gradient(135deg,#4b5d77,#263247);color:#f3f7ff}.profile-page .profile-hero-card__mobile-member-tag.is-black-gold{border-color:#bc8d31db;background:linear-gradient(135deg,#252b36,#070a10);color:#f0cb78}.profile-page .profile-hero-card__mobile-member-tag.is-black-diamond{border-color:#8f65eee0;background:linear-gradient(135deg,#2b1b49,#0c0815);color:#e2d6ff}.profile-page .profile-hero-card.has-mobile-vip{overflow:hidden;border-color:#cdd9ff52;background:#141b3d85;box-shadow:none}.profile-page .profile-hero-card.has-mobile-vip .profile-hero-card__main{position:relative;min-height:144px;grid-template-columns:74px minmax(0,1fr);padding:7px;gap:12px;align-items:center;background:transparent}.profile-page .profile-hero-card.has-mobile-vip .profile-hero-card__info{min-width:0;align-self:stretch;display:flex;flex-direction:column}.profile-page .profile-hero-card.has-mobile-vip .profile-hero-card__avatar-wrap{align-self:center;padding-bottom:10px}.profile-page .profile-hero-card.has-mobile-vip .profile-hero-card__avatar{--el-avatar-size: 72px !important;width:72px!important;height:72px!important;border:3px solid rgba(255,255,255,.92);box-shadow:0 0 0 3px #8a9fff42,0 8px 18px #02061752}.profile-page .profile-hero-card.has-mobile-vip .profile-hero-card__level{bottom:-1px;padding:3px 12px;border-color:#a4b2ffb3;background:linear-gradient(135deg,#25254a,#141936);box-shadow:0 4px 10px #0206174d}.profile-page .profile-hero-card.has-mobile-vip .profile-hero-card__name-row{gap:7px;margin-bottom:5px;padding-right:88px}.profile-page .profile-hero-card.has-mobile-vip .profile-hero-card__name{color:#fff;font-size:20px;letter-spacing:.2px;text-shadow:0 2px 6px rgba(5,9,32,.42)}.profile-page .profile-hero-card.has-mobile-vip .profile-hero-card__role-tag{height:20px;padding:0 7px;border:1px solid rgba(255,255,255,.18);background:#ffffff24;color:#fff}.profile-page .profile-hero-card.has-mobile-vip .profile-hero-card__role-tag.is-internal,.profile-page .profile-hero-card.has-mobile-vip .profile-hero-card__role-tag.is-partner,.profile-page .profile-hero-card.has-mobile-vip .profile-hero-card__role-tag.is-user{background:#ffffff24;color:#fff}.profile-page .profile-hero-card.has-mobile-vip .profile-hero-card__mobile-member-tag{position:absolute;z-index:3;left:50%;top:58px;transform:translate(-50%);display:inline-flex;align-items:center;justify-content:center;gap:4px;min-height:22px;max-width:84px;margin-top:0;padding:2px 7px 2px 4px;overflow:hidden;border:1px solid rgba(220,229,255,.62);border-radius:999px;background:linear-gradient(135deg,#27355cf5,#080d22f5);color:#f7f9ff;font-size:10px;font-weight:800;line-height:1;text-transform:uppercase;text-decoration:none;white-space:nowrap;box-shadow:0 3px 8px #0206174d}.profile-page .profile-hero-card.has-mobile-vip .profile-hero-card__mobile-member-tag img{width:17px;height:15px;flex:0 0 auto;object-fit:contain}.profile-page .profile-hero-card.has-mobile-vip .profile-hero-card__mobile-member-tag span{overflow:hidden;text-overflow:ellipsis}.profile-page .profile-hero-card.has-mobile-vip .profile-hero-card__mobile-member-tag.is-gold{border-color:#ffd570c2;background:linear-gradient(135deg,#65430afa,#231602fa);color:#ffe5a1}.profile-page .profile-hero-card.has-mobile-vip .profile-hero-card__mobile-member-tag.is-platinum{border-color:#dceaffc7;background:linear-gradient(135deg,#475771fa,#1c2638fa)}.profile-page .profile-hero-card.has-mobile-vip .profile-hero-card__mobile-member-tag.is-black-gold{border-color:#e3bb63d1;background:linear-gradient(135deg,#252a34fa,#05080efa);color:#f4d18a}.profile-page .profile-hero-card.has-mobile-vip .profile-hero-card__mobile-member-tag.is-black-diamond{border-color:#b999ffd1;background:linear-gradient(135deg,#2b1c48fa,#0a0713fa);color:#e8dcff}.profile-page .profile-hero-card.has-mobile-vip .profile-hero-card__member-tag{display:none}.profile-page .profile-hero-card.has-mobile-vip .profile-hero-card__mobile-vip-badge{position:absolute;z-index:2;top:31%;right:6px;transform:translateY(-50%);display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:1px;width:98px;min-height:0;max-width:98px;margin:0;padding:0;overflow:hidden;border:0;border-radius:0;background:transparent;color:#f6f8ffeb;font-size:10px;font-weight:800;line-height:1;text-decoration:none;text-shadow:0 1px 2px rgba(0,0,0,.42)}.profile-page .profile-hero-card.has-mobile-vip .profile-hero-card__mobile-vip-badge img{width:86px;height:70px;object-fit:contain;flex:0 0 auto;filter:drop-shadow(0 5px 8px rgba(3,8,28,.3))}.profile-page .profile-hero-card.has-mobile-vip .profile-hero-card__mobile-vip-badge span{display:none;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-page .profile-hero-card.has-mobile-vip .profile-hero-card__mobile-vip-badge.is-gold{color:#ffe5a1}.profile-page .profile-hero-card.has-mobile-vip .profile-hero-card__mobile-vip-badge.is-platinum{color:#f3f8ff}.profile-page .profile-hero-card.has-mobile-vip .profile-hero-card__mobile-vip-badge.is-black-gold{color:#f4d18a}.profile-page .profile-hero-card.has-mobile-vip .profile-hero-card__mobile-vip-badge.is-black-diamond{width:120px;max-width:120px}.profile-page .profile-hero-card.has-mobile-vip .profile-hero-card__mobile-vip-badge.is-black-diamond img{width:112px;height:84px}.profile-page .profile-hero-card.has-mobile-vip .profile-hero-card__mobile-vip-badge.is-black-diamond{color:#e8dcff}.profile-page .profile-hero-card.has-mobile-vip .profile-hero-card__bio{margin-bottom:8px;width:100%;max-width:calc(100% - 88px);color:#f2f6ffe6;font-size:12px;text-shadow:0 1px 3px rgba(4,8,26,.4)}.profile-page .profile-hero-card.has-mobile-vip.is-vip-black-diamond .profile-hero-card__bio{display:block;width:calc(100% - 120px);max-width:none;overflow:hidden;font-size:11px;text-overflow:ellipsis;white-space:nowrap;-webkit-line-clamp:unset;-webkit-box-orient:initial}.profile-page .profile-hero-card.has-mobile-vip .profile-hero-card__meta{flex-direction:row;flex-wrap:wrap;margin-top:auto;gap:6px;font-size:10px}.profile-page .profile-hero-card.has-mobile-vip .profile-hero-card__meta-item{min-height:24px;padding:0 7px;border:1px solid rgba(225,233,255,.1);border-radius:999px;background:#080e2757;color:#f4f7ffe6;white-space:nowrap}.profile-page .profile-hero-card.has-mobile-vip .profile-hero-card__meta-item img{opacity:.92;filter:brightness(0) invert(1)}.profile-page .profile-hero-card.has-mobile-vip .profile-hero-card__meta-item em{color:#dce5ffad}.profile-page .profile-hero-card__main{grid-template-columns:auto minmax(0,1fr);gap:12px;padding:14px;align-items:start}.profile-page .profile-hero-card__name{font-size:18px}.profile-page .profile-hero-card__bio{margin-bottom:8px;font-size:12px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.profile-page .profile-hero-card__meta{gap:4px;font-size:11px;word-break:break-all}.profile-page .profile-quick-stats{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.profile-page .profile-quick-stats__item{padding:10px 8px;gap:8px;min-width:0}.profile-page .profile-quick-stats__icon{width:34px;height:34px}.profile-page .profile-quick-stats__label{font-size:12px;margin-bottom:2px}.profile-page .profile-quick-stats__value{font-size:16px;word-break:break-all}.profile-page .profile-quick-stats__value small{font-size:11px}.profile-page .profile-quick-stats__hint{display:none}.profile-page .profile-panel{padding:12px;overflow:visible;min-width:0}.profile-page .profile-panel__head{flex-wrap:wrap;gap:6px;margin-bottom:12px}.profile-page .profile-panel__title{font-size:14px}.profile-page .profile-panel__link{font-size:12px}.profile-page .profile-service-section{gap:10px}.profile-page .profile-help-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.profile-page .profile-help-grid__item{padding:12px 8px;min-width:0}.profile-page .profile-help-grid__item span{white-space:normal;word-break:break-word}.profile-page .profile-favorites__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.profile-page .profile-favorites__item span,.profile-page .profile-favorites__add span{white-space:normal;word-break:break-word}.profile-page .profile-favorites__add{min-height:100px}.profile-page .profile-security-list__item{flex-wrap:wrap;align-items:flex-start;gap:6px;font-size:12px}.profile-page .profile-security-list__item span:first-child{min-width:0;flex:1}.profile-page .profile-security-list__item .profile-security-list__status{margin-left:auto;text-align:right;flex-shrink:0}.profile-page .profile-panel--orders{overflow:visible}.profile-page .profile-panel--orders .profile-orders-table{display:block;min-width:0;width:100%}.profile-page .profile-panel--orders .profile-orders-table thead{display:none}.profile-page .profile-panel--orders .profile-orders-table tbody{display:block}.profile-page .profile-panel--orders .profile-orders-table tbody tr{display:block;padding:12px;margin-bottom:10px;border:1px solid var(--border-color);border-radius:12px;background:var(--bg-secondary)}.profile-page .profile-panel--orders .profile-orders-table tbody tr:last-child{margin-bottom:0}.profile-page .profile-panel--orders .profile-orders-table tbody tr:has(>.profile-orders-empty){padding:0;margin-bottom:0;border:none;background:transparent}.profile-page .profile-panel--orders .profile-orders-table td{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;width:100%;box-sizing:border-box;padding:8px 0;border-bottom:1px dashed var(--border-color);white-space:normal;text-align:right;word-break:break-word}.profile-page .profile-panel--orders .profile-orders-table td:last-child{border-bottom:none;padding-bottom:0;justify-content:flex-end}.profile-page .profile-panel--orders .profile-orders-table td:first-child{padding-top:0}.profile-page .profile-panel--orders .profile-orders-table td:before{flex-shrink:0;font-weight:600;color:var(--text-muted);font-size:12px;text-align:left}.profile-page .profile-panel--orders .profile-orders-table td.profile-orders-empty{display:block;width:100%;padding:32px 10px;border-bottom:none;text-align:center}.profile-page .profile-panel--orders .profile-orders-table td.profile-orders-empty:before{display:none}.profile-page .profile-panel--orders .profile-orders-table td:nth-child(1):before{content:"订单编号"}.profile-page .profile-panel--orders .profile-orders-table td:nth-child(2):before{content:"游戏账号"}.profile-page .profile-panel--orders .profile-orders-table td:nth-child(3):before{content:"租用时间"}.profile-page .profile-panel--orders .profile-orders-table td:nth-child(4):before{content:"订单金额"}.profile-page .profile-panel--orders .profile-orders-table td:nth-child(5):before{content:"订单状态"}.profile-page .profile-panel--orders .profile-orders-table td:nth-child(6):before{content:"操作"}.profile-page .profile-panel--orders .profile-orders-table .order-game{justify-content:flex-end;flex:1;min-width:0}.profile-page .profile-panel--orders .profile-orders-table .order-game .order-game__text{text-align:right}.profile-page .profile-panel--orders .profile-orders-table .order-time__end{justify-content:flex-end}}@media (max-width: 768px) and (max-width: 420px){.profile-hero-card__main{grid-template-columns:auto minmax(0,1fr);padding:12px}.profile-quick-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.profile-quick-stats__value{font-size:15px}.profile-help-grid,.profile-favorites__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 768px){.profile-page .profile-content .page-header .header-left>.el-button,.profile-page .profile-content .page-header .header-main>.back-btn{display:inline-flex;align-items:center;justify-content:center;gap:5px;min-width:74px;height:36px;padding:0 13px!important;border:1px solid #d9e4f2!important;border-radius:999px;color:#315b8f!important;background:#f7faff!important;box-shadow:0 4px 10px #315b8f14;font-size:13px;font-weight:700;line-height:1;transition:color .2s ease,background-color .2s ease,border-color .2s ease,transform .2s ease,box-shadow .2s ease}.profile-page .profile-content .page-header .header-left>.el-button:hover,.profile-page .profile-content .page-header .header-main>.back-btn:hover{border-color:#9dbcf0!important;color:#2456a6!important;background:#eaf2ff!important;box-shadow:0 6px 14px #315b8f24;transform:translateY(-1px)}.profile-page .profile-content .page-header .header-left>.el-button:active,.profile-page .profile-content .page-header .header-main>.back-btn:active{transform:translateY(0) scale(.98)}.profile-page .profile-content .page-header .header-left>.el-button:focus-visible,.profile-page .profile-content .page-header .header-main>.back-btn:focus-visible{outline:none;box-shadow:0 0 0 3px #409eff33,0 4px 10px #315b8f14}.profile-page .profile-content .page-header .header-left>.el-button .el-icon,.profile-page .profile-content .page-header .header-main>.back-btn .el-icon{flex:0 0 auto;margin:0;font-size:15px}.profile-page .profile-content .page-header .header-left>.el-button{margin-right:0!important}.profile-page .profile-content .page-header .header-left>.el-button:before{width:7px;height:7px;border-left:2px solid currentColor;border-bottom:2px solid currentColor;content:"";transform:rotate(45deg)}.profile-page .profile-content .page-header .header-main>.back-btn{margin-right:8px!important}.profile-page .profile-content .page-header .header-left>.el-button,.profile-page .profile-content .page-header .header-main>.back-btn{min-width:68px;height:34px;padding:0 11px!important;font-size:12px}.account-detail-desktop-only{display:block}.account-detail-mobile-only{display:none}.account-detail-page.goods-detail-page .detail-status-tag{display:inline-flex;align-items:center;height:28px;padding:0 8px;border-radius:4px;border:none;background:#59a8ff;color:#fff;font-size:14px;font-weight:800;margin-bottom:0}.account-detail-page.goods-detail-page .detail-key-stats{display:flex;flex-wrap:wrap;gap:14px;margin-bottom:0}.account-detail-page.goods-detail-page .detail-key-stats__item{display:inline-flex;align-items:center;gap:6px;min-height:42px;padding:0 16px;border-radius:6px;background:#f5f7fa;border:1px solid #eef1f5;color:#7d8796;text-align:left}.account-detail-page.goods-detail-page .detail-key-stats__label{font-size:15px;color:#7d8796;margin-bottom:0;font-weight:800}.account-detail-page.goods-detail-page .detail-key-stats__value{font-size:15px;font-weight:800;color:#7d8796}.account-detail-page.goods-detail-page .detail-bind-method{font-size:13px;color:var(--text-secondary);padding:10px 12px;border-radius:8px;background:var(--bg-secondary)}.account-detail-page.goods-detail-page .detail-bind-method span{color:var(--text-muted)}.account-detail-page.goods-detail-page .detail-info-card{padding:30px 24px;min-height:0;height:auto;display:flex;flex-direction:column}.account-detail-page.goods-detail-page .detail-layout{gap:0;margin-bottom:0;border:1px solid #edf0f5;border-radius:12px;overflow:hidden;background:#fff}.account-detail-page.goods-detail-page .detail-left,.account-detail-page.goods-detail-page .detail-right{gap:0}.account-detail-page.goods-detail-page .detail-right{border-left:1px solid #edf0f5}.account-detail-page.goods-detail-page .detail-layout>.detail-right>.card{border:0;border-radius:0;box-shadow:none}.account-detail-page.goods-detail-page .seller-card__badges{display:flex;flex-direction:column;flex-wrap:wrap;gap:6px;justify-content:flex-end;position:absolute;top:0;right:0}.account-detail-page.goods-detail-page .seller-meta{position:relative;flex:1;min-width:0}.account-detail-page.goods-detail-page .seller-meta__top{min-height:24px;padding-right:96px;margin-bottom:10px}.account-detail-page.goods-detail-page .seller-meta .name{line-height:24px;margin-bottom:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.account-detail-page.goods-detail-page .seller-meta .time{white-space:nowrap}.account-detail-page.goods-detail-page .seller-badge{display:inline-flex;align-items:center;gap:4px;padding:2px 8px;border-radius:4px;font-size:11px;font-weight:700;background:#52c41a1f;color:#389e0d}.account-detail-page.goods-detail-page .seller-card__meta-row{display:flex;flex-wrap:wrap;gap:12px;font-size:12px;color:var(--text-secondary)}.account-detail-page.goods-detail-page .seller-card__meta-row strong{color:var(--text-primary);font-weight:700}.account-detail-page.goods-detail-page .detail-sections{display:flex;flex-direction:column;gap:0;margin-top:0;border-top:1px solid #edf0f5}.account-detail-page.goods-detail-page .detail-panel{background:var(--bg-primary);border:0;border-bottom:1px solid #edf0f5;border-radius:0;padding:24px 26px 28px;box-shadow:none}.account-detail-page.goods-detail-page .detail-panel__title{display:flex;align-items:center;gap:9px;font-size:18px;font-weight:900;color:#10233f;margin-bottom:20px}.account-detail-page.goods-detail-page .detail-panel__title:before{content:"";width:4px;height:18px;border-radius:3px;background:#2f8cff;flex-shrink:0}.account-detail-page.goods-detail-page .detail-panel .desc{font-size:14px;color:var(--text-secondary);line-height:1.8;white-space:pre-wrap;word-break:break-word}.account-detail-page.goods-detail-page .detail-panel .user-remark{margin-top:16px;padding:12px;border-radius:8px}.account-detail-page.goods-detail-page .detail-panel .user-remark__label{font-size:13px;font-weight:600;color:#333;margin-bottom:8px}.account-detail-page.goods-detail-page .detail-panel .user-remark__content{font-size:16px;font-weight:700;line-height:1.8;color:#f59a13;white-space:pre-wrap;word-break:break-word}.account-detail-page.goods-detail-page .owner-note-status{display:inline-flex;align-items:center;flex:0 0 auto;gap:7px;margin:0 0 0 auto;padding:6px 10px;border:1px solid #c9def5;border-radius:7px;background:#eef6ff;color:#315d8f;font-size:12px;line-height:1.3}.account-detail-page.goods-detail-page .detail-panel__title--remark{flex-wrap:wrap;gap:8px 10px}.account-detail-page.goods-detail-page .owner-note-status__label{color:#10233f;font-weight:750}.account-detail-page.goods-detail-page .owner-note-status strong{font-weight:800;color:#2f70c8}.account-detail-page.goods-detail-page .owner-note-status--allowed{border-color:#d8efdf;background:#f3fbf5}.account-detail-page.goods-detail-page .owner-note-status--allowed strong{color:#2f9b58}.account-detail-page.goods-detail-page .owner-note-status--disabled{border-color:#f2d2a8;background:#fff7ed}.account-detail-page.goods-detail-page .owner-note-status--disabled strong{color:#c26a13}.account-detail-page.goods-detail-page .account-stats-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:0;border:1px solid #f1f5fb;border-radius:8px;overflow:hidden}.account-detail-page.goods-detail-page .account-stats-grid__item{display:grid;grid-template-columns:50px minmax(0,1fr);grid-template-rows:auto auto;align-items:center;align-content:center;column-gap:12px;row-gap:4px;min-height:88px;padding:14px 18px;border-radius:0;background:#fbfcff;border:1px solid #f1f5fb;box-shadow:none;text-align:left}.account-detail-page.goods-detail-page .account-stats-grid__icon{width:50px;height:50px;border-radius:50%;border:2px solid #e4efff;background:linear-gradient(180deg,#f8fbff,#eef6ff);color:#1f61b8;display:flex;align-items:center;justify-content:center;flex:0 0 auto;grid-row:1/3;font-size:25px;box-shadow:inset 0 0 0 4px #e7f2ffe6}.account-detail-page.goods-detail-page .account-stats-grid__icon img{width:100%;height:100%;object-fit:contain;display:block}.account-detail-page.goods-detail-page .account-stats-grid__label{font-size:15px;line-height:1.25;font-weight:800;color:#63708a}.account-detail-page.goods-detail-page .account-stats-grid__value{font-size:19px;line-height:1.2;font-weight:700;color:#111a36;word-break:break-word;overflow-wrap:anywhere}.account-detail-page.goods-detail-page .account-stats-grid__item--important .account-stats-grid__value{color:#1677ff;font-size:21px;font-weight:900}.account-detail-page.goods-detail-page .detail-panel--skin-text{padding-bottom:24px}.account-detail-page.goods-detail-page .skin-text-content{color:#6d7890;font-size:14px;font-weight:700;line-height:2;word-break:break-word}.account-detail-page.goods-detail-page .rental-instructions{display:grid;grid-template-columns:repeat(2,1fr);gap:0}.account-detail-page.goods-detail-page .rental-instructions__item{display:flex;align-items:center;gap:14px;min-width:0;padding:8px 18px;text-align:left}.account-detail-page.goods-detail-page .rental-instructions__item+.account-detail-page.goods-detail-page .rental-instructions__item{border-left:1px solid #edf1f6}.account-detail-page.goods-detail-page .rental-instructions__icon{width:42px;height:42px;border-radius:50%;border:2px solid #263553;color:#263553;display:flex;align-items:center;justify-content:center;flex:0 0 auto;font-size:22px;background:#fff}.account-detail-page.goods-detail-page .rental-instructions__body{min-width:0}.account-detail-page.goods-detail-page .rental-instructions__label{font-size:15px;font-weight:900;color:#26324a;margin-bottom:6px}.account-detail-page.goods-detail-page .rental-instructions__value{font-size:13px;font-weight:700;color:#7b879a;line-height:1.5}.account-detail-page.goods-detail-page .buyer-notice-list{display:flex;flex-direction:column;gap:10px;margin:0;padding:0;list-style:none}.account-detail-page.goods-detail-page .buyer-notice-list li{display:grid;grid-template-columns:6px minmax(0,1fr);align-items:start;column-gap:8px;min-width:0;margin:0;font-size:13px;line-height:1.75;color:#566278;font-weight:600;letter-spacing:.01em;word-break:break-word}.account-detail-page.goods-detail-page .buyer-notice-list li:before{content:"";width:5px;height:5px;margin-top:.72em;border-radius:50%;background:#4b8ff8;box-shadow:0 0 0 3px #4b8ff81a}.account-detail-desktop-only{display:none!important}.account-detail-mobile-only{display:block}.account-detail-page.goods-detail-page{background:#f4f6f9}.account-detail-page.goods-detail-page .account-detail-mobile-header{display:block;position:sticky;top:0;z-index:20;background:#fff;border-bottom:1px solid rgba(15,39,68,.06)}.account-detail-page.goods-detail-page .account-detail-mobile-header__inner{display:flex;align-items:center;justify-content:space-between;gap:10px;padding-top:10px;padding-bottom:10px}.account-detail-page.goods-detail-page .account-detail-mobile-header__brand{display:flex;align-items:center;gap:8px;min-width:0;flex:1}.account-detail-page.goods-detail-page .account-detail-mobile-header__logo{width:auto;height:48px;max-width:min(160px,48vw);object-fit:contain;flex-shrink:0}.account-detail-page.goods-detail-page .account-detail-mobile-header__texts{display:flex;flex-direction:column;min-width:0;line-height:1.2}.account-detail-page.goods-detail-page .account-detail-mobile-header__name{font-size:15px;font-weight:800;color:#111827;white-space:nowrap}.account-detail-page.goods-detail-page .account-detail-mobile-header__club{font-size:11px;font-weight:700;color:#6b7280}.account-detail-page.goods-detail-page .account-detail-mobile-header__club em{color:#d4a017;font-style:normal}.account-detail-page.goods-detail-page .account-detail-mobile-header__bell{position:relative;width:36px;height:36px;border:none;border-radius:50%;background:transparent;color:#374151;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;cursor:pointer}.account-detail-page.goods-detail-page .account-detail-mobile-header__bell .el-icon{font-size:20px}.account-detail-page.goods-detail-page .account-detail-mobile-header__dot{position:absolute;top:8px;right:8px;width:7px;height:7px;border-radius:50%;background:#ef4444}.account-detail-page.goods-detail-page .detail-info-card{min-height:auto;height:auto;padding:16px 14px 18px;border-radius:12px}.account-detail-page.goods-detail-page .detail-key-stats{gap:8px;margin-bottom:0}.account-detail-page.goods-detail-page .detail-key-stats__item{min-height:34px;padding:0 10px}.account-detail-page.goods-detail-page .detail-key-stats__label{font-size:12px;margin-bottom:0}.account-detail-page.goods-detail-page .detail-key-stats__value{font-size:12px;word-break:break-word}.account-detail-page.goods-detail-page .detail-info-card .title{font-size:17px;margin-bottom:10px;gap:8px}.account-detail-page.goods-detail-page .detail-status-tag{height:20px;line-height:18px;padding:0 8px;font-size:11px}.account-detail-page.goods-detail-page .seller-card{gap:10px;padding:14px 12px;margin:10px 0 14px;align-items:center}.account-detail-page.goods-detail-page .seller-left{gap:10px;width:100%;align-items:center}.account-detail-page.goods-detail-page .avatar{width:42px!important;height:42px!important}.account-detail-page.goods-detail-page .seller-meta__top{min-height:20px;padding-right:82px;margin-bottom:4px}.account-detail-page.goods-detail-page .seller-meta .name{font-size:15px;line-height:20px}.account-detail-page.goods-detail-page .seller-credit,.account-detail-page.goods-detail-page .seller-meta .time{font-size:12px}.account-detail-page.goods-detail-page .seller-card__badges{justify-content:flex-end;gap:6px}.account-detail-page.goods-detail-page .seller-badge{height:20px;font-size:11px;padding:0 6px}.account-detail-page.goods-detail-page .detail-sections{gap:0;margin-top:0}.account-detail-page.goods-detail-page .detail-panel{padding:16px 12px;border-radius:0;border:0;border-bottom:1px solid #edf0f5;box-shadow:none}.account-detail-page.goods-detail-page .detail-panel__title{font-size:17px;margin-bottom:14px}.account-detail-page.goods-detail-page .detail-panel--account{padding:16px 10px 12px;border-color:#0000000a;box-shadow:none}.account-detail-page.goods-detail-page .detail-panel--account .detail-panel__title{font-size:17px;font-weight:800;color:#111827;margin-bottom:14px;gap:0}.account-detail-page.goods-detail-page .detail-panel--account .detail-panel__title:before{display:none}.account-detail-page.goods-detail-page .detail-panel--account .account-stats-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:0;padding:0;border-radius:10px;background:#f8faff;overflow:hidden}.account-detail-page.goods-detail-page .detail-panel--account .account-stats-grid__item{display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:0;min-height:88px;padding:12px 4px;gap:6px;background:transparent;border:0;border-right:1px solid #eef2f7;border-bottom:1px solid #eef2f7;border-radius:0;box-shadow:none;text-align:center}.account-detail-page.goods-detail-page .detail-panel--account .account-stats-grid__item:nth-child(4n){border-right:0}.account-detail-page.goods-detail-page .detail-panel--account .account-stats-grid__icon{display:none}.account-detail-page.goods-detail-page .detail-panel--account .account-stats-grid__value{font-size:15px;font-weight:800;line-height:1.25;color:#10233f;word-break:break-word;overflow-wrap:anywhere}.account-detail-page.goods-detail-page .detail-panel--account .account-stats-grid__label{font-size:12px;font-weight:700;line-height:1.2;color:#8a94a6;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.account-detail-page.goods-detail-page .detail-panel--account .account-stats-grid{gap:14px 2px;padding:14px 4px}.account-detail-page.goods-detail-page .detail-panel--account .account-stats-grid__value{font-size:13px}.account-detail-page.goods-detail-page .detail-panel--account .account-stats-grid__label{font-size:11px}.account-detail-page.goods-detail-page .rental-instructions{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 0}.account-detail-page.goods-detail-page .rental-instructions__item{padding:8px 10px;gap:10px}.account-detail-page.goods-detail-page .rental-instructions__item:nth-child(odd){border-left:0}.account-detail-page.goods-detail-page .rental-instructions__icon{width:34px;height:34px;font-size:17px}.account-detail-page.goods-detail-page .rental-instructions__label{font-size:12px}.account-detail-page.goods-detail-page .rental-instructions__value{font-size:11px}.account-detail-page.goods-detail-page .buyer-notice-list{gap:9px;padding:0 2px}.account-detail-page.goods-detail-page .buyer-notice-list li{font-size:12px;line-height:1.78;column-gap:8px}.account-detail-page.goods-detail-page .order-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;width:100%;height:48px;border-radius:13px;background:linear-gradient(135deg,#ffb020,#ff8c00);border-color:#ff8c00;color:#fff;font-size:22px}.account-detail-page.goods-detail-page .action-card{flex-wrap:wrap;gap:10px;margin-top:14px}.account-detail-page.goods-detail-page .actions-left{width:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.account-detail-page.goods-detail-page .icon-btn{width:100%;height:50px;border-radius:12px;border:1px solid #e6ebf2;background:linear-gradient(180deg,#fff,#f7f9fc);box-shadow:0 6px 16px #0f172a0a;gap:8px;color:#1f2937}.account-detail-page.goods-detail-page .icon-btn .el-icon{font-size:18px;color:#4b5563}.account-detail-page.goods-detail-page .icon-btn span{font-size:13px;font-weight:800}.account-detail-page.goods-detail-page .icon-btn:hover{transform:none;box-shadow:0 6px 16px #0f172a0a}.account-detail-page.goods-detail-page .icon-btn:last-child{background:linear-gradient(180deg,#fffdf4,#fff7df);border-color:#f0d79b}.account-detail-page.goods-detail-page .icon-btn:last-child .el-icon{color:#d97706}.account-info-tables{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(300px,.95fr);gap:14px;align-items:stretch}.account-info-tables__left{display:flex;flex-direction:column;gap:14px;min-width:0}.account-info-table{overflow:hidden;border:1px solid #e7edf6;border-radius:8px;background:#fff}.account-info-table__heading{padding:12px 16px;border-bottom:1px solid #e7edf6;color:#243a57;font-size:15px;font-weight:900}.account-info-table__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}.account-info-table__cell{display:flex;flex-direction:column;justify-content:center;min-width:0;min-height:78px;padding:12px 16px;border-right:1px solid #edf1f6;border-bottom:1px solid #edf1f6;background:#fbfcff}.account-info-table__cell span{color:#7d8796;font-size:13px;font-weight:700}.account-info-table__cell strong{margin-top:7px;overflow:hidden;color:#182f4d;font-size:18px;font-weight:900;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.account-info-table__cell:nth-child(3n){border-right:0}.account-info-table__skin-list{display:flex;flex-direction:column}.account-info-table__skin-item{display:grid;grid-template-columns:74px minmax(0,1fr);gap:12px;align-items:center;min-height:54px;padding:10px 16px;border-bottom:1px solid #edf1f6;background:#fbfcff}.account-info-table__skin-item:last-child{border-bottom:0}.account-info-table__skin-item span{color:#63708a;font-size:13px;font-weight:800}.account-info-table__skin-item strong{min-width:0;overflow:hidden;color:#293a52;font-size:14px;font-weight:700;line-height:1.45;text-overflow:ellipsis;white-space:nowrap}.account-info-table--extras{display:flex;flex-direction:column}.account-info-table--extras .account-info-table__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.account-info-table--extras .account-info-table__cell:nth-child(3n){border-right:1px solid #edf1f6}.account-info-table--extras .account-info-table__cell:nth-child(2n){border-right:0}.account-info-table__prepay{margin-top:auto;padding:14px 16px;border-top:1px solid #e7edf6;color:#7d8796;font-size:13px;font-weight:700;text-align:right}.account-info-table__prepay strong{color:#f97316;font-size:16px;font-weight:900}.account-detail-page.goods-detail-page .account-info-tables{grid-template-columns:1fr;gap:10px}.account-detail-page.goods-detail-page .account-info-tables__left{gap:10px}.account-detail-page.goods-detail-page .account-info-table{border-radius:8px}.account-detail-page.goods-detail-page .account-info-table__heading{padding:10px 12px;font-size:14px}.account-detail-page.goods-detail-page .account-info-table__grid{grid-template-columns:repeat(3,minmax(0,1fr))}.account-detail-page.goods-detail-page .account-info-table__cell{min-height:62px;padding:8px 7px}.account-detail-page.goods-detail-page .account-info-table__cell span{font-size:11px}.account-detail-page.goods-detail-page .account-info-table__cell strong{margin-top:5px;font-size:14px}.account-detail-page.goods-detail-page .account-info-table__skin-item{grid-template-columns:58px minmax(0,1fr);min-height:46px;gap:8px;padding:8px 10px}.account-detail-page.goods-detail-page .account-info-table__skin-item span,.account-detail-page.goods-detail-page .account-info-table__skin-item strong{font-size:12px}.account-detail-page.goods-detail-page .account-info-table--extras .account-info-table__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.account-detail-page.goods-detail-page .account-info-table__prepay{padding:10px 12px;font-size:12px}.account-detail-page.goods-detail-page .account-info-table__prepay strong{font-size:14px}}@media (max-width: 768px) and (max-width: 768px){.fastim-button-container{display:none!important}}@media (max-width: 768px){.publish-idle-page{padding:70px 0 32px;background:#eef2f8;min-height:100%}.publish-idle-page .page-header{padding:12px 0 16px;border-bottom:none;margin-bottom:8px;background:transparent}.publish-idle-page .page-header .header-left{display:flex;align-items:center;gap:12px;max-width:1120px;margin:0 auto;padding:0 16px}.publish-idle-page .page-header h2{font-size:20px;font-weight:800;color:#1a1a1a}.publish-idle-page .wrap{max-width:1120px;margin:0 auto;padding:0 16px 24px}.publish-idle-page .card,.publish-idle-page .account-section{background:#fff;border:1px solid #e3e8f0;border-radius:14px;padding:22px 24px 14px;margin-bottom:16px;box-shadow:0 4px 18px #0027660d}.publish-idle-page .card--category{padding-bottom:22px}.publish-idle-page .section-head{display:flex;align-items:center;gap:12px;margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid #edf1f7}.publish-idle-page .section-badge{display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:32px;padding:0 10px;border-radius:8px;background:linear-gradient(135deg,#0052b4,#003a80);color:#fff;font-size:14px;font-weight:800;line-height:1;flex-shrink:0;box-shadow:0 4px 10px #00469b38}.publish-idle-page .section-title{margin:0;font-size:18px;font-weight:800;color:#00469b;letter-spacing:.02em}.publish-idle-page .form-grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:16px 18px;align-items:start}.publish-idle-page .field{min-width:0}.publish-idle-page .field--full{grid-column:1/-1}.publish-idle-page .field--half{grid-column:span 6}.publish-idle-page .field--third{grid-column:span 4}.publish-idle-page .field--quarter{grid-column:span 3}.publish-idle-page .field--span-8{grid-column:span 8}.publish-idle-page .form-grid--account{gap:14px 16px;align-items:stretch}.publish-idle-page .form-grid--account .field-card{position:relative;background:#fff;border-color:#e8edf5}.publish-idle-page .field-collapse-toggle{position:absolute;top:17px;right:4px;z-index:2;width:28px;height:28px;padding:0;border:0;background:transparent;color:#9b9b9b;font-size:14px;cursor:pointer}.publish-idle-page .form-grid--account .field--tags .field-card{padding-bottom:10px}.publish-idle-page .form-grid--images .field--img>.field-inner{padding:0;border:none;background:transparent;box-shadow:none}.publish-idle-page .form-subgroup+.publish-idle-page .form-subgroup{margin-top:18px;padding-top:18px;border-top:1px dashed #e8ebf0}.publish-idle-page .form-subgroup__title{margin:0 0 14px;font-size:15px;font-weight:800;color:#303133}.publish-idle-page .form-subgroup-block .form-grid+.field-help-block{margin-top:8px}.publish-idle-page .form-subgroup-block .field-help-block+.field-help-block{margin-top:6px}.publish-idle-page .form-grid--core,.publish-idle-page .form-grid--rental{gap:14px 16px}.publish-idle-page .field-help-slot,.publish-idle-page .field-help-block{margin-top:-4px}.publish-idle-page .field-help-block{width:100%}.publish-idle-page .custom-discount-field{margin-top:12px;padding-top:12px;border-top:1px solid #edf1f7}.publish-idle-page .field-help--inline{display:flex;flex-direction:column;gap:4px}.publish-idle-page .field-tip--inline{padding:0;background:transparent;border:none;color:#909399;font-weight:500;line-height:1.55;word-break:break-word}.publish-idle-page .field-help-panel{padding:6px 10px;border-radius:6px;background:#faf8f4;border:1px solid #f0e8da}.publish-idle-page .field-help-panel__title{margin-bottom:2px;font-size:12px;font-weight:700;color:#c9943a;line-height:1.3}.publish-idle-page .field-help-panel__text{margin:0;font-size:12px;line-height:1.45;color:#606266;word-break:break-word;white-space:pre-wrap}.publish-idle-page .field-help-panel__list{margin:0;padding-left:14px;font-size:12px;line-height:1.45;color:#606266}.publish-idle-page .field-help-panel__list li+li{margin-top:2px}.publish-idle-page .field-help-panel__list li{word-break:break-word}.publish-idle-page .stat-card{gap:10px;min-height:auto;background:linear-gradient(180deg,#f8fbff,#fff)}.publish-idle-page .stat-card__head{display:flex;align-items:center;justify-content:space-between;gap:8px}.publish-idle-page .stat-card__label{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:700;color:#303133}.publish-idle-page .stat-card__label .el-icon{color:#00469b;font-size:16px}.publish-idle-page .stat-card__tag{display:inline-flex;align-items:center;gap:4px;font-size:11px;color:#909399;white-space:nowrap}.publish-idle-page .stat-card__tag .el-icon{font-size:12px}.publish-idle-page .stat-card__value{font-size:26px;font-weight:800;color:#1a1a1a;line-height:1.2}.publish-idle-page .stat-card__value--price{color:#1a1a1a}.publish-idle-page .stat-card__term{display:flex;align-items:center;gap:10px;min-height:52px;padding:10px 14px;border-radius:8px;background:#f3f6fb;border:1px solid #e8edf5}.publish-idle-page .stat-card__term .el-icon{color:#00469b;font-size:20px;flex-shrink:0}.publish-idle-page .stat-card__term .stat-card__value{font-size:22px}.publish-idle-page .stat-card__hint{margin:0;font-size:12px;color:#909399;line-height:1.5}.publish-idle-page .stat-card__hint--strike{color:#c0c4cc;text-decoration:line-through}.publish-idle-page .stat-card--term{justify-content:flex-start}.publish-idle-page .field-tip--compact:before{content:""}.publish-idle-page .field-tip--compact{padding:0;background:transparent;border:none}.publish-idle-page .field-card--textarea :deep(.el-textarea__inner){min-height:132px}.publish-idle-page .chip--listing{min-height:40px;min-width:0;display:inline-flex;flex-direction:row;align-items:center;justify-content:center;gap:6px;padding:8px;border-radius:8px;font-size:12px;font-weight:700;white-space:nowrap}.publish-idle-page .chip--listing .listing-channel-icon{width:16px;height:16px;flex-shrink:0;object-fit:contain}.publish-idle-page .chip--listing .el-icon.listing-channel-icon{color:#00469b}.publish-idle-page .chip--listing.active{background:#00469b;border-color:#00469b;color:#fff;box-shadow:0 6px 14px #00469b29}.publish-idle-page .field--listing .field-tip--compact{margin-top:4px}.publish-idle-page .chips--discount{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.publish-idle-page .chip--discount{min-height:42px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:13px;font-weight:700}.publish-idle-page .chip--discount .el-icon{font-size:16px}.publish-idle-page .form-grid--notes{gap:14px;align-items:stretch}.publish-idle-page .form-grid--notes .field:only-child{grid-column:1/-1}.publish-idle-page .field-card--game-id-modify .radio-list{display:flex;flex-direction:row;flex-wrap:wrap;gap:8px}.publish-idle-page .field-card--game-id-modify .radio-item{flex:1 1 0;justify-content:center;min-width:0;padding-inline:10px}.publish-idle-page .form-grid--core{align-items:stretch}.publish-idle-page .form-grid--core .field--quarter{grid-column:span 4}.publish-idle-page .form-grid--rental{align-items:stretch}.publish-idle-page .field-card{display:flex;flex-direction:column;gap:10px;height:100%;padding:14px 14px 12px;border:1px solid #edf1f7;border-radius:10px;background:#fafbfd;transition:border-color .2s ease,box-shadow .2s ease}.publish-idle-page .field--tags .field-card,.publish-idle-page .field--full:not(.field--tags)>.field-card{background:#fff}.publish-idle-page .field-card:focus-within{border-color:#00469b59;box-shadow:0 0 0 3px #00469b0f}.publish-idle-page .field--discount-type .field-card:focus-within{border-color:#edf1f7;box-shadow:none}.publish-idle-page .row-head{margin-bottom:0}.publish-idle-page .label{font-size:14px;font-weight:700;color:#303133;display:inline-flex;align-items:center;gap:6px;line-height:1.4}.publish-idle-page .field-icon{font-size:16px;color:#00469b;flex-shrink:0}.publish-idle-page .label.required:before{content:"*";color:#f56c6c;font-weight:700;margin-right:2px}.publish-idle-page .label.required:after{display:none}.publish-idle-page .qmark{border:none;background:transparent;cursor:pointer;padding:0;margin-left:2px;color:#c0c4cc;display:inline-flex;align-items:center;justify-content:center}.publish-idle-page .qmark:hover{color:#00469b}.publish-idle-page .field-tip{margin:0;font-size:12px;line-height:1.6;color:#e6a23c;font-weight:500;word-break:break-word;white-space:pre-wrap}.publish-idle-page .field-tip:before{content:"温馨提示："}.publish-idle-page .field-tip--inline:before{content:""}.publish-idle-page .input-with-unit{position:relative}.publish-idle-page .input-with-unit .el-input{width:100%}.publish-idle-page .input-with-unit :deep(.el-input__wrapper){padding-right:42px;min-height:40px;border-radius:8px;box-shadow:0 0 0 1px #dcdfe6 inset;background:#fff}.publish-idle-page .input-with-unit .unit{position:absolute;right:14px;top:50%;transform:translateY(-50%);font-size:14px;color:#909399;pointer-events:none;font-weight:700}.publish-idle-page :deep(.el-input__wrapper),.publish-idle-page :deep(.el-textarea__inner){min-height:40px;border-radius:8px;box-shadow:0 0 0 1px #dcdfe6 inset;background:#fff}.publish-idle-page :deep(.el-input__wrapper:hover),.publish-idle-page :deep(.el-textarea__inner:hover){box-shadow:0 0 0 1px #c0c4cc inset}.publish-idle-page :deep(.el-input__wrapper.is-focus),.publish-idle-page :deep(.el-textarea__inner:focus){box-shadow:0 0 0 1px #00469b inset}.publish-idle-page .chips{display:flex;flex-wrap:wrap;gap:8px}.publish-idle-page .chips--level,.publish-idle-page .chips--rank,.publish-idle-page .chips--slots{display:grid;gap:8px}.publish-idle-page .chips--level,.publish-idle-page .chips--rank{grid-template-columns:repeat(7,minmax(0,1fr))}.publish-idle-page .chips--slots{grid-template-columns:repeat(3,minmax(0,1fr))}.publish-idle-page .chips--inline{display:flex;flex-wrap:wrap;gap:10px}.publish-idle-page .chips--listing{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.publish-idle-page .chips--period{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.publish-idle-page .chips--period .chip{min-width:0;min-height:38px;padding:8px 6px}.publish-idle-page .chips--tags{gap:8px}.publish-idle-page .chips--region{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.publish-idle-page .chip{min-height:36px;padding:8px 12px;border-radius:8px;border:1px solid #dcdfe6;background:#fff;cursor:pointer;font-weight:600;font-size:13px;color:#303133;transition:border-color .15s ease,color .15s ease,background .15s ease,box-shadow .15s ease;line-height:1.2;text-align:center}.publish-idle-page .chip:hover{border-color:#00469b;color:#00469b}.publish-idle-page .chip.active{background:#ecf5ff;border-color:#00469b;color:#00469b;box-shadow:0 0 0 1px #00469b1f}.publish-idle-page .chip--discount:not(.active):hover{border-color:#dcdfe6;color:#303133}.publish-idle-page .chip--listing:not(.active):hover{border-color:#dcdfe6;color:#303133}.publish-idle-page .chip--large{min-height:42px;font-size:14px;font-weight:700}.publish-idle-page .chips--level .chip,.publish-idle-page .chips--rank .chip,.publish-idle-page .chips--slots .chip{padding:8px 4px;min-height:38px;font-size:13px}.publish-idle-page .chips--inline .chip{min-width:88px;flex:1 1 auto;min-height:38px;padding:8px 14px}.publish-idle-page .chips--tags .chip{min-height:32px;padding:6px 14px;font-size:12px;border-radius:999px;background:#fff}.publish-idle-page .field--tags .chips--tags .chip.active{background:#ecf5ff;border-color:#00469b;color:#00469b;box-shadow:0 0 0 1px #00469b1f}.publish-idle-page .chips--region .chip{min-height:42px;font-size:14px;font-weight:700}.publish-idle-page .radio-list{display:flex;flex-direction:column;gap:8px}.publish-idle-page .field--inline-radio .radio-list,.publish-idle-page .field--inline-select .chips{flex-direction:row;flex-wrap:wrap}.publish-idle-page .radio-item{display:inline-flex;align-items:center;gap:8px;padding:9px 16px;border-radius:8px;border:1px solid #dcdfe6;background:#fff;cursor:pointer;transition:border-color .15s ease,background .15s ease;width:auto}.publish-idle-page .radio-item:hover{border-color:#00469b}.publish-idle-page .radio-item.active{border-color:#00469b;background:#ecf5ff}.publish-idle-page .field--inline-radio .radio-item{min-height:38px;flex:1 1 0;justify-content:center}.publish-idle-page .field--realname.field--inline-radio .radio-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.publish-idle-page .field--realname.field--inline-radio .radio-item{flex:unset;width:100%;min-height:40px;justify-content:center;text-align:center;padding:10px 8px}.publish-idle-page .field--realname .radio-text{white-space:pre-line;text-align:center;line-height:1.35}.publish-idle-page .field:not(.field--discount) .radio-dot{display:none}.publish-idle-page .field--discount .radio-item{width:100%;border-radius:8px;padding:12px 14px}.publish-idle-page .field--discount .radio-dot{display:flex;width:18px;height:18px;border-radius:50%;border:2px solid #dcdfe6;align-items:center;justify-content:center;flex-shrink:0}.publish-idle-page .field--discount .radio-item.active .radio-dot{border-color:#00469b;background:#ecf5ff}.publish-idle-page .radio-text{font-size:13px;font-weight:600;color:#303133}.publish-idle-page .radio-need{margin-left:auto;font-size:12px;color:#909399;font-weight:500}.publish-idle-page .time-region{display:flex;align-items:center;gap:10px}.publish-idle-page .time-region .time{flex:1;min-width:0}.publish-idle-page .time-region :deep(.el-input__wrapper){min-height:40px}.publish-idle-page .time-region .dash{color:#909399;font-weight:700;flex-shrink:0}.publish-idle-page .img-panel{display:flex;flex-direction:column;gap:20px;width:100%}.publish-idle-page .img-block{min-width:0}.publish-idle-page .img-block+.publish-idle-page .img-block{padding-top:16px;border-top:1px solid #eef1f6}.publish-idle-page .img-title{display:flex;align-items:center;gap:6px;font-size:13px;font-weight:700;color:#303133;margin-bottom:10px}.publish-idle-page .img-title.required:before{content:"*";color:#f56c6c;font-weight:700;margin-right:2px}.publish-idle-page .img-title .field-icon{color:#00469b;font-size:16px}.publish-idle-page .img-sub-title{font-size:12px;font-weight:600;color:#606266;margin:12px 0 8px}.publish-idle-page .chips--ban{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:4px}.publish-idle-page .img-ban-note{margin:12px 0 0;padding:10px 12px;border:1px solid #f0dfb7;border-radius:8px;background:#fffaf0;color:#b7791f;font-size:12px;font-weight:600;line-height:1.65}.publish-idle-page .img-gallery{display:flex;flex-wrap:wrap;gap:12px}.publish-idle-page .img-slot{position:relative;width:112px;flex:0 0 auto;border-radius:10px;overflow:hidden;border:1px solid #dcdfe6;background:#f8fafc;animation:publish-upload-image-in .28s ease-out both}.publish-idle-page .img{width:112px;height:112px;display:block}.publish-idle-page .add{position:relative;overflow:hidden;width:112px;height:112px;flex:0 0 auto;border-radius:10px;border:1px dashed #dcdfe6;background:#fafbfc;cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;color:#909399;font-weight:600;transition:color .2s ease,border-color .2s ease,background-color .2s ease,box-shadow .2s ease,transform .2s ease}.publish-idle-page .add:hover:not(:disabled){border-color:#00469b;color:#00469b;background:#f5f9ff}.publish-idle-page .add:disabled{cursor:wait;opacity:1}.publish-idle-page .add.is-uploading{border-color:#00469b6b;background:linear-gradient(145deg,#f8fbff,#edf5ff);color:#00469b;box-shadow:0 8px 22px #00469b1a;animation:publish-upload-button-pulse 1.6s ease-in-out infinite}.publish-idle-page .plus{width:36px;height:36px;border-radius:50%;border:1px solid #dcdfe6;display:flex;align-items:center;justify-content:center;font-size:20px;background:#fff;transition:border-color .2s ease,color .2s ease,transform .2s ease}.publish-idle-page .add.is-uploading .plus{border-color:#00469b3d;color:#00469b;transform:scale(.94)}.publish-idle-page .upload-spinner{font-size:18px;animation:publish-upload-spin .8s linear infinite}.publish-idle-page .txt{font-size:12px;transition:color .2s ease}.publish-idle-page .upload-progress{width:68px;height:3px;overflow:hidden;border-radius:999px;background:#00469b1f}.publish-idle-page .upload-progress span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#4b9cff,#00469b);transition:width .32s ease}@keyframes publish-upload-spin{to{transform:rotate(360deg)}}@keyframes publish-upload-button-pulse{0%,to{box-shadow:0 6px 18px #00469b14}50%{box-shadow:0 9px 24px #00469b29}}@keyframes publish-upload-image-in{0%{opacity:0;transform:scale(.94)}to{opacity:1;transform:scale(1)}}.publish-idle-page .remove{position:absolute;right:6px;top:6px;width:24px;height:24px;border-radius:50%;border:none;background:#0000008c;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center}.publish-idle-page .notice{font-size:12px;color:#606266;line-height:1.8;padding:12px 14px;background:#fdf6ec;border:1px solid #faecd8;border-radius:8px}.publish-idle-page .price-row,.publish-idle-page .rate-row{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.publish-idle-page .price{font-size:22px;font-weight:700;color:#f56c6c}.publish-idle-page .rate-info{text-align:right;font-size:13px;color:#606266;line-height:1.6}.publish-idle-page .field-error{margin-top:4px;font-size:12px;font-weight:600;color:#f56c6c}.publish-idle-page .input-error :deep(.el-input__wrapper){box-shadow:0 0 0 1px #f56c6c inset}.publish-idle-page .deposit-row{display:flex;justify-content:space-between;gap:12px;align-items:center}.publish-idle-page .price-input{display:flex;align-items:center;gap:8px}.publish-idle-page .symbol{font-weight:800;color:#f56c6c}.publish-idle-page .money{width:160px}.publish-idle-page .deposit-remark{margin-top:10px;font-size:12px;color:#e6a23c;line-height:1.6}.publish-idle-page .deposit-remark:before{content:"温馨提示："}.publish-idle-page .agreement{margin-top:4px;padding:0 4px;overflow-x:auto;scrollbar-width:none}.publish-idle-page .agreement::-webkit-scrollbar{display:none}.publish-idle-page .agree-row{display:flex;align-items:center;flex-wrap:nowrap;width:max-content;min-width:100%;gap:4px;font-size:14px;color:#606266;white-space:nowrap;font-weight:600;cursor:pointer}.publish-idle-page .check{width:18px;height:18px;border-radius:4px;border:1px solid #dcdfe6;background:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0}.publish-idle-page .check.on{border-color:#00469b;background:#00469b;color:#fff}.publish-idle-page .agree-text{margin-left:6px;flex:0 0 auto}.publish-idle-page .agree-link{font-size:14px;border:none;background:transparent;color:#00469b;font-weight:700;cursor:pointer;flex:0 0 auto;white-space:nowrap;padding:0}.publish-idle-page .actions{display:flex;justify-content:center;gap:14px;padding:20px 0 8px}.publish-idle-page .submit-btn{min-width:180px;height:44px;border-radius:10px;font-weight:700;font-size:15px;background:#00469b;border-color:#00469b}.publish-idle-page .reset-btn{min-width:180px;height:44px;border-radius:10px;font-weight:700;font-size:15px}.publish-idle-page .cascader{width:100%}.publish-idle-page .cascader :deep(.el-input__wrapper){min-height:42px}.publish-idle-page .rental-period-value{font-size:14px;color:#303133;font-weight:600;padding:10px 12px;background:#f5f7fa;border-radius:8px;border:1px solid #e4e7ed}.publish-idle-page .rental-period-placeholder{font-size:12px;color:#909399;padding:8px 0}.publish-idle-page .form-grid--rental .field--third,.publish-idle-page .form-grid--account .field--span-8,.publish-idle-page .form-grid--account .field--third,.publish-idle-page .form-grid--account .field--half{grid-column:span 6}.publish-idle-page .chips--rank,.publish-idle-page .chips--level{grid-template-columns:repeat(4,minmax(0,1fr))}.publish-idle-page .form-grid--account .field--span-8{grid-column:1/-1}.publish-idle-page{padding:0 0 8px;background:#eef2f8}.publish-idle-page .page-header{position:sticky;top:0;z-index:20;padding:10px 0;margin-bottom:0;background:#fff;border-bottom:1px solid #e8ebf0;box-shadow:0 2px 8px #0000000a}.publish-idle-page .page-header .header-left{padding:0 12px}.publish-idle-page .page-header h2{font-size:17px}.publish-idle-page .wrap{padding:12px 12px 20px}.publish-idle-page .account-section,.publish-idle-page .card{padding:14px 12px 10px;border-radius:12px;margin-bottom:12px;box-shadow:0 2px 10px #0027660d}.publish-idle-page .section-head{margin-bottom:14px;padding-bottom:12px}.publish-idle-page .section-badge{min-width:34px;height:28px;font-size:13px;border-radius:7px}.publish-idle-page .section-title{font-size:16px}.publish-idle-page .form-grid{grid-template-columns:1fr;gap:12px}.publish-idle-page .field--full,.publish-idle-page .field--half,.publish-idle-page .field--third,.publish-idle-page .field--quarter,.publish-idle-page .field--span-8{grid-column:1/-1}.publish-idle-page .form-grid--account{gap:12px}.publish-idle-page .form-grid--account .chips--level{grid-template-columns:repeat(4,minmax(0,1fr))}.publish-idle-page .form-grid--account .chips--rank,.publish-idle-page .form-grid--account .chips--slots{grid-template-columns:repeat(3,minmax(0,1fr))}.publish-idle-page .form-grid--images .field--img{margin-top:0;padding-top:0}.publish-idle-page .form-grid--core{grid-template-columns:repeat(2,minmax(0,1fr))}.publish-idle-page .form-grid--core .field--quarter,.publish-idle-page .form-grid--core .field--listing{grid-column:span 1}.publish-idle-page .form-grid--core .field--listing{grid-column:1/-1}.publish-idle-page .form-grid--rental{grid-template-columns:1fr}.publish-idle-page .form-grid--rental .field--third,.publish-idle-page .form-grid--rental .field--full{grid-column:1/-1}.publish-idle-page .form-grid--rental-setup{grid-template-columns:1fr;gap:0}.publish-idle-page .form-grid--rental-setup .field--third{grid-column:1/-1;min-width:0}.publish-idle-page .form-grid--rental-setup .field--full{grid-column:1/-1}.publish-idle-page .form-grid--rental-setup .field-card{padding:10px}.publish-idle-page .form-grid--rental-setup .label{display:flex;flex-wrap:wrap;align-items:center;gap:4px;word-break:break-word}.publish-idle-page .form-grid--rental-setup .el-input,.publish-idle-page .form-grid--rental-setup .el-input-number{width:100%}.publish-idle-page .form-subgroup+.publish-idle-page .form-subgroup{margin-top:14px;padding-top:14px}.publish-idle-page .form-subgroup__title{font-size:14px;margin-bottom:12px}.publish-idle-page .stat-card{min-height:auto}.publish-idle-page .stat-card__value{font-size:22px}.publish-idle-page .stat-card__term{min-height:48px;padding:8px 12px}.publish-idle-page .stat-card__term .stat-card__value{font-size:20px}.publish-idle-page .chips--listing{grid-template-columns:repeat(2,minmax(0,1fr))}.publish-idle-page .chip--listing{min-height:40px;flex-direction:row;justify-content:center;padding:8px 6px;font-size:12px}.publish-idle-page .chips--discount{grid-template-columns:repeat(2,minmax(0,1fr))}.publish-idle-page .form-grid--notes{grid-template-columns:1fr}.publish-idle-page .field-card{padding:12px;border-radius:10px;background:#fff}.publish-idle-page .field-inner{gap:8px}.publish-idle-page .label{font-size:13px}.publish-idle-page .field-tip:not(.field-tip--inline){font-size:11px;line-height:1.55;padding:8px 10px;background:#fdf8ef;border-radius:8px;border:1px solid #faecd8}.publish-idle-page .field-help-panel{padding:6px 10px}.publish-idle-page .field-help-panel__title{font-size:12px}.publish-idle-page .field-help-panel__text,.publish-idle-page .field-help-panel__list{font-size:12px;line-height:1.45}.publish-idle-page .field-help-slot,.publish-idle-page .field-help-block{margin-top:0}.publish-idle-page .chips--level{grid-template-columns:repeat(4,minmax(0,1fr))}.publish-idle-page .chips--rank{grid-template-columns:repeat(3,minmax(0,1fr))}.publish-idle-page .chips--region{grid-template-columns:repeat(2,minmax(0,1fr))}.publish-idle-page .chips--inline{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.publish-idle-page .chips--inline .chip{min-width:0}.publish-idle-page .chips--tags .chip{font-size:11px;padding:5px 10px}.publish-idle-page .chip--large{min-height:40px}.publish-idle-page .field--inline-radio .radio-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.publish-idle-page .field--realname .radio-list{display:grid;grid-template-columns:1fr;gap:8px}.publish-idle-page .field--inline-radio .radio-item{flex:unset;width:100%;padding:8px 10px}.publish-idle-page .img-gallery{gap:10px}.publish-idle-page .img-slot,.publish-idle-page .img,.publish-idle-page .add{width:96px;height:96px}.publish-idle-page .plus{width:30px;height:30px;font-size:18px}.publish-idle-page .radio-need{margin-left:0;width:100%;margin-top:4px}.publish-idle-page .field--discount .radio-item{flex-wrap:wrap}.publish-idle-page .time-region{flex-direction:column;align-items:stretch;gap:8px}.publish-idle-page .time-region .dash{display:none}.publish-idle-page .money{width:130px}.publish-idle-page .actions{position:static;display:flex;justify-content:center;align-items:center;gap:12px;width:100%;margin:12px 0 0;padding:14px 0 4px;background:transparent;border-top:1px solid #eef1f6;box-shadow:none;z-index:auto}.publish-idle-page .submit-btn,.publish-idle-page .reset-btn{flex:0 0 auto;min-width:108px;width:auto;max-width:132px;height:36px;padding:0 18px;font-size:14px;border-radius:8px}.publish-idle-page .agreement{margin-top:8px}}@media (max-width: 768px) and (max-width: 420px){.publish-idle-page .form-grid--core{grid-template-columns:1fr}.publish-idle-page .form-grid--core .field--quarter,.publish-idle-page .form-grid--core .field--listing{grid-column:1/-1}.publish-idle-page .form-grid--rental-setup{gap:8px}.publish-idle-page .form-grid--rental-setup .label{font-size:12px}.publish-idle-page .chips--listing{grid-template-columns:repeat(2,minmax(0,1fr))}.publish-idle-page .chips--level{grid-template-columns:repeat(3,minmax(0,1fr))}.publish-idle-page .chips--rank,.publish-idle-page .field--inline-radio .radio-list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 768px){.publish-idle-page .section-head--button{width:100%;border:0;background:transparent;text-align:left;cursor:pointer}.publish-idle-page .section-summary{min-width:0;margin-left:auto;overflow:hidden;color:#8b95a7;font-size:13px;font-weight:500;line-height:1.4;text-align:right;text-overflow:ellipsis;white-space:nowrap}.publish-idle-page .section-arrow{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;margin-left:8px;color:#a2acbb;font-size:18px;line-height:1;transition:color .2s ease}.publish-idle-page .card--category.is-collapsed,.publish-idle-page .account-section.is-complete:not(.is-expanded){padding-bottom:2px}.publish-idle-page .account-section.is-complete:not(.is-expanded) .section-badge{background:linear-gradient(135deg,#2d7bda,#1957a8)}.publish-idle-page .section-content{overflow:hidden}.publish-idle-page .form-grid--account{gap:10px}.publish-idle-page .form-grid--account .field{border-radius:12px;background:#fff;box-shadow:0 8px 22px #1d3d6b0e;overflow:hidden}.publish-idle-page .form-grid--account .field-card{min-height:0;border-color:#e9eef6;border-radius:12px;background:linear-gradient(180deg,#fff,#fbfcff)}.publish-idle-page .field-progress-head{display:flex;align-items:center;width:100%;min-height:52px;padding:0 14px;border:1px solid #e9eef6;border-radius:12px;background:linear-gradient(100deg,#fff,#f8fbff);color:#192238;cursor:pointer;text-align:left}.publish-idle-page .field-progress-head__label{overflow:hidden;font-size:14px;font-weight:750;text-overflow:ellipsis;white-space:nowrap}.publish-idle-page .field-progress-head__required{margin-right:3px;color:#ef4c5b}.publish-idle-page .field-progress-head__summary{min-width:0;margin-left:auto;overflow:hidden;color:#3b78c9;font-size:13px;font-weight:600;text-align:right;text-overflow:ellipsis;white-space:nowrap}.publish-idle-page .field-progress-head__arrow{margin-left:7px;color:#9aa8bc;font-size:17px}.publish-idle-page .form-grid--account .field:has(.field-progress-head){box-shadow:none}.publish-idle-page .form-grid--account .field:has(.field-progress-head) .field-help-slot,.publish-idle-page .form-grid--account .field:has(.field-progress-head)+.field-help-slot{display:none}.publish-idle-page .remove{right:7px;top:7px;width:28px;height:28px;border:1px solid rgba(255,255,255,.78);background:#111927ad;box-shadow:0 3px 10px #00000026;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:transform .2s ease,background .2s ease}.publish-idle-page .remove .el-icon{font-size:15px}.publish-idle-page .remove:active{background:#e5484d;transform:scale(.9)}.publish-idle-page{background:#fff}.publish-idle-page .el-loading-mask{display:none!important}.publish-idle-page .page-header{box-shadow:none;border-bottom:10px solid #f6f6f6}.publish-idle-page .page-header .header-left{position:relative;justify-content:center;min-height:44px}.publish-idle-page .page-header .el-button{position:absolute;left:14px;width:30px;height:40px;margin:0;padding:0;color:#151515;font-size:0}.publish-idle-page .page-header .el-button:before{content:"‹";font-size:38px;font-weight:300;line-height:1}.publish-idle-page .page-header h2{font-size:18px;font-weight:700;color:#171717}.publish-idle-page .wrap{max-width:none;padding:0 14px 28px;background:#fff}.publish-idle-page .card,.publish-idle-page .account-section{margin:0;padding:0;border:0;border-radius:0;background:#fff;box-shadow:none}.publish-idle-page .card--category{padding:0;border-bottom:1px solid #f1f1f1}.publish-idle-page .card--category .section-head{gap:8px;min-height:54px;margin:0;padding:0 4px;border:0}.publish-idle-page .card--category .section-head.is-clickable{cursor:pointer;-webkit-tap-highlight-color:transparent}.publish-idle-page .category-control{display:flex;flex:1 1 auto;align-items:center;justify-content:flex-end;min-width:0;margin-left:0}.publish-idle-page .mobile-category-trigger{flex:0 0 126px;justify-content:space-between;gap:4px;max-width:126px;min-height:34px;margin-left:auto;padding:0 7px 0 9px;border:1px solid #d9e0ea;border-radius:4px;background:#fff;color:#28354a;font-size:14px;text-align:right}.publish-idle-page .mobile-category-trigger>span{flex:0 1 auto;min-width:0;overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap}.publish-idle-page .mobile-category-trigger .is-placeholder{color:#a5adba}.publish-idle-page .mobile-category-trigger>.el-icon{flex:0 0 auto;color:#9aa8bc}.publish-idle-page .section-arrow-button{display:inline-flex;align-items:center;justify-content:center;flex:0 0 20px;width:20px;height:20px;margin-left:8px;padding:0;border:0;background:transparent;color:#9aa8bc;cursor:pointer}.publish-idle-page .section-arrow-button .section-arrow{margin:0;width:20px;height:20px;color:#9b9b9b;font-size:13px}.publish-idle-page .section-badge{display:inline-flex;min-width:32px;width:32px;height:26px;padding:0;border-radius:6px;font-size:12px;box-shadow:none}.publish-idle-page .account-section>.section-head{display:flex;gap:8px;min-height:54px;margin:0;padding:0 4px;border-bottom:1px solid #f0f1f3}.publish-idle-page .account-section>.section-head>.section-arrow{margin-left:auto}.publish-idle-page .account-section>.section-head .section-summary+.section-arrow{flex:0 0 auto;margin-left:8px}.publish-idle-page .account-section>.section-head .section-prepay{min-width:0;margin-left:auto;overflow:hidden;color:#000;font-size:15px;font-weight:700;line-height:1;text-overflow:ellipsis;white-space:nowrap}.publish-idle-page .account-section>.section-head .section-prepay+.section-arrow{flex:0 0 auto;margin-left:8px}.publish-idle-page .account-section>.section-head .section-badge{display:inline-flex;min-width:32px;width:32px;height:26px;padding:0;border-radius:6px;font-size:12px;box-shadow:none}.publish-idle-page .account-section>.section-head .section-title{color:#172033;font-size:15px}.publish-idle-page .account-section:not(.is-expanded)>.section-head{min-height:54px;margin:0;padding:0 4px;border:0;border-bottom:1px solid #f1f1f1;border-radius:0;background:#fff}.publish-idle-page .account-section:not(.is-expanded)>.section-head .section-summary{color:#1d1d1d;font-weight:500}.publish-idle-page .account-section.is-complete:not(.is-expanded) .section-badge{background:linear-gradient(135deg,#0052b4,#003a80)}.publish-idle-page .account-section.is-complete:not(.is-expanded){padding-bottom:0}.publish-idle-page .card--category .section-title{flex:0 0 auto;color:#171717;font-size:15px;font-weight:700;white-space:nowrap}.publish-idle-page .card--category .section-title:before{content:none}.publish-idle-page .card--category .cascader{flex:1 1 auto;min-width:0;margin:0;width:100%;max-width:210px}.publish-idle-page .card--category .cascader :deep(.el-input__wrapper){min-height:36px;padding:0 6px 0 10px;border-radius:4px;background:#fff;box-shadow:none}.publish-idle-page .card--category .cascader :deep(.el-input__inner){text-align:right}.publish-idle-page .card--category.is-collapsed{padding-bottom:0}.publish-idle-page .card--category.is-collapsed .section-summary{color:#1d1d1d;font-weight:500}.publish-idle-page .account-section .section-content{overflow:visible}.publish-idle-page .form-grid--account{gap:0}.publish-idle-page .form-grid--account .field{margin:0;border:0;border-bottom:1px solid #f1f1f1;border-radius:0;background:#fff;box-shadow:none;overflow:visible}.publish-idle-page .form-grid--account .field-card{min-height:0;padding:9px 4px 10px;border:0;border-radius:0;background:#fff;box-shadow:none}.publish-idle-page .form-grid--account .field-card:focus-within{border:0;box-shadow:none}.publish-idle-page .form-grid--rental-setup{gap:0}.publish-idle-page .form-grid--rental-setup .field{margin:0;border:0;border-bottom:1px solid #f1f1f1;border-radius:0;background:#fff;box-shadow:none;overflow:visible}.publish-idle-page .form-grid--rental-setup .field-card{min-height:0;padding:9px 4px 10px;border:0;border-radius:0;background:#fff;box-shadow:none}.publish-idle-page .form-grid--rental-setup .row-head{margin-bottom:7px}.publish-idle-page .form-grid--rental-setup .label{color:#191919;font-size:15px;font-weight:700}.publish-idle-page .form-grid--rental-setup .row-head.is-collapsible{min-height:36px;padding-right:34px;cursor:pointer;-webkit-tap-highlight-color:transparent}.publish-idle-page .form-grid--rental-setup .field-collapse-toggle{top:9px;display:inline-flex;align-items:center;justify-content:center;height:36px}.publish-idle-page .form-grid--rental-setup .field--text-control .field-card{display:grid;grid-template-columns:max-content minmax(0,1fr);align-items:center;column-gap:10px;row-gap:6px;padding-right:4px}.publish-idle-page .form-grid--rental-setup .field--text-control .row-head{grid-column:1;grid-row:1;padding-right:24px}.publish-idle-page .form-grid--rental-setup .field--text-control .field-collapse-toggle{position:static;grid-column:1;grid-row:1;align-self:center;justify-self:end;width:20px;height:28px}.publish-idle-page .form-grid--rental-setup .field--text-control .input-with-unit,.publish-idle-page .form-grid--rental-setup .field--text-control>.field-inner>.el-input{grid-column:2;grid-row:1;justify-self:end;min-width:0;width:100%}.publish-idle-page .form-grid--rental-setup .field--text-control :deep(.el-input__inner){text-align:right}.publish-idle-page .form-grid--rental-setup .field--text-control :deep(.el-input__inner::placeholder){text-align:left}.publish-idle-page .form-grid--rental-setup :deep(.el-input__wrapper){min-height:38px;border-radius:4px;background:#f7f7f7;box-shadow:none}.publish-idle-page .form-grid--rental-setup :deep(.el-input__wrapper.is-focus){background:#fff;box-shadow:0 0 0 1px #8dbcf3 inset}.publish-idle-page .form-grid--account .row-head{margin-bottom:7px}.publish-idle-page .form-grid--account .label{color:#191919;font-size:15px;font-weight:700}.publish-idle-page .form-grid--account .field-icon{display:none}.publish-idle-page .field-progress-head{min-height:48px;padding:0 4px;border:0;border-radius:0;background:#fff;box-shadow:none}.publish-idle-page .field-progress-head__label{flex:0 0 auto;max-width:112px;margin-right:12px;color:#191919;font-size:15px;font-weight:700}.publish-idle-page .field-progress-head__summary{flex:1 1 auto;width:0;color:#202020;font-size:14px;font-weight:500}.publish-idle-page .field-progress-head__arrow{align-self:center;color:#9b9b9b;display:inline-flex;flex:0 0 auto;font-size:13px}.publish-idle-page .field-progress-head--time .field-progress-head__label{max-width:none;margin-right:8px;overflow:visible}.publish-idle-page .field-progress-head--time .field-progress-head__summary{flex:0 0 auto;width:auto;overflow:visible}.publish-idle-page .form-grid--account .row-head.is-collapsible{min-height:36px;padding-right:34px;cursor:pointer;-webkit-tap-highlight-color:transparent}.publish-idle-page .form-grid--account .field-collapse-toggle{top:9px;display:inline-flex;align-items:center;justify-content:center;height:36px}.publish-idle-page .field--text-control .row-head{display:flex;align-items:center;min-height:36px;margin:0;padding:0}.publish-idle-page .form-grid--account .field--text-control .field-card{display:grid;grid-template-columns:minmax(72px,auto) minmax(0,1fr);align-items:center;column-gap:10px;row-gap:6px;padding-right:4px}.publish-idle-page .form-grid--account .field--text-control .row-head{grid-column:1;grid-row:1;padding-right:24px}.publish-idle-page .form-grid--account .field--text-control .field-collapse-toggle{position:static;grid-column:1;grid-row:1;align-self:center;justify-self:end;width:20px;height:28px}.publish-idle-page .form-grid--account .field--text-control .input-with-unit,.publish-idle-page .form-grid--account .field--text-control>.field-inner>.el-input{grid-column:2;grid-row:1;justify-self:end;min-width:0;width:100%}.publish-idle-page .form-grid--account .field--text-control :deep(.el-input__inner){text-align:right}.publish-idle-page .form-grid--account .field--text-control :deep(.el-input__inner::placeholder){text-align:left}.publish-idle-page .form-grid--account .field--text-control .field-help,.publish-idle-page .form-grid--account .field--text-control .field-help-panel,.publish-idle-page .form-grid--account .field--text-control .field-error,.publish-idle-page .form-grid--account .field--text-control .rental-period-value,.publish-idle-page .form-grid--account .field--text-control .rental-period-placeholder{grid-column:1/-1}.publish-idle-page .form-grid--account .field--inline-account-control .field-card{display:grid;grid-template-columns:minmax(94px,auto) minmax(0,1fr);align-items:center;column-gap:8px;row-gap:7px;padding-right:4px}.publish-idle-page .form-grid--account .field--inline-account-control .row-head{grid-column:1;grid-row:1;display:flex;align-items:center;align-self:center;min-height:40px;min-width:0;margin:0;padding-right:22px}.publish-idle-page .form-grid--account .field--inline-account-control .label{white-space:nowrap}.publish-idle-page .form-grid--account .field--inline-account-control .field-collapse-toggle{display:none}.publish-idle-page .form-grid--account .field--inline-account-control .mobile-multi-trigger,.publish-idle-page .form-grid--account .field--inline-account-control .time-region{grid-column:2;grid-row:1;justify-self:end;min-width:0;width:100%}.publish-idle-page .form-grid--account .field--inline-account-control .time-region{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:6px;align-items:center}.publish-idle-page .form-grid--account .field--inline-account-control .time-region .time{display:block;min-width:0!important;max-width:100%!important;width:100%!important;flex:none!important;overflow:hidden}.publish-idle-page .form-grid--account .field--inline-account-control .time-region .dash{display:none}.publish-idle-page .form-grid--account .field--inline-account-control .mobile-time-trigger{display:flex;align-items:center;gap:6px;min-width:0;width:100%;height:40px;padding:0 8px;border:1px solid #d9e0ea;border-radius:5px;background:#fff;color:#2865aa;font-size:16px;text-align:left}.publish-idle-page .form-grid--account .field--inline-account-control .mobile-time-trigger>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.publish-idle-page .form-grid--account .field--inline-account-control .mobile-time-trigger.is-placeholder{color:#a5adba}.publish-idle-page .form-grid--account .field--inline-account-control .time-region>.el-date-editor.el-input,.publish-idle-page .form-grid--account .field--inline-account-control .time-region>.el-date-editor,.publish-idle-page .form-grid--account .field--inline-account-control .time-region>.el-input{display:block!important;flex:none!important;min-width:0!important;max-width:100%!important;width:100%!important}.publish-idle-page .form-grid--account .field--inline-account-control .time-region .el-input__wrapper{box-sizing:border-box;min-width:0;padding:0 5px}.publish-idle-page .form-grid--account .field--inline-account-control .time-region .el-input__prefix{margin-right:2px}.publish-idle-page .form-grid--account .field--inline-account-control .time-region .el-input__inner{min-width:0;font-size:16px}.publish-idle-page .el-input__inner,.publish-idle-page .el-textarea__inner{font-size:16px!important}.publish-idle-page .form-grid--account .field--inline-account-control .field-help,.publish-idle-page .form-grid--account .field--inline-account-control .field-help-panel,.publish-idle-page .form-grid--account .field--inline-account-control .field-error{grid-column:1/-1}.publish-idle-page .form-grid--images .img-block--all .field-help-block{margin-top:10px}.publish-idle-page .form-grid--images .img-block--all .field-help-panel{padding:9px 11px;border-color:#faecd8;background:#fdf8ef}.publish-idle-page .form-grid--images .img-block--all .field-help-panel__title{color:#d28b22}.publish-idle-page .form-grid--account .chips,.publish-idle-page .form-grid--account .radio-list{gap:7px}.publish-idle-page .form-grid--account .chip,.publish-idle-page .form-grid--account .radio-item{min-height:36px;border:1px solid transparent;border-radius:4px;background:#f7f7f7;color:#202020;box-shadow:none}.publish-idle-page .form-grid--account .chip.active,.publish-idle-page .form-grid--account .radio-item.active{border-color:#d7e7fb;background:#eef6ff;color:#2676d8;box-shadow:none}.publish-idle-page .form-grid--account :deep(.el-input__wrapper){min-height:38px;border-radius:4px;background:#f7f7f7;box-shadow:none}.publish-idle-page .form-grid--account :deep(.el-input__wrapper.is-focus){background:#fff;box-shadow:0 0 0 1px #8dbcf3 inset}.publish-idle-page .form-grid--account .field-help-panel,.publish-idle-page .form-grid--account .field-tip:not(.field-tip--inline){border-color:#dceafb;border-radius:5px;background:#f4f9ff;color:#3881df}.publish-idle-page .form-grid--account>.field-help-slot{display:none}.publish-idle-page .form-grid--account+.field-help-slot,.publish-idle-page .form-grid--account~.field-help-slot{display:none}.publish-idle-page .form-grid--images,.publish-idle-page .form-grid--rental-setup,.publish-idle-page .form-subgroup{margin:0;padding:12px 4px;border-bottom:1px solid #f1f1f1}.publish-idle-page .form-subgroup__title{color:#191919;font-size:15px}.publish-idle-page .agreement{padding:16px 4px 6px}.publish-idle-page .agree-row{align-items:flex-start;flex-wrap:wrap;width:100%;min-width:0;column-gap:4px;row-gap:2px;white-space:normal;line-height:1.55}.publish-idle-page .agree-row .check{margin-top:2px}.publish-idle-page .agree-text{margin-left:0}.publish-idle-page .agree-link{white-space:normal;line-height:inherit}.publish-idle-page .actions{padding:12px 4px 4px;border:0}.publish-idle-page .actions .submit-btn{flex:1;max-width:none;height:48px;border-radius:5px}.publish-idle-page .actions .reset-btn{display:none}.publish-idle-page .mobile-multi-trigger{display:flex;align-items:center;justify-content:space-between;width:100%;min-height:42px;padding:0 12px;border:1px solid #dfe5ee;border-radius:6px;background:#fff;color:#253047;text-align:left}.publish-idle-page .mobile-multi-trigger span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.publish-idle-page .mobile-multi-trigger .is-placeholder{color:#a7afbc}.mobile-picker-mask{position:fixed;top:0;right:0;bottom:0;left:0;z-index:3000;display:flex;align-items:flex-end;background:#0a121e61}.mobile-picker-sheet{width:100%;max-height:72vh;border-radius:16px 16px 0 0;background:#fff;box-shadow:0 -12px 30px #101f3629;overflow:hidden}.mobile-picker-sheet__head{display:grid;grid-template-columns:70px 1fr 70px;align-items:center;min-height:54px;padding:0 8px;border-bottom:1px solid #edf0f4}.mobile-picker-sheet__head strong{text-align:center;color:#172033;font-size:16px}.mobile-picker-sheet__head button{height:40px;border:0;background:transparent;color:#7c8798;font-size:14px}.mobile-picker-sheet__head .is-primary{color:#286fc3;font-weight:700}.mobile-picker-sheet__options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;max-height:calc(72vh - 54px);padding:12px 14px calc(18px + env(safe-area-inset-bottom,0px));overflow-y:auto}.mobile-picker-option{display:flex;align-items:center;justify-content:space-between;gap:6px;min-height:46px;padding:8px 11px;border:1px solid #e5e9ef;border-radius:8px;background:#f8f9fb;color:#30394a;text-align:left}.mobile-picker-option.active{border-color:#a9cdf6;background:#eef6ff;color:#286fc3}.mobile-time-picker-sheet{max-height:68vh}.mobile-time-picker__value{padding:14px 16px 10px;color:#1c5fae;font-size:26px;font-weight:700;letter-spacing:.06em;text-align:center}.mobile-time-picker__columns{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:0 14px calc(16px + env(safe-area-inset-bottom,0px))}.mobile-time-picker__column{position:relative;min-width:0;overflow:hidden;border:1px solid #e7ebf1;border-radius:10px;background:#f8fafc}.mobile-time-picker__column-title{display:block;padding:9px 0 7px;border-bottom:1px solid #e7ebf1;color:#7b8797;font-size:13px;font-weight:600;text-align:center}.mobile-time-picker__options{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;max-height:255px;padding:8px;overflow-y:auto;-webkit-overflow-scrolling:touch}.mobile-time-picker__options--wheel{display:block;height:220px;max-height:none;padding:0;overflow-y:auto;overscroll-behavior:contain;scroll-snap-type:y mandatory;scrollbar-width:none;background:#fff}.mobile-time-picker__options--wheel::-webkit-scrollbar{display:none}.mobile-time-picker__wheel-spacer{display:block;height:88px;pointer-events:none}.mobile-time-picker__options.mobile-time-picker__options--wheel button{display:block;width:100%;min-height:44px;height:44px;border:0;border-radius:0;background:transparent;scroll-snap-align:center;scroll-snap-stop:always;font-size:17px}.mobile-time-picker__options.mobile-time-picker__options--wheel button.active{border:0;background:transparent;color:#1e67b4;font-size:19px}.mobile-time-picker__column:after{position:absolute;z-index:1;right:8px;left:8px;top:120px;height:42px;border-top:1px solid #b5d5f7;border-bottom:1px solid #b5d5f7;background:#eaf4ff75;pointer-events:none;content:""}.mobile-time-picker__options button{min-height:38px;padding:0;border:1px solid transparent;border-radius:6px;background:#fff;color:#3d4859;font-size:14px}.mobile-time-picker__options button.active{border-color:#9cc7f5;background:#eaf4ff;color:#1e67b4;font-weight:700}.mobile-category-picker-sheet{max-height:68vh}.mobile-category-picker__columns{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:14px 14px calc(16px + env(safe-area-inset-bottom,0px))}.mobile-category-picker__columns.is-single-column{grid-template-columns:minmax(0,1fr)}.mobile-category-picker__columns.is-single-column .mobile-category-picker__column{min-height:224px}.mobile-category-picker__column{min-width:0;min-height:276px;overflow:hidden;border:1px solid #e7ebf1;border-radius:10px;background:#f8fafc}.mobile-category-picker__column-title{display:block;padding:10px 0 8px;border-bottom:1px solid #e7ebf1;color:#7b8797;font-size:13px;font-weight:600;text-align:center}.mobile-category-picker__options{display:grid;gap:7px;max-height:318px;padding:8px;overflow-y:auto;-webkit-overflow-scrolling:touch}.mobile-category-picker__options button{min-height:42px;padding:6px 8px;border:1px solid transparent;border-radius:7px;background:#fff;color:#3d4859;font-size:14px}.mobile-category-picker__options button.active{border-color:#9cc7f5;background:#eaf4ff;color:#1e67b4;font-weight:700}.mobile-category-picker__empty{display:flex;align-items:center;justify-content:center;min-height:230px;padding:16px;color:#a0a8b5;font-size:13px;text-align:center}.picker-fade-enter-active,.picker-fade-leave-active{transition:opacity .22s ease}.picker-fade-enter-from,.picker-fade-leave-to{opacity:0}.publish-idle-page .other-info-lines{display:block}.publish-idle-page .other-info-lines .field{margin:0;border-bottom:1px solid #eef1f5}.publish-idle-page .other-info-lines .field-card{display:grid;grid-template-columns:auto minmax(100px,1fr);align-items:center;min-height:52px;padding:8px 2px;border:0;background:#fff}.publish-idle-page .other-info-lines .stat-card__head,.publish-idle-page .other-info-lines .row-head{margin:0}.publish-idle-page .other-info-lines .stat-card__value,.publish-idle-page .other-info-lines .input-with-unit{text-align:right}.publish-idle-page .other-info-lines .stat-card__tag,.publish-idle-page .other-info-lines .stat-card__hint,.publish-idle-page .other-info-lines .field-tip{display:none}.publish-idle-page .form-grid--account .field--text-control .field-card{grid-template-columns:minmax(84px,auto) minmax(0,1fr);min-height:58px;padding:8px 4px;column-gap:12px}.publish-idle-page .form-grid--account .field--text-control .row-head{min-height:42px;padding-right:0}.publish-idle-page .form-grid--account .field--text-control>.field-inner>.el-input,.publish-idle-page .form-grid--account .field--text-control .input-with-unit{align-self:center}.publish-idle-page .form-grid--account .field--text-control .el-input__wrapper{min-height:42px;padding:0;border-radius:0;background:transparent;box-shadow:none}.publish-idle-page .form-grid--account .field--text-control .el-input__wrapper:hover,.publish-idle-page .form-grid--account .field--text-control .el-input__wrapper.is-focus{background:transparent;box-shadow:none}.publish-idle-page .form-grid--account .field--text-control .el-input__inner{color:#222;font-size:15px;text-align:right}.publish-idle-page .form-grid--account .field--text-control .el-input__inner::placeholder{color:#c4c7ce;text-align:right}.publish-idle-page .form-grid--account .field--text-control .input-with-unit .el-input__wrapper{padding-right:28px}.publish-idle-page .form-grid--account .field--text-control .input-with-unit .unit{right:0;color:#8d929c;font-weight:500}.publish-idle-page .form-grid--rental-setup .field--text-control .field-card{grid-template-columns:max-content minmax(0,1fr);min-height:58px;padding:8px 4px;column-gap:12px}.publish-idle-page .form-grid--rental-setup .field[data-publish-field=slot_9_trial_card] .field-card{grid-template-columns:minmax(0,1fr) minmax(96px,40%);column-gap:8px}.publish-idle-page .form-grid--rental-setup .field[data-publish-field=slot_9_trial_card] .row-head,.publish-idle-page .form-grid--rental-setup .field[data-publish-field=slot_9_trial_card] .label{min-width:0}.publish-idle-page .form-grid--rental-setup .field[data-publish-field=slot_9_trial_card] .label{max-width:100%;flex-wrap:nowrap;white-space:normal;overflow-wrap:anywhere;line-height:1.35;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;text-overflow:ellipsis}.publish-idle-page .form-grid--rental-setup .field[data-publish-field=slot_9_trial_card] .label>span{min-width:0;white-space:normal}.publish-idle-page .form-grid--rental-setup .field--text-control .row-head{min-height:42px;padding-right:24px}.publish-idle-page .form-grid--rental-setup .field--text-control .field-help,.publish-idle-page .form-grid--rental-setup .field--text-control .field-help-panel,.publish-idle-page .form-grid--rental-setup .field--text-control .field-error,.publish-idle-page .form-grid--rental-setup .field--text-control .rental-period-value,.publish-idle-page .form-grid--rental-setup .field--text-control .rental-period-placeholder{grid-column:1/-1}.publish-idle-page .form-grid--rental-setup .field--text-control .el-input__wrapper{min-height:42px;padding:0;border-radius:0;background:transparent;box-shadow:none}.publish-idle-page .form-grid--rental-setup .field--text-control .el-input__wrapper:hover,.publish-idle-page .form-grid--rental-setup .field--text-control .el-input__wrapper.is-focus{background:transparent;box-shadow:none}.publish-idle-page .form-grid--rental-setup .field--text-control .el-input__inner{color:#222;font-size:15px;text-align:right}.publish-idle-page .form-grid--rental-setup .field--text-control .el-input__inner::placeholder{color:#c4c7ce;text-align:right}.publish-idle-page .publish-flow{position:fixed;z-index:999;top:3.25rem;right:0;left:0;box-sizing:border-box;min-height:4rem;margin:0;padding:0;border-bottom:1px solid #e9eef5;background:#fff;box-shadow:0 4px 12px #1637600f}.publish-idle-page .publish-flow__steps{--van-steps-background: transparent;padding:.5rem .5rem .25rem;background:transparent}.publish-idle-page .publish-flow__steps .van-steps__items{margin:0 0 4px;padding-bottom:21px}.publish-idle-page .publish-flow__steps .van-step--horizontal .van-step__line{height:2px}.publish-idle-page .publish-flow__steps .van-step--horizontal{flex:1;min-width:0;padding:0 .375rem}.publish-idle-page .publish-flow__steps .van-step--horizontal:first-child{padding-left:0}.publish-idle-page .publish-flow__steps .van-step--horizontal:last-child{padding-right:0}.publish-idle-page .publish-flow__steps .van-step--horizontal .van-step__title{font-size:.75rem;font-weight:600;display:block;width:100%;min-width:0;white-space:nowrap;max-width:100%;overflow:hidden;text-overflow:ellipsis;text-align:center}.publish-idle-page .publish-flow__steps .van-step--horizontal:first-child .van-step__title{text-align:left}.publish-idle-page .publish-flow__steps .van-step--horizontal:last-child .van-step__title{text-align:right}.publish-idle-page .publish-flow__steps .van-step--finish .van-step__title,.publish-idle-page .publish-flow__steps .van-step--process .van-step__title,.publish-idle-page .publish-flow__steps .van-step__icon--active{color:#1d6fd6!important}.publish-idle-page .account-images-progress{margin-top:12px;padding:10px 11px;border:1px solid #f0d89a;border-radius:7px;background:#fffbf2}.publish-idle-page .account-images-progress.is-complete{border-color:#bee6d0;background:#f2fbf6}.publish-idle-page .account-images-progress__head{display:flex;align-items:center;justify-content:space-between;gap:8px;color:#9b6510;font-size:12px;line-height:1.3}.publish-idle-page .account-images-progress.is-complete .account-images-progress__head{color:#178557}.publish-idle-page .account-images-progress__head strong{font-weight:800}.publish-idle-page .account-images-progress__head span{display:inline-flex;align-items:center;gap:3px;flex:0 0 auto;font-weight:700}.publish-idle-page .account-images-progress__track{height:5px;margin-top:8px;overflow:hidden;border-radius:999px;background:#f1e4c7}.publish-idle-page .account-images-progress.is-complete .account-images-progress__track{background:#d7f0e2}.publish-idle-page .account-images-progress__track span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#f5a623,#f2c15e);transition:width .2s ease}.publish-idle-page .account-images-progress.is-complete .account-images-progress__track span{background:#2ba66d}.publish-idle-page .account-images-progress p{margin:7px 0 0;color:#7d6a45;font-size:12px;line-height:1.5}.publish-idle-page .account-images-progress.is-complete p{color:#4e7e64}.publish-idle-page{padding-top:4.375rem}}@media (max-width: 768px) and (max-width: 360px){.publish-idle-page .publish-flow__steps .van-step--horizontal .van-step__title{font-size:.625rem;letter-spacing:-.02em}}@media (max-width: 768px){.publish-idle-page .form-grid--account .field--text-control .el-input__inner::placeholder,.publish-idle-page .form-grid--rental-setup .field--text-control .el-input__inner::placeholder,.publish-idle-page .custom-discount-field .el-input__inner::placeholder{font-size:13px}}.main-content{min-height:calc(100vh - 300px);padding-top:96px}@media (max-width: 768px){.main-content{padding-top:52px}}.auth-layout .main-content{padding-top:0;min-height:100vh}@media (min-width: 769px){.home-main-content{padding-top:166px;background:#dceaff}}@media (max-width: 768px){.home-main-content{padding-top:52px}}@media (max-width: 768px){.main-content{position:relative;overflow-x:hidden}}.im-layout .im-main-content{padding-top:0;min-height:100vh}.fade-in-linear-enter-active,.fade-in-linear-leave-active{transition:var(--el-transition-fade-linear)}.fade-in-linear-enter-from,.fade-in-linear-leave-to{opacity:0}.collapse-transition{transition:var(--el-transition-duration) height ease-in-out,var(--el-transition-duration) padding-top ease-in-out,var(--el-transition-duration) padding-bottom ease-in-out}.horizontal-collapse-transition{transition:var(--el-transition-duration) width ease-in-out,var(--el-transition-duration) padding-left ease-in-out,var(--el-transition-duration) padding-right ease-in-out}.carousel-arrow-left-enter-from,.carousel-arrow-left-leave-active{opacity:0;transform:translateY(-50%)translate(-10px)}.carousel-arrow-right-enter-from,.carousel-arrow-right-leave-active{opacity:0;transform:translateY(-50%)translate(10px)}.v-modal-enter{animation:v-modal-in var(--el-transition-duration-fast) ease}.v-modal-leave{animation:v-modal-out var(--el-transition-duration-fast) ease forwards}.v-modal{width:100%;height:100%;opacity:var(--el-popup-modal-opacity);background:var(--el-popup-modal-bg-color);position:fixed;top:0;left:0}.dialog-fade-enter-active{animation:modal-fade-in var(--el-transition-duration)}.dialog-fade-leave-active{animation:modal-fade-out var(--el-transition-duration)}.viewer-fade-enter-active{animation:viewer-fade-in var(--el-transition-duration)}.viewer-fade-leave-active{animation:viewer-fade-out var(--el-transition-duration)}.slideInRight-transition,.slideInLeft-transition{display:inline-block}.slideInRight-enter{animation:slideInRight-enter var(--el-transition-duration)}.slideInRight-leave{animation:slideInRight-leave var(--el-transition-duration);position:absolute;left:0;right:0}.slideInLeft-enter{animation:slideInLeft-enter var(--el-transition-duration)}.slideInLeft-leave{animation:slideInLeft-leave var(--el-transition-duration);position:absolute;left:0;right:0}.time-select{min-width:0;margin:5px 0}.time-select-item{padding:8px 10px;font-size:14px;line-height:20px}.time-select-item.disabled{color:var(--el-datepicker-border-color);cursor:not-allowed}.time-select-item:hover{background-color:var(--el-fill-color-light);cursor:pointer;font-weight:700}.time-select .time-select-item.selected:not(.disabled){color:var(--el-color-primary);font-weight:700}@media (min-width: 769px){.navbar-wrapper{position:fixed;top:0;left:0;right:0;min-width:var(--desktop-min-width, 1200px);z-index:1000;background:var(--bg-primary);transition:all .3s ease;box-shadow:var(--shadow-sm)}.navbar-wrapper.scrolled .top-bar{height:0;overflow:hidden;opacity:0}.navbar-wrapper.hidden{transform:translateY(-100%)}.navbar-wrapper .top-bar{height:36px;background:var(--bg-secondary);border-bottom:1px solid #adc5e5;font-size:12px;color:var(--text-secondary);transition:all .3s ease;overflow:hidden}.navbar-wrapper .top-bar .container{padding-left:277px;padding-right:277px}.navbar-wrapper .top-bar .top-bar-inner{display:flex;justify-content:space-between;align-items:center;height:36px}.navbar-wrapper .top-bar .top-left,.navbar-wrapper .top-bar .top-right{display:flex;align-items:center;gap:16px}.navbar-wrapper .top-bar .top-link{color:var(--text-secondary);text-decoration:none}.navbar-wrapper .top-bar .top-link:hover{color:var(--primary-color)}.navbar-wrapper .top-bar .divider{color:var(--border-color)}.navbar-wrapper .top-bar .auth-links{display:flex;gap:12px}.navbar-wrapper .top-bar .auth-links .login-link{color:var(--primary-color);font-weight:600}.navbar-wrapper .top-bar .auth-links .user-link{display:inline-flex;align-items:center;gap:6px;color:var(--text-primary);font-weight:600;text-decoration:none;max-width:220px}.navbar-wrapper .top-bar .auth-links .user-link:hover{color:var(--primary-color)}.navbar-wrapper .top-bar .auth-links .user-link__name{max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.navbar-wrapper .top-bar .auth-links .logout-link{color:var(--text-secondary);text-decoration:none}.navbar-wrapper .top-bar .auth-links .logout-link:hover{color:var(--danger-color)}.navbar-wrapper .user-identity-badge{display:inline-flex;align-items:center;height:18px;padding:0 6px;border-radius:4px;font-size:11px;font-weight:700;line-height:1;white-space:nowrap;flex-shrink:0}.navbar-wrapper .user-identity-badge.is-internal{background:#ecfdf5;color:#16a34a}.navbar-wrapper .user-identity-badge.is-partner{background:#eff6ff;color:#2563eb}.navbar-wrapper .user-identity-badge.is-user{background:#0f274414;color:#0f2744}.navbar-wrapper .main-nav{height:60px;border-bottom:1px solid #edf0f5;background:var(--bg-primary);display:flex;align-items:center;transition:all .3s ease;overflow:visible}.navbar-wrapper .main-nav .container{width:100%;max-width:1370px;padding:0 38px}.navbar-wrapper .main-nav .navbar-inner{display:flex;align-items:center;justify-content:flex-start;height:100%;gap:0}.navbar-wrapper .main-nav .logo{height:48px;flex-shrink:0;margin-right:0;display:flex;align-items:center}.navbar-wrapper .main-nav .logo-img{height:48px;width:auto;max-width:180px;object-fit:contain;background:transparent;transform:none}.navbar-wrapper .main-nav .nav-links{display:flex;align-items:center;flex:none;gap:48px;margin:0 0 0 100px}.navbar-wrapper .main-nav .nav-link{font-size:15px;font-weight:500;color:var(--text-primary);position:relative;padding:8px 0;display:inline-flex;align-items:center;gap:6px;white-space:nowrap;text-decoration:none}.navbar-wrapper .main-nav .nav-link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:var(--primary-color);transition:width .3s ease}.navbar-wrapper .main-nav .nav-link:hover,.navbar-wrapper .main-nav .nav-link.active{color:var(--primary-color)}.navbar-wrapper .main-nav .nav-link:hover:after,.navbar-wrapper .main-nav .nav-link.active:after{width:100%}.navbar-wrapper .main-nav .nav-link--hafu img{width:18px;height:18px;object-fit:contain;flex:0 0 auto}.navbar-wrapper .scrolled .main-nav{height:56px}.navbar-wrapper.home-page-nav{background:#dceaff;box-shadow:none}.navbar-wrapper .main-nav--home{height:130px;align-items:flex-start;border-bottom:0;background:transparent}.navbar-wrapper .main-nav--home .container{max-width:1370px;height:100%;padding:0 38px}.navbar-wrapper .main-nav--home .navbar-inner{position:relative;display:grid;grid-template-columns:1fr auto;align-items:center;height:76px}.navbar-wrapper .main-nav--home .logo{height:64px}.navbar-wrapper .main-nav--home .logo-img{height:106px;max-width:168px;transform:translateY(2px)}.navbar-wrapper .main-nav--home .nav-right-actions{grid-column:2;margin-left:0}.navbar-wrapper .main-nav--home .nav-publish-btn{height:40px;padding:0 24px;border-radius:10px;box-shadow:0 7px 16px #0d245129}.navbar-wrapper .main-nav--home .nav-links{position:absolute;top:76px;left:0;display:flex;align-items:center;justify-content:stretch;width:100%;height:54px;margin:0;gap:0;border:1px solid rgba(222,231,247,.86);border-radius:12px;background:linear-gradient(180deg,#ebf4fff2,#ffffffeb);box-shadow:0 8px 22px #4870a612}.navbar-wrapper .main-nav--home .nav-link{flex:1 1 0;justify-content:center;height:54px;padding:0;font-size:16px;font-weight:700}.navbar-wrapper .main-nav--home .nav-link:after{bottom:0;height:3px;border-radius:999px 999px 0 0}.navbar-wrapper.scrolled .main-nav--home{height:130px}.navbar-wrapper.home-compact{background:#fff;box-shadow:0 1px 4px #0f274414}.navbar-wrapper.home-compact .top-bar{height:0;opacity:0}.navbar-wrapper.home-compact .main-nav--home{height:66px;background:#fff;border-bottom:1px solid #edf0f5;transition:height .36s cubic-bezier(.22,1,.36,1)}.navbar-wrapper.home-compact .main-nav--home .navbar-inner{display:flex;height:66px;transition:height .36s cubic-bezier(.22,1,.36,1)}.navbar-wrapper.home-compact .main-nav--home .logo{height:52px;transition:height .3s ease}.navbar-wrapper.home-compact .main-nav--home .logo-img{height:100px;transition:height .3s ease,transform .3s ease;transform:translateY(1px)}.navbar-wrapper.home-compact .main-nav--home .nav-links{position:static;width:auto;height:auto;margin:0 0 0 100px;gap:48px;border:0;border-radius:0;background:transparent;box-shadow:none;opacity:1;pointer-events:auto;transform:none;transition:opacity .28s ease,transform .36s cubic-bezier(.22,1,.36,1)}.navbar-wrapper.home-compact .main-nav--home .nav-right-actions{margin-left:auto}.navbar-wrapper.home-compact .main-nav--home .nav-publish-btn{height:36px;padding:0 18px;box-shadow:0 4px 10px #0d245124;transition:height .3s ease,padding .3s ease,box-shadow .3s ease}.navbar-wrapper:has(.main-nav--home):not(.home-compact){background:#dceaff;box-shadow:none}.navbar-wrapper:has(.main-nav--home):not(.home-compact) .top-bar,.navbar-wrapper:has(.main-nav--home):not(.home-compact) .main-nav{background:transparent}.navbar-wrapper .nav-right-actions{display:flex;align-items:center;gap:12px;margin-left:auto;font-size:14px;font-weight:700}.navbar-wrapper .nav-publish-btn{height:36px;padding:0 20px;border-radius:8px;border:1px solid rgba(0,0,0,.08);background:#0d2451;color:#fff;font-weight:600;font-size:14px;cursor:pointer;transition:all .2s ease}.navbar-wrapper .nav-publish-btn:hover{opacity:.8;background:#0d2451;border-color:#0d2451;color:#fff}.navbar-wrapper .nav-publish-btn--want{background:#fff;border-color:#0d2451;color:#0d2451}.navbar-wrapper .nav-publish-btn--want:hover{background:#eef4ff;border-color:#0d2451;color:#0d2451}.navbar-wrapper .profile-notification{position:relative;display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;color:#0f2744;margin-right:6px}.navbar-wrapper .profile-notification .el-icon{font-size:24px}.navbar-wrapper .profile-notification__badge{position:absolute;top:-2px;right:-5px;min-width:20px;height:20px;padding:0 5px;border-radius:999px;background:#ff4d4f;color:#fff;font-size:12px;font-weight:700;line-height:20px;text-align:center;border:2px solid #fff;box-shadow:0 2px 4px #ef44444d}.navbar-wrapper .nav-action-btn{display:inline-flex;align-items:center;justify-content:center;height:36px;min-width:76px;padding:0 20px;border-radius:8px;text-decoration:none;transition:all .2s ease}.navbar-wrapper .nav-action-btn--login{color:#0f2744;border:1px solid #e0e4ea;background:#fff}.navbar-wrapper .nav-action-btn--login:hover{border-color:#c8ccd4;background:#f8f9fb}.navbar-wrapper .nav-action-btn--register{color:#3d2a00;background:#ffc21c}.navbar-wrapper .nav-action-btn--register:hover{background:#ffcd3d}.navbar-wrapper .nav-action-btn--user{color:#0f2744;gap:8px;padding:6px 12px 6px 8px;background:transparent;border:none}.navbar-wrapper .nav-action-btn--user:hover{background:#f3f6fa}.navbar-wrapper .user-avatar{width:32px;height:32px;border-radius:50%;object-fit:cover;flex-shrink:0}.navbar-wrapper .user-info{display:flex;flex-direction:column;align-items:flex-start;gap:2px}.navbar-wrapper .user-nickname{font-size:14px;font-weight:500;color:#0f2744;max-width:100px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:1.2}.navbar-wrapper .user-nickname.is-vip-vip1,.navbar-wrapper .user-nickname.is-vip-vip2,.navbar-wrapper .user-nickname.is-vip-vip3,.navbar-wrapper .user-nickname.is-vip-gold,.navbar-wrapper .user-nickname.is-vip-platinum,.navbar-wrapper .user-nickname.is-vip-black-gold,.navbar-wrapper .user-nickname.is-vip-black-diamond{color:transparent;background:linear-gradient(90deg,#4778c8,#b8dcff 28%,#fff,#b8dcff 72%,#4778c8);background-size:260% 100%;background-clip:text;-webkit-background-clip:text;animation:vip-nickname-shimmer-b2966f08 4s linear infinite}.navbar-wrapper .user-nickname.is-vip-gold{background-image:linear-gradient(90deg,#b56b13,#ffe3a0 35%,#fff4ce,#ffe3a0 65%,#b56b13)}.navbar-wrapper .user-nickname.is-vip-platinum{background-image:linear-gradient(90deg,#69717d,#f5f7fa 35%,#fff,#d5dbe3 65%,#69717d)}.navbar-wrapper .user-nickname.is-vip-black-gold{background-image:linear-gradient(90deg,#8b5c20,#ffe29a 35%,#fff6ce,#e8ba5e 65%,#8b5c20)}.navbar-wrapper .user-nickname.is-vip-black-diamond{background-image:linear-gradient(90deg,#6b4ed0,#d7c9ff 35%,#fff,#bca8ff 65%,#6b4ed0)}@keyframes vip-nickname-shimmer-b2966f08{to{background-position:-160% 50%}}@media (prefers-reduced-motion: reduce){.navbar-wrapper .user-nickname.is-vip-vip1,.navbar-wrapper .user-nickname.is-vip-vip2,.navbar-wrapper .user-nickname.is-vip-vip3,.navbar-wrapper .user-nickname.is-vip-gold,.navbar-wrapper .user-nickname.is-vip-platinum,.navbar-wrapper .user-nickname.is-vip-black-gold,.navbar-wrapper .user-nickname.is-vip-black-diamond{animation:none}}.navbar-wrapper .user-vip-badge{display:inline-flex;align-items:center;gap:3px;min-height:18px;box-sizing:border-box;padding:1px 6px 1px 4px;border:1px solid #e5b83f;border-radius:5px;background:linear-gradient(135deg,#203b6d,#0b1f45);color:#ffe18b;font-size:10px;font-weight:900;line-height:1;letter-spacing:.1px;text-shadow:0 1px 1px rgba(0,0,0,.38);box-shadow:inset 0 1px #ffffff2e;cursor:pointer}.navbar-wrapper .user-vip-badge.is-ordinary{border-color:#c6d5e4;background:linear-gradient(135deg,#f4f8fc,#e6eef6);color:#4b647d;text-shadow:none;box-shadow:inset 0 1px #ffffffe6,0 2px 6px #405b781f}.navbar-wrapper .user-vip-badge img{width:14px;height:13px;object-fit:contain;filter:drop-shadow(0 1px 1px rgba(0,0,0,.26))}.navbar-wrapper .user-vip-badge.is-gold{border-color:#e2ab32;background:linear-gradient(135deg,#5a3b08,#201600);color:#ffe69b}.navbar-wrapper .user-vip-badge.is-platinum{border-color:#bcc9da;background:linear-gradient(135deg,#43536a,#1f2b3c);color:#f3f7ff}.navbar-wrapper .user-vip-badge.is-black-gold{border-color:#bc8d31;background:linear-gradient(135deg,#1d2431,#05080e);color:#f0cb78}.navbar-wrapper .user-vip-badge.is-black-diamond{border-color:#8f65ee;background:linear-gradient(135deg,#24163f,#09070f);color:#e2d6ff}.navbar-wrapper .nav-link-badge{display:inline-flex;align-items:center;justify-content:center;height:16px;padding:0 5px;border-radius:4px;background:linear-gradient(180deg,#ffe033,#ffd000);color:#5c3b00;font-size:10px;font-weight:800;line-height:1;letter-spacing:.3px;transform:translateY(-6px)}.navbar-wrapper .nav-actions{display:flex;align-items:center;gap:16px;margin-left:auto}.navbar-wrapper .search-box{width:240px}@media (max-width: 1200px){.navbar-wrapper .search-box{width:180px}}@media (max-width: 900px){.navbar-wrapper .search-box{display:none}}.navbar-wrapper .search-box .el-input__wrapper{border-radius:20px;background-color:var(--bg-secondary);box-shadow:none!important;border:1px solid transparent;transition:all .3s}.navbar-wrapper .search-box .el-input__wrapper:hover,.navbar-wrapper .search-box .el-input__wrapper.is-focus{border-color:var(--primary-color);background-color:var(--bg-primary)}.navbar-wrapper .quick-actions{display:flex;align-items:center;gap:10px}@media (max-width: 900px){.navbar-wrapper .quick-actions{display:none}}.navbar-wrapper .quick-action{height:31px;padding:0 16px;border-radius:5px;border:1px solid rgba(0,0,0,.08);background:var(--bg-secondary);color:var(--text-secondary);font-weight:600;font-size:12px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:4px}.navbar-wrapper .quick-action:hover{background:var(--primary-color);color:#fff;border-color:var(--primary-color)}.navbar-wrapper .publish-action{background:#0b1f47;color:#fff}.navbar-wrapper .publish-action:hover{opacity:.8;background:#0b1f47;color:#fff}.navbar-wrapper .recovery-action{background:#e9ae3c;color:#fff;border-color:#ff6b0059}.navbar-wrapper .recovery-action:hover{opacity:.9;background:#e9ae3c;color:#fff;border-color:#ff6b0059}.navbar-wrapper .action-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;color:var(--text-secondary);transition:all .3s ease;background:var(--bg-secondary)}.navbar-wrapper .action-btn:hover{background:var(--primary-color);color:#fff}.navbar-wrapper .action-btn .el-icon{font-size:18px}.navbar-wrapper .menu-toggle{display:none}.navbar-wrapper .dark-mode .navbar-wrapper,.navbar-wrapper .dark-mode .main-nav{background:var(--bg-primary)}.navbar-wrapper .dark-mode .top-bar{background:var(--bg-secondary);border-bottom-color:var(--border-color)}.navbar-wrapper .dark-mode.active{background:var(--primary-color);color:#fff}.navbar-wrapper .contact-btn .btn-text{margin-left:4px}.navbar-wrapper .mobile-menu-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:1001;display:none}.navbar-wrapper .mobile-menu{position:absolute;top:0;right:0;width:280px;height:100%;background:var(--bg-primary);display:flex;flex-direction:column}.navbar-wrapper .mobile-menu-header{display:flex;align-items:center;gap:8px;padding:16px;border-bottom:1px solid var(--border-color)}.navbar-wrapper .mobile-menu-header .logo-icon{font-size:24px}.navbar-wrapper .mobile-menu-header .logo-text{font-size:18px;font-weight:700;background:var(--primary-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.navbar-wrapper .mobile-menu-header .close-btn{margin-left:auto;padding:8px;border-radius:var(--border-radius);color:var(--text-secondary);transition:all .3s}.navbar-wrapper .mobile-menu-header .close-btn:hover{background:var(--bg-secondary);color:var(--text-primary)}.navbar-wrapper .mobile-menu-links{flex:1;padding:16px;overflow-y:auto}.navbar-wrapper .mobile-nav-link{display:flex;align-items:center;gap:12px;padding:12px 16px;margin-bottom:4px;border-radius:var(--border-radius);color:var(--text-secondary);font-size:15px;font-weight:500;transition:all .3s ease}.navbar-wrapper .mobile-nav-link:hover,.navbar-wrapper .mobile-nav-link.active{color:var(--primary-color);background:#667eea1a}.navbar-wrapper .mobile-nav-link .el-icon{font-size:20px}.navbar-wrapper .mobile-menu-footer{padding:30px 20px;border-top:1px solid var(--border-color);display:flex;flex-direction:column;gap:12px}.navbar-wrapper .mobile-menu-footer .mobile-auth-btns{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:8px}.navbar-wrapper .mobile-menu-footer .mobile-user-btn span{display:inline-flex;align-items:center;gap:6px;min-width:0}.navbar-wrapper .mobile-menu-footer .mobile-user-btn__name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:90px}.navbar-wrapper .mobile-menu-footer .el-button{width:100%;margin:0}.navbar-wrapper .slide-enter-active,.navbar-wrapper .slide-leave-active{transition:opacity .3s ease}.navbar-wrapper .slide-enter-from,.navbar-wrapper .slide-leave-to{opacity:0}.navbar-wrapper .el-dialog{border-radius:var(--border-radius-lg);overflow:hidden}.navbar-wrapper .el-dialog__header{background:var(--primary-gradient);padding:20px;margin:0}.navbar-wrapper .el-dialog__title{color:#fff;font-weight:600}.navbar-wrapper .el-dialog__headerbtn .el-dialog__close{color:#fff}.navbar-wrapper .contact-grid{display:grid;grid-template-columns:220px 1fr;gap:14px;padding:10px 0 4px;align-items:start}.navbar-wrapper .contact-item{display:flex;align-items:center;gap:16px;padding:16px;background:var(--bg-secondary);border-radius:var(--border-radius);margin-bottom:12px}.navbar-wrapper .contact-item:last-child{margin-bottom:0}.navbar-wrapper .contact-item .el-icon{font-size:24px;color:var(--primary-color)}.navbar-wrapper .qrcode-wrap{border-radius:14px;overflow:hidden;background:var(--bg-secondary);padding:10px}.navbar-wrapper .contact-detail{display:flex;flex-direction:column;gap:4px}.navbar-wrapper .contact-detail .label{font-size:12px;color:var(--text-muted)}.navbar-wrapper .contact-detail .value{font-size:16px;font-weight:600;color:var(--text-primary)}.navbar-wrapper .kefu-img{width:100%;max-width:100%;border-radius:14px}.navbar-wrapper .kefu-action{background:var(--primary-color);color:#fff;border-color:var(--primary-color)}.navbar-wrapper .kefu-action:hover{opacity:.8}}@media (min-width: 769px){.notice-header{position:relative;padding:2px 0}.notice-badge{position:absolute;top:2px;right:2px;padding:5px 9px;border:1px solid rgba(250,204,21,.36);border-radius:6px;color:#ffe18b;background:#ffe18b1a;font-size:11px;font-weight:800;letter-spacing:.3px}.notice-header-main{display:flex;align-items:center;gap:12px;padding-right:76px}.notice-icon{display:inline-flex;width:46px;height:46px;align-items:center;justify-content:center;flex:0 0 auto;overflow:hidden;border:1px solid rgba(255,255,255,.16);border-radius:12px;background:#ffffff14}.notice-icon img{width:34px;height:34px;object-fit:contain}.notice-title{color:#fff;font-size:17px;font-weight:900;line-height:1.35;overflow-wrap:anywhere}.notice-subtitle{margin-top:4px;color:#deebfbb8;font-size:12px}.notice-body{max-height:min(52vh,420px);padding:14px 16px;overflow-x:hidden;overflow-y:auto;border:1px solid #e8edf4;border-radius:12px;background:#f8fafc}.notice-content{color:#475569;font-size:14px;line-height:1.9;overflow-wrap:anywhere;white-space:pre-wrap}.notice-content img{max-width:100%;height:auto;margin:8px 0;border-radius:10px}.notice-content p{margin:10px 0}.notice-confirm{width:100%;height:44px;border:none;border-radius:10px;background:linear-gradient(135deg,#0f2744,#16355c);box-shadow:0 7px 14px #0f274429;font-size:15px;font-weight:800}.notice-confirm:hover,.notice-confirm:focus-visible{background:linear-gradient(135deg,#16355c,#1f4a7a)}.platform-notice-dialog{width:min(620px,100vw - 32px)!important;overflow:hidden;border:1px solid rgba(15,39,68,.1);border-radius:16px;box-shadow:0 24px 60px #0f274438}.platform-notice-dialog .el-dialog__header{margin:0;padding:17px 20px;background:radial-gradient(circle at 98% 8%,#f5be3a33 0,#f5be3a00 30%),linear-gradient(135deg,#0b203c,#163b68)}.platform-notice-dialog .el-dialog__body{padding:16px 20px 6px;background:#fff}.platform-notice-dialog .el-dialog__footer{padding:12px 20px 18px;background:#fff}.home-page{background:linear-gradient(180deg,#dceaff 0,#e8f2ff 430px,#f5f9ff 760px,#fff 1120px)}.home-page .type-section__card{padding:30px;background:#fff;border:1px solid #edf0f4;border-radius:16px;box-shadow:0 6px 20px #0f27440d}.home-page .type-section__more{display:inline-flex;align-items:center;justify-content:center;gap:5px;height:34px;padding:0 13px 0 15px;border:1px solid #c9d8ed;border-radius:7px;background:#fff;color:var(--primary-color);font-size:13px;font-weight:700;line-height:1;cursor:pointer;transition:color .2s ease,background-color .2s ease,border-color .2s ease,box-shadow .2s ease}.home-page .type-section__more .el-icon{font-size:14px;transition:transform .2s ease}.home-page .type-section__more:hover{border-color:var(--primary-color);background:#f2f7ff;box-shadow:0 3px 8px #1677ff1f}.home-page .type-section__more:hover .el-icon{transform:translate(2px)}.home-page .type-section__more:focus-visible{outline:2px solid rgba(22,119,255,.35);outline-offset:2px}.home-page .type-section__footer{display:flex!important;justify-content:center;margin-top:26px}.home-page .type-section__footer .el-button{min-width:124px;height:36px;padding:0 16px;border-radius:8px;font-size:13px;font-weight:700}.home-page .type-skeleton{background:#fff;border-radius:var(--border-radius-lg);padding:20px 24px;border:1px solid var(--border-color)}.home-page .type-empty{background:#fff;border-radius:var(--border-radius-lg);padding:20px 0;border:1px solid var(--border-color)}.home-page .type-product-card{background:#fff;border-radius:var(--border-radius-lg);overflow:hidden;border:1px solid var(--border-color);cursor:pointer;transition:all .3s;display:flex;flex-direction:column;height:100%}.home-page .type-product-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg);border-color:var(--primary-color)}.home-page .banner-loading{height:560px;border-radius:var(--border-radius-lg);border:1px solid var(--border-color);background:#fff;padding:18px}.home-page .section-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:24px;padding-bottom:12px}.home-page .section-header .header-left{display:flex;align-items:flex-end;gap:10px}.home-page .section-header .section-title{font-size:24px;font-weight:700;color:var(--text-primary);margin:0;line-height:1.2;display:flex;align-items:center;position:relative;padding-left:15px}.home-page .section-header .section-title__icon{width:30px;height:30px;object-fit:contain;flex-shrink:0}.home-page .section-header .section-subtitle{font-size:14px;color:var(--text-secondary);margin:0;padding-left:15px}.home-page .accounts-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px;margin-bottom:40px}.home-page .section-footer{text-align:center}.home-page .container{width:100%;max-width:1370px;padding-left:clamp(20px,2vw,38px);padding-right:clamp(20px,2vw,38px)}.home-page{padding-top:8px}.home-page .home-hero{padding:5px 0}.home-page .home-hero__grid{grid-template-columns:310px minmax(0,1fr) 310px;gap:18px;width:100%;min-height:390px}.home-page .home-carousel{align-self:stretch;min-height:0}.home-page .home-carousel .el-carousel,.home-page .home-carousel .el-carousel__container,.home-page .home-carousel .el-carousel__item,.home-page .home-carousel .home-banner-item{height:100%}.home-page .home-quick-links__icon{width:52px;height:52px;padding:0;background:transparent}.home-page .home-hero .home-quick-links,.home-page .home-hero .home-user-panel{background:linear-gradient(180deg,#e8f2ff,#f8fbff 22%,#fff 50%);border:1px solid rgba(218,231,248,.94);box-shadow:0 8px 22px #0f27440f}.home-page .home-hero .home-quick-links{background:linear-gradient(180deg,#fbfdff,#fff 28%);gap:0;height:100%;align-self:stretch;overflow:hidden;border-radius:8px;box-shadow:0 8px 22px #0f27440f;padding:6px 0}.home-page .home-quick-links__item{gap:18px;padding:10px 21px;background:#fff;border:none;border-bottom:1px solid #edf0f5;border-radius:0;box-shadow:none}.home-page .home-quick-links__item:last-child{border-bottom:none}.home-page .home-quick-links__title{margin-bottom:2px;font-size:16px;font-weight:700}.home-page .home-quick-links__desc{font-size:10px;line-height:1.35}.home-page .home-quick-links__arrow{font-size:12px}.home-page .home-user-panel{padding:18px 14px}.home-page .home-user-panel__head{gap:10px;margin-bottom:8px}.home-page .home-user-panel__avatar{width:56px;height:56px}.home-page .home-user-panel__crown-icon{width:14px;height:14px}.home-page .home-user-panel__welcome{margin-bottom:2px;font-size:14px}.home-page .home-user-panel__club-text{font-size:11px}.home-page .home-user-panel__member-badge{height:20px;padding:0 8px;font-size:10px;gap:3px}.home-page .home-user-panel__crown-icon{width:12px;height:12px}.home-page .home-user-panel__row-icon{width:32px!important;height:32px!important;background:transparent;font-size:20px}.home-page .home-user-panel__row-label{margin-bottom:1px;font-size:11px}.home-page .home-user-panel__row-value{font-size:14px}.home-page .home-user-panel__cta{height:40px;border-radius:8px;font-size:14px}.home-page .home-user-panel__cta .el-icon{font-size:16px}.home-page .home-quick-links__icon img{width:100%;height:100%;object-fit:contain}.home-page .section-title{display:inline-flex;align-items:center;gap:8px}.home-page .section-title__icon{width:22px;height:22px;object-fit:contain}.home-page .type-section .accounts-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.home-page .type-section{padding:13px 0 48px}.home-page .type-section .section-header{align-items:flex-end;margin-bottom:22px;padding-bottom:12px;border-bottom-color:#e1e7ef}.home-page .type-section .section-title{padding-left:0;font-size:24px;font-weight:800}.home-page .type-section .section-subtitle{display:block;margin-top:5px;padding-left:0;font-size:13px;color:#98a1af}.home-page .home-user-panel{padding:16px 14px 14px;border:1px solid rgba(220,229,241,.9);border-radius:14px;background:linear-gradient(145deg,#fffffff5,#f6faffe6);box-shadow:0 10px 26px #203e6717}.home-page .home-user-panel__head{align-items:center;gap:10px;margin-bottom:10px}.home-page .home-user-panel__head.is-guest{cursor:pointer}.home-page .home-user-panel__head.is-guest:hover .home-user-panel__welcome{color:#1976dc}.home-page .home-user-panel__avatar{width:52px;height:52px;border:3px solid #fff;box-shadow:0 4px 12px #203e672b}.home-page .home-user-panel__greet{gap:3px}.home-page .home-user-panel__welcome{font-size:16px;font-weight:800;color:#111827}.home-page .home-user-panel__club-text{color:#687385;font-size:11px;letter-spacing:.3px}.home-page .home-user-panel__member-badge{height:21px;padding:0 9px 0 6px;border-radius:7px;font-size:11px}.home-page .home-user-panel__head-side{gap:6px}.home-page .home-user-panel__identity{height:25px;padding:0 9px;gap:4px;border:1px solid #d5e4fb;border-radius:999px;background:linear-gradient(135deg,#fff,#edf5ff);box-shadow:0 3px 8px #2f77cd1c;color:#1976dc;font-size:11px;font-weight:800}.home-page .home-user-panel__identity .el-icon{font-size:14px}.home-page .home-user-panel__identity--internal{border-color:#bcead8;background:linear-gradient(135deg,#fff,#ebfbf3);color:#179466}.home-page .home-user-panel__identity--partner{border-color:#d8c8ff;background:linear-gradient(135deg,#fff,#f4efff);color:#7853ca}.home-page .home-user-panel__identity--user{border-color:#d5e4fb;background:linear-gradient(135deg,#fff,#edf5ff);color:#1976dc}.home-page .home-user-panel__logout{height:25px;padding:0 9px;gap:4px;border-radius:999px;background:linear-gradient(135deg,#ff4b55,#e9212a);box-shadow:0 4px 9px #e6252f3b;font-size:11px;font-weight:800;transition:transform .18s ease,box-shadow .18s ease}.home-page .home-user-panel__logout .el-icon{font-size:13px}.home-page .home-user-panel__logout:hover{opacity:1;transform:translateY(-1px);box-shadow:0 6px 12px #e6252f4d}.home-page .home-user-panel__stats{gap:8px}.home-page .home-user-panel__row{min-height:48px;padding:8px 10px;gap:9px;border:1px solid rgba(231,237,246,.96);border-radius:10px;box-shadow:0 3px 9px #203e670f}.home-page .home-user-panel__row-icon{width:30px!important;height:30px!important}.home-page .home-user-panel__row-label{margin-bottom:2px;font-size:11px}.home-page .home-user-panel__row-value{font-size:15px}.home-page .home-user-panel__cta{height:38px;margin-top:10px;border-radius:9px;background:linear-gradient(135deg,#152b52,#07142b);box-shadow:0 5px 11px #0f274433;font-size:14px}.home-page .home-user-panel__quick-actions{gap:8px;margin-top:10px}.home-page .home-user-panel__quick-action{position:relative;min-height:0;height:auto;padding:0;overflow:hidden;border:none;text-align:left;color:#17203a}.home-page .home-user-panel__quick-action:hover{transform:translateY(-2px)}.home-page .home-user-panel__quick-action--featured{display:flex;flex-direction:column;align-items:center;justify-content:center;height:120px;padding:7px 5px 8px;border:1px solid rgba(255,255,255,.82);border-radius:16px;text-align:center;box-shadow:0 8px 18px #3d46851c,inset 0 1px #ffffffb8}.home-page .home-user-panel__quick-feature-icon{width:55px;height:50px;margin-bottom:1px;object-fit:contain;filter:drop-shadow(0 5px 6px rgba(66,50,186,.15))}.home-page .home-user-panel__quick-copy{position:relative;z-index:1;display:flex;flex-direction:column;justify-content:center;min-width:0}.home-page .home-user-panel__quick-action--featured .home-user-panel__quick-copy{align-items:center;padding:0}.home-page .home-user-panel__quick-title{font-size:13px;font-weight:800;line-height:1.25;white-space:nowrap}.home-page .home-user-panel__quick-desc{margin-top:3px;color:#596274;font-size:9px;font-weight:600;line-height:1.2;white-space:nowrap}.home-page .home-user-panel__quick-action--featured .home-user-panel__quick-title{color:#353945;font-size:18px;font-weight:900;letter-spacing:.2px}.home-page .home-user-panel__quick-go{display:inline-flex;align-items:center;justify-content:center;gap:1px;min-width:56px;height:24px;margin-top:5px;padding:0 6px 0 9px;border-radius:999px;color:#fff;font-size:13px;font-weight:900;line-height:1}.home-page .home-user-panel__quick-go .el-icon{color:inherit;font-size:14px}.home-page .home-user-panel__quick-action--featured.is-rent{background:radial-gradient(circle at 50% 0%,rgba(255,255,255,.94),transparent 42%),linear-gradient(145deg,#f4efff,#ebe1ff);color:#5a39d7}.home-page .home-user-panel__quick-action--featured.is-rent .home-user-panel__quick-go{background:linear-gradient(135deg,#9a73ff,#7148e7);box-shadow:0 5px 9px #6b44dd40}.home-page .home-user-panel__quick-action--featured.is-publish{background:radial-gradient(circle at 50% 0%,rgba(255,255,255,.92),transparent 42%),linear-gradient(145deg,#fff5ed,#ffe5d0);color:#e06f22}.home-page .home-user-panel__quick-action--featured.is-publish .home-user-panel__quick-feature-icon{filter:drop-shadow(0 5px 6px rgba(220,111,31,.15))}.home-page .home-user-panel__quick-action--featured.is-publish .home-user-panel__quick-go{background:linear-gradient(135deg,#ff9d42,#ff7a1e);box-shadow:0 5px 9px #ef7a213d}.home-page .home-user-panel__quick-action--guide{display:flex;align-items:center;gap:7px;height:48px;padding:6px 8px;border:1px solid #e4e9f1;border-radius:10px;background:#fff;box-shadow:0 2px 7px #203e670a}.home-page .home-user-panel__quick-guide-icon{width:24px;height:24px;flex:0 0 auto;object-fit:contain}.home-page .home-user-panel__quick-action--guide .home-user-panel__quick-copy{flex:1}.home-page .home-user-panel__quick-action--guide .home-user-panel__quick-desc{color:#7d8797}.home-page .home-user-panel__guide-arrow{flex:0 0 auto;color:#a5adba;font-size:17px}}.recommend-product-card{background:#fff;border-radius:16px;overflow:hidden;border:1px solid #eef0f4;cursor:pointer;transition:all .3s ease;display:flex;flex-direction:column;height:100%}.recommend-product-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0f27441f}.product-card__thumb{position:relative;width:100%;height:240px;background:#f3f5f8;overflow:hidden}.product-card__thumb img{width:100%;height:100%;object-fit:cover;display:block}.product-card__discount-badge{position:absolute;top:0;bottom:auto;left:10px;z-index:3;padding:5px 11px;background:linear-gradient(135deg,#ffd629,#ffc400);color:#172033;font-size:.8125rem;font-weight:800;line-height:1.2;border-radius:0 0 5px 5px;box-shadow:0 3px 9px #2f260033}.product-card__online-btn--image{position:absolute;z-index:3;top:10px;right:10px;height:30px;padding:0 9px;border-radius:8px;border-color:#66d693c7;background:#edf9f1f0;box-shadow:0 3px 10px #0f522f24;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.product-card__thumb .product-deposit-promise{right:0;bottom:0;left:0;box-sizing:border-box;width:100%;max-width:none;min-height:34px;padding:6px 13px;border-radius:0;display:flex;align-items:center;justify-content:center;gap:6px;color:#7b735e;text-align:center;font-size:14px;font-weight:500;line-height:1.25;letter-spacing:0;background:linear-gradient(90deg,#fff3d6,#fff9eb 49%,#fff1cf)}.product-card__thumb .product-deposit-promise strong{flex:0 0 auto;color:#b67616;font-size:15px;font-weight:900}.product-card__thumb .product-deposit-promise span{flex:0 1 auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-card__thumb .product-deposit-promise__shield{width:16px;height:18px;flex:0 0 auto;object-fit:contain}.product-card__thumb .product-deposit-promise__lightning{width:12px;height:18px;flex:0 0 auto;margin-left:auto;object-fit:contain}@media (max-width: 768px){.product-card__thumb .product-deposit-promise{min-height:28px;padding:4px 6px;gap:4px;font-size:11px}.product-card__thumb .product-deposit-promise strong{font-size:12px}.product-card__thumb .product-deposit-promise span{flex:1 1 auto;overflow:visible;text-overflow:clip;white-space:normal;overflow-wrap:anywhere;text-align:left;font-size:12px}.product-card__thumb .product-deposit-promise__shield{width:13px;height:15px}.product-card__thumb .product-deposit-promise__lightning{display:block;width:10px;height:15px}}.product-card__info{padding:20px;display:flex;flex-direction:column;gap:8px;flex:1;min-height:0}.product-card__name{flex:1;min-width:0;font-size:1.0625rem;font-weight:700;color:#111827;line-height:1.4;margin:0;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}@media (max-width: 768px){.product-card__name--scrolling{display:block;-webkit-line-clamp:unset;white-space:nowrap}.product-card__name--scrolling .product-card__name-text{display:inline-block;min-width:max-content;padding-right:18px;animation:product-card-name-marquee-00f6edbd 5.5s ease-in-out infinite}}@keyframes product-card-name-marquee-00f6edbd{0%,18%{transform:translate(0)}50%,68%{transform:translate(var(--product-name-scroll-distance))}to{transform:translate(0)}}.product-card__title-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.product-card__title-main{display:flex;align-items:center;gap:6px;flex:1;min-width:0}.product-card__title-assured-icon{flex:none;width:20px;height:22px;object-fit:contain}.product-card__tags{display:flex;gap:6px;flex-wrap:nowrap;min-height:24px;height:24px;overflow-x:hidden;overflow-y:hidden;white-space:nowrap;scrollbar-width:none}.product-card__tags::-webkit-scrollbar{display:none}@media (hover: none){.product-card__tags{overflow-x:auto}}.product-card__tags{min-height:24px;max-height:24px;align-content:center;overflow-x:hidden;overflow-y:hidden}.product-card__tags:hover{overflow-x:auto}.product-card__tag{display:inline-flex;align-items:center;height:24px;padding:0 10px;font-size:.75rem;font-weight:700;border-radius:14px;white-space:nowrap}.product-card__tag--listing{background:#e3f2ff;color:#5597f5;border:none}.product-card__tag--assured{width:24px;min-width:24px;padding:0;background:transparent;border-radius:0;overflow:visible}.product-card__tag--red{background:#e539351a;color:#d9363e;border:1px solid rgba(229,57,53,.18)}.product-card__tag--gold{background:#c9920a1f;color:#b77900;border:1px solid rgba(201,146,10,.22)}.product-card__tag--knife{background:#e3f2ff;color:#5597f5;border:none}.product-card__assured-icon{display:block;width:20px;height:22px;margin:auto;object-fit:contain}.product-card__fee-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;border:1px solid rgba(232,234,240,.3607843137);border-radius:10px;overflow:hidden}.product-card__fee-item{display:flex;align-items:center;justify-content:flex-start;padding:10px 12px;background:transparent;border:none;position:relative}.product-card__fee-item:not(:last-child){border-right:1px solid rgba(232,234,240,.3607843137)}.product-card__fee-content{flex:1;min-width:0;text-align:left}.product-card__fee-label{font-size:.6875rem;color:#64748b;margin-bottom:2px;line-height:1}.product-card__fee-value{font-size:.8125rem;font-weight:800;color:#1e293b;line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (min-width: 769px){.product-card__fee-value--awm{font-size:.6875rem;letter-spacing:-.2px}}.product-card__footer{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:auto;padding-top:12px;border-top:1px solid rgba(232,234,240,.36)}.product-card__actions{display:inline-flex;align-items:center;gap:8px;min-width:0;margin-left:auto}.product-card__price{flex-shrink:0;font-size:1.75rem;font-weight:800;color:#0f1e3c;line-height:1;min-width:0;white-space:nowrap}.product-card__price--footer{display:block}.product-card__price--title{display:none}.product-card__online-btn{display:inline-flex;align-items:center;justify-content:center;height:37px;padding:0 10px;border:1px solid;border-radius:9px;gap:5px;font-size:.8125rem;font-weight:800;white-space:nowrap;cursor:default;box-sizing:border-box}.product-card__online-btn.is-online{border-color:#72c998;background:#edf9f1;color:#16834d}.product-card__online-btn.is-offline{border-color:#cbd5e1;background:#f5f7fa;color:#7b8797}.product-card__online-btn--footer{display:none}.product-card__online-dot{width:7px;height:7px;border-radius:50%;background:currentColor}@media (max-width: 768px){.product-card__tags{align-items:center}.product-card__tag--assured{align-self:center;box-sizing:border-box;width:20px;min-width:20px;height:20px;padding:0;line-height:0}.product-card__assured-icon{width:auto;height:80%;max-width:100%;max-height:100%;margin:auto}.product-card__online-btn--image{display:inline-flex;top:6px;right:6px;height:20px;padding:0 6px;gap:3px;border:0;border-radius:5px;background:#ffffffe6;box-shadow:0 1px 4px #0f522f1f;font-size:9px;font-weight:700;line-height:1}.product-card__online-btn--image.is-online{color:#16834d}.product-card__online-btn--footer,.product-card__price--title{display:none}.product-card__price--footer{display:block}.product-card__online-dot{width:5px;height:5px}}.product-card__btn{display:inline-flex;align-items:center;gap:6px;height:40px;padding:0 14px;background:#02122f;color:#fdb91f;font-size:.9375rem;font-weight:500;border:none;border-radius:10px;cursor:pointer;transition:all .2s;white-space:nowrap;box-shadow:0 3px #fdb91f66;flex-shrink:0}.product-card__btn .el-icon{font-size:1rem}.product-card__btn:hover{background:#334155;transform:scale(1.02)}.product-card__btn:active{transform:scale(.98)}.product-card__remind-btn{display:inline-flex;align-items:center;justify-content:center;gap:5px;height:40px;padding:0 11px;border:1px solid #d8a226;border-radius:10px;background:#fffaf0;color:#9a6505;font-size:.875rem;font-weight:700;white-space:nowrap;cursor:pointer;transition:background-color .2s,border-color .2s,color .2s,transform .2s}.product-card__remind-btn .el-icon{font-size:1rem}.product-card__remind-btn:hover{border-color:#c28713;background:#fff3d5;color:#7d5000;transform:translateY(-1px)}.product-card__remind-btn:active{transform:translateY(0)}@media (max-width: 768px){.product-card__actions{gap:4px;margin-left:auto}.product-card__remind-btn,.product-card__btn{height:30px;padding:0 7px;border-radius:8px;gap:3px;font-size:.6875rem}.product-card__remind-btn .el-icon{font-size:.75rem}}.el-notification.owner-online-notification{width:360px;padding:16px;border:1px solid #d9e6f7;border-radius:10px;box-shadow:0 10px 28px #0f274429}.owner-online-notification .el-notification__title{color:#0f2744;font-size:16px;font-weight:800}.owner-online-notification .el-notification__content{margin-top:8px}.owner-online-notification__message,.owner-online-notification__quota{margin:0;color:#334155;font-size:13px;line-height:1.65}.owner-online-notification__quota{margin-top:6px;color:#64748b}.owner-online-notification__confirm{width:100%;height:32px;margin-top:12px;border:0;border-radius:6px;background:#1677ff;color:#fff;font-size:13px;font-weight:700;cursor:pointer}.owner-online-notification__confirm:hover{background:#0f68df}.el-notification.owner-online-notification--desktop-center{left:50%;right:auto;width:380px;animation:owner-online-notification-enter-00f6edbd .36s cubic-bezier(.22,1,.36,1) both}@keyframes owner-online-notification-enter-00f6edbd{0%{opacity:0;transform:translate(-50%,-24px) scale(.97)}to{opacity:1;transform:translate(-50%) scale(1)}}.el-notification.owner-online-notification--mobile{right:12px;width:calc(100vw - 24px);max-width:none;padding:14px;border-radius:10px}.owner-online-notification--mobile .el-notification__title{padding-right:16px;font-size:15px}.owner-online-notification--mobile .owner-online-notification__message,.owner-online-notification--mobile .owner-online-notification__quota{font-size:12px}.owner-online-notification--mobile .owner-online-notification__confirm{height:34px}.app-footer{background:#0f1729;color:#8b93a7;padding:48px 0 0}.app-footer .footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.3fr;gap:40px;padding-bottom:32px;border-bottom:1px solid rgba(255,255,255,.06)}@media (max-width: 992px){.app-footer .footer-grid{grid-template-columns:1fr 1fr;gap:30px}}.app-footer .footer-brand .brand-logo{display:flex;align-items:center;margin-bottom:12px}.app-footer .footer-brand .brand-logo__icon{width:210px;height:auto;flex-shrink:0;image-rendering:auto}.app-footer .footer-brand .brand-desc{font-size:13px;line-height:1.6;max-width:280px;color:#6b7280}.app-footer .footer-links h4{color:#fff;font-size:14px;font-weight:700;margin-bottom:18px}.app-footer .footer-links ul{list-style:none;padding:0}.app-footer .footer-links ul li{margin-bottom:12px}.app-footer .footer-links ul li a{font-size:13px;color:#8b93a7;transition:color .3s}.app-footer .footer-links ul li a:hover{color:var(--primary-color)}.app-footer .footer-contact h4{color:#fff;font-size:14px;font-weight:700;margin-bottom:18px}.app-footer .footer-contact .contact-card{background:#ffffff0a;padding:14px 16px;border-radius:10px}.app-footer .footer-contact .contact-item{display:flex;align-items:center;gap:10px;margin-bottom:14px}.app-footer .footer-contact .contact-item:last-child{margin-bottom:0}.app-footer .footer-contact .contact-item .el-icon{font-size:16px;color:#3a8ee6;flex-shrink:0}.app-footer .footer-contact .contact-item .item-text{display:flex;flex-direction:column}.app-footer .footer-contact .contact-item .item-text .label{font-size:12px;color:#6b7280;margin-bottom:2px}.app-footer .footer-contact .contact-item .item-text .value{font-size:14px;color:#fff;font-weight:600;text-decoration:none;transition:color .3s}.app-footer .footer-contact .contact-item .item-text .value[href]:hover{color:var(--primary-color)}.app-footer .footer-bottom{padding:20px 0;font-size:12px}.app-footer .footer-bottom .bottom-inner{display:flex;justify-content:space-between;align-items:center}.app-footer .footer-bottom .bottom-links{display:flex;gap:12px;align-items:center}.app-footer .footer-bottom .bottom-links a{color:#6b7280}.app-footer .footer-bottom .bottom-links a:hover{color:#fff}.app-footer .footer-bottom .bottom-links .divider{color:#374151}.app-footer .footer-bottom .copyright{color:#6b7280}.app-footer .footer-bottom .copyright .divider{margin:0 8px;color:#374151}.app-footer .footer-bottom .copyright a{color:#6b7280;text-decoration:none}.app-footer .footer-bottom .copyright a:hover{color:#fff}.app-footer .el-dialog{border-radius:var(--border-radius-lg);overflow:hidden}.app-footer .el-dialog__header{background:var(--primary-gradient);padding:20px;margin:0;text-align:center}.app-footer .el-dialog__title{color:#fff;font-weight:600;font-size:18px}.app-footer .el-dialog__headerbtn .el-dialog__close{color:#fff}.app-footer .el-dialog__body{padding:30px}.app-footer .el-dialog__footer{padding:20px 30px;border-top:1px solid var(--border-color)}.app-footer .contact-info .contact-item{display:flex;align-items:center;gap:16px;padding:16px;background:var(--bg-secondary);border-radius:var(--border-radius);margin-bottom:12px}.app-footer .contact-info .contact-item:last-child{margin-bottom:0}.app-footer .contact-info .contact-item .el-icon{font-size:24px;color:var(--primary-color)}.app-footer .contact-detail{display:flex;flex-direction:column;gap:4px}.app-footer .contact-detail .label{font-size:12px;color:var(--text-muted)}.app-footer .contact-detail .value{font-size:16px;font-weight:600;color:var(--text-primary)}@media (max-width: 768px){:root,:host{--van-black: #000;--van-white: #fff;--van-gray-1: #f7f8fa;--van-gray-2: #f2f3f5;--van-gray-3: #ebedf0;--van-gray-4: #dcdee0;--van-gray-5: #c8c9cc;--van-gray-6: #969799;--van-gray-7: #646566;--van-gray-8: #323233;--van-red: #ee0a24;--van-blue: #1989fa;--van-orange: #ff976a;--van-orange-dark: #ed6a0c;--van-orange-light: #fffbe8;--van-green: #07c160;--van-gradient-red: linear-gradient(to right, #ff6034, #ee0a24);--van-gradient-orange: linear-gradient(to right, #ffd01e, #ff8917);--van-primary-color: var(--van-blue);--van-success-color: var(--van-green);--van-danger-color: var(--van-red);--van-warning-color: var(--van-orange);--van-text-color: var(--van-gray-8);--van-text-color-2: var(--van-gray-6);--van-text-color-3: var(--van-gray-5);--van-active-color: var(--van-gray-2);--van-active-opacity: .6;--van-disabled-opacity: .5;--van-background: var(--van-gray-1);--van-background-2: var(--van-white);--van-background-3: var(--van-white);--van-padding-base: 4px;--van-padding-xs: 8px;--van-padding-sm: 12px;--van-padding-md: 16px;--van-padding-lg: 24px;--van-padding-xl: 32px;--van-font-bold: 600;--van-font-size-xs: 10px;--van-font-size-sm: 12px;--van-font-size-md: 14px;--van-font-size-lg: 16px;--van-line-height-xs: 14px;--van-line-height-sm: 18px;--van-line-height-md: 20px;--van-line-height-lg: 22px;--van-base-font: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Segoe UI, Arial, Roboto, "PingFang SC", "miui", "Hiragino Sans GB", "Microsoft Yahei", sans-serif;--van-price-font: avenir-heavy, "PingFang SC", helvetica neue, arial, sans-serif;--van-duration-base: .3s;--van-duration-fast: .2s;--van-ease-out: ease-out;--van-ease-in: ease-in;--van-border-color: var(--van-gray-3);--van-border-width: 1px;--van-radius-sm: 2px;--van-radius-md: 4px;--van-radius-lg: 8px;--van-radius-max: 999px}.van-theme-dark{--van-text-color: #f5f5f5;--van-text-color-2: #707070;--van-text-color-3: #4d4d4d;--van-border-color: #3a3a3c;--van-active-color: #3a3a3c;--van-background: #000;--van-background-2: #1c1c1e;--van-background-3: #37363b}html{-webkit-tap-highlight-color:transparent}body{margin:0;font-family:var(--van-base-font)}a{text-decoration:none}input,button,textarea{color:inherit;font:inherit}a:focus,input:focus,button:focus,textarea:focus,[class*=van-]:focus{outline:none}ol,ul{margin:0;padding:0;list-style:none}@keyframes van-slide-up-enter{0%{transform:translate3d(0,100%,0)}}@keyframes van-slide-up-leave{to{transform:translate3d(0,100%,0)}}@keyframes van-slide-down-enter{0%{transform:translate3d(0,-100%,0)}}@keyframes van-slide-down-leave{to{transform:translate3d(0,-100%,0)}}@keyframes van-slide-left-enter{0%{transform:translate3d(-100%,0,0)}}@keyframes van-slide-left-leave{to{transform:translate3d(-100%,0,0)}}@keyframes van-slide-right-enter{0%{transform:translate3d(100%,0,0)}}@keyframes van-slide-right-leave{to{transform:translate3d(100%,0,0)}}@keyframes van-fade-in{0%{opacity:0}to{opacity:1}}@keyframes van-fade-out{0%{opacity:1}to{opacity:0}}@keyframes van-rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.van-fade-enter-active{animation:var(--van-duration-base) van-fade-in both var(--van-ease-out)}.van-fade-leave-active{animation:var(--van-duration-base) van-fade-out both var(--van-ease-in)}.van-slide-up-enter-active{animation:van-slide-up-enter var(--van-duration-base) both var(--van-ease-out)}.van-slide-up-leave-active{animation:van-slide-up-leave var(--van-duration-base) both var(--van-ease-in)}.van-slide-down-enter-active{animation:van-slide-down-enter var(--van-duration-base) both var(--van-ease-out)}.van-slide-down-leave-active{animation:van-slide-down-leave var(--van-duration-base) both var(--van-ease-in)}.van-slide-left-enter-active{animation:van-slide-left-enter var(--van-duration-base) both var(--van-ease-out)}.van-slide-left-leave-active{animation:van-slide-left-leave var(--van-duration-base) both var(--van-ease-in)}.van-slide-right-enter-active{animation:van-slide-right-enter var(--van-duration-base) both var(--van-ease-out)}.van-slide-right-leave-active{animation:van-slide-right-leave var(--van-duration-base) both var(--van-ease-in)}.van-clearfix:after{display:table;clear:both;content:""}.van-ellipsis{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.van-multi-ellipsis--l2{display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2;line-break:anywhere;-webkit-box-orient:vertical}.van-multi-ellipsis--l3{display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:3;line-break:anywhere;-webkit-box-orient:vertical}.van-safe-area-top{padding-top:constant(safe-area-inset-top);padding-top:env(safe-area-inset-top)}.van-safe-area-bottom{padding-bottom:constant(safe-area-inset-bottom);padding-bottom:env(safe-area-inset-bottom)}.van-haptics-feedback{cursor:pointer}.van-haptics-feedback:active{opacity:var(--van-active-opacity)}[class*=van-hairline]:after{position:absolute;box-sizing:border-box;content:" ";pointer-events:none;top:-50%;right:-50%;bottom:-50%;left:-50%;border:0 solid var(--van-border-color);transform:scale(.5)}.van-hairline,.van-hairline--top,.van-hairline--left,.van-hairline--right,.van-hairline--bottom,.van-hairline--surround,.van-hairline--top-bottom{position:relative}.van-hairline--top:after{border-top-width:var(--van-border-width)}.van-hairline--left:after{border-left-width:var(--van-border-width)}.van-hairline--right:after{border-right-width:var(--van-border-width)}.van-hairline--bottom:after{border-bottom-width:var(--van-border-width)}.van-hairline--top-bottom:after,.van-hairline-unset--top-bottom:after{border-width:var(--van-border-width) 0}.van-hairline--surround:after{border-width:var(--van-border-width)}}:root{--van-padding-base: 4px;--van-padding-xs: 8px;--van-padding-sm: 12px;--van-padding-md: 16px;--van-font-size-xs: 10px;--van-font-size-sm: 12px;--van-font-size-md: 14px;--van-font-size-lg: 16px;--van-font-bold: 600;--van-line-height-md: 20px;--van-line-height-lg: 22px;--van-text-color: #323233;--van-text-color-2: #969799;--van-primary-color: #1989fa;--van-background: #f7f8fa;--van-background-2: #fff;--van-border-color: #ebedf0;--van-nav-bar-z-index: 1;--van-nav-bar-title-font-size: 16px;--van-nav-bar-title-text-color: #323233;--van-nav-bar-disabled-opacity: .5}.van-haptics-feedback{cursor:pointer}.van-haptics-feedback:active{opacity:.7}.van-safe-area-bottom{padding-bottom:constant(safe-area-inset-bottom);padding-bottom:env(safe-area-inset-bottom)}.van-hairline--top-bottom{position:relative}.van-hairline--top-bottom:after{content:"";position:absolute;box-sizing:border-box;pointer-events:none;top:-50%;right:-50%;bottom:-50%;left:-50%;border:0 solid var(--van-border-color);transform:scale(.5);border-top-width:1px;border-bottom-width:1px}.van-badge__wrapper{position:relative;display:inline-block}@media (min-width: 769px){.account-list-page{min-height:80vh}.account-list-page .container{width:100%;max-width:1370px;padding-left:clamp(20px,2vw,38px);padding-right:clamp(20px,2vw,38px)}.account-list-page .list-toolbar{display:flex;align-items:center;justify-content:space-between}.account-list-page .list-toolbar .sort-tabs{display:flex;align-items:center}.account-list-page .list-toolbar .sort-tab{display:flex;align-items:center;gap:4px;cursor:pointer;transition:all .3s}.account-list-page .accounts-list{display:flex;flex-direction:column;gap:14px;padding:18px 24px 28px}.account-list-page .account-list-item{display:grid;grid-template-columns:240px minmax(0,1fr) 272px;height:230px;overflow:hidden;border:1px solid #e6edf1;border-radius:14px;background:#fff;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.account-list-page .account-list-item:hover{border-color:#1677ff4d;box-shadow:0 10px 22px #0f27441a;transform:translateY(-1px)}.account-list-page .account-list-item__image{position:relative;min-width:0;overflow:hidden;background:#eef2f5}.account-list-page .account-list-item__image>img{width:100%;height:100%;object-fit:cover}.account-list-page .account-list-item__discount-badge{position:absolute;top:0;left:10px;z-index:3;padding:5px 11px;border-radius:0 0 5px 5px;background:linear-gradient(135deg,#ffd629,#ffc400);box-shadow:0 3px 9px #2f260033;color:#172033;font-size:13px;font-weight:800;line-height:1.2}.account-list-page .account-list-item__online{position:absolute;top:10px;right:10px;display:inline-flex;align-items:center;gap:5px;height:30px;padding:0 9px;border:1px solid rgba(102,214,147,.78);border-radius:8px;background:#edf9f1f0;box-shadow:0 3px 10px #0f522f24;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);color:#16834d;font-size:12px;font-weight:800;line-height:1}.account-list-page .account-list-item__online i{width:6px;height:6px;border-radius:50%;background:currentColor}.account-list-page .account-list-item__content{min-width:0;padding:18px 20px 16px}.account-list-page .account-list-item__title{display:flex;align-items:center;gap:6px;overflow:hidden;margin:0;color:#1b2634;font-size:16px;font-weight:700;line-height:1.45}.account-list-page .account-list-item__title-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.account-list-page .account-list-item__title-assured-icon{flex:none;width:20px;height:22px;object-fit:contain}.account-list-page .account-list-item__meta{overflow:hidden;margin:7px 0 0;color:#7b8796;font-size:12px;line-height:18px;text-overflow:ellipsis;white-space:nowrap}.account-list-page .account-list-item__tags{display:flex;min-height:24px;height:24px;margin-top:8px;gap:6px;overflow-x:hidden;overflow-y:hidden;scrollbar-width:none}.account-list-page .account-list-item__tags::-webkit-scrollbar{display:none}.account-list-page .account-list-item__tag{display:inline-flex;align-items:center;flex:0 0 auto;height:24px;padding:0 10px;border-radius:14px;font-size:12px;font-weight:700;line-height:24px;white-space:nowrap}.account-list-page .account-list-item__tag--listing,.account-list-page .account-list-item__tag--knife{border:0;background:#e3f2ff;color:#5597f5}.account-list-page .account-list-item__tag--red{border:1px solid rgba(229,57,53,.18);background:#e539351a;color:#d9363e}.account-list-page .account-list-item__tag--gold{border:1px solid rgba(201,146,10,.22);background:#c9920a1f;color:#b77900}.account-list-page .account-list-item__tag--assured{width:24px;min-width:24px;padding:0;border:0;border-radius:0;background:transparent;overflow:visible}.account-list-page .account-list-item__assured-icon{display:block;width:20px;height:22px;margin:auto;object-fit:contain}.account-list-page .account-list-item__stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin-top:8px}.account-list-page .account-list-item__stat{display:flex;min-width:0;min-height:48px;flex-direction:column;align-items:center;justify-content:center;padding:5px 7px;border-radius:8px;background:#f3f7fb;color:#657488;text-align:center}.account-list-page .account-list-item__stat strong{overflow:hidden;width:100%;color:#223349;font-size:14px;font-weight:700;line-height:18px;text-overflow:ellipsis;white-space:nowrap}.account-list-page .account-list-item__stat span{margin-top:2px;color:#64748b;font-size:11px;line-height:14px}.account-list-page .account-list-item__aside{display:flex;min-width:0;flex-direction:column;align-items:stretch;justify-content:center;padding:18px 22px;border-left:1px solid #edf1f4;text-align:left}.account-list-page .account-list-item__amounts{width:100%}.account-list-page .account-list-item__amount{display:flex;margin:0;flex-direction:column;gap:4px;color:#7d8997;font-size:15px;font-weight:600;line-height:1.2}.account-list-page .account-list-item__amount strong{color:#172b45;font-size:21px;font-weight:800;line-height:1.18}.account-list-page .account-list-item__amount-divider{height:1px;margin:16px 0;background:#edf1f5}.account-list-page .account-list-item__amount--price strong{color:#ff4758;font-size:26px}.account-list-page .account-list-item__actions{display:flex;width:100%;align-items:center;margin-top:14px;gap:10px}.account-list-page .account-list-item__actions.is-online .account-list-item__rent-btn{width:100%}.account-list-page .account-list-item__actions:not(.is-online) button{flex:1 1 0}.account-list-page .account-list-item__actions button{display:inline-flex;align-items:center;justify-content:center;height:40px;border-radius:10px;cursor:pointer;font-size:13px;font-weight:700;white-space:nowrap;transition:background-color .2s ease,border-color .2s ease,color .2s ease,transform .2s ease}.account-list-page .account-list-item__rent-btn{flex:1;min-width:100px;gap:6px;padding:0 14px;border:0;background:#02122f;box-shadow:0 3px #fdb91f66;color:#fdb91f}.account-list-page .account-list-item__rent-btn:hover{background:#334155;transform:translateY(-1px)}.account-list-page .account-list-item__rent-btn .el-icon{font-size:16px}.account-list-page .account-list-item__remind-btn{gap:5px;padding:0 12px;border:1px solid #d8a226;background:#fffaf0;color:#9a6505}.account-list-page .account-list-item__remind-btn:hover{border-color:#c28713;background:#fff3d5;color:#7d5000;transform:translateY(-1px)}.account-list-page .account-list-item__actions button:active{transform:translateY(0)}@media (min-width: 769px) and (max-width: 1120px){.account-list-page .account-list-item{grid-template-columns:190px minmax(0,1fr) 230px}.account-list-page .account-list-item__content{padding-right:14px;padding-left:14px}.account-list-page .account-list-item__aside{padding:16px 14px}.account-list-page .account-list-item__stats{gap:5px}.account-list-page .account-list-item__stat{padding-right:4px;padding-left:4px}.account-list-page .account-list-item__actions{gap:6px}.account-list-page .account-list-item__rent-btn{min-width:94px;padding-right:9px;padding-left:9px}.account-list-page .account-list-item__remind-btn{padding-right:9px;padding-left:9px}}.account-list-page .toolbar-view-toggle__btn{cursor:pointer;transition:all .3s}.account-list-page .toolbar-view-toggle__btn img{display:block;width:17px;height:17px}.account-list-page .accounts-grid--list{grid-template-columns:repeat(2,minmax(0,1fr))}.account-list-page .advanced-filter-dialog{margin-left:auto!important;margin-right:auto!important;border-radius:12px;overflow:hidden}.account-list-page .advanced-filter-dialog{margin-right:0;padding:18px 22px 14px;border-bottom:1px solid #edf1f5}.account-list-page .advanced-filter-dialog{color:#1f2d3d;font-size:18px;font-weight:800}.account-list-page .advanced-filter-dialog{padding:18px 22px 8px}.account-list-page .advanced-filter-dialog{padding:14px 22px 20px}.account-list-page .advanced-filter-dialog-popper{z-index:6001!important}.account-list-page .advanced-filter-dialog__intro{margin:0 0 16px;color:#7b8796;font-size:13px}.account-list-page .advanced-filter-dialog__grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:14px 16px}.account-list-page .advanced-filter-dialog__field{grid-column:span 3;min-width:0}.account-list-page .advanced-filter-dialog__field--triple{grid-column:span 2}.account-list-page .advanced-filter-dialog__field label{display:block;margin-bottom:7px;color:#334155;font-size:13px;font-weight:700}.account-list-page .advanced-filter-dialog__field .el-input__wrapper,.account-list-page .advanced-filter-dialog__field .el-select__wrapper{min-height:34px;box-shadow:0 0 0 1px #dfe7f0 inset}.account-list-page .advanced-filter-dialog__range{display:flex;align-items:center;gap:7px}.account-list-page .advanced-filter-dialog__range .el-input{min-width:0}.account-list-page .advanced-filter-dialog__range>span{color:#a0aab8;font-size:13px}.account-list-page .advanced-filter-dialog__time-region .el-date-editor.el-input{width:100%;min-width:0}.account-list-page .advanced-filter-dialog__footer{display:flex;justify-content:flex-end;gap:10px}}@media (max-width: 768px){:root,:host{--van-dropdown-menu-height: 48px;--van-dropdown-menu-background: var(--van-background-2);--van-dropdown-menu-shadow: 0 2px 12px rgba(100, 101, 102, .12);--van-dropdown-menu-title-font-size: 15px;--van-dropdown-menu-title-text-color: var(--van-text-color);--van-dropdown-menu-title-active-text-color: var(--van-primary-color);--van-dropdown-menu-title-disabled-text-color: var(--van-text-color-2);--van-dropdown-menu-title-padding: 0 var(--van-padding-xs);--van-dropdown-menu-title-line-height: var(--van-line-height-lg);--van-dropdown-menu-option-active-color: var(--van-primary-color);--van-dropdown-menu-option-disabled-color: var(--van-text-color-3);--van-dropdown-menu-content-max-height: 80%}.account-list-page .van-dropdown-menu{-webkit-user-select:none;user-select:none}.account-list-page .van-dropdown-menu__bar{position:relative;display:flex;height:var(--van-dropdown-menu-height);background:var(--van-dropdown-menu-background);box-shadow:var(--van-dropdown-menu-shadow)}.account-list-page .van-dropdown-menu__bar--opened{z-index:calc(var(--van-dropdown-item-z-index) + 1)}.account-list-page .van-dropdown-menu__bar--scrollable{padding-left:var(--van-padding-base);padding-right:var(--van-padding-xs);overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch}.account-list-page .van-dropdown-menu__bar--scrollable::-webkit-scrollbar{display:none}.account-list-page .van-dropdown-menu__item{display:flex;flex:1;align-items:center;justify-content:center;min-width:0}.account-list-page .van-dropdown-menu__item--disabled .van-dropdown-menu__title{color:var(--van-dropdown-menu-title-disabled-text-color)}.account-list-page .van-dropdown-menu__item--grow{flex:1 0 auto;padding-left:var(--van-padding-base);padding-right:var(--van-padding-sm)}.account-list-page .van-dropdown-menu__title{position:relative;box-sizing:border-box;max-width:100%;padding:var(--van-dropdown-menu-title-padding);color:var(--van-dropdown-menu-title-text-color);font-size:var(--van-dropdown-menu-title-font-size);line-height:var(--van-dropdown-menu-title-line-height)}.account-list-page .van-dropdown-menu__title:after{position:absolute;top:50%;right:-4px;margin-top:-5px;border:3px solid;border-color:transparent transparent var(--van-gray-4) var(--van-gray-4);transform:rotate(-45deg);opacity:.8;content:""}.account-list-page .van-dropdown-menu__title--active{color:var(--van-dropdown-menu-title-active-text-color)}.account-list-page .van-dropdown-menu__title--active:after{border-color:transparent transparent currentColor currentColor}.account-list-page .van-dropdown-menu__title--down:after{margin-top:-1px;transform:rotate(135deg)}:root,:host{--van-dropdown-item-z-index: 10}.account-list-page .van-dropdown-item{position:fixed;right:0;left:0;z-index:var(--van-dropdown-item-z-index);overflow:hidden}.account-list-page .van-dropdown-item__icon{display:block;line-height:inherit}.account-list-page .van-dropdown-item__option{text-align:left}.account-list-page .van-dropdown-item__option--active,.account-list-page .van-dropdown-item__option--active .van-dropdown-item__icon{color:var(--van-dropdown-menu-option-active-color)}.account-list-page .van-dropdown-item__option--disabled,.account-list-page .van-dropdown-item__option--disabled .van-dropdown-item__icon{color:var(--van-dropdown-menu-option-disabled-color)}.account-list-page .van-dropdown-item--up{top:0}.account-list-page .van-dropdown-item--down{bottom:0}.account-list-page .van-dropdown-item__content{position:absolute;max-height:var(--van-dropdown-menu-content-max-height)}.account-list-page .filter-label__content{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:.4375rem}.account-list-page .keyword-filter-bar{display:flex;flex-wrap:nowrap;gap:.4375rem;margin:0 .625rem .625rem;padding:.4375rem;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none;background:#f4f6f9;border-top:1px solid #edf0f4;border-bottom:1px solid #edf0f4}.account-list-page .keyword-filter-bar::-webkit-scrollbar{display:none}.account-list-page .keyword-filter-bar__tag{flex:0 0 auto;height:1.75rem;padding:0 .625rem;border:1px solid #dfe5ed;border-radius:.25rem;background:#fff;color:#3c4654;font-size:.75rem;font-weight:600;line-height:1.625rem;white-space:nowrap;transition:border-color .18s ease,background .18s ease,color .18s ease,box-shadow .18s ease}.account-list-page .keyword-filter-bar__tag.is-active{border-color:#1677ff;background:#1677ff;color:#fff;box-shadow:0 .125rem .25rem #1677ff33}.account-list-page .mobile-advanced-popup.van-popup--bottom{box-sizing:border-box;overflow:hidden;border-radius:1.125rem 1.125rem 0 0;background:#fff;box-shadow:0 -.875rem 2rem #10233e2e}.account-list-page .mobile-advanced-filter-popper{z-index:6001!important}.account-list-page .mobile-advanced-sheet__panel{display:flex;width:100%;height:100%;max-height:none;margin:0;flex-direction:column;overflow:hidden;border-radius:1.125rem 1.125rem 0 0;background:#fff}.account-list-page .mobile-advanced-sheet__head{display:flex;align-items:center;justify-content:space-between;padding:.9375rem 1rem .8125rem;border-bottom:1px solid #edf1f6}.account-list-page .mobile-advanced-sheet__head h3{margin:0;color:#152844;font-size:1.0625rem;font-weight:850;line-height:1.3}.account-list-page .mobile-advanced-sheet__head button{width:1.75rem;height:1.75rem;margin:-.25rem -.25rem 0 .625rem;padding:0;border:0;background:transparent;color:#8e9aad;font-size:1.5625rem;line-height:1.5rem}.account-list-page .mobile-advanced-sheet__body{display:grid;flex:1 1 auto;min-height:0;grid-template-columns:5.125rem minmax(0,1fr);overflow:hidden}.account-list-page .mobile-advanced-sheet__nav{overflow-y:auto;padding:.5rem 0 .875rem;background:#f5f7fa}.account-list-page .mobile-advanced-sheet__nav button{display:block;width:100%;min-height:2.8125rem;padding:.4375rem .3125rem;border:0;border-left:.1875rem solid transparent;background:transparent;color:#52657d;font-size:.75rem;line-height:1.35;text-align:center}.account-list-page .mobile-advanced-sheet__nav button.is-active{border-left-color:#1677ff;background:#fff;color:#1677ff;font-weight:800}.account-list-page .mobile-advanced-sheet__content{min-width:0;overflow-y:auto;padding:1.0625rem .9375rem 1.375rem;-webkit-overflow-scrolling:touch}.account-list-page .mobile-advanced-sheet__content h4{margin:0 0 .8125rem;color:#24344e;font-size:.9375rem;font-weight:800}.account-list-page .mobile-advanced-sheet__section+.mobile-advanced-sheet__section{margin-top:1.375rem}.account-list-page .mobile-advanced-sheet__scroll-spacer{min-height:60dvh}.account-list-page .mobile-advanced-options{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.5625rem .5rem}.account-list-page .mobile-advanced-options button{min-width:0;min-height:2.4375rem;padding:.3125rem .375rem;border:1px solid transparent;border-radius:.3125rem;background:#f6f7f9;color:#26364f;font-size:.75rem;line-height:1.3;word-break:break-all}.account-list-page .mobile-advanced-options button.is-active{border-color:#8dbdff;background:#eaf3ff;color:#1677ff;font-weight:750}.account-list-page .mobile-advanced-field{min-width:0}.account-list-page .mobile-advanced-field.is-wide{grid-column:1/-1}.account-list-page .mobile-advanced-field>label{display:block;margin:0 0 .4375rem;color:#52657d;font-size:.75rem;font-weight:750;line-height:1.2}.account-list-page .mobile-advanced-field .el-select,.account-list-page .mobile-advanced-field .el-date-editor{width:100%;min-width:0}.account-list-page .mobile-advanced-field .el-input__wrapper,.account-list-page .mobile-advanced-field .el-select__wrapper{min-height:2.25rem;border-radius:.5rem;box-shadow:0 0 0 1px #dce5f0 inset}.account-list-page .mobile-advanced-field .el-input__inner,.account-list-page .mobile-advanced-field .el-select__selected-item{font-size:.75rem}.account-list-page .mobile-advanced-range{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:.3125rem}.account-list-page .mobile-advanced-range>span{color:#9aa8ba;font-size:.75rem}.account-list-page .mobile-advanced-time{grid-template-columns:minmax(0,1fr) 1.125rem minmax(0,1fr);gap:.5625rem}.account-list-page .mobile-advanced-time .el-time-editor.el-input,.account-list-page .mobile-advanced-time .el-date-editor.el-input,.account-list-page .mobile-advanced-time .el-input{width:100%;min-width:0}.account-list-page .mobile-advanced-time .el-input__wrapper{min-width:0}.account-list-page .mobile-advanced-time__separator{display:inline-flex;align-items:center;justify-content:center;width:1.125rem;color:#8c99aa;font-size:.75rem;white-space:nowrap}.account-list-page .mobile-advanced-sheet__footer{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.45fr);gap:.625rem;padding:.75rem 1rem calc(.75rem + env(safe-area-inset-bottom,0px));border-top:1px solid #edf1f6;background:#fff}.account-list-page .mobile-advanced-sheet__footer button{height:2.625rem;border:1px solid #dbe4ee;border-radius:.5625rem;background:#fff;color:#52657d;font-size:.875rem;font-weight:800}.account-list-page .mobile-advanced-sheet__footer .is-primary{border-color:#1677ff;background:#1677ff;color:#fff;box-shadow:0 .4375rem .9375rem #1769ed33}@media (max-width: 48rem){.account-list-page .container{padding-right:0;padding-left:0}.account-list-page .product-list-panel{margin-top:0}.account-list-page .accounts-waterfall{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;gap:.25rem;padding:.25rem}.account-list-page .accounts-waterfall__column{display:contents}.account-list-page .accounts-waterfall .recommend-product-card{min-width:0;height:100%!important;align-self:stretch;content-visibility:auto;contain-intrinsic-size:auto 17.5rem}.account-list-page .accounts-waterfall .product-card__thumb{height:auto!important;aspect-ratio:16/10}.account-list-page .accounts-waterfall .product-card__discount-badge{left:.375rem;padding:.125rem .375rem;font-size:.625rem}.account-list-page .accounts-waterfall .product-deposit-promise{right:0;bottom:0;left:0;width:100%;max-width:none;min-height:1.625rem;padding:.25rem;gap:.25rem;font-size:.6875rem}.account-list-page .accounts-waterfall .product-deposit-promise strong{font-size:.75rem}.account-list-page .accounts-waterfall .product-deposit-promise span{flex:1 1 auto;overflow:visible;text-overflow:clip;white-space:normal;overflow-wrap:anywhere;text-align:left;font-size:.75rem}.account-list-page .accounts-waterfall .product-deposit-promise__lightning{display:none}.account-list-page .accounts-waterfall .product-card__info{padding:.375rem;gap:.3125rem}.account-list-page .accounts-waterfall .product-card__title-row{gap:.25rem}.account-list-page .accounts-waterfall .product-card__name{min-height:.9375rem;font-size:.75rem;line-height:1.25;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block;-webkit-line-clamp:unset}.account-list-page .accounts-waterfall .product-card__price--footer{font-size:.8125rem;color:#e53935}.account-list-page .accounts-waterfall .product-card__tags{min-height:1.75rem;max-height:1.75rem;height:1.75rem;align-items:center;box-sizing:border-box;overflow-x:auto;overflow-y:hidden;padding:.25rem 0;-webkit-overflow-scrolling:touch;scrollbar-width:none}.account-list-page .accounts-waterfall .product-card__tags::-webkit-scrollbar{display:none}.account-list-page .accounts-waterfall .product-card__tag{flex:0 0 auto}.account-list-page .accounts-waterfall .product-card__tag--assured{align-self:center;width:1.25rem;min-width:1.25rem;height:1.25rem;padding:0;line-height:0}.account-list-page .accounts-waterfall .product-card__assured-icon{width:auto;height:80%;max-width:100%;max-height:100%}.account-list-page .accounts-waterfall .product-card__fee-item{padding:.3125rem}.account-list-page .accounts-waterfall .product-card__footer{display:flex;flex-direction:column;align-items:stretch;gap:.3125rem;padding-top:.375rem}.account-list-page .accounts-waterfall .product-card__price--footer{width:100%;min-height:1.125rem;line-height:1.125rem}.account-list-page .accounts-waterfall .product-card__actions{display:flex;width:100%;gap:.3125rem;margin-left:0}.account-list-page .accounts-waterfall .product-card__actions--single{width:100%;margin-left:0}.account-list-page .accounts-waterfall .product-card__online-btn--image{display:inline-flex;width:auto;height:1.25rem;padding:0 .375rem;border-radius:.3125rem;font-size:.5625rem;box-shadow:none}.account-list-page .accounts-waterfall .product-card__online-btn--footer{display:none}.account-list-page .accounts-waterfall .product-card__remind-btn,.account-list-page .accounts-waterfall .product-card__btn{flex:1 1 0;width:0;min-width:0;justify-content:center;height:1.75rem;padding:0 .375rem;font-size:.625rem}.account-list-page .accounts-waterfall .product-card__actions--single .product-card__btn{flex:1 1 100%;width:100%;padding:0 .5rem}.account-list-page{background:#f5f7fb}.account-list-page .quick-zone-row{gap:.1875rem;margin:0 .25rem .125rem}.account-list-page .hall-filter-rail{margin:0 0 .5rem;padding:0 .625rem}.account-list-page .quick-zone-button{display:flex;height:4rem;padding:0 .25rem;flex-direction:column;align-items:center;justify-content:center;gap:.125rem;border:1px solid #edf1f6;border-radius:.625rem;background:#fff;box-shadow:0 .1875rem .625rem #1d33580b;color:#2c3b55;font-size:.9375rem;font-weight:700;letter-spacing:.1px;transition:color .18s ease,border-color .18s ease,box-shadow .18s ease}.account-list-page .quick-zone-button__icon{width:1.125rem;height:1.125rem;flex:none;object-fit:contain}.account-list-page .quick-zone-button__content{display:flex;width:100%;min-width:0;flex-direction:column;align-items:center;line-height:1.2}.account-list-page .quick-zone-button__label{color:inherit;font-size:.8125rem;font-weight:700;white-space:nowrap}.account-list-page .quick-zone-button__note{width:100%;margin-top:1px;overflow:hidden;color:inherit;font-size:.5625rem;font-weight:500;letter-spacing:-.15px;line-height:1.2;opacity:.7;text-align:center;text-overflow:ellipsis;white-space:nowrap}.account-list-page .quick-zone-button.active{border-color:#1677ff;background:#1677ff;box-shadow:0 .1875rem .625rem #1677ff38;color:#fff}.account-list-page .product-list-panel{margin-bottom:0;border:1px solid rgba(235,239,246,.92);border-top:0;border-radius:0 0 .625rem .625rem;box-shadow:0 .5625rem 1.5rem #20375d0f}.account-list-page .list-toolbar{display:none!important;min-height:2.875rem;height:2.875rem;padding:0 .75rem 0 1rem;gap:.625rem;border-bottom:1px solid #eef1f5}.account-list-page .list-toolbar .sort-tabs{gap:0;justify-content:space-between;width:100%}.account-list-page .list-toolbar .sort-tab{height:3.5rem;padding:0;border-bottom:0;color:#24344e;font-size:.9375rem;font-weight:700}.account-list-page .list-toolbar .sort-tab.active{border-bottom:0;color:#f26a19;font-weight:800}.account-list-page .list-toolbar .sort-tab .el-icon{margin-left:.1875rem;color:#8c97a8;font-size:.875rem}.account-list-page .list-toolbar .sort-tab.active .el-icon{color:#f26a19}.account-list-page .toolbar-advanced{width:3.625rem;height:1.875rem;gap:.25rem;border-left-color:#edf1f5;color:#3b8bf2;font-size:.875rem;font-weight:700}.account-list-page .toolbar-advanced .el-icon{font-size:.9375rem}.account-list-page .keyword-filter-bar{flex-wrap:nowrap;gap:.5rem;margin:0;padding:.25rem .625rem .375rem;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;border:0;background:#fff;box-shadow:none}.account-list-page .keyword-filter-bar__tag{flex:0 0 auto;height:1.75rem;padding:0 .625rem;border:0;border-radius:.25rem;background:#f3f4f6;box-shadow:none;color:#262b33;font-size:.75rem;font-weight:500;line-height:1.75rem;white-space:nowrap}.account-list-page .keyword-filter-bar__tag.is-active{border:1px solid #8dbdff;background:#eaf3ff;box-shadow:0 .125rem .3125rem #1677ff1f;color:#1677ff;font-weight:600}.account-list-page .account-list-product-card .product-card__thumb .product-deposit-promise span{font-size:.6875rem}}}@media (min-width: 769px){.account-detail-page .goods-detail-page{padding:12px 0 20px}.account-detail-page .breadcrumb-section{display:flex;align-items:center;padding:6px 0 8px}.account-detail-page .detail-breadcrumb{font-size:14px}.account-detail-page .detail-breadcrumb .el-breadcrumb__inner{color:#8a94a6;font-weight:700}.account-detail-page .detail-breadcrumb__link{display:inline-flex;align-items:center;min-height:32px;padding:0 7px;margin:-6px 0;color:inherit;cursor:pointer;text-decoration:none;transition:color .2s ease}.account-detail-page .detail-breadcrumb__link:hover{color:#1677ff}.account-detail-page .detail-breadcrumb__link:focus-visible{outline:2px solid #1677ff;outline-offset:2px;border-radius:4px}.account-detail-page .detail-breadcrumb .el-breadcrumb__separator{color:#c2c8d2;font-weight:800}.account-detail-page .detail-breadcrumb__link,.account-detail-page .detail-breadcrumb__current{display:inline-flex;align-items:center;gap:6px;line-height:20px}.account-detail-page .detail-breadcrumb__link.is-home .el-icon{font-size:16px}.account-detail-page .detail-breadcrumb__current{color:#8a94a6}.account-detail-page .container{max-width:1370px;margin:0 auto;padding:0 16px}.account-detail-page .detail-layout{display:grid;grid-template-columns:minmax(0,1.18fr) minmax(380px,.82fr);gap:0;align-items:stretch;margin-bottom:0;border:1px solid #edf0f5;border-radius:12px 12px 0 0;overflow:hidden;background:#fff}.account-detail-page .detail-left,.account-detail-page .detail-right{position:static;display:flex;flex-direction:column;gap:0}.account-detail-page .detail-right{border-left:1px solid #edf0f5}.account-detail-page .banner-card{border-radius:0;overflow:hidden;border:0;background:#fff;box-shadow:none;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;position:relative;height:100%;display:flex;flex-direction:column}.account-detail-page .banner-img{width:100%;height:100%;display:block}.account-detail-page .banner-card .el-carousel{flex:1;min-height:0;height:auto!important}.account-detail-page .banner-card .el-carousel__container{height:100%!important}.account-detail-page .banner-card .el-carousel__indicators{bottom:14px}.account-detail-page .banner-card .el-carousel__indicator button{width:10px;height:10px;border-radius:999px;background:#ffffff73}.account-detail-page .banner-card .el-carousel__indicator.is-active button{background:#fff}.account-detail-page .banner-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:7;width:42px;height:42px;border-radius:999px;border:1px solid rgba(255,255,255,.3);background:#00000059;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .18s ease,background .18s ease}.account-detail-page .banner-arrow.left{left:12px}.account-detail-page .banner-arrow.right{right:12px}.account-detail-page .banner-arrow:hover{transform:translateY(-50%) scale(1.05);background:#00000080}.account-detail-page .banner-arrow .arrow{font-size:18px}.account-detail-page .banner-arrow.left .arrow{transform:rotate(180deg)}.account-detail-page .banner-tags{position:absolute;left:12px;top:12px;z-index:6;display:flex;flex-direction:column;gap:10px;pointer-events:none}.account-detail-page .banner-tag{padding:6px 12px;border-radius:999px;font-size:13px;font-weight:900;color:#fff;background:#0000008c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);max-width:520px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.account-detail-page .banner-online-status{position:absolute;top:12px;right:12px;z-index:6;pointer-events:none;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);box-shadow:0 3px 10px #0f522f24}.account-detail-page .card{background:#fff;border:1px solid #edf0f5;border-radius:12px;padding:16px;box-shadow:0 8px 22px #0f27440f;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.account-detail-page .card:hover{transform:translateY(-2px);border-color:#cbd5e1;box-shadow:0 16px 34px #1118271a}.account-detail-page .detail-info-card{padding:30px 15px;min-height:0;height:auto;display:flex;flex-direction:column}.account-detail-page .detail-panel--account .account-info-tables{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(300px,.95fr);gap:18px;align-items:stretch}.account-detail-page .detail-panel--account .account-info-tables__left{display:flex;flex-direction:column;gap:12px;min-width:0}.account-detail-page .detail-panel--account .account-info-table{overflow:hidden;padding:16px 18px;border:1px solid #edf0f5;border-radius:0;background:#fff;box-shadow:0 9px 26px #1e304c0e;box-sizing:border-box}.account-detail-page .detail-panel--account .account-info-table__heading{padding:0 0 12px;border-bottom:1px solid #e7edf6;color:#243a57;font-size:18px;font-weight:900;line-height:1.25}.account-detail-page .detail-panel--account .account-info-table__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr))}.account-detail-page .detail-panel--account .account-info-table__cell{display:flex;flex-direction:column;justify-content:center;min-width:0;align-items:flex-start;min-height:78px;padding:12px 16px;border-right:1px solid #edf0f4;border-bottom:1px solid #edf0f4;background:#fff}.account-detail-page .detail-panel--account .account-info-table__cell:nth-child(4n){border-right:0}.account-detail-page .detail-panel--account .account-info-table--basic .account-info-table__cell:nth-last-child(-n+4){border-bottom:0}.account-detail-page .detail-panel--account .account-info-table__cell span{color:#66758c;font-size:15px;font-weight:650;display:flex;align-items:center}.account-detail-page .detail-panel--account .account-info-table__paid-mark{display:inline-flex;align-items:center;height:16px;margin-left:5px;padding:0 4px;border:1px solid rgba(239,111,39,.28);border-radius:4px;background:#fff3e8;color:#e8752a;font-size:10px;font-style:normal;font-weight:800;line-height:14px;vertical-align:middle}.account-detail-page .detail-panel--account .account-info-table__cell strong{display:block;margin-top:7px;overflow:hidden;color:#f97316;font-size:20px;font-weight:900;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.account-detail-page .detail-panel--account .account-info-table__skin-list{display:flex;flex-direction:column}.account-detail-page .detail-panel--account .account-info-table__skin-item{display:grid;grid-template-columns:120px minmax(0,1fr);gap:18px;align-items:start;min-height:52px;padding:9px 16px;border-bottom:1px solid #edf0f4;background:#fff}.account-detail-page .detail-panel--account .account-info-table__skin-item:last-child{border-bottom:0}.account-detail-page .detail-panel--account .account-info-table__skin-item span{color:#66758c;font-size:14px;font-weight:700}.account-detail-page .detail-panel--account .account-info-table__skin-item strong{min-width:0;overflow:visible;color:#f97316;font-size:14px;font-weight:800;line-height:1.45;text-overflow:clip;white-space:normal;overflow-wrap:anywhere;word-break:break-word}.account-detail-page .detail-panel--account .account-info-table--extras{display:flex;flex-direction:column}.account-detail-page .detail-panel--account .account-info-table--extras .account-info-table__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.account-detail-page .detail-panel--account .account-info-table--extras .account-info-table__cell:nth-child(2n){border-right:0}.account-detail-page .detail-panel--account .account-info-table--extras .account-info-table__cell{border-bottom:1px solid #edf0f4}.account-detail-page .detail-panel--account .account-info-table--extras .account-info-table__cell:nth-last-child(-n+2){border-bottom:0}.account-detail-page .detail-panel--account .account-info-table__prepay{margin-top:14px;padding:14px 16px 0;border-top:1px solid #edf0f4;color:#66758c;font-size:15px;font-weight:700;text-align:right}.account-detail-page .detail-panel--account .account-info-table__prepay strong{color:#f97316;margin-left:8px;font-size:20px;font-weight:900}.account-detail-page .detail-panel--account .account-info-table--basic .account-info-table__cell{min-height:70px;padding:10px 14px}.account-detail-page .detail-panel--account .account-info-table--basic .account-info-table__cell strong{margin-top:6px;font-size:19px}.account-detail-page .detail-panel--account .account-info-table--skins .account-info-table__skin-item{min-height:48px;padding:8px 14px}.account-detail-page .detail-layout>.detail-right>.card{border:0;border-radius:0;box-shadow:none}.account-detail-page .detail-info-card .title{font-size:24px;font-weight:900;color:#182033;margin-bottom:20px;line-height:1.3;display:flex;align-items:center;gap:12px}.account-detail-page .detail-info-card .title .title-text{flex:1;min-width:0}.account-detail-page .skin-tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:-4px;margin-bottom:10px}.account-detail-page .skin-tag{border-radius:999px;font-weight:800}.account-detail-page .detail-info-card .meta{display:flex;justify-content:space-between;align-items:baseline;gap:12px;margin-bottom:0}.account-detail-page .detail-fee-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:4px;margin-bottom:8px}.account-detail-page .detail-fee-item{display:flex;align-items:center;flex:1 1 calc((100% - 30px)/4);min-width:104px;min-height:56px;padding:11px 12px;border:1px solid #e9edf3;border-radius:7px;background:#f7f7f9}.account-detail-page .detail-fee-item span{min-width:0;color:#768397;font-size:12px;font-weight:700}.account-detail-page .detail-fee-copy{display:flex!important;flex-direction:column;justify-content:center;gap:5px;min-width:0;overflow:hidden}.account-detail-page .detail-fee-copy i{display:block;overflow:hidden;color:#768397;font-size:11px;font-style:normal;font-weight:700;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.account-detail-page .detail-fee-item strong{display:block;min-width:0;color:#253247;font-size:14px;line-height:1.25;font-weight:900;white-space:nowrap}.account-detail-page .detail-fee-item:not(.is-online-time) strong{overflow:hidden;text-overflow:ellipsis}.account-detail-page .detail-fee-item.is-online-time .detail-fee-copy,.account-detail-page .detail-fee-item.is-online-time strong{overflow:visible}.account-detail-page .detail-fee-item.is-online-time strong{font-size:clamp(10px,.78vw,12px);letter-spacing:-.15px}.account-detail-page .detail-key-stats{display:flex;flex-wrap:wrap;gap:14px;margin-bottom:0}.account-detail-page .detail-key-stats__item{display:inline-flex;align-items:center;gap:6px;min-height:42px;padding:0 16px;border-radius:6px;background:#f5f7fa;border:1px solid #eef1f5;color:#7d8796}.account-detail-page .detail-key-stats__label,.account-detail-page .detail-key-stats__value{font-size:15px;font-weight:600!important;color:#7d8796}.account-detail-page .price{color:#ff3b1f;font-weight:900;font-size:34px;display:flex;align-items:baseline;gap:12px}.account-detail-page .price .symbol{font-size:22px;margin-right:2px}.account-detail-page .line-price{font-size:18px;color:#9ca3af;font-weight:700;text-decoration:line-through}.account-detail-page .seller-card{display:flex;justify-content:space-between;align-items:center;gap:18px;padding:24px 26px;margin:12px 0 28px;border:1px solid #edf0f5;border-radius:10px;background:#fff;box-shadow:0 5px 18px #0f27440a}.account-detail-page .detail-quick-info{display:flex;gap:8px;margin-top:8px;overflow:visible}.account-detail-page .detail-quick-info__item{display:flex;flex:0 0 auto;flex-direction:column;align-items:flex-start;justify-content:center;min-width:132px;min-height:42px;padding:7px 9px;border:1px solid #e9edf3;border-radius:7px;background:#f7f7f9}.account-detail-page .detail-quick-info__item:not(:last-child):after{display:none}.account-detail-page .detail-quick-info__item span{min-width:0;overflow:hidden;color:#768397;font-size:10px;font-weight:700;line-height:1.15;text-overflow:ellipsis;white-space:nowrap}.account-detail-page .detail-quick-info__item strong{min-width:0;overflow:hidden;color:#253247;font-size:13px;line-height:1.15;font-weight:900;text-overflow:ellipsis;white-space:nowrap}.account-detail-page .detail-tool-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:center;gap:16px;margin-top:10px;padding:16px 0 12px}.account-detail-page .detail-tool-row__time{display:inline-flex;align-items:center;box-sizing:border-box;min-width:0;height:45px;padding:0 8px;overflow:hidden;border:1px solid #e2e9f2;border-radius:8px;background:#f7f9fc;color:#64748b;font-size:13px;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.account-detail-page .detail-tool-row__actions{display:flex;align-items:center;gap:8px;min-width:0}.account-detail-page .detail-tool-row .icon-btn{flex:1 1 0;width:auto;height:45px;padding:0;border-radius:8px;box-shadow:0 7px 16px #0f27440f}.account-detail-page .detail-tool-row .icon-btn span{font-size:16px}.account-detail-page .seller-card--time-only .avatar,.account-detail-page .seller-card--time-only .seller-meta__top{display:none}.account-detail-page .seller-left{display:flex;align-items:center;gap:18px;min-width:0;flex:1}.account-detail-page .avatar{flex-shrink:0;background:#e8f3ff;color:#1677ff}.account-detail-page .seller-meta{position:relative;flex:1;min-width:0}.account-detail-page .seller-meta__top{min-height:24px;padding-right:96px;margin-bottom:10px}.account-detail-page .seller-meta .name{font-size:20px;font-weight:900;color:#182033;line-height:24px;margin-bottom:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.account-detail-page .seller-credit,.account-detail-page .seller-meta .time{font-size:14px;font-weight:700;color:#7d8796;line-height:1.7}.account-detail-page .seller-meta .time{white-space:nowrap}.account-detail-page .seller-card__badges{display:flex;flex-direction:column;align-items:flex-start;gap:6px;position:absolute;top:0;right:0}.account-detail-page .seller-badge{display:inline-flex;align-items:center;gap:4px;height:24px;padding:0 8px;border-radius:4px;background:#e9f4ff;color:#1677ff;font-size:13px;font-weight:800}.account-detail-page .focus-btn{height:36px;padding:0 14px;border-radius:999px;border:1px solid rgba(0,0,0,.12);background:#fff;cursor:pointer;font-weight:900;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background .18s ease}.account-detail-page .focus-btn:hover{transform:translateY(-1px);border-color:#cbd5e1;box-shadow:0 10px 18px #11182714}.account-detail-page .focus-btn.on{background:#f7f9fc;border-color:#00000014;color:#6b7280}.account-detail-page .detail-actions{display:flex;align-items:center;gap:12px;margin-top:0;padding-top:0}.account-detail-page .detail-remind-btn{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;gap:6px;height:56px;padding:0 18px;border:1px solid #c5a56d;border-radius:8px;background:#fff;color:#9a6505;font-size:18px;font-weight:600;white-space:nowrap;cursor:pointer;transition:transform .18s ease,border-color .18s ease,background-color .18s ease}.account-detail-page .detail-remind-btn .el-icon{font-size:18px}.account-detail-page .detail-remind-btn:hover{transform:translateY(-2px);border-color:#b08d4f;background:#fffaf0}.account-detail-page .detail-owner-online-status{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;height:37px;padding:0 12px;border:1px solid #72c998;border-radius:9px;gap:6px;background:#edf9f1;color:#16834d;font-size:14px;font-weight:800;line-height:1;white-space:nowrap;box-sizing:border-box}.account-detail-page .detail-owner-online-status__dot{width:7px;height:7px;border-radius:50%;background:currentColor;flex:0 0 auto}.account-detail-page .actions-left{display:flex;align-items:center;gap:10px}.account-detail-page .card-title{font-size:16px;font-weight:900;color:#111827;margin-bottom:12px}.account-detail-page .msg-list{display:flex;flex-direction:column;gap:14px}.account-detail-page .msg-item{display:flex;align-items:flex-start;gap:12px;padding:12px;border-radius:16px;background:#fff;border:1px solid rgba(0,0,0,.06);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.account-detail-page .msg-item:hover{transform:translateY(-2px);border-color:#cbd5e1;box-shadow:0 14px 28px #11182714}.account-detail-page .msg-main{flex:1;min-width:0}.account-detail-page .msg-top{display:flex;justify-content:space-between;gap:12px;margin-bottom:6px}.account-detail-page .msg-name{font-size:14px;font-weight:900;color:#111827}.account-detail-page .msg-time{font-size:12px;color:#9ca3af;font-weight:700}.account-detail-page .msg-content{font-size:14px;color:#374151;font-weight:700;line-height:1.7;word-break:break-word}.account-detail-page .empty-mini{padding:14px 0 0}.account-detail-page .icon-btn{width:96px;height:66px;border-radius:8px;border:1px solid #edf0f5;background:#fff;cursor:pointer;display:inline-flex;flex-direction:row;align-items:center;justify-content:center;gap:10px;color:#182033;font-weight:500;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.account-detail-page .icon-btn .el-icon{font-size:20px}.account-detail-page .icon-btn:hover{transform:translateY(-2px);border-color:#cbd5e1;box-shadow:0 14px 28px #11182714}.account-detail-page .icon-btn span{font-size:16px}.account-detail-page .detail-tool-row .icon-btn.is-collected{background:linear-gradient(180deg,#fffdf4,#fff7df);border-color:#f0d79b;color:#8a5a05}.account-detail-page .detail-tool-row .icon-btn.is-collected .el-icon{color:#d97706}.account-detail-page .detail-order-btn{flex:1 1 0;width:auto;height:56px;border-radius:8px;border:1px solid #ff9700;background:linear-gradient(135deg,#ffb21f,#ff8a00);color:#fff;font-size:20px;font-weight:500;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease;box-shadow:0 12px 22px #ff8f0038;display:inline-flex;align-items:center;justify-content:center;gap:4px}.account-detail-page .detail-order-btn .lightning-icon{width:44px;height:44px;display:block;transform:translateY(3px)}.account-detail-page .detail-order-btn:hover{transform:translateY(-2px);box-shadow:0 18px 30px #f9c02247}.account-detail-page .detail-order-btn.disabled{border-color:#0000001f;background:#f3f4f6;color:#9ca3af;box-shadow:none}.account-detail-page .msg-dialog .el-dialog{border-radius:18px;overflow:hidden}.account-detail-page .msg-title{text-align:center;font-size:18px;font-weight:900;color:#111827;padding:4px 0 2px}.account-detail-page .msg-dialog-body{display:flex;flex-direction:column;gap:12px}.account-detail-page .msg-dialog-list{max-height:54vh;overflow:auto;padding-right:4px}.account-detail-page .msg-item.dialog{cursor:pointer}.account-detail-page .pager{display:flex;justify-content:center;padding:4px 0}.account-detail-page .composer{display:flex;align-items:flex-start;gap:10px}.account-detail-page .composer-input{flex:1}.account-detail-page .send-btn{height:40px;border-radius:14px;font-weight:900}}@media (max-width: 768px){.account-detail-page .goods-detail-page{padding:.75rem 0 1.25rem}.account-detail-page .container{max-width:85.625rem;margin:0 auto;padding:0 1rem}.account-detail-page .detail-layout{display:grid;grid-template-columns:minmax(0,1.18fr) minmax(23.75rem,.82fr);gap:0;align-items:stretch;margin-bottom:0;border:1px solid #edf0f5;border-radius:.75rem;overflow:hidden;background:#fff}.account-detail-page .detail-left,.account-detail-page .detail-right{position:static;display:flex;flex-direction:column;gap:0}.account-detail-page .detail-right{border-left:1px solid #edf0f5}.account-detail-page .banner-card{border-radius:0;overflow:hidden;border:0;background:#fff;box-shadow:none;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;position:relative;height:100%;display:flex;flex-direction:column}.account-detail-page .banner-img{width:100%;height:100%;display:block}.account-detail-page .banner-card .van-swipe{flex:1;min-height:0;height:100%}.account-detail-page .banner-card .van-swipe__track{will-change:transform;backface-visibility:hidden;-webkit-backface-visibility:hidden}.account-detail-page .banner-card .van-swipe-item{backface-visibility:hidden;-webkit-backface-visibility:hidden}.account-detail-page .banner-card .van-swipe__indicators{bottom:.875rem}.account-detail-page .banner-card .van-swipe__indicator{width:.625rem;height:.625rem;border-radius:62.4375rem;background:#ffffff73;opacity:1;transition:background-color .2s ease}.account-detail-page .banner-card .van-swipe__indicator--active{background:#fff}.account-detail-page .banner-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:7;width:2.625rem;height:2.625rem;border-radius:62.4375rem;border:1px solid rgba(255,255,255,.3);background:#00000059;-webkit-backdrop-filter:blur(.375rem);backdrop-filter:blur(.375rem);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .18s ease,background .18s ease}.account-detail-page .banner-arrow.left{left:.75rem}.account-detail-page .banner-arrow.right{right:.75rem}.account-detail-page .banner-arrow:hover{transform:translateY(-50%) scale(1.05);background:#00000080}.account-detail-page .banner-arrow .arrow{font-size:1.125rem}.account-detail-page .banner-arrow.left .arrow{transform:rotate(180deg)}.account-detail-page .banner-tags{position:absolute;left:.75rem;top:.75rem;z-index:6;display:flex;flex-direction:column;gap:.625rem;pointer-events:none}.account-detail-page .banner-tag{padding:.375rem .75rem;border-radius:62.4375rem;font-size:.8125rem;font-weight:900;color:#fff;background:#0000008c;-webkit-backdrop-filter:blur(.25rem);backdrop-filter:blur(.25rem);max-width:32.5rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.account-detail-page .banner-online-status{position:absolute;top:.75rem;right:.75rem;z-index:6;pointer-events:none;-webkit-backdrop-filter:blur(.25rem);backdrop-filter:blur(.25rem);box-shadow:0 .1875rem .625rem #0f522f24}.account-detail-page .card{background:#fff;border:1px solid #edf0f5;border-radius:.75rem;padding:1rem;box-shadow:0 .5rem 1.375rem #0f27440f;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.account-detail-page .card:hover{transform:translateY(-.125rem);border-color:#cbd5e1;box-shadow:0 1rem 2.125rem #1118271a}.account-detail-page .detail-info-card{padding:1.875rem 2.125rem;min-height:0;height:auto;display:flex;flex-direction:column}.account-detail-page .detail-panel--account .account-info-tables{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(18.75rem,.95fr);gap:.875rem;align-items:stretch}.account-detail-page .detail-panel--account .account-info-tables__left{display:flex;flex-direction:column;gap:.875rem;min-width:0}.account-detail-page .detail-panel--account .account-info-table{overflow:hidden;border:1px solid #e7edf6;border-radius:.5rem;background:#fff}.account-detail-page .detail-panel--account .account-info-table__heading{padding:.75rem 1rem;border-bottom:1px solid #e7edf6;color:#243a57;font-size:.9375rem;font-weight:900}.account-detail-page .detail-panel--account .account-info-table__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}.account-detail-page .detail-panel--account .account-info-table__cell{display:flex;flex-direction:column;justify-content:center;min-width:0;min-height:4.875rem;padding:.75rem 1rem;border-right:1px solid #edf1f6;border-bottom:1px solid #edf1f6;background:#fbfcff}.account-detail-page .detail-panel--account .account-info-table__cell:nth-child(3n){border-right:0}.account-detail-page .detail-panel--account .account-info-table__cell span{color:#7d8796;font-size:.8125rem;font-weight:700}.account-detail-page .detail-panel--account .account-info-table__cell strong{display:block;margin-top:.4375rem;overflow:hidden;color:#182f4d;font-size:1.125rem;font-weight:900;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.account-detail-page .detail-panel--account .account-info-table__skin-list{display:flex;flex-direction:column}.account-detail-page .detail-panel--account .account-info-table__skin-item{display:grid;grid-template-columns:4.625rem minmax(0,1fr);gap:.75rem;align-items:start;min-height:3.375rem;padding:.625rem 1rem;border-bottom:1px solid #edf1f6;background:#fbfcff}.account-detail-page .detail-panel--account .account-info-table__skin-item:last-child{border-bottom:0}.account-detail-page .detail-panel--account .account-info-table__skin-item span{color:#63708a;font-size:.75rem;font-weight:800}.account-detail-page .detail-panel--account .account-info-table__skin-item strong{min-width:0;overflow:visible;color:#293a52;font-size:.75rem;font-weight:700;line-height:1.45;text-overflow:clip;white-space:normal;overflow-wrap:anywhere;word-break:break-word}.account-detail-page .detail-panel--account .account-info-table--extras{display:flex;flex-direction:column}.account-detail-page .detail-panel--account .account-info-table--extras .account-info-table__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.account-detail-page .detail-panel--account .account-info-table--extras .account-info-table__cell:nth-child(2n){border-right:0}.account-detail-page .detail-panel--account .account-info-table__prepay{margin-top:auto;padding:.875rem 1rem;border-top:1px solid #e7edf6;color:#7d8796;font-size:.8125rem;font-weight:700;text-align:right}.account-detail-page .detail-panel--account .account-info-table__prepay strong{color:#f97316;font-size:1rem;font-weight:900}.account-detail-page .detail-layout>.detail-right>.card{border:0;border-radius:0;box-shadow:none}.account-detail-page .detail-info-card .title{font-size:1.5rem;font-weight:900;color:#182033;margin-bottom:1.25rem;line-height:1.3;display:flex;align-items:center;gap:.75rem}.account-detail-page .detail-info-card .title .title-text{flex:1;min-width:0}.account-detail-page .skin-tags{display:flex;flex-wrap:wrap;gap:.375rem;margin-top:-.25rem;margin-bottom:.625rem}.account-detail-page .skin-tag{border-radius:62.4375rem;font-weight:800}.account-detail-page .detail-info-card .meta{display:flex;justify-content:space-between;align-items:baseline;gap:.75rem;margin-bottom:0}.account-detail-page .detail-fee-row{display:flex;flex-wrap:wrap;gap:.625rem;margin-top:1.125rem;margin-bottom:.5rem}.account-detail-page .detail-fee-item{display:grid;grid-template-columns:1.5625rem minmax(0,1fr);column-gap:.4375rem;align-items:center;flex:1 1 0;min-width:0;min-height:3.9375rem;padding:.625rem .5625rem;border:1px solid #e9edf3;border-radius:.4375rem;background:#f7f7f9}.account-detail-page .detail-fee-item>img{grid-column:1;grid-row:1;width:1.5rem;height:1.5rem;object-fit:contain}.account-detail-page .detail-fee-item span{min-width:0;color:#768397;font-size:.75rem;font-weight:700}.account-detail-page .detail-fee-copy{grid-column:2;grid-row:1;display:flex!important;flex-direction:column;justify-content:center;gap:.1875rem;min-width:0;overflow:hidden}.account-detail-page .detail-fee-copy i{display:block;overflow:hidden;color:#768397;font-size:.6875rem;font-style:normal;font-weight:700;line-height:1.15;text-overflow:ellipsis;white-space:nowrap}.account-detail-page .detail-fee-item strong{display:block;min-width:0;overflow:hidden;color:#253247;font-size:.8125rem;line-height:1.15;font-weight:900;text-overflow:ellipsis;white-space:nowrap}.account-detail-page .detail-key-stats{display:flex;flex-wrap:wrap;gap:.875rem;margin-bottom:0}.account-detail-page .detail-key-stats__item{display:inline-flex;align-items:center;gap:.375rem;min-height:2.625rem;padding:0 1rem;border-radius:.375rem;background:#f5f7fa;border:1px solid #eef1f5;color:#7d8796}.account-detail-page .detail-key-stats__label,.account-detail-page .detail-key-stats__value{font-size:.9375rem;font-weight:600!important;color:#7d8796}.account-detail-page .price{color:#ff3b1f;font-weight:900;font-size:2.125rem;display:flex;align-items:baseline;gap:.1875rem}.account-detail-page .price .symbol{font-size:1.375rem;margin-right:.125rem}.account-detail-page .line-price{font-size:1.125rem;color:#9ca3af;font-weight:700;text-decoration:line-through}.account-detail-page .seller-card{display:flex;justify-content:space-between;align-items:center;gap:1.125rem;padding:1.5rem 1.625rem;margin:.75rem 0 1.75rem;border:1px solid #edf0f5;border-radius:.625rem;background:#fff;box-shadow:0 .3125rem 1.125rem #0f27440a}.account-detail-page .detail-quick-info{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:1.5rem;overflow:hidden;border:1px solid #edf0f5;border-radius:.75rem;background:#fff}.account-detail-page .detail-quick-info__item{display:grid;grid-template-columns:1.75rem minmax(0,1fr);grid-template-rows:auto auto;column-gap:.5rem;align-items:center;min-width:0;min-height:4rem;margin:.625rem 0;padding:.625rem 1.0625rem;border-right:0;position:relative}.account-detail-page .detail-quick-info__item:not(:last-child):after{position:absolute;top:.625rem;right:0;bottom:.625rem;width:1px;content:"";border-right:1px dashed #e5eaf1}.account-detail-page .detail-quick-info__item .el-icon{grid-row:1/3;color:#24334d;font-size:1.5rem}.account-detail-page .detail-quick-info__item span{min-width:0;color:#8793a3;font-size:.8125rem;white-space:nowrap}.account-detail-page .detail-quick-info__item strong{min-width:0;overflow:hidden;color:#253247;font-size:.9375rem;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.account-detail-page .detail-quick-info__subvalue{grid-column:2;color:#b8782e;font-size:.75rem;font-weight:800;line-height:1.2;white-space:nowrap}.account-detail-page .detail-tool-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:center;gap:1rem;margin-top:.625rem;padding:1rem 0 .75rem}.account-detail-page .detail-tool-row__time{display:inline-flex;align-items:center;box-sizing:border-box;min-width:0;height:2.9375rem;padding:0 .75rem;overflow:hidden;border:1px solid #e2e9f2;border-radius:.5625rem;background:#f7f9fc;color:#7d8796;font-size:.875rem;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.account-detail-page .detail-tool-row__actions{display:flex;align-items:center;gap:.5rem;width:100%;min-width:0}.account-detail-page .detail-tool-row .icon-btn{flex:1 1 0;width:auto;height:2.9375rem;padding:0;border-radius:.75rem;box-shadow:0 .4375rem 1rem #0f27440f}.account-detail-page .detail-tool-row .icon-btn span{font-size:1rem}.account-detail-page .seller-card--time-only .avatar,.account-detail-page .seller-card--time-only .seller-meta__top{display:none}.account-detail-page .seller-left{display:flex;align-items:center;gap:1.125rem;min-width:0;flex:1}.account-detail-page .avatar{flex-shrink:0;background:#e8f3ff;color:#1677ff}.account-detail-page .seller-meta{position:relative;flex:1;min-width:0}.account-detail-page .seller-meta__top{min-height:1.5rem;padding-right:6rem;margin-bottom:.625rem}.account-detail-page .seller-meta .name{font-size:1.25rem;font-weight:900;color:#182033;line-height:1.5rem;margin-bottom:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.account-detail-page .seller-credit,.account-detail-page .seller-meta .time{font-size:.875rem;font-weight:700;color:#7d8796;line-height:1.7}.account-detail-page .seller-meta .time{white-space:nowrap}.account-detail-page .seller-card__badges{display:flex;flex-direction:column;align-items:flex-start;gap:.375rem;position:absolute;top:0;right:0}.account-detail-page .seller-badge{display:inline-flex;align-items:center;gap:.25rem;height:1.5rem;padding:0 .5rem;border-radius:.25rem;background:#e9f4ff;color:#1677ff;font-size:.8125rem;font-weight:800}.account-detail-page .focus-btn{height:2.25rem;padding:0 .875rem;border-radius:62.4375rem;border:1px solid rgba(0,0,0,.12);background:#fff;cursor:pointer;font-weight:900;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background .18s ease}.account-detail-page .focus-btn:hover{transform:translateY(-1px);border-color:#cbd5e1;box-shadow:0 .625rem 1.125rem #11182714}.account-detail-page .focus-btn.on{background:#f7f9fc;border-color:#00000014;color:#6b7280}.account-detail-page .detail-actions{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-top:1rem;padding-top:0}.account-detail-page .detail-remind-btn{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;gap:.375rem;height:3.5rem;padding:0 1rem;border:1px solid #c5a56d;border-radius:.5rem;background:#fff;color:#9a6505;font-size:1rem;font-weight:600;white-space:nowrap;cursor:pointer}.account-detail-page .detail-remind-btn .el-icon{font-size:1rem}.account-detail-page .detail-owner-online-status{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;height:2.3125rem;padding:0 .75rem;border:1px solid #72c998;border-radius:.5625rem;gap:.375rem;background:#edf9f1;color:#16834d;font-size:.875rem;font-weight:800;line-height:1;white-space:nowrap;box-sizing:border-box}.account-detail-page .detail-owner-online-status__dot{width:.4375rem;height:.4375rem;border-radius:50%;background:currentColor;flex:0 0 auto}.account-detail-page .actions-left{display:flex;align-items:center;gap:.625rem}.account-detail-page .card-title{font-size:1rem;font-weight:900;color:#111827;margin-bottom:.75rem}.account-detail-page .msg-list{display:flex;flex-direction:column;gap:.875rem}.account-detail-page .msg-item{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem;border-radius:1rem;background:#fff;border:1px solid rgba(0,0,0,.06);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.account-detail-page .msg-item:hover{transform:translateY(-.125rem);border-color:#cbd5e1;box-shadow:0 .875rem 1.75rem #11182714}.account-detail-page .msg-main{flex:1;min-width:0}.account-detail-page .msg-top{display:flex;justify-content:space-between;gap:.75rem;margin-bottom:.375rem}.account-detail-page .msg-name{font-size:.875rem;font-weight:900;color:#111827}.account-detail-page .msg-time{font-size:.75rem;color:#9ca3af;font-weight:700}.account-detail-page .msg-content{font-size:.875rem;color:#374151;font-weight:700;line-height:1.7;word-break:break-word}.account-detail-page .empty-mini{padding:.875rem 0 0}.account-detail-page .icon-btn{width:6rem;height:4.125rem;border-radius:.5rem;border:1px solid #edf0f5;background:#fff;cursor:pointer;display:inline-flex;flex-direction:row;align-items:center;justify-content:center;gap:.625rem;color:#182033;font-weight:500;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.account-detail-page .icon-btn .el-icon{font-size:1.25rem}.account-detail-page .icon-btn:hover{transform:translateY(-.125rem);border-color:#cbd5e1;box-shadow:0 .875rem 1.75rem #11182714}.account-detail-page .icon-btn span{font-size:1rem}.account-detail-page .detail-order-btn{flex:1 1 0;width:auto;height:3.5rem;border-radius:.5rem;border:1px solid #ff9700;background:linear-gradient(135deg,#ffb21f,#ff8a00);color:#fff;font-size:1.25rem;font-weight:500;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease;box-shadow:0 .75rem 1.375rem #ff8f0038;display:inline-flex;align-items:center;justify-content:center;gap:.25rem}.account-detail-page .detail-order-btn .lightning-icon{width:5.5rem;height:5.5rem;display:block;transform:translateY(.1875rem)}.account-detail-page .detail-order-btn:hover{transform:translateY(-.125rem);box-shadow:0 1.125rem 1.875rem #f9c02247}.account-detail-page .detail-order-btn.disabled{border-color:#0000001f;background:#f3f4f6;color:#9ca3af;box-shadow:none}.account-detail-page .msg-dialog .el-dialog{border-radius:1.125rem;overflow:hidden}.account-detail-page .msg-title{text-align:center;font-size:1.125rem;font-weight:900;color:#111827;padding:.25rem 0 .125rem}.account-detail-page .msg-dialog-body{display:flex;flex-direction:column;gap:.75rem}.account-detail-page .msg-dialog-list{max-height:54vh;overflow:auto;padding-right:.25rem}.account-detail-page .msg-item.dialog{cursor:pointer}.account-detail-page .pager{display:flex;justify-content:center;padding:.25rem 0}.account-detail-page .composer{display:flex;align-items:flex-start;gap:.625rem}.account-detail-page .composer-input{flex:1}.account-detail-page .send-btn{height:2.5rem;border-radius:.875rem;font-weight:900}.account-detail-page .goods-detail-page{padding:0 0 calc(6rem + env(safe-area-inset-bottom,0));overflow-x:hidden;background:#f4f6f9}.account-detail-page .container{padding:0 .6875rem}.account-detail-page .detail-layout{grid-template-columns:1fr;gap:0;align-items:start;margin-top:.5rem;margin-bottom:0}.account-detail-page .detail-left,.account-detail-page .detail-right{position:static;gap:0}.account-detail-page .detail-right{border-left:0;border-top:1px solid #edf0f5}.account-detail-page .banner-card{border-radius:0;height:auto;border:0;box-shadow:none}.account-detail-page .banner-card .van-swipe,.account-detail-page .banner-img{height:min(56vw,13.75rem)}.account-detail-page .banner-arrow{width:2.125rem;height:2.125rem}.account-detail-page .banner-arrow.left{left:.5rem}.account-detail-page .banner-arrow.right{right:.5rem}.account-detail-page .banner-tags{left:.5rem;top:.5rem;gap:.375rem}.account-detail-page .banner-tag{padding:.25rem .625rem;font-size:.75rem;max-width:calc(100vw - 3rem)}.account-detail-page .banner-online-status{top:.5rem;right:.5rem;height:2rem;padding:0 .5625rem;gap:.3125rem;font-size:.75rem}.account-detail-page .card{padding:.75rem;border-radius:.75rem}.account-detail-page .card:hover{transform:none;box-shadow:0 .625rem 1.5rem #1118270f;border-color:var(--border-color)}.account-detail-page .detail-info-card{min-height:auto;height:auto;padding:1rem .875rem 1.125rem;border-radius:.75rem}.account-detail-page .detail-info-card .title{font-size:1.0625rem;margin-bottom:.625rem;gap:.5rem;justify-content:space-between;flex-wrap:nowrap;align-items:flex-start}.account-detail-page .detail-info-card .title .title-text{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;text-overflow:ellipsis}.account-detail-page .detail-info-card .title .price{flex:0 0 auto;justify-content:flex-end;margin-left:.25rem}.account-detail-page .price{font-size:1.375rem}.account-detail-page .price .symbol{font-size:.875rem}.account-detail-page .line-price{font-size:.75rem}.account-detail-page .detail-key-stats{gap:.5rem}.account-detail-page .detail-key-stats__item{min-height:2.125rem;padding:0 .625rem}.account-detail-page .detail-key-stats__label,.account-detail-page .detail-key-stats__value{font-size:.75rem}.account-detail-page .seller-card{gap:.625rem;padding:.875rem .75rem;margin:.625rem 0 .875rem;align-items:flex-start}.account-detail-page .seller-left{gap:.625rem;width:100%}.account-detail-page .avatar{width:2.625rem!important;height:2.625rem!important}.account-detail-page .seller-meta__top{min-height:1.25rem;padding-right:5.125rem;margin-bottom:.25rem}.account-detail-page .seller-meta .name{font-size:.9375rem;line-height:1.25rem}.account-detail-page .seller-credit,.account-detail-page .seller-meta .time{font-size:.75rem}.account-detail-page .seller-card__badges{gap:.375rem}.account-detail-page .seller-badge{height:1.25rem;font-size:.6875rem;padding:0 .375rem}.account-detail-page .actions-left{width:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.625rem;min-width:0}.account-detail-page .icon-btn{width:100%;height:3.125rem;border-radius:.75rem;border:1px solid #e6ebf2;background:linear-gradient(180deg,#fff,#f7f9fc);box-shadow:0 .375rem 1rem #0f172a0a;gap:.5rem;color:#1f2937}.account-detail-page .icon-btn span{font-size:.8125rem;font-weight:800}.account-detail-page .icon-btn .el-icon{font-size:1.125rem;color:#4b5563}.account-detail-page .icon-btn:hover{transform:none;box-shadow:0 .375rem 1rem #0f172a0a}.account-detail-page .icon-btn:last-child{background:linear-gradient(180deg,#fffdf4,#fff7df);border-color:#f0d79b}.account-detail-page .icon-btn:last-child .el-icon{color:#d97706}.account-detail-page .detail-sections{gap:0;margin-top:0;border-top:1px solid #edf0f5}.account-detail-page .detail-panel{border-radius:0;padding:1rem .75rem;border:0;border-bottom:1px solid #edf0f5;box-shadow:none}.account-detail-page .detail-panel__title{font-size:1.0625rem;margin-bottom:.875rem}.account-detail-page .detail-panel--account{padding:1rem .625rem .75rem}.account-detail-page .detail-panel--account .detail-panel__title{color:#111827;font-size:1.0625rem;margin-bottom:.875rem}.account-detail-page .detail-panel--account .detail-panel__title:before{display:none}.account-detail-page .account-stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;overflow:hidden;border-radius:.625rem;background:#f8faff}.account-detail-page .account-stats-grid__item{min-height:5.5rem;padding:.75rem .25rem;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:.375rem;border:0;border-right:1px solid #eef2f7;border-bottom:1px solid #eef2f7;background:transparent;box-shadow:none;text-align:center}.account-detail-page .account-stats-grid__item:nth-child(4n){border-right:0}.account-detail-page .account-stats-grid__icon{display:none}.account-detail-page .account-stats-grid__value{color:#10233f;font-size:.9375rem;font-weight:800;line-height:1.25;word-break:break-word;overflow-wrap:anywhere}.account-detail-page .account-stats-grid__item--important .account-stats-grid__value{color:#1677ff;font-weight:900}.account-detail-page .account-stats-grid__label{color:#8a94a6;font-size:.75rem;font-weight:700;line-height:1.2}.account-detail-page .msg-dialog .el-dialog{width:calc(100vw - 1.5rem)!important;max-width:calc(100vw - 1.5rem);margin:.75rem auto!important}.account-detail-page .msg-dialog-list{max-height:calc(100dvh - 13.75rem)}.account-detail-page .composer{flex-direction:column}.account-detail-page .composer .send-btn{width:100%}.account-detail-page .detail-panel--account .account-info-tables{display:flex;flex-direction:column;gap:.5rem}.account-detail-page .detail-panel--account .account-info-table__heading{padding:.625rem .75rem;font-size:.875rem}.account-detail-page .detail-panel--account .account-info-table__grid{grid-template-columns:repeat(4,minmax(0,1fr))}.account-detail-page .detail-panel--account .account-info-table__cell{min-height:3.375rem;padding:.4375rem .375rem}.account-detail-page .detail-panel--account .account-info-table__cell:nth-child(3n){border-right:1px solid #edf1f6}.account-detail-page .detail-panel--account .account-info-table__cell:nth-child(4n){border-right:0}.account-detail-page .detail-panel--account .account-info-table__cell span{font-size:.6875rem}.account-detail-page .detail-panel--account .account-info-table__cell strong{margin-top:.1875rem;font-size:.75rem}.account-detail-page .detail-panel--account .account-info-table__skin-item{grid-template-columns:3.625rem minmax(0,1fr);min-height:2.875rem;gap:.5rem;padding:.5rem .625rem}.account-detail-page .detail-panel--account .account-info-table__skin-item span{font-size:.75rem}.account-detail-page .detail-panel--account .account-info-table__skin-item strong{font-size:.6875rem}.account-detail-page .detail-panel--account .account-info-table--extras .account-info-table__grid{grid-template-columns:repeat(4,minmax(0,1fr))}.account-detail-page .detail-panel--account .account-info-table--extras .account-info-table__cell:nth-child(2n){border-right:1px solid #edf1f6}.account-detail-page .detail-panel--account .account-info-table--extras .account-info-table__cell:nth-child(4n){border-right:0}.account-detail-page .detail-panel--account .account-info-table__prepay{padding:.5rem .625rem;font-size:.6875rem}.account-detail-page .detail-panel--account .account-info-table__prepay strong{font-size:.8125rem}.account-detail-page .detail-panel--account .account-info-table__skin-item{grid-template-columns:3.875rem minmax(0,1fr);min-height:2.5rem;padding:.4375rem .625rem}.account-detail-page .detail-panel--account .account-info-table__skin-item strong{overflow:visible;white-space:normal;word-break:break-word}.account-detail-page.goods-detail-page,.account-detail-page.goods-detail-page .container,.account-detail-page.goods-detail-page .detail-layout,.account-detail-page.goods-detail-page .detail-left,.account-detail-page.goods-detail-page .detail-right,.account-detail-page.goods-detail-page .detail-info-card{min-width:0!important;max-width:100%;box-sizing:border-box}.account-detail-page.goods-detail-page .detail-layout{display:flex!important;flex-direction:column;width:100%;grid-template-columns:none!important;overflow:hidden}.account-detail-page.goods-detail-page .detail-left,.account-detail-page.goods-detail-page .detail-right{width:100%;flex:0 0 auto}.account-detail-page.goods-detail-page .detail-right{border-left:0;border-top:1px solid #edf0f5}.account-detail-page.goods-detail-page .detail-info-card{padding:.875rem .75rem 1rem;border-radius:0;overflow:hidden}.account-detail-page.goods-detail-page .detail-info-card .title,.account-detail-page.goods-detail-page .detail-info-card .meta{min-width:0;flex-wrap:wrap}.account-detail-page.goods-detail-page .detail-info-card .title .title-text{min-width:0;overflow-wrap:anywhere}.account-detail-page.goods-detail-page .detail-fee-row{display:grid;gap:.3125rem;margin:.75rem 0 0}.account-detail-page.goods-detail-page .detail-fee-line{display:flex;flex-wrap:wrap;justify-content:flex-start;gap:.1875rem;min-width:0}.account-detail-page.goods-detail-page .detail-fee-item{display:block;flex:0 0 auto;min-width:0;width:auto;max-width:100%;min-height:0;padding:.1875rem .25rem;border-radius:.3125rem;background:#f7f9fc}.account-detail-page.goods-detail-page .detail-fee-item>img{display:none}.account-detail-page.goods-detail-page .detail-fee-copy{display:block!important;min-width:0;overflow:visible;white-space:normal;word-break:keep-all}.account-detail-page.goods-detail-page .detail-fee-copy i,.account-detail-page.goods-detail-page .detail-fee-item strong{display:inline;max-width:none;overflow:visible;font-size:.625rem;line-height:1.4;white-space:nowrap}.account-detail-page.goods-detail-page .detail-fee-copy i:after{content:"："}.account-detail-page.goods-detail-page .detail-fee-item strong{margin-left:1px;color:#172b4d;font-weight:900}.account-detail-page.goods-detail-page .detail-quick-info{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:.75rem}.account-detail-page.goods-detail-page .detail-quick-info__item{min-width:0;min-height:3.625rem;margin:.3125rem 0;padding:.375rem .4375rem .375rem .75rem;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:.125rem}.account-detail-page.goods-detail-page .detail-quick-info__item:nth-child(2n):after{display:block}.account-detail-page.goods-detail-page .detail-quick-info__item:last-child:after{display:none}.account-detail-page.goods-detail-page .detail-quick-info__item span{min-width:0;overflow:visible;font-size:.625rem;line-height:1.15;white-space:normal}.account-detail-page.goods-detail-page .detail-quick-info__item strong{min-width:0;overflow:visible;font-size:.75rem;line-height:1.25;white-space:normal;overflow-wrap:anywhere;word-break:break-word}.account-detail-page.goods-detail-page .detail-tool-row{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:center;gap:.8125rem;margin-top:.625rem;padding:1rem 0 .75rem}.account-detail-page.goods-detail-page .detail-tool-row__time{min-width:0;height:2.25rem;padding:0 .5rem;overflow:hidden;border-radius:.5625rem;font-size:.65625rem;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.account-detail-page.goods-detail-page .detail-tool-row__actions{width:100%;gap:.3125rem}.account-detail-page.goods-detail-page .detail-tool-row .icon-btn{flex:1 1 0;width:auto;height:2.25rem;gap:.25rem;border-radius:.5625rem;box-shadow:0 .25rem .625rem #0f27440d}.account-detail-page.goods-detail-page .detail-tool-row .icon-btn .el-icon{font-size:.9375rem}.account-detail-page.goods-detail-page .detail-tool-row .icon-btn span{font-size:.75rem}.account-detail-page.goods-detail-page .detail-actions{display:flex;align-items:center;gap:.5rem;width:100%;margin-top:0}.account-detail-page.goods-detail-page .detail-remind-btn{flex:0 0 auto;height:2.75rem;padding:0 .625rem;font-size:.8125rem;border-radius:.5rem}.account-detail-page.goods-detail-page .detail-remind-btn .el-icon{font-size:.875rem}.account-detail-page.goods-detail-page .detail-order-btn{flex:1 1 0;width:auto;height:2.75rem;padding:0 .5rem;font-size:.875rem}.account-detail-page.goods-detail-page .detail-order-btn .lightning-icon{width:1.5625rem;height:1.5625rem;font-size:1.25rem;transform:none}.account-detail-page.goods-detail-page .detail-owner-online-status{height:2rem;padding:0 .5625rem;gap:.3125rem;font-size:.75rem}.account-detail-page.goods-detail-page .detail-sections{gap:.875rem;margin:.875rem .25rem 0;border-top:0}.account-detail-page.goods-detail-page .detail-panel--account{padding:0;border:0;background:transparent;box-shadow:none}.account-detail-page.goods-detail-page .account-info-tabs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.4375rem;margin:0 .125rem .5rem}.account-detail-page.goods-detail-page .account-info-tabs button{height:1.9375rem;padding:0 .3125rem;overflow:hidden;border:1px solid #e2e8f0;border-radius:.5rem;background:#fff;color:#64748b;font:inherit;font-size:.75rem;font-weight:750;line-height:1.8125rem;text-overflow:ellipsis;white-space:nowrap;cursor:pointer;-webkit-tap-highlight-color:transparent}.account-detail-page.goods-detail-page .account-info-tabs button.active{border-color:#f3a45e;background:#fff8f0;color:#db721b;box-shadow:0 .25rem .625rem #e0761f1c}.account-detail-page.goods-detail-page .detail-panel--account .account-info-tables{gap:0}.account-detail-page.goods-detail-page .detail-panel--account .account-info-table{overflow:hidden;padding:.75rem .6875rem .8125rem;border:1px solid #edf0f5;border-radius:.875rem;background:#fff;box-shadow:0 .375rem 1.125rem #1e304c0b;box-sizing:border-box}.account-detail-page.goods-detail-page .detail-panel--account .account-info-table__grid,.account-detail-page.goods-detail-page .detail-panel--account .account-info-table--extras .account-info-table__grid{grid-template-columns:repeat(4,minmax(0,1fr))}.account-detail-page.goods-detail-page .detail-panel--account .account-info-table__cell{min-height:3.625rem;padding:.5625rem .4375rem .5rem;background:#fff;border-color:#edf0f4;align-items:flex-start;text-align:left}.account-detail-page.goods-detail-page .detail-panel--account .account-info-table--basic .account-info-table__cell.is-last-row,.account-detail-page.goods-detail-page .detail-panel--account .account-info-table--extras .account-info-table__cell:nth-last-child(-n+4){border-bottom:0}.account-detail-page.goods-detail-page .detail-panel--account .account-info-table__cell span{color:#66758c;font-size:.625rem;font-weight:650;line-height:1.35}.account-detail-page.goods-detail-page .detail-panel--account .account-info-table__paid-mark{display:inline-flex;align-items:center;flex:0 0 auto;height:.875rem;margin-left:0;padding:0 .1875rem;border:1px solid rgba(239,111,39,.28);border-radius:.1875rem;background:#fff3e8;color:#e8752a;font-size:.5625rem;font-style:normal;font-weight:800;line-height:.75rem;vertical-align:middle}.account-detail-page.goods-detail-page .detail-panel--account .account-info-table--extras .account-info-table__cell>span{display:flex;align-items:center;gap:.1875rem;width:100%;min-height:.875rem;overflow:hidden;line-height:.875rem;white-space:nowrap}.account-detail-page.goods-detail-page .detail-panel--account .account-info-table__cell strong{margin-top:.25rem;overflow:visible;color:#f97316;font-size:.8125rem;font-weight:900;line-height:1.18;text-overflow:clip;white-space:normal;overflow-wrap:anywhere}.account-detail-page.goods-detail-page .detail-panel--account .account-info-table--extras .account-info-table__cell strong{color:#f97316}.account-detail-page.goods-detail-page .detail-panel--account .account-info-table__prepay{margin:.625rem 0 0;padding:.625rem .4375rem 0;border-top:1px solid #edf0f4;background:#fff;color:#6d7b91;font-size:.75rem}.account-detail-page.goods-detail-page .detail-panel--account .account-info-table__prepay strong{margin-left:.3125rem;color:#f26b1d;font-size:.875rem}.account-detail-page.goods-detail-page .detail-panel--account .account-info-table__skin-item{grid-template-columns:4.375rem minmax(0,1fr);min-height:2.625rem;padding:.5625rem .4375rem;border-color:#edf0f4;background:#fff}.account-detail-page.goods-detail-page .detail-panel--account .account-info-table--skins{padding:.25rem .6875rem}.account-detail-page.goods-detail-page .detail-panel--account .account-info-table__skin-item span{color:#66758c;font-size:.6875rem;font-weight:700}.account-detail-page.goods-detail-page .detail-panel--account .account-info-table__skin-item strong{color:#f97316;font-size:.75rem;font-weight:850}}@media (min-width: 769px){.auth-page{min-height:100vh;display:flex;flex-direction:column;background-color:#f5f7fa;background-image:radial-gradient(at 0% 0%,rgba(58,142,230,.05) 0px,transparent 50%),radial-gradient(at 100% 0%,rgba(255,102,0,.05) 0px,transparent 50%)}.auth-header-nav{height:80px;background:#fff;box-shadow:0 2px 10px #0000000d;display:flex;align-items:center;z-index:10}.auth-header-nav .header-inner{width:100%;max-width:1200px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center}.auth-header-nav .header-logo{display:flex;align-items:center;gap:12px;text-decoration:none}.auth-header-nav .header-logo img{height:112px;width:auto;max-width:min(220px,42vw);object-fit:contain;background:transparent}.auth-header-nav .header-logo .logo-divider{width:1px;height:28px;background:#e5e7eb}.auth-header-nav .header-logo .page-name{font-size:18px;font-weight:600;color:#1f2937}.auth-header-nav .header-links{display:flex;align-items:center;gap:24px}.auth-header-nav .header-links a{font-size:14px;color:#6b7280;text-decoration:none;transition:color .2s}.auth-header-nav .header-links a:hover{color:var(--primary-color)}.auth-container{flex:1;display:flex;width:100%;max-width:1000px;margin:60px auto;background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 20px 40px #00000014}.auth-aside-shield{width:96px;height:108px;flex-shrink:0;position:relative;background:linear-gradient(145deg,#3a8ee661,#1a3a6b38);clip-path:polygon(50% 0%,94% 16%,94% 54%,50% 100%,6% 54%,6% 16%);box-shadow:0 16px 36px #0003}.auth-aside-shield:before{content:"";position:absolute;top:4px;right:4px;bottom:4px;left:4px;clip-path:polygon(50% 0%,94% 16%,94% 54%,50% 100%,6% 54%,6% 16%);background:linear-gradient(165deg,rgba(255,255,255,.16) 0%,transparent 55%);pointer-events:none}.auth-aside-shield:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='rgba(255,255,255,0.95)' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 2l8 3.2v5.8c0 4.9-3.3 9.5-8 10.8-4.7-1.3-8-5.9-8-10.8V5.2L12 2z'/%3E%3Cpath d='M9 12l2 2 4-4'/%3E%3C/svg%3E") center/46px no-repeat;pointer-events:none}.auth-aside{flex:1;background:linear-gradient(135deg,#3a8ee6,#2b71ba);color:#fff;padding:60px;display:flex;align-items:center}.auth-aside .aside-logo{display:block;margin-bottom:40px}.auth-aside .aside-logo img{height:40px;filter:brightness(0) invert(1)}.auth-main{width:460px;padding:60px;display:flex;align-items:center}.auth-card{width:100%}.auth-header{margin-bottom:40px}.auth-header .auth-title{font-size:28px;font-weight:700;color:#1f2937;margin-bottom:12px}.auth-header .auth-subtitle{font-size:14px;color:#6b7280}.auth-header .auth-subtitle a{color:var(--primary-color);font-weight:600;text-decoration:none}.auth-header .auth-subtitle a:hover{text-decoration:underline}.auth-form .form-options{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.auth-form .form-options .forgot-pwd{font-size:14px;color:#6b7280;text-decoration:none}.auth-form .form-options .forgot-pwd:hover{color:var(--primary-color)}.auth-form .submit-btn{width:100%;height:50px;font-size:16px;font-weight:600;border-radius:12px;margin-bottom:32px}.third-party-auth .divider{position:relative;text-align:center;margin-bottom:24px}.third-party-auth .divider:before{content:"";position:absolute;left:0;top:50%;width:100%;height:1px;background:#e5e7eb;z-index:0}.third-party-auth .divider span{position:relative;background:#fff;padding:0 16px;font-size:12px;color:#9ca3af;z-index:1}.third-party-auth .auth-icons{display:flex;justify-content:center;gap:20px}.third-party-auth .auth-icons .auth-icon-item{width:44px;height:44px;border-radius:50%;border:1px solid #e5e7eb;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s;color:#6b7280}.third-party-auth .auth-icons .auth-icon-item:hover{border-color:var(--primary-color);color:var(--primary-color);background:#f0f7ff}.third-party-auth .auth-icons .auth-icon-item.wechat:hover{color:#07c160;border-color:#07c160;background:#f0fdf4}.third-party-auth .auth-icons .auth-icon-item .qq-icon{font-size:12px;font-weight:700}.auth-footer{padding:40px 0;text-align:center;color:#9ca3af;font-size:13px}.auth-footer p{margin-bottom:12px}.auth-footer .footer-links{display:flex;justify-content:center;align-items:center;gap:12px}.auth-footer .footer-links a{color:#9ca3af;text-decoration:none}.auth-footer .footer-links a:hover{color:#6b7280}.auth-footer .footer-links .dot{color:#e5e7eb}.auth-page{min-height:100vh;background:linear-gradient(115deg,rgba(165,196,231,.28) 0 1px,transparent 1px 100%) 0 0/240px 180px,linear-gradient(155deg,rgba(186,209,235,.22) 0 1px,transparent 1px 100%) 40px 20px/300px 220px,linear-gradient(180deg,#f3f8ff,#edf4fb 48%,#f7fbff);color:#12275a}.auth-header-nav{height:118px;background:transparent;box-shadow:none}.auth-header-nav .header-inner{max-width:1180px;padding:0 10px;justify-content:flex-start}.auth-header-nav .header-logo{gap:20px}.auth-header-nav .header-logo img{height:113px;max-width:190px;object-fit:contain}.auth-header-nav .header-logo .logo-divider{width:2px;height:32px;background:#12275a38}.auth-header-nav .header-logo .page-name{font-size:16px;font-weight:800;color:#24375e;letter-spacing:0;white-space:nowrap}.auth-header-nav .header-links{display:none}.auth-container{flex:0 0 auto;width:min(1180px,100vw - 96px);max-width:none;min-height:760px;margin:48px auto 0;background:#fff;border-radius:32px;overflow:hidden;box-shadow:0 30px 74px #15335e21}.auth-aside{position:relative;flex:0 0 52.8%;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;padding:130px 56px 70px;background:#0b3374 none center/cover no-repeat;color:#fff;overflow:hidden}.auth-aside:after{content:"";position:absolute;left:58px;bottom:178px;width:28px;height:2px;border-radius:999px;background:#ffffffbd}.auth-aside .aside-logo{display:none}.auth-aside .aside-content{position:relative;z-index:1;max-width:480px;margin:0;gap:42px}.auth-aside .aside-title{display:flex;align-items:center;gap:32px;margin:0;color:#fff3bd;font-size:56px;font-weight:900;line-height:1.1;letter-spacing:0}.auth-aside .aside-title span{display:inline-flex;align-items:center;white-space:nowrap}.auth-aside .aside-title span+span:before{content:"";width:1px;height:70px;margin-right:32px;background:#ffffff38}.auth-aside .aside-title:after{content:"";position:absolute;left:0;top:134px;width:36px;height:4px;border-radius:999px;background:#ffe89b;box-shadow:42px 0 0 -20px #ffe89b6b}.auth-aside .aside-desc{width:420px;margin:0;color:#ffffffeb;font-size:23px;font-weight:600;line-height:1.9}.auth-aside .aside-features{gap:28px;margin-top:8px}.auth-aside .feature-item{display:flex;align-items:center;gap:18px;padding:0;background:transparent;border:0}.auth-aside .feature-icon-img{width:64px;height:64px}.auth-aside .feature-copy{gap:8px}.auth-aside .feature-copy strong{font-size:22px;line-height:1.2}.auth-aside .feature-copy em{font-size:17px;color:#ffffffc7}.auth-aside-slogan{position:relative;z-index:1;width:420px;margin:auto 0 0;color:#ffffffe6;font-size:22px;font-weight:300;line-height:1.9;white-space:pre-line}.auth-main{width:auto;flex:1;display:flex;align-items:center;padding:96px 62px;background:#fffffff5}.auth-card{width:100%;max-width:430px;margin:0 auto}.auth-header{margin-bottom:48px}.auth-header .auth-title{margin:0 0 18px;color:#14316d;font-size:42px;font-weight:900;line-height:1.2}.auth-header .auth-subtitle{margin:0;color:#8a95a7;font-size:18px;font-weight:700}.auth-header .auth-subtitle a{color:#c88316;font-weight:900;text-decoration:none}.auth-form .el-form-item{margin-bottom:28px}.auth-form .form-options{margin:-4px 0 26px}.auth-form .submit-btn{height:78px;margin-bottom:26px;border:none;border-radius:10px;background:linear-gradient(180deg,#1d4a98,#113e87);box-shadow:0 12px 26px #113e8733;color:#fff;font-size:27px;font-weight:900;letter-spacing:0}.auth-form .submit-btn:hover,.auth-form .submit-btn:focus{background:linear-gradient(180deg,#2457aa,#164894)}.auth-form .el-input__wrapper{min-height:68px;padding:0 20px;border-radius:10px;box-shadow:0 0 0 1px #ccd7e6 inset;background:#fff}.auth-form .el-input__wrapper.is-focus{box-shadow:0 0 0 1px #143f88 inset}.auth-form .el-input__prefix{color:#8b96aa;font-size:22px;margin-right:12px}.auth-form .el-input__inner{color:#142b59;font-size:18px;font-weight:700}.auth-form .el-input__inner::placeholder{color:#9aa5b5;font-weight:700}.auth-footer{margin-top:auto;padding:72px 16px 34px;color:#8d98a8;font-size:14px;font-weight:600}.auth-footer p{margin:0}.auth-footer .footer-links{display:none}@media (max-width: 1280px){.auth-header-nav .header-inner{padding:0 40px}.auth-container{width:min(1080px,100vw - 48px);min-height:690px;margin-top:24px}.auth-aside{padding:96px 44px 56px}.auth-aside .aside-title{font-size:46px;gap:24px}.auth-aside .aside-title span+span:before{height:58px;margin-right:24px}.auth-main{padding:72px 48px}}html.login-rem{font-size:clamp(.75rem,min(1.111111vw,1.777778vh),1.125rem)}.login-tabs{display:flex;gap:32px;margin-bottom:32px;border-bottom:1px solid #e5e7eb}.login-tabs .tab-item{padding:12px 4px;font-size:1rem;font-weight:500;color:#6b7280;cursor:pointer;position:relative;transition:color .2s}.login-tabs .tab-item:hover{color:var(--primary-color)}.login-tabs .tab-item.active{color:var(--primary-color);font-weight:600}.login-tabs .tab-item.active:after{content:"";position:absolute;bottom:-1px;left:0;right:0;height:2px;background:var(--primary-color);border-radius:1px}.verify-code-row{display:flex;align-items:stretch;gap:12px;width:100%}.verify-code-row .el-input{min-width:0;flex:1}.verify-code-row .code-btn{width:160px;height:auto;min-height:0;align-self:stretch;display:inline-flex;align-items:center;justify-content:center;color:var(--primary-color);border-color:#d0e5ff;background:#f0f7ff}.verify-code-row .code-btn:hover{background:var(--primary-color);color:#fff}.verify-code-row .code-btn.is-disabled{background:#f5f7fa;color:#9ca3af;border-color:#e5e7eb}.register-link,.login-link{color:var(--primary-color);text-decoration:none}.register-link:hover,.login-link:hover{text-decoration:underline}.form-options .el-checkbox{white-space:normal;height:auto;line-height:1.4}.form-options .el-checkbox a{color:var(--primary-color);text-decoration:none}.form-options .el-checkbox a:hover{text-decoration:underline}.login-agreement{display:flex;align-items:flex-start;margin-top:4px;font-size:.8125rem;line-height:1.5;color:#6b7280}.login-agreement .el-checkbox{height:auto;white-space:normal;align-items:flex-start}.login-agreement .el-checkbox .el-checkbox__input{margin-top:3px;flex-shrink:0}.login-agreement .el-checkbox .el-checkbox__label{white-space:normal;line-height:1.5;color:#6b7280;word-break:break-word}.login-agreement a{color:#3a8ee6;text-decoration:none}.login-agreement a:hover{text-decoration:underline}.form-options--login{display:flex;justify-content:flex-end;margin:-4px 0 14px}.form-options--login .forgot-pwd{padding:0;border:none;background:transparent;color:var(--text-secondary);font-size:.8125rem;line-height:1.4;cursor:pointer;transition:color .18s ease,text-decoration-color .18s ease}.form-options--login .forgot-pwd:hover{color:var(--primary-color);text-decoration:underline}.login-mode-switch{display:block;min-height:32px;margin:-10px auto 18px;padding:4px 8px;border:0;background:transparent;color:#1d4a98;cursor:pointer;font-size:.9375rem;font-weight:700;line-height:1.5rem}.login-mode-switch:hover,.login-mode-switch:focus-visible{color:#c88316;text-decoration:underline}.login-page{background-color:#eef3f9;background-image:radial-gradient(circle at 20% 20%,rgba(58,142,230,.08) 0,transparent 42%),radial-gradient(circle at 80% 10%,rgba(26,58,107,.06) 0,transparent 38%),linear-gradient(180deg,#f3f7fc,#e8eef6)}.login-page .auth-container{max-width:980px;min-height:560px;margin:48px auto 32px;border-radius:16px;box-shadow:0 24px 60px #0f27441f}.login-page .auth-aside{position:relative;flex:1.05;display:flex;flex-direction:column;justify-content:center;align-items:stretch;padding:52px 48px 40px;background:linear-gradient(160deg,#0f2744,#1a3a6b 52%,#142d52);overflow:hidden}.login-page .auth-aside:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 78% 72%,rgba(58,142,230,.22) 0,transparent 36%),radial-gradient(circle at 18% 18%,rgba(255,255,255,.06) 0,transparent 28%);pointer-events:none}.login-page .auth-aside .aside-content{position:relative;z-index:1;max-width:360px;gap:28px}.login-page .auth-aside .aside-title{font-size:2.125rem;line-height:1.45;letter-spacing:1px}.login-page .auth-aside .aside-title:after{content:"";display:block;width:52px;height:3px;margin-top:57px;border-radius:999px;background:linear-gradient(90deg,#f5c842,#e8a317)}.login-page .auth-aside .aside-desc{font-size:.9375rem;line-height:1.8;color:#ffffffd1}.login-page .auth-aside .aside-features{gap:18px}.login-page .auth-aside .feature-item{gap:12px;padding:12px 14px;border-radius:10px;background:#ffffff0f;border:1px solid rgba(255,255,255,.08)}.login-page .auth-aside .feature-item .el-icon{width:34px;height:34px;border-radius:50%;border:1px solid rgba(255,255,255,.35);display:inline-flex;align-items:center;justify-content:center;font-size:1.125rem}.login-page .auth-aside-decor{position:relative;z-index:1;display:flex;justify-content:center;margin-top:28px}.login-page .auth-aside-shield{width:120px;height:134px}.login-page .auth-aside-shield:after{background-size:54px}.login-page .auth-aside-slogan{position:relative;z-index:1;margin:24px 0 0;text-align:center;font-size:.8125rem;line-height:1.6;color:#ffffffb8}.login-page .auth-main{width:420px;padding:52px 48px;background:#fff}.login-page .auth-header{margin-bottom:28px}.login-page .auth-header .auth-title{font-size:1.875rem;color:#1a2f5a;margin-bottom:10px}.login-page .auth-header .auth-subtitle{color:#64748b}.login-page .register-link,.login-page .login-link{color:#e8a317;font-weight:600}.login-page .login-tabs{gap:36px;margin-bottom:28px;border-bottom-color:#e8edf3}.login-page .login-tabs .tab-item{padding:10px 2px 14px;font-size:.9375rem;color:#64748b}.login-page .login-tabs .tab-item.active{color:#1a2f5a;font-weight:700}.login-page .login-tabs .tab-item.active:after{height:3px;background:#1a3a6b;border-radius:999px 999px 0 0}.login-page .auth-form .el-input__wrapper{min-height:48px;border-radius:10px;box-shadow:0 0 0 1px #dbe3ee inset}.login-page .auth-form .el-input__wrapper.is-focus{box-shadow:0 0 0 1px #1a3a6b inset}.login-page .auth-form .form-options .forgot-pwd{margin-left:auto;color:#64748b}.login-page .auth-form .form-options .forgot-pwd:hover{color:#1a3a6b;text-decoration:underline}.login-page .auth-form .submit-btn{height:48px;margin-bottom:18px;border:none;border-radius:10px;background:linear-gradient(180deg,#1f4478,#1a3a6b);box-shadow:0 10px 24px #1a3a6b3d}.login-page .auth-form .submit-btn:hover{background:linear-gradient(180deg,#255089,#1f4478)}.login-page .auth-header-nav{height:clamp(5.25rem,min(7.3vw,10.5vh),7.375rem);background:transparent;box-shadow:none}.login-page .auth-header-nav .header-logo img{height:clamp(5rem,min(7.0625rem,10.5vh),7.0625rem);max-width:min(11.875rem,30vw)}.login-page .auth-container{width:min(73.75rem,100vw - 6rem);max-width:none;min-height:47.5rem;margin:clamp(.75rem,1.4vw,1.25rem) auto 0;background:#fff;border-radius:2rem;overflow:hidden;box-shadow:0 30px 74px #15335e21;display:flex}.login-page .auth-aside{position:relative;flex:0 0 52.8%;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;padding:130px 56px 70px;background:#0b3374 none center/cover no-repeat;color:#fff;overflow:hidden}.login-page .auth-aside .aside-content{position:relative;z-index:1;max-width:480px;margin:0;gap:30px}.login-page .auth-aside .aside-title{display:flex;align-items:center;gap:22px;color:#fff3bd;font-size:3.5rem;font-weight:900;line-height:1.1;letter-spacing:0}.login-page .auth-aside .aside-title span{display:inline-flex;align-items:center;white-space:nowrap;background:linear-gradient(180deg,#fff8d0,#ffe89b 46%,#f1c55b);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;text-shadow:0 2px 10px rgba(255,214,104,.12)}.login-page .auth-aside .aside-title span+span:before{content:"";width:1px;height:56px;margin-right:22px;background:#ffffff38}.login-page .auth-aside .aside-desc{width:420px;margin:0;color:#ffffffeb;font-size:1.4375rem;font-weight:400;line-height:1.9}.login-page .auth-aside .aside-features{gap:20px;margin-top:10px}.login-page .auth-aside .feature-item{gap:16px;padding:0;background:transparent;border:0;align-items:flex-start}.login-page .auth-aside .feature-icon-img{width:54px;height:54px}.login-page .auth-aside .feature-copy strong{font-size:1.25rem;font-weight:700;line-height:1.25}.login-page .auth-aside .feature-copy em{font-size:.875rem;font-weight:300;line-height:1.4}.login-page .auth-aside-slogan{display:flex;flex-direction:column;align-items:flex-start;width:auto;margin:42px 0 0;text-align:left;color:#ffffffe6;font-size:1.125rem;font-weight:300;line-height:1.75;white-space:pre-line}.login-page .auth-aside-slogan:before{content:none}.login-page .auth-main{width:auto;flex:1;padding:clamp(4rem,5.9vw,6rem) clamp(2.5rem,3.8vw,3.875rem);display:flex;align-items:center}.login-page .auth-header{margin-bottom:48px}.login-page .auth-header .auth-title{font-size:2.625rem;font-weight:900;color:#14316d;line-height:1.2;margin-bottom:18px}.login-page .auth-header .auth-subtitle{font-size:1.125rem;font-weight:700;color:#8a95a7}.login-page .auth-header .auth-subtitle a{color:#c88316;font-weight:900}.login-page .login-tabs{gap:42px;margin-bottom:28px;border-bottom:1px solid #e2e9f1}.login-page .login-tabs .tab-item{padding:12px 6px 16px;font-size:1rem;font-weight:700;color:#6e7c95}.login-page .login-tabs .tab-item.active{color:#14316d}.login-page .login-tabs .tab-item.active:after{height:3px;background:#14316d;border-radius:999px 999px 0 0}.login-page .auth-form .el-form-item{margin-bottom:26px}.login-page .auth-form .submit-btn{height:74px;border-radius:10px;font-size:1.625rem;font-weight:900;background:linear-gradient(180deg,#1d4a98,#113e87);box-shadow:0 12px 26px #113e8733}.login-page .auth-form .form-options{margin-bottom:18px}.login-page .verify-code-row{gap:12px}.login-page .verify-code-row .code-btn{width:160px;border-color:#d0e5ff;background:#f0f7ff;color:#1d4a98;font-weight:700}.login-page .login-agreement{margin-top:0;color:#64748b}.login-page .login-agreement .el-checkbox .el-checkbox__label{color:#64748b}.login-page .auth-footer{padding:40px 0;color:#8d98a8}@media (max-height: 900px) and (min-width: 769px){.login-page .auth-aside{padding:clamp(2rem,12vh,6rem) 3.5rem clamp(2rem,5vh,3.75rem)}.login-page .auth-aside .aside-content{gap:clamp(1.125rem,2.8vh,1.875rem)}.login-page .auth-aside .aside-features{gap:clamp(.75rem,2vh,1.25rem)}.login-page .auth-aside-slogan{margin-top:clamp(1rem,3vh,2.625rem)}.login-page .auth-main{padding-top:clamp(2.5rem,5vh,4rem);padding-bottom:clamp(2.5rem,5vh,4rem)}}}@media (max-width: 768px){.aside-content{max-width:21.25rem;margin:auto;display:flex;flex-direction:column;gap:3.5rem}.aside-title{font-size:2rem;font-weight:800;margin:0;line-height:1.6;letter-spacing:.5px}.aside-desc{font-size:1rem;opacity:.85;margin:0;line-height:1.85;letter-spacing:.3px}.aside-features{display:flex;flex-direction:column;gap:1.5rem;margin:0}.aside-features .feature-item{display:flex;align-items:center;gap:.875rem;font-size:.9375rem;font-weight:500;line-height:1.5}.aside-features .feature-item .el-icon{font-size:1.25rem;color:#ffffffe6}.aside-features .feature-item .feature-icon-img{width:3.25rem;height:3.25rem;object-fit:contain;flex:0 0 auto}.aside-features .feature-item .feature-copy{display:flex;flex-direction:column;gap:.25rem;min-width:0}.aside-features .feature-item .feature-copy strong{font-size:1.125rem;font-style:normal;font-weight:400;color:#fff}.aside-features .feature-item .feature-copy em{font-size:.875rem;font-style:normal;font-weight:300;color:#ffffffc2}.auth-page{min-height:100vh;display:flex;flex-direction:column;background-color:#f5f7fa;background-image:radial-gradient(at 0% 0%,rgba(58,142,230,.05) 0px,transparent 50%),radial-gradient(at 100% 0%,rgba(255,102,0,.05) 0px,transparent 50%)}.auth-header-nav{height:80px;background:#fff;box-shadow:0 2px 10px #0000000d;display:flex;align-items:center;z-index:10}.auth-header-nav .header-inner{width:100%;max-width:1200px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center}.auth-header-nav .header-logo{display:flex;align-items:center;gap:12px;text-decoration:none}.auth-header-nav .header-logo img{height:112px;width:auto;max-width:min(220px,42vw);object-fit:contain;background:transparent}.auth-header-nav .header-logo .logo-divider{width:1px;height:28px;background:#e5e7eb}.auth-header-nav .header-logo .page-name{font-size:18px;font-weight:600;color:#1f2937}.auth-header-nav .header-links{display:flex;align-items:center;gap:24px}.auth-header-nav .header-links a{font-size:14px;color:#6b7280;text-decoration:none;transition:color .2s}.auth-header-nav .header-links a:hover{color:var(--primary-color)}.auth-container{flex:1;display:flex;width:100%;max-width:1000px;margin:60px auto;background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 20px 40px #00000014}.auth-container{flex-direction:column;margin:20px;max-width:calc(100% - 40px)}.auth-aside-shield{width:96px;height:108px;flex-shrink:0;position:relative;background:linear-gradient(145deg,#3a8ee661,#1a3a6b38);clip-path:polygon(50% 0%,94% 16%,94% 54%,50% 100%,6% 54%,6% 16%);box-shadow:0 16px 36px #0003}.auth-aside-shield:before{content:"";position:absolute;top:4px;right:4px;bottom:4px;left:4px;clip-path:polygon(50% 0%,94% 16%,94% 54%,50% 100%,6% 54%,6% 16%);background:linear-gradient(165deg,rgba(255,255,255,.16) 0%,transparent 55%);pointer-events:none}.auth-aside-shield:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='rgba(255,255,255,0.95)' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 2l8 3.2v5.8c0 4.9-3.3 9.5-8 10.8-4.7-1.3-8-5.9-8-10.8V5.2L12 2z'/%3E%3Cpath d='M9 12l2 2 4-4'/%3E%3C/svg%3E") center/46px no-repeat;pointer-events:none}.auth-aside{flex:1;background:linear-gradient(135deg,#3a8ee6,#2b71ba);color:#fff;padding:60px;display:flex;align-items:center}.auth-aside{display:none}.auth-aside .aside-logo{display:block;margin-bottom:40px}.auth-aside .aside-logo img{height:40px;filter:brightness(0) invert(1)}.auth-main{width:460px;padding:60px;display:flex;align-items:center}.auth-main{width:100%;padding:40px 30px}.auth-card{width:100%}.auth-header{margin-bottom:40px}.auth-header .auth-title{font-size:28px;font-weight:700;color:#1f2937;margin-bottom:12px}.auth-header .auth-subtitle{font-size:14px;color:#6b7280}.auth-header .auth-subtitle a{color:var(--primary-color);font-weight:600;text-decoration:none}.auth-header .auth-subtitle a:hover{text-decoration:underline}.auth-form .form-options{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.auth-form .form-options .forgot-pwd{font-size:14px;color:#6b7280;text-decoration:none}.auth-form .form-options .forgot-pwd:hover{color:var(--primary-color)}.auth-form .submit-btn{width:100%;height:50px;font-size:16px;font-weight:600;border-radius:12px;margin-bottom:32px}.third-party-auth .divider{position:relative;text-align:center;margin-bottom:24px}.third-party-auth .divider:before{content:"";position:absolute;left:0;top:50%;width:100%;height:1px;background:#e5e7eb;z-index:0}.third-party-auth .divider span{position:relative;background:#fff;padding:0 16px;font-size:12px;color:#9ca3af;z-index:1}.third-party-auth .auth-icons{display:flex;justify-content:center;gap:20px}.third-party-auth .auth-icons .auth-icon-item{width:44px;height:44px;border-radius:50%;border:1px solid #e5e7eb;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s;color:#6b7280}.third-party-auth .auth-icons .auth-icon-item:hover{border-color:var(--primary-color);color:var(--primary-color);background:#f0f7ff}.third-party-auth .auth-icons .auth-icon-item.wechat:hover{color:#07c160;border-color:#07c160;background:#f0fdf4}.third-party-auth .auth-icons .auth-icon-item .qq-icon{font-size:12px;font-weight:700}.auth-footer{padding:40px 0;text-align:center;color:#9ca3af;font-size:13px}.auth-footer p{margin-bottom:12px}.auth-footer .footer-links{display:flex;justify-content:center;align-items:center;gap:12px}.auth-footer .footer-links a{color:#9ca3af;text-decoration:none}.auth-footer .footer-links a:hover{color:#6b7280}.auth-footer .footer-links .dot{color:#e5e7eb}.auth-header-nav{height:auto}.auth-header-nav .header-inner{flex-wrap:wrap;row-gap:10px;padding:12px 16px}.auth-header-nav .header-logo{min-width:0}.auth-header-nav .header-logo img{height:40px;width:auto;max-width:min(160px,55vw);object-fit:contain;background:transparent}.auth-header-nav .header-logo .logo-divider{height:22px}.auth-header-nav .header-logo .page-name{font-size:16px}.auth-header-nav .header-links{width:100%;flex-wrap:wrap;gap:10px 16px}.auth-header-nav .header-links a{font-size:13px}.auth-container{margin:12px;max-width:calc(100% - 24px);border-radius:16px}.auth-main{padding:28px 20px}.auth-footer{padding:24px 16px calc(24px + env(safe-area-inset-bottom,0px))}.auth-footer p{margin-bottom:10px;font-size:12px;line-height:1.6;padding:0 8px}.auth-footer .footer-links{flex-wrap:wrap;gap:10px 16px;padding:0 12px}.auth-footer .footer-links a{font-size:12px}.auth-footer .footer-links .dot{display:none}.auth-page{min-height:100vh;background:linear-gradient(115deg,rgba(165,196,231,.28) 0 1px,transparent 1px 100%) 0 0/240px 180px,linear-gradient(155deg,rgba(186,209,235,.22) 0 1px,transparent 1px 100%) 40px 20px/300px 220px,linear-gradient(180deg,#f3f8ff,#edf4fb 48%,#f7fbff);color:#12275a}.auth-header-nav{height:118px;background:transparent;box-shadow:none}.auth-header-nav .header-inner{max-width:1180px;padding:0 10px;justify-content:flex-start}.auth-header-nav .header-logo{gap:20px}.auth-header-nav .header-logo img{height:113px;max-width:190px;object-fit:contain}.auth-header-nav .header-logo .logo-divider{width:2px;height:32px;background:#12275a38}.auth-header-nav .header-logo .page-name{font-size:16px;font-weight:800;color:#24375e;letter-spacing:0;white-space:nowrap}.auth-header-nav .header-links{display:none}.auth-container{flex:0 0 auto;width:min(1180px,100vw - 96px);max-width:none;min-height:760px;margin:48px auto 0;background:#fff;border-radius:32px;overflow:hidden;box-shadow:0 30px 74px #15335e21}.auth-aside{position:relative;flex:0 0 52.8%;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;padding:130px 56px 70px;background:#0b3374 none center/cover no-repeat;color:#fff;overflow:hidden}.auth-aside:after{content:"";position:absolute;left:58px;bottom:178px;width:28px;height:2px;border-radius:999px;background:#ffffffbd}.auth-aside .aside-logo{display:none}.auth-aside .aside-content{position:relative;z-index:1;max-width:480px;margin:0;gap:42px}.auth-aside .aside-title{display:flex;align-items:center;gap:32px;margin:0;color:#fff3bd;font-size:56px;font-weight:900;line-height:1.1;letter-spacing:0}.auth-aside .aside-title span{display:inline-flex;align-items:center;white-space:nowrap}.auth-aside .aside-title span+span:before{content:"";width:1px;height:70px;margin-right:32px;background:#ffffff38}.auth-aside .aside-title:after{content:"";position:absolute;left:0;top:134px;width:36px;height:4px;border-radius:999px;background:#ffe89b;box-shadow:42px 0 0 -20px #ffe89b6b}.auth-aside .aside-desc{width:420px;margin:0;color:#ffffffeb;font-size:23px;font-weight:600;line-height:1.9}.auth-aside .aside-features{gap:28px;margin-top:8px}.auth-aside .feature-item{display:flex;align-items:center;gap:18px;padding:0;background:transparent;border:0}.auth-aside .feature-icon-img{width:64px;height:64px}.auth-aside .feature-copy{gap:8px}.auth-aside .feature-copy strong{font-size:22px;line-height:1.2}.auth-aside .feature-copy em{font-size:17px;color:#ffffffc7}.auth-aside-slogan{position:relative;z-index:1;width:420px;margin:auto 0 0;color:#ffffffe6;font-size:22px;font-weight:300;line-height:1.9;white-space:pre-line}.auth-main{width:auto;flex:1;display:flex;align-items:center;padding:96px 62px;background:#fffffff5}.auth-card{width:100%;max-width:430px;margin:0 auto}.auth-header{margin-bottom:48px}.auth-header .auth-title{margin:0 0 18px;color:#14316d;font-size:42px;font-weight:900;line-height:1.2}.auth-header .auth-subtitle{margin:0;color:#8a95a7;font-size:18px;font-weight:700}.auth-header .auth-subtitle a{color:#c88316;font-weight:900;text-decoration:none}.auth-form .el-form-item{margin-bottom:28px}.auth-form .form-options{margin:-4px 0 26px}.auth-form .submit-btn{height:78px;margin-bottom:26px;border:none;border-radius:10px;background:linear-gradient(180deg,#1d4a98,#113e87);box-shadow:0 12px 26px #113e8733;color:#fff;font-size:27px;font-weight:900;letter-spacing:0}.auth-form .submit-btn:hover,.auth-form .submit-btn:focus{background:linear-gradient(180deg,#2457aa,#164894)}.auth-form .el-input__wrapper{min-height:68px;padding:0 20px;border-radius:10px;box-shadow:0 0 0 1px #ccd7e6 inset;background:#fff}.auth-form .el-input__wrapper.is-focus{box-shadow:0 0 0 1px #143f88 inset}.auth-form .el-input__prefix{color:#8b96aa;font-size:22px;margin-right:12px}.auth-form .el-input__inner{color:#142b59;font-size:18px;font-weight:700}.auth-form .el-input__inner::placeholder{color:#9aa5b5;font-weight:700}.auth-footer{margin-top:auto;padding:72px 16px 34px;color:#8d98a8;font-size:14px;font-weight:600}.auth-footer p{margin:0}.auth-footer .footer-links{display:none}.auth-header-nav .header-inner{padding:0 40px}.auth-container{width:min(1080px,100vw - 48px);min-height:690px;margin-top:24px}.auth-aside{padding:96px 44px 56px}.auth-aside .aside-title{font-size:46px;gap:24px}.auth-aside .aside-title span+span:before{height:58px;margin-right:24px}.auth-main{padding:72px 48px}.auth-page{background:linear-gradient(130deg,rgba(165,196,231,.24) 0 1px,transparent 1px 100%) 0 0/160px 120px,linear-gradient(180deg,#f4f8ff,#eef5fc)}.auth-header-nav{height:auto;padding:16px 0 10px}.auth-header-nav .header-inner{padding:0 18px}.auth-header-nav .header-logo{gap:12px}.auth-header-nav .header-logo img{height:48px;max-width:145px}.auth-header-nav .header-logo .logo-divider{height:24px}.auth-header-nav .header-logo .page-name{font-size:12px;white-space:normal}.auth-container{width:calc(100vw - 24px);min-height:0;margin:10px auto 0;border-radius:20px;flex-direction:column}.auth-aside{display:flex!important;flex:none;min-height:232px;padding:28px 22px 24px;border-radius:0;background-position:center 62%}.auth-aside:after{display:none}.auth-aside .aside-content{max-width:100%;gap:16px}.auth-aside .aside-title{gap:12px;font-size:28px}.auth-aside .aside-title span+span:before{height:30px;margin-right:12px}.auth-aside .aside-title:after{top:48px;width:28px;height:3px}.auth-aside .aside-desc{width:min(260px,70vw);font-size:14px;line-height:1.7}.auth-aside .aside-features,.auth-aside-slogan{display:none}.auth-main{width:100%;padding:30px 22px 28px;border-radius:18px 18px 0 0}.auth-card{max-width:none}.auth-header{margin-bottom:24px}.auth-header .auth-title{font-size:28px;margin-bottom:10px}.auth-header .auth-subtitle{font-size:14px}.auth-form .el-form-item{margin-bottom:18px}.auth-form .submit-btn{height:52px;margin-bottom:18px;font-size:19px}.auth-form .el-input__wrapper{min-height:50px;padding:0 14px}.auth-form .el-input__inner{font-size:15px}.auth-footer{padding:24px 12px calc(20px + env(safe-area-inset-bottom,0px));font-size:11px}.login-tabs{display:flex;gap:32px;margin-bottom:32px;border-bottom:1px solid #e5e7eb}.login-tabs .tab-item{padding:12px 4px;font-size:16px;font-weight:500;color:#6b7280;cursor:pointer;position:relative;transition:color .2s}.login-tabs .tab-item:hover{color:var(--primary-color)}.login-tabs .tab-item.active{color:var(--primary-color);font-weight:600}.login-tabs .tab-item.active:after{content:"";position:absolute;bottom:-1px;left:0;right:0;height:2px;background:var(--primary-color);border-radius:1px}.verify-code-row{display:flex;align-items:stretch;gap:12px;width:100%}.verify-code-row .el-input{min-width:0;flex:1}.verify-code-row .code-btn{width:160px;height:auto;min-height:0;align-self:stretch;display:inline-flex;align-items:center;justify-content:center;color:var(--primary-color);border-color:#d0e5ff;background:#f0f7ff}.verify-code-row .code-btn:hover{background:var(--primary-color);color:#fff}.verify-code-row .code-btn.is-disabled{background:#f5f7fa;color:#9ca3af;border-color:#e5e7eb}.register-link,.login-link{color:var(--primary-color);text-decoration:none}.register-link:hover,.login-link:hover{text-decoration:underline}.form-options .el-checkbox{white-space:normal;height:auto;line-height:1.4}.form-options .el-checkbox a{color:var(--primary-color);text-decoration:none}.form-options .el-checkbox a:hover{text-decoration:underline}.login-agreement{display:flex;align-items:flex-start;margin-top:4px;font-size:13px;line-height:1.5;color:#6b7280}.login-agreement .el-checkbox{height:auto;white-space:normal;align-items:flex-start}.login-agreement .el-checkbox .el-checkbox__input{margin-top:3px;flex-shrink:0}.login-agreement .el-checkbox .el-checkbox__label{white-space:normal;line-height:1.5;color:#6b7280;word-break:break-word}.login-agreement a{color:#3a8ee6;text-decoration:none}.login-agreement a:hover{text-decoration:underline}.form-options--login{display:flex;justify-content:flex-end;margin:-4px 0 14px}.form-options--login .forgot-pwd{padding:0;border:none;background:transparent;color:var(--text-secondary);font-size:13px;line-height:1.4;cursor:pointer;transition:color .18s ease,text-decoration-color .18s ease}.form-options--login .forgot-pwd:hover{color:var(--primary-color);text-decoration:underline}.login-mode-switch{display:block;min-height:32px;margin:-10px auto 18px;padding:4px 8px;border:0;background:transparent;color:#1d4a98;cursor:pointer;font-size:15px;font-weight:700;line-height:24px}.login-mode-switch:hover,.login-mode-switch:focus-visible{color:#c88316;text-decoration:underline}.login-page{background-color:#eef3f9;background-image:radial-gradient(circle at 20% 0%,rgba(58,142,230,.1) 0,transparent 42%),linear-gradient(180deg,#f3f7fc,#e8eef6)}.login-page .auth-container{flex-direction:column;margin:0;max-width:100%;border-radius:0;box-shadow:none;overflow:visible}.login-page .auth-aside{display:flex!important;flex:none;flex-direction:column;align-items:center;position:relative;padding:28px 20px 22px;background:linear-gradient(160deg,#0f2744,#1a3a6b 52%,#142d52);overflow:hidden}.login-page .auth-aside:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 78% 72%,rgba(58,142,230,.22) 0,transparent 36%),radial-gradient(circle at 18% 18%,rgba(255,255,255,.06) 0,transparent 28%);pointer-events:none}.login-page .auth-aside .aside-content{position:relative;z-index:1;max-width:100%;margin:0;gap:0;text-align:center;align-items:center}.login-page .auth-aside .aside-title{font-size:22px;line-height:1.45;letter-spacing:.5px}.login-page .auth-aside .aside-title:after{content:"";display:block;width:40px;height:3px;margin:12px auto 0;border-radius:999px;background:linear-gradient(90deg,#f5c842,#e8a317)}.login-page .auth-aside .aside-desc,.login-page .auth-aside .aside-features{display:none}.login-page .auth-aside-decor{position:relative;z-index:1;display:flex;justify-content:center;margin-top:18px}.login-page .auth-aside-slogan{position:relative;z-index:1;display:block;margin:14px 0 0;padding:0 12px;text-align:center;font-size:12px;line-height:1.6;color:#ffffffb8}.login-page .auth-main{width:100%;padding:24px 20px 28px;background:#fff;border-radius:16px 16px 0 0;margin-top:-10px;position:relative;z-index:2;box-shadow:0 -8px 24px #0f274414}.login-page .auth-header{margin-bottom:22px}.login-page .auth-header .auth-title{font-size:24px;color:#1a2f5a;margin-bottom:8px}.login-page .auth-header .auth-subtitle{color:#64748b}.login-page .register-link,.login-page .login-link{color:#e8a317;font-weight:600}.login-page .login-tabs{gap:28px;margin-bottom:22px;border-bottom-color:#e8edf3}.login-page .login-tabs .tab-item{padding:8px 2px 12px;font-size:15px;color:#64748b}.login-page .login-tabs .tab-item.active{color:#1a2f5a;font-weight:700}.login-page .login-tabs .tab-item.active:after{height:3px;background:#1a3a6b;border-radius:999px 999px 0 0}.login-page .auth-form .el-input__wrapper{min-height:46px;border-radius:10px;box-shadow:0 0 0 1px #dbe3ee inset}.login-page .auth-form .el-input__wrapper.is-focus{box-shadow:0 0 0 1px #1a3a6b inset}.login-page .auth-form .submit-btn{height:46px;margin-bottom:16px;border:none;border-radius:10px;background:linear-gradient(180deg,#1f4478,#1a3a6b);box-shadow:0 8px 20px #1a3a6b38}.login-page .verify-code-row .code-btn{width:118px;padding:0 8px;font-size:13px}.login-page .login-agreement{margin-top:2px;font-size:12px;color:#64748b}.login-page .login-agreement .el-checkbox .el-checkbox__label{font-size:12px;padding-left:8px}.login-page .login-agreement a{color:#3a8ee6}.login-page .auth-footer{padding:20px 16px 28px;font-size:12px;background:#fff}.login-page .auth-header-nav{height:118px;background:transparent;box-shadow:none}.login-page .auth-container{width:min(1180px,100vw - 96px);max-width:none;min-height:760px;margin:48px auto 0;background:#fff;border-radius:32px;overflow:hidden;box-shadow:0 30px 74px #15335e21;display:flex}.login-page .auth-aside{position:relative;flex:0 0 52.8%;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;padding:130px 56px 70px;background:#0b3374 none center/cover no-repeat;color:#fff;overflow:hidden}.login-page .auth-aside .aside-content{position:relative;z-index:1;max-width:480px;margin:0;gap:30px}.login-page .auth-aside .aside-title{display:flex;align-items:center;gap:22px;color:#fff3bd;font-size:56px;font-weight:900;line-height:1.1;letter-spacing:0}.login-page .auth-aside .aside-title span{display:inline-flex;align-items:center;white-space:nowrap;background:linear-gradient(180deg,#fff8d0,#ffe89b 46%,#f1c55b);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;text-shadow:0 2px 10px rgba(255,214,104,.12)}.login-page .auth-aside .aside-title span+span:before{content:"";width:1px;height:56px;margin-right:22px;background:#ffffff38}.login-page .auth-aside .aside-desc{width:420px;margin:0;color:#ffffffeb;font-size:23px;font-weight:400;line-height:1.9}.login-page .auth-aside .aside-features{gap:20px;margin-top:10px}.login-page .auth-aside .feature-item{gap:16px;padding:0;background:transparent;border:0;align-items:flex-start}.login-page .auth-aside .feature-icon-img{width:54px;height:54px}.login-page .auth-aside .feature-copy strong{font-size:20px;font-weight:700;line-height:1.25}.login-page .auth-aside .feature-copy em{font-size:14px;font-weight:300;line-height:1.4}.login-page .auth-aside-slogan{display:flex;flex-direction:column;align-items:flex-start;width:auto;margin:42px 0 0;text-align:left;color:#ffffffe6;font-size:18px;font-weight:300;line-height:1.75;white-space:pre-line}.login-page .auth-main{width:auto;flex:1;padding:96px 62px;display:flex;align-items:center}.login-page .auth-header{margin-bottom:48px}.login-page .auth-header .auth-title{font-size:42px;font-weight:900;color:#14316d;line-height:1.2;margin-bottom:18px}.login-page .auth-header .auth-subtitle{font-size:18px;font-weight:700;color:#8a95a7}.login-page .auth-header .auth-subtitle a{color:#c88316;font-weight:900}.login-page .login-tabs{gap:42px;margin-bottom:28px;border-bottom:1px solid #e2e9f1}.login-page .login-tabs .tab-item{padding:12px 6px 16px;font-size:16px;font-weight:700;color:#6e7c95}.login-page .login-tabs .tab-item.active{color:#14316d}.login-page .login-tabs .tab-item.active:after{height:3px;background:#14316d;border-radius:999px 999px 0 0}.login-page .auth-form .el-form-item{margin-bottom:26px}.login-page .auth-form .submit-btn{height:74px;border-radius:10px;font-size:26px;font-weight:900;background:linear-gradient(180deg,#1d4a98,#113e87);box-shadow:0 12px 26px #113e8733}.login-page .auth-form .form-options{margin-bottom:18px}.login-page .verify-code-row{gap:12px}.login-page .verify-code-row .code-btn{width:160px;border-color:#d0e5ff;background:#f0f7ff;color:#1d4a98;font-weight:700}.login-page .login-agreement{margin-top:0;color:#64748b}.login-page .login-agreement .el-checkbox .el-checkbox__label{color:#64748b}.login-page .auth-footer{padding:40px 0;color:#8d98a8}.login-page .auth-header-nav{height:auto;padding:10px 0 8px}.login-page .auth-container{width:calc(100vw - 32px);max-width:none;min-height:0;margin:auto;border-radius:20px;flex-direction:column;box-shadow:0 18px 42px #15335e1f}.login-page .auth-aside{display:none!important}.login-page .auth-aside .aside-desc:after{width:22px;margin-top:12px}.login-page .auth-aside .aside-content{max-width:100%;width:100%;gap:8px;align-items:flex-start}.login-page .auth-aside .aside-title{gap:8px;font-size:24px;justify-content:flex-start;text-align:left;line-height:1.15}.login-page .auth-aside .aside-title span+span:before{height:18px;margin-right:8px}.login-page .auth-aside .aside-desc{width:min(250px,100%);font-size:12px;line-height:1.55;text-align:left}.login-page .auth-aside .aside-features{display:flex;width:100%;gap:10px;margin-top:2px}.login-page .auth-aside .feature-item{gap:10px;padding:0;align-items:flex-start}.login-page .auth-aside .feature-icon-img{width:34px;height:34px}.login-page .auth-aside .feature-copy strong{font-size:14px;font-weight:700;line-height:1.25}.login-page .auth-aside .feature-copy em{font-size:11px;font-weight:300;line-height:1.35}.login-page .auth-aside-slogan{display:flex;flex-direction:column;align-items:flex-start;width:100%;max-width:250px;margin:12px 0 0;text-align:left;font-size:12px;font-weight:300;line-height:1.55;color:#ffffffd6}.login-page .auth-aside-slogan:before{content:none}.login-page .auth-main{width:calc(100% - 32px);max-width:420px;box-sizing:border-box;padding:20px 16px;border-radius:20px;margin:12px auto 0;box-shadow:none}.login-page .auth-card{width:100%;margin:0 auto}.login-page .auth-header{margin-bottom:16px}.login-page .auth-header .auth-title{font-size:24px;margin-bottom:8px}.login-page .auth-header .auth-subtitle{font-size:12px}.login-page .login-tabs{gap:24px;margin-bottom:16px}.login-page .login-tabs .tab-item{font-size:14px;padding:8px 2px 10px}.login-page .auth-form .el-form-item{margin-bottom:14px}.login-page .auth-form .submit-btn{height:46px;font-size:17px;margin-bottom:14px}.login-page .login-mode-switch{min-height:28px;margin:-8px auto 12px;font-size:14px;line-height:20px}.login-page .verify-code-row .code-btn{width:104px;padding:0 8px;font-size:12px}.login-page .verify-code-row .el-input__inner::placeholder{font-size:12px;letter-spacing:-.15px}.login-page .form-options .el-checkbox,.login-page .login-agreement .el-checkbox{display:flex;align-items:flex-start;max-width:100%;white-space:nowrap}.login-page .form-options .el-checkbox .el-checkbox__input,.login-page .login-agreement .el-checkbox .el-checkbox__input{flex:0 0 auto;margin-top:2px}.login-page .form-options .el-checkbox .el-checkbox__label,.login-page .login-agreement .el-checkbox .el-checkbox__label{min-width:0;padding-left:6px;font-size:11px;line-height:18px;letter-spacing:0;white-space:nowrap}.login-page .login-agreement{font-size:11px}@media (max-width: 359px){.login-page .form-options .el-checkbox,.login-page .form-options .el-checkbox .el-checkbox__label,.login-page .login-agreement .el-checkbox,.login-page .login-agreement .el-checkbox .el-checkbox__label{white-space:normal}}.login-page .auth-footer{margin-top:0;padding:18px 12px calc(16px + env(safe-area-inset-bottom,0px));font-size:11px}}@media (min-width: 769px){.platform-notice-page{padding:20px 0 32px}.platform-notice-page .page-header{margin-bottom:16px;border-bottom:1px solid var(--border-color)}.platform-notice-page .header-inner,.platform-notice-page .notice-wrap{max-width:860px;margin:0 auto;padding:0 16px}.platform-notice-page .header-inner{display:flex;align-items:flex-start;gap:12px;padding-bottom:16px}.platform-notice-page .header-inner .notice-back-btn{flex:0 0 auto;height:36px;padding:0 13px;border:1px solid #d9e4f2;border-radius:999px;color:#315b8f;background:#f7faff;box-shadow:0 4px 10px #315b8f14;font-size:13px;font-weight:700;transition:color .2s ease,background-color .2s ease,border-color .2s ease,transform .2s ease,box-shadow .2s ease}.platform-notice-page .header-inner .notice-back-btn:hover{border-color:#9dbcf0;color:#2456a6;background:#eaf2ff;box-shadow:0 6px 14px #315b8f24;transform:translateY(-1px)}.platform-notice-page .header-inner .notice-back-btn:active{transform:translateY(0) scale(.98)}.platform-notice-page .header-inner .notice-back-btn:focus-visible{outline:none;box-shadow:0 0 0 3px #409eff33,0 4px 10px #315b8f14}.platform-notice-page .header-inner .notice-back-btn .el-icon{margin-right:0;font-size:15px}.platform-notice-page .header-inner h2{margin:0 0 4px;font-size:22px;font-weight:900;color:var(--text-primary)}.platform-notice-page .header-inner p{margin:0;color:var(--text-secondary)}.platform-notice-page .notice-list{padding:12px;border:1px solid var(--border-color);border-radius:var(--border-radius-lg);background:#fff;box-shadow:0 10px 24px #1118270f}.platform-notice-page .notice-item{display:flex;width:100%;align-items:center;gap:12px;padding:14px;color:inherit;text-align:left;border:1px solid #e8edf5;border-radius:14px;background:linear-gradient(180deg,#fafbff,#fff)}.platform-notice-page .notice-item+.notice-item{margin-top:10px}.platform-notice-page .notice-item:hover{border-color:#c7d2fe;box-shadow:0 10px 24px #667eea1f}.platform-notice-page .notice-icon{display:inline-flex;width:42px;height:42px;align-items:center;justify-content:center;flex:0 0 auto;border-radius:12px;color:#fff;background:linear-gradient(135deg,#667eea,#764ba2)}.platform-notice-page .notice-content{display:flex;min-width:0;flex:1;flex-direction:column;gap:5px}.platform-notice-page .notice-title{overflow:hidden;color:var(--text-primary);font-size:15px;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.platform-notice-page .notice-summary{display:-webkit-box;overflow:hidden;color:var(--text-secondary);font-size:12px;line-height:1.6;-webkit-box-orient:vertical;-webkit-line-clamp:2}.platform-notice-page .notice-date{flex:0 0 auto;color:#94a3b8;font-size:12px}.platform-notice-page .notice-arrow{flex:0 0 auto;color:#cbd5e1}.platform-notice-page .pagination{display:flex;justify-content:center;margin-top:16px}}@media (max-width: 768px){.platform-notice-page{padding:1.25rem 0 2rem}.platform-notice-page .notice-wrap{max-width:53.75rem;margin:0 auto;padding:0 1rem}.platform-notice-page .notice-list{padding:.75rem;border:1px solid var(--border-color);border-radius:var(--border-radius-lg);background:#fff;box-shadow:0 .625rem 1.5rem #1118270f}.platform-notice-page .notice-item{display:flex;width:100%;align-items:center;gap:.75rem;padding:.875rem;color:inherit;text-align:left;border:1px solid #e8edf5;border-radius:.875rem;background:linear-gradient(180deg,#fafbff,#fff)}.platform-notice-page .notice-item+.notice-item{margin-top:.625rem}.platform-notice-page .notice-item:hover{border-color:#c7d2fe;box-shadow:0 .625rem 1.5rem #667eea1f}.platform-notice-page .notice-icon{display:inline-flex;width:2.625rem;height:2.625rem;align-items:center;justify-content:center;flex:0 0 auto;border-radius:.75rem;color:#fff;background:linear-gradient(135deg,#667eea,#764ba2)}.platform-notice-page .notice-content{display:flex;min-width:0;flex:1;flex-direction:column;gap:.3125rem}.platform-notice-page .notice-title{overflow:hidden;color:var(--text-primary);font-size:.9375rem;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.platform-notice-page .notice-summary{display:-webkit-box;overflow:hidden;color:var(--text-secondary);font-size:.75rem;line-height:1.6;-webkit-box-orient:vertical;-webkit-line-clamp:2}.platform-notice-page .notice-date{flex:0 0 auto;color:#94a3b8;font-size:.75rem}.platform-notice-page .notice-arrow{flex:0 0 auto;color:#cbd5e1}.platform-notice-page .pagination{display:flex;justify-content:center;margin-top:1rem}.platform-notice-page{padding-top:.75rem;padding-bottom:calc(6rem + env(safe-area-inset-bottom,0px))}.platform-notice-page .notice-item{padding:.75rem}.platform-notice-page .notice-date{display:none}}@media (min-width: 769px){.hafu-page{padding:20px 0 32px}.hafu-page .page-header{margin-bottom:16px;border-bottom:1px solid var(--border-color)}.hafu-page .header-inner,.hafu-page .wrap{width:100%;max-width:1370px;margin:0 auto;padding-left:clamp(20px,2vw,38px);padding-right:clamp(20px,2vw,38px)}.hafu-page .header-inner{display:flex;align-items:flex-start;gap:12px;padding-bottom:16px}.hafu-page .header-inner .hafu-back-btn{flex:0 0 auto;height:36px;padding:0 13px;border:1px solid #d9e4f2;border-radius:999px;color:#315b8f;background:#f7faff;box-shadow:0 4px 10px #315b8f14;font-size:13px;font-weight:700;transition:color .2s ease,background-color .2s ease,border-color .2s ease,transform .2s ease,box-shadow .2s ease}.hafu-page .header-inner .hafu-back-btn:hover{border-color:#9dbcf0;color:#2456a6;background:#eaf2ff;box-shadow:0 6px 14px #315b8f24;transform:translateY(-1px)}.hafu-page .header-inner .hafu-back-btn:active{transform:translateY(0) scale(.98)}.hafu-page .header-inner .hafu-back-btn:focus-visible{outline:none;box-shadow:0 0 0 3px #409eff33,0 4px 10px #315b8f14}.hafu-page .header-inner .hafu-back-btn .el-icon{margin-right:0;font-size:15px}.hafu-page .header-inner .hafu-back-btn .el-icon+span{margin-left:0!important}.hafu-page .header-inner h2{margin:0 0 4px;font-size:20px;font-weight:900;color:var(--text-primary)}.hafu-page .header-inner p{color:var(--text-secondary);font-weight:700;margin:0}.hafu-page .wrap{padding-bottom:16px}.hafu-page .card{background:#fff;border:1px solid var(--border-color);border-radius:var(--border-radius-lg);box-shadow:0 10px 24px #1118270f;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.hafu-page .card:hover{transform:translateY(-2px);border-color:#cbd5e1;box-shadow:0 16px 34px #1118271a}.hafu-page .filter-card{padding:14px;margin-bottom:16px}.hafu-page .filter-row{display:grid;grid-template-columns:1fr 340px 96px 96px;gap:12px;align-items:center}.hafu-page .table-card{padding:16px}.hafu-page .table-head{display:flex;justify-content:space-between;align-items:baseline;padding:6px 6px 10px}.hafu-page .table-head .title{font-size:16px;font-weight:900;color:var(--text-primary)}.hafu-page .table-head .sub{font-size:12px;font-weight:800;color:var(--text-secondary)}.hafu-page .hafu-table{border:1px solid rgba(0,0,0,.06);border-radius:16px;overflow:hidden}.hafu-page .hafu-thead,.hafu-page .hafu-tr{display:flex;align-items:center;gap:6px;padding:0 12px}.hafu-page .hafu-thead{height:46px;background:#f7f9fc;border-bottom:1px solid rgba(0,0,0,.06);font-size:12px;font-weight:900;color:var(--text-secondary)}.hafu-page .hafu-tr{min-height:52px;border-bottom:1px solid rgba(0,0,0,.06)}.hafu-page .hafu-tr:nth-child(2n){background:#f7f9fc99}.hafu-page .hafu-tr:last-child{border-bottom:0}.hafu-page .col{min-width:0}.hafu-page .col1{flex:0 0 20%}.hafu-page .col2{display:flex;flex:0 0 15%;align-items:center}.hafu-page .col3{flex:1 1 40%}.hafu-page .col4{flex:0 0 20%}.hafu-page .text{display:block;overflow:hidden;color:#111827;font-size:13px;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.hafu-page .remark{max-width:100%}.hafu-page .rate{font-weight:900;color:#111827}.hafu-page .pager{display:flex;justify-content:center;padding:14px 0 10px}@media (max-width: 860px){.hafu-page .filter-row{grid-template-columns:1fr}}.hafu-page .hafu-icon{width:18px;height:18px;margin-right:8px;vertical-align:middle;flex:0 0 auto}}@media (max-width: 768px){:root,:host{--van-toast-max-width: 70%;--van-toast-font-size: var(--van-font-size-md);--van-toast-text-color: var(--van-white);--van-toast-loading-icon-color: var(--van-white);--van-toast-line-height: var(--van-line-height-md);--van-toast-radius: var(--van-radius-lg);--van-toast-background: rgba(0, 0, 0, .7);--van-toast-icon-size: 36px;--van-toast-text-min-width: 96px;--van-toast-text-padding: var(--van-padding-xs) var(--van-padding-sm);--van-toast-default-padding: var(--van-padding-md);--van-toast-default-width: 88px;--van-toast-default-min-height: 88px;--van-toast-position-top-distance: 20%;--van-toast-position-bottom-distance: 20%}.hafu-page .van-toast{display:flex;flex-direction:column;align-items:center;justify-content:center;box-sizing:content-box;transition:all var(--van-duration-fast);width:var(--van-toast-default-width);max-width:var(--van-toast-max-width);min-height:var(--van-toast-default-min-height);padding:var(--van-toast-default-padding);color:var(--van-toast-text-color);font-size:var(--van-toast-font-size);line-height:var(--van-toast-line-height);white-space:pre-wrap;word-break:break-all;text-align:center;background:var(--van-toast-background);border-radius:var(--van-toast-radius)}.hafu-page .van-toast--break-normal{word-break:normal;word-wrap:normal}.hafu-page .van-toast--break-word{word-break:normal;word-wrap:break-word}.hafu-page .van-toast--unclickable{overflow:hidden;cursor:not-allowed}.hafu-page .van-toast--unclickable *{pointer-events:none}.hafu-page .van-toast--text,.hafu-page .van-toast--html{width:-webkit-fit-content;width:fit-content;min-width:var(--van-toast-text-min-width);min-height:0;padding:var(--van-toast-text-padding)}.hafu-page .van-toast--text .van-toast__text,.hafu-page .van-toast--html .van-toast__text{margin-top:0}.hafu-page .van-toast--top{top:var(--van-toast-position-top-distance)}.hafu-page .van-toast--bottom{top:auto;bottom:var(--van-toast-position-bottom-distance)}.hafu-page .van-toast__icon{font-size:var(--van-toast-icon-size)}.hafu-page .van-toast__loading{padding:var(--van-padding-base);color:var(--van-toast-loading-icon-color)}.hafu-page .van-toast__text{margin-top:var(--van-padding-xs)}:root,:host{--van-calendar-background: var(--van-background-2);--van-calendar-popup-height: 80%;--van-calendar-header-shadow: 0 2px 10px rgba(125, 126, 128, .16);--van-calendar-header-title-height: 44px;--van-calendar-header-title-font-size: var(--van-font-size-lg);--van-calendar-header-subtitle-font-size: var(--van-font-size-md);--van-calendar-header-action-width: 28px;--van-calendar-header-action-color: var(--van-text-color);--van-calendar-header-action-disabled-color: var(--van-text-color-3);--van-calendar-weekdays-height: 30px;--van-calendar-weekdays-font-size: var(--van-font-size-sm);--van-calendar-month-title-font-size: var(--van-font-size-md);--van-calendar-month-mark-color: rgba(242, 243, 245, .8);--van-calendar-month-mark-font-size: 160px;--van-calendar-day-height: 64px;--van-calendar-day-font-size: var(--van-font-size-lg);--van-calendar-day-margin-bottom: 4px;--van-calendar-day-disabled-color: var(--van-text-color-3);--van-calendar-range-edge-color: var(--van-white);--van-calendar-range-edge-background: var(--van-primary-color);--van-calendar-range-middle-color: var(--van-primary-color);--van-calendar-range-middle-background-opacity: .1;--van-calendar-selected-day-size: 54px;--van-calendar-selected-day-color: var(--van-white);--van-calendar-selected-day-background: var(--van-primary-color);--van-calendar-info-font-size: var(--van-font-size-xs);--van-calendar-info-line-height: var(--van-line-height-xs);--van-calendar-confirm-button-height: 36px;--van-calendar-confirm-button-margin: 7px 0}.hafu-page .van-theme-dark{--van-calendar-month-mark-color: rgba(100, 101, 102, .2);--van-calendar-day-disabled-color: var(--van-gray-7)}.hafu-page .van-calendar{display:flex;flex-direction:column;height:100%;background:var(--van-calendar-background)}.hafu-page .van-calendar__popup.van-popup--top,.hafu-page .van-calendar__popup.van-popup--bottom{height:var(--van-calendar-popup-height)}.hafu-page .van-calendar__popup.van-popup--left,.hafu-page .van-calendar__popup.van-popup--right{height:100%}.hafu-page .van-calendar__popup .van-popup__close-icon{top:11px}.hafu-page .van-calendar__header{flex-shrink:0;box-shadow:var(--van-calendar-header-shadow)}.hafu-page .van-calendar__month-title,.hafu-page .van-calendar__header-title,.hafu-page .van-calendar__header-subtitle{color:var(--van-text-color);height:var(--van-calendar-header-title-height);font-weight:var(--van-font-bold);line-height:var(--van-calendar-header-title-height);text-align:center}.hafu-page .van-calendar__header-title{font-size:var(--van-calendar-header-title-font-size)}.hafu-page .van-calendar__header-subtitle{font-size:var(--van-calendar-header-subtitle-font-size)}.hafu-page .van-calendar__header-subtitle--with-switch{display:flex;align-items:center;padding:0 var(--van-padding-base)}.hafu-page .van-calendar__header-subtitle-text{flex:1}.hafu-page .van-calendar__header-action{display:flex;align-items:center;justify-content:center;min-width:var(--van-calendar-header-action-width);height:100%;color:var(--van-calendar-header-action-color);cursor:pointer}.hafu-page .van-calendar__header-action--disabled{color:var(--van-calendar-header-action-disabled-color);cursor:not-allowed}.hafu-page .van-calendar__month-title{font-size:var(--van-calendar-month-title-font-size)}.hafu-page .van-calendar__weekdays{display:flex}.hafu-page .van-calendar__weekday{flex:1;font-size:var(--van-calendar-weekdays-font-size);line-height:var(--van-calendar-weekdays-height);text-align:center}.hafu-page .van-calendar__body{flex:1;overflow:auto;-webkit-overflow-scrolling:touch}.hafu-page .van-calendar__days{position:relative;display:flex;flex-wrap:wrap;-webkit-user-select:none;user-select:none}.hafu-page .van-calendar__month-mark{position:absolute;top:50%;left:50%;z-index:0;color:var(--van-calendar-month-mark-color);font-size:var(--van-calendar-month-mark-font-size);transform:translate(-50%,-50%);pointer-events:none}.hafu-page .van-calendar__day,.hafu-page .van-calendar__selected-day{display:flex;align-items:center;justify-content:center;text-align:center}.hafu-page .van-calendar__day{position:relative;width:14.285%;height:var(--van-calendar-day-height);font-size:var(--van-calendar-day-font-size);margin-bottom:var(--van-calendar-day-margin-bottom);cursor:pointer}.hafu-page .van-calendar__day--end,.hafu-page .van-calendar__day--start,.hafu-page .van-calendar__day--start-end,.hafu-page .van-calendar__day--multiple-middle,.hafu-page .van-calendar__day--multiple-selected{color:var(--van-calendar-range-edge-color);background:var(--van-calendar-range-edge-background)}.hafu-page .van-calendar__day--start{border-radius:var(--van-radius-md) 0 0 var(--van-radius-md)}.hafu-page .van-calendar__day--end{border-radius:0 var(--van-radius-md) var(--van-radius-md) 0}.hafu-page .van-calendar__day--start-end,.hafu-page .van-calendar__day--multiple-selected{border-radius:var(--van-radius-md)}.hafu-page .van-calendar__day--middle{color:var(--van-calendar-range-middle-color)}.hafu-page .van-calendar__day--middle:after{position:absolute;top:0;right:0;bottom:0;left:0;background-color:currentColor;opacity:var(--van-calendar-range-middle-background-opacity);content:""}.hafu-page .van-calendar__day--disabled{color:var(--van-calendar-day-disabled-color);cursor:default}.hafu-page .van-calendar__top-info,.hafu-page .van-calendar__bottom-info{position:absolute;right:0;left:0;font-size:var(--van-calendar-info-font-size);line-height:var(--van-calendar-info-line-height)}@media (max-width: 350px){.hafu-page .van-calendar__top-info,.hafu-page .van-calendar__bottom-info{font-size:9px}}.hafu-page .van-calendar__top-info{top:6px}.hafu-page .van-calendar__bottom-info{bottom:6px}.hafu-page .van-calendar__selected-day{width:var(--van-calendar-selected-day-size);height:var(--van-calendar-selected-day-size);color:var(--van-calendar-selected-day-color);background:var(--van-calendar-selected-day-background);border-radius:var(--van-radius-md)}.hafu-page .van-calendar__footer{flex-shrink:0;padding-left:var(--van-padding-md);padding-right:var(--van-padding-md)}.hafu-page .van-calendar__confirm{height:var(--van-calendar-confirm-button-height);margin:var(--van-calendar-confirm-button-margin)}.hafu-page{padding:1.25rem 0 2rem}.hafu-page .wrap{width:100%;max-width:85.625rem;margin:0 auto;padding-left:clamp(1.25rem,2vw,2.375rem);padding-right:clamp(1.25rem,2vw,2.375rem)}.hafu-page .wrap{padding-bottom:1rem}.hafu-page .card{background:#fff;border:1px solid var(--border-color);border-radius:var(--border-radius-lg);box-shadow:0 .625rem 1.5rem #1118270f;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.hafu-page .card:hover{transform:translateY(-.125rem);border-color:#cbd5e1;box-shadow:0 1rem 2.125rem #1118271a}.hafu-page .filter-card{padding:.875rem;margin-bottom:1rem}.hafu-page .hafu-filter-form{display:flex;flex-direction:column;gap:.625rem}.hafu-page .hafu-filter-form .van-cell{min-height:2.625rem;padding:.5625rem .75rem;border:1px solid #d8e0eb;border-radius:.5rem;background:#fff;box-sizing:border-box}.hafu-page .hafu-filter-form .van-cell:after{display:none}.hafu-page .hafu-filter-form .van-field__label{width:4rem;color:#6b7a90}.hafu-page .hafu-filter-form__actions{display:grid;grid-template-columns:1fr 1fr;gap:.625rem}.hafu-page .hafu-filter-form__actions .van-button{height:2.625rem;border-radius:.5rem;font-size:.875rem;font-weight:700}.hafu-page .table-card{padding:1rem}.hafu-page .table-head{display:flex;justify-content:space-between;align-items:baseline;padding:.375rem .375rem .625rem}.hafu-page .table-head .title{font-size:1rem;font-weight:900;color:var(--text-primary)}.hafu-page .table-head .sub{font-size:.75rem;font-weight:800;color:var(--text-secondary)}.hafu-page .hafu-table{display:flex;border:1px solid rgba(0,0,0,.06);border-radius:1rem;overflow:hidden}.hafu-page .hafu-table__scroll{flex:1 1 0;min-width:0;overflow-x:auto;-webkit-overflow-scrolling:touch}.hafu-page .hafu-table__scroll-content{width:max-content;min-width:18rem}.hafu-page .hafu-table__date-column{flex:0 0 6.25rem;border-left:1px solid rgba(0,0,0,.06);background:#fff}.hafu-page .hafu-thead,.hafu-page .hafu-tr{display:grid;align-items:center;padding:0 .75rem}.hafu-page .hafu-table__scroll .hafu-thead,.hafu-page .hafu-table__scroll .hafu-tr{grid-template-columns:6.125rem 4.875rem max-content;width:100%;box-sizing:border-box}.hafu-page .hafu-table__scroll .hafu-thead,.hafu-page .hafu-table__date-column .hafu-thead{background:#f7f9fc}.hafu-page .hafu-table__date-column .hafu-thead,.hafu-page .hafu-table__date-column .hafu-tr{grid-template-columns:1fr;padding:0 .5rem}.hafu-page .hafu-thead{height:2.875rem;background:#f7f9fc;border-bottom:1px solid rgba(0,0,0,.06);font-size:.75rem;font-weight:900;color:var(--text-secondary)}.hafu-page .hafu-tr{min-height:3.25rem;border-bottom:1px solid rgba(0,0,0,.06)}.hafu-page .hafu-tr:nth-child(2n){background:#f7f9fc99}.hafu-page .hafu-tr:last-child{border-bottom:0}.hafu-page .col{min-width:0}.hafu-page .col1{flex:none}.hafu-page .col2{display:flex;flex:none;align-items:center}.hafu-page .col3{flex:none}.hafu-page .col4{flex:none;text-align:right}.hafu-page .hafu-table__date-column .text{overflow:visible;font-size:.75rem;text-overflow:clip;white-space:nowrap}.hafu-page .text{display:block;overflow:hidden;color:#111827;font-size:.8125rem;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.hafu-page .remark{max-width:none;overflow:visible;text-overflow:clip}.hafu-page .rate{font-weight:900;color:#111827}.hafu-page .pager{display:flex;justify-content:center;padding:.875rem 0 .625rem}.hafu-page{padding-top:.75rem;padding-bottom:calc(6rem + env(safe-area-inset-bottom,0px))}.hafu-page .wrap{padding-left:1rem;padding-right:1rem}.hafu-page .table-card{padding:.75rem}.hafu-page .hafu-thead,.hafu-page .hafu-tr{padding:0 .625rem}.hafu-page .hafu-thead{height:2.625rem}.hafu-page .hafu-tr{min-height:3rem}.hafu-page .hafu-icon{width:1.125rem;height:1.125rem;margin-right:.5rem;vertical-align:middle;flex:0 0 auto}}@media (min-width: 769px){.shareholder-page{background:#f5f7fb;min-height:60vh;padding-bottom:0}}@media (max-width: 768px){.shareholder-page{background:#f5f7fb;min-height:60vh;padding-bottom:0;padding-bottom:calc(3.75rem + env(safe-area-inset-bottom,0px))}}@media (min-width: 769px){.vip-benefits-page{--vip-gold: #f1ce83;--vip-gold-deep: #c9943d;min-height:calc(100vh - 96px);padding:22px 28px 34px;position:relative;isolation:isolate;overflow:hidden;background:radial-gradient(ellipse 55% 54% at 100% 4%,rgba(30,107,191,.16),transparent 71%),radial-gradient(ellipse 52% 42% at 0% 90%,rgba(30,91,173,.14),transparent 70%),linear-gradient(145deg,#061a38,#08234b 49%,#051630);color:#fff3d1;box-sizing:border-box}.vip-benefits-page:before,.vip-benefits-page:after{position:absolute;z-index:-1;pointer-events:none;content:""}.vip-benefits-page:before{top:-360px;right:-260px;width:850px;height:850px;border:1px solid rgba(108,183,255,.15);border-radius:50%;box-shadow:0 0 0 56px #5ba6f409,0 0 0 150px #5ba6f406,0 0 0 260px #5ba6f403}.vip-benefits-page:after{right:-14%;bottom:-55%;left:-14%;height:96%;border-top:1px solid rgba(104,179,255,.14);border-radius:50% 50% 0 0/18% 18% 0 0;background-image:linear-gradient(rgba(125,190,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(125,190,255,.025) 1px,transparent 1px);background-size:46px 46px;-webkit-mask-image:linear-gradient(to bottom,rgba(0,0,0,.5),transparent 72%);mask-image:linear-gradient(to bottom,rgba(0,0,0,.5),transparent 72%)}.vip-benefits-page__shell{position:relative;z-index:1;width:min(1420px,100%);margin:0 auto}.vip-benefits-page .vip-benefits-layout{display:grid;grid-template-columns:minmax(340px,400px) minmax(0,1fr);gap:22px;align-items:start}.vip-benefits-page .vip-benefits-layout__main{min-width:0}.vip-benefits-page .vip-store-apply{position:sticky;top:18px}.vip-benefits-page .vip-store-apply__panel{padding:22px 20px 24px;border:1px solid rgba(104,179,255,.28);border-radius:16px;background:linear-gradient(180deg,#082248eb,#051630f5);box-shadow:inset 0 1px #7dbeff1f,0 16px 36px #00000038}.vip-benefits-page .vip-store-apply__eyebrow{display:block;color:#67b8ff;font-size:10px;font-weight:800;letter-spacing:1.6px}.vip-benefits-page .vip-store-apply__title{margin:8px 0 10px;color:#7ee8ff;font-size:24px;font-weight:900;line-height:1.25}.vip-benefits-page .vip-store-apply__intro{margin:0;color:#d8e8ff;font-size:14px;line-height:1.7}.vip-benefits-page .vip-store-apply__intro strong{color:#ffe1a0;font-weight:800}.vip-benefits-page .vip-store-apply__block{margin-top:18px;padding-top:16px;border-top:1px solid rgba(104,179,255,.16)}.vip-benefits-page .vip-store-apply__block h3{margin:0 0 10px;color:#9fe6ff;font-size:16px;font-weight:800}.vip-benefits-page .vip-store-apply__clubs,.vip-benefits-page .vip-store-apply__subclubs p{margin:0;color:#c8daf4;font-size:13px;line-height:1.75}.vip-benefits-page .vip-store-apply__subclubs{margin-top:12px;padding:12px;border:1px solid rgba(104,179,255,.14);border-radius:10px;background:#ffffff08}.vip-benefits-page .vip-store-apply__subclubs strong{display:block;margin-bottom:6px;color:#ffe1a0;font-size:13px}.vip-benefits-page .vip-store-apply__highlight{margin:14px 0 0;color:#ff5c5c;font-size:14px;font-weight:800;line-height:1.65}.vip-benefits-page .vip-store-apply__steps-row{display:grid;grid-template-columns:minmax(0,1fr) 132px;gap:14px;align-items:start}.vip-benefits-page .vip-store-apply__steps{margin:0;padding-left:18px;color:#d8e8ff;font-size:13px;line-height:1.75}.vip-benefits-page .vip-store-apply__steps li+li{margin-top:8px}.vip-benefits-page .vip-store-apply__qr{display:flex;flex-direction:column;align-items:center;gap:8px;padding:10px;border:1px solid rgba(104,179,255,.18);border-radius:12px;background:#ffffff0a}.vip-benefits-page .vip-store-apply__qr img{width:108px;height:108px;object-fit:contain;border-radius:8px;background:#fff}.vip-benefits-page .vip-store-apply__qr span{color:#9fe6ff;font-size:11px;line-height:1.4;text-align:center}.vip-benefits-page .vip-store-apply__qr-empty{display:grid;place-items:center;width:108px;height:108px;padding:8px;border-radius:8px;background:#ffffff0f;color:#8eaed4;font-size:11px;line-height:1.5;text-align:center}.vip-benefits-page .vip-page-decor{position:absolute;z-index:0;top:0;right:0;bottom:0;left:0;overflow:hidden;pointer-events:none}.vip-benefits-page .vip-page-decor__orbit,.vip-benefits-page .vip-page-decor__beam,.vip-benefits-page .vip-page-decor__star{position:absolute;display:block;pointer-events:none}.vip-benefits-page .vip-page-decor__orbit{border:1px solid rgba(108,183,255,.14);border-radius:50%;transition:transform .8s cubic-bezier(.2,.75,.2,1)}.vip-benefits-page .vip-page-decor__orbit--one{top:-440px;right:-180px;width:900px;height:900px;box-shadow:0 0 0 56px #5ba6f408,0 0 0 150px #5ba6f405;transform:translate3d(calc(var(--vip-shift-x) * .72),calc(var(--vip-shift-y) * .72),0)}.vip-benefits-page .vip-page-decor__orbit--two{top:19%;left:-430px;width:760px;height:760px;border-color:#5ba6f41a;box-shadow:0 0 0 74px #5ba6f404,0 0 0 174px #5ba6f403;transform:translate3d(calc(var(--vip-shift-x) * -.5),calc(var(--vip-shift-y) * -.5),0)}.vip-benefits-page .vip-page-decor__orbit--three{right:8%;bottom:-510px;width:1040px;height:620px;border-color:#71beff1c;border-radius:50% 50% 0 0/28% 28% 0 0;background-image:linear-gradient(rgba(125,190,255,.022) 1px,transparent 1px),linear-gradient(90deg,rgba(125,190,255,.022) 1px,transparent 1px);background-size:44px 44px;transform:perspective(550px) rotateX(54deg) translate3d(calc(var(--vip-shift-x) * -.35),calc(var(--vip-shift-y) * -.2),0);transform-origin:bottom center}.vip-benefits-page .vip-page-decor__beam{width:1px;height:250px;opacity:.44;background:linear-gradient(to bottom,transparent,rgba(106,184,255,.5),transparent);filter:blur(.2px);transform-origin:center;animation:vip-decor-beam-a5ab879e 8s ease-in-out infinite}.vip-benefits-page .vip-page-decor__beam--one{top:9%;left:17%;transform:rotate(38deg) translate(var(--vip-shift-x))}.vip-benefits-page .vip-page-decor__beam--two{top:48%;right:14%;height:210px;opacity:.3;transform:rotate(-44deg) translate(calc(var(--vip-shift-x) * -.65));animation-delay:-3.5s}.vip-benefits-page .vip-page-decor__star{width:4px;height:4px;border-radius:50%;background:#c8e7ff;box-shadow:0 0 8px #79c8ff,0 0 18px #53acff9e;animation:vip-decor-star-a5ab879e 3.8s ease-in-out infinite alternate}.vip-benefits-page .vip-page-decor__star--one{top:15%;left:12%;transform:translate3d(calc(var(--vip-shift-x) * -.8),calc(var(--vip-shift-y) * -.8),0)}.vip-benefits-page .vip-page-decor__star--two{top:28%;right:13%;width:3px;height:3px;animation-delay:-1.6s;transform:translate3d(calc(var(--vip-shift-x) * .6),calc(var(--vip-shift-y) * .6),0)}.vip-benefits-page .vip-page-decor__star--three{top:62%;left:23%;width:3px;height:3px;animation-delay:-2.2s;transform:translate3d(calc(var(--vip-shift-x) * -.5),calc(var(--vip-shift-y) * -.5),0)}.vip-benefits-page .vip-page-decor__star--four{right:25%;bottom:13%;width:5px;height:5px;background:#f4ce86;box-shadow:0 0 8px #f1bc5a,0 0 18px #f1bc5a8c;animation-delay:-.8s;transform:translate3d(calc(var(--vip-shift-x) * .55),calc(var(--vip-shift-y) * .55),0)}@keyframes vip-decor-beam-a5ab879e{0%,to{opacity:.1}48%{opacity:.56}}@keyframes vip-decor-star-a5ab879e{0%{opacity:.28;scale:.72}to{opacity:1;scale:1.16}}@media (prefers-reduced-motion: reduce){.vip-benefits-page .vip-page-decor__beam,.vip-benefits-page .vip-page-decor__star{animation:none}.vip-benefits-page .vip-page-decor__orbit{transition:none}}.vip-benefits-page .vip-page-header{position:relative;padding:0 4px 16px}.vip-benefits-page .vip-page-header__back,.vip-benefits-page .vip-page-header__rules{display:inline-flex;align-items:center;gap:6px;min-height:34px;padding:0 12px;border:1px solid rgba(239,201,122,.24);border-radius:7px;background:#051a3894;color:#dec58b;font-size:13px;cursor:pointer;transition:background .2s ease,border-color .2s ease,color .2s ease}.vip-benefits-page .vip-page-header__back:hover,.vip-benefits-page .vip-page-header__rules:hover{border-color:#f5d4919e;background:#271a48b8;color:#fff0c6}.vip-benefits-page .vip-page-header__rules{float:right}.vip-benefits-page .vip-page-header__copy{padding-top:18px;text-align:center}.vip-benefits-page .vip-page-header__copy>span{color:#b88943;font-size:11px;font-weight:800;letter-spacing:2.2px}.vip-benefits-page .vip-page-header__copy h1{margin:5px 0;color:#ffe8af;font-size:clamp(28px,2.6vw,38px);font-weight:900;letter-spacing:1px;line-height:1.2;text-shadow:0 4px 18px rgba(231,180,87,.16)}.vip-benefits-page .vip-page-header__copy p{margin:0;color:#d8bf8d;font-size:14px}.vip-benefits-page .vip-showcase{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(330px,.85fr);gap:20px;align-items:stretch;padding:16px;border:1px solid rgba(224,177,86,.25);border-radius:18px;background:linear-gradient(130deg,#08254ce6,#051735db);box-shadow:0 22px 54px #010c1f57,inset 0 1px #ffffff12}.vip-benefits-page .vip-showcase__card-area{position:relative;min-width:0;padding:0 36px 30px}.vip-benefits-page .vip-card-stage{position:relative;aspect-ratio:1.775/1;overflow:hidden;border:none;border-radius:34px;background:none;box-shadow:0 18px 38px #010c1f6b;isolation:isolate}.vip-benefits-page .vip-card-stage:after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:8;border:none;border-radius:inherit;box-shadow:none;pointer-events:none;content:""}.vip-benefits-page .vip-card-face{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;border-radius:inherit;backface-visibility:hidden;background:none}.vip-benefits-page .vip-card-face--current{z-index:1}.vip-benefits-page .vip-card-face--next{z-index:3;clip-path:inset(0 100% 0 0)}.vip-benefits-page .vip-card-stage.is-prev .vip-card-face--next{clip-path:inset(0 0 0 100%)}.vip-benefits-page .vip-card-stage.is-switching .vip-card-face--next{animation:vip-pc-reveal-a5ab879e .62s cubic-bezier(.18,.78,.2,1) forwards}.vip-benefits-page .vip-card-stage.is-switching.is-prev .vip-card-face--next{animation-name:vip-pc-reveal-prev-a5ab879e}.vip-benefits-page .vip-card-face__background{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;width:100%;height:100%;object-fit:contain}.vip-benefits-page .vip-card-face__badge{position:absolute;z-index:2;top:0;left:0;display:flex;align-items:center;gap:7px;height:34px;padding:0 16px 0 13px;border:1px solid var(--vip-badge-border, #d8a54d);border-top:0;border-left:0;border-radius:16px 0;background:var(--vip-badge-bg, #102a4a);color:var(--vip-badge-text, #f9dda3);font-size:14px;font-weight:800}.vip-benefits-page .vip-card-face__badge img{width:22px;height:18px;object-fit:contain}.vip-benefits-page .vip-card-face__copy{position:relative;z-index:2;width:54%;padding:62px 0 0 30px;color:var(--vip-card-text, #5e4124)}.vip-benefits-page .vip-card-face__copy h2{margin:0;color:var(--vip-card-title, #b37b2d);font-size:clamp(29px,2.7vw,40px);font-weight:900;line-height:1.15}.vip-benefits-page .vip-card-face__copy p{margin:8px 0 0;font-size:13px;white-space:nowrap}.vip-benefits-page .vip-card-face__mini-rule{display:inline-flex;margin-top:21px;padding-top:7px;border-top:1px solid currentColor;color:var(--vip-card-muted, #6c4b2a);font-size:12px}.vip-benefits-page .vip-card-face__lock{position:absolute;z-index:5;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;padding-left:52%;background:linear-gradient(90deg,#0809140f,#0809146b 54%,#080914c7);color:#fff;text-shadow:0 2px 7px rgba(0,0,0,.55)}.vip-benefits-page .vip-card-face__lock img{width:34px;height:38px;object-fit:contain;filter:brightness(0) invert(1)}.vip-benefits-page .vip-card-face__lock strong{margin-top:10px;font-size:15px}.vip-benefits-page .vip-card-stage__shine{position:absolute;z-index:6;top:-40%;bottom:-40%;left:44%;width:18%;opacity:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.72),transparent);filter:blur(2px);mix-blend-mode:screen;transform:translate(-220%) rotate(18deg);pointer-events:none}.vip-benefits-page .vip-card-stage.is-switching .vip-card-stage__shine{animation:vip-pc-shine-a5ab879e .62s ease-out both}.vip-benefits-page .vip-card-tabs{position:absolute;right:42px;bottom:0;left:42px;display:flex;justify-content:center;gap:9px}.vip-benefits-page .vip-card-tabs button{min-width:54px;height:28px;padding:0 10px;border:1px solid rgba(223,179,95,.24);border-radius:999px;background:#ffffff0a;color:#bda879;font-size:11px;cursor:pointer;transition:.2s ease}.vip-benefits-page .vip-card-tabs button:hover{border-color:#f5d4919e;color:#fff0c6}.vip-benefits-page .vip-card-tabs button.is-active{border-color:#d9a64d;background:linear-gradient(90deg,#b77d2b,#e2b861);color:#261738;font-weight:800}.vip-benefits-page .vip-card-tabs button.is-locked:not(.is-active){color:#746b86;opacity:.76}.vip-benefits-page .vip-card-stage__arrow{position:absolute;top:50%;z-index:9;display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;padding:0;border:1px solid rgba(233,194,117,.38);border-radius:50%;background:#110a279e;color:#f3d18b;cursor:pointer;transform:translateY(-50%);transition:.2s ease}.vip-benefits-page .vip-card-stage__arrow:hover{border-color:#f1ce83;background:#0e3b6ae0;color:#fff4d2}.vip-benefits-page .vip-card-stage__arrow--prev{left:0}.vip-benefits-page .vip-card-stage__arrow--next{right:0}.vip-benefits-page .vip-card--vip1{--vip-card-title: #2a5489;--vip-card-text: #355779;--vip-card-muted: #4d6784;--vip-badge-bg: #19385f;--vip-badge-border: #90b9e8;--vip-badge-text: #eaf4ff;--vip-stage-border: rgba(192, 218, 250, .96)}.vip-benefits-page .vip-card--vip2,.vip-benefits-page .vip-card--vip3{--vip-card-title: #e5f2ff;--vip-card-text: #d0e6ff;--vip-card-muted: #abc8ea;--vip-badge-bg: rgba(10, 34, 65, .92);--vip-badge-border: #7faee0;--vip-badge-text: #eaf5ff;--vip-stage-border: rgba(128, 172, 222, .92)}.vip-benefits-page .vip-card--gold{--vip-card-title: #b37b2d;--vip-card-text: #5e4124;--vip-card-muted: #6c4b2a;--vip-badge-bg: #1a222b;--vip-badge-border: #d8a54d;--vip-badge-text: #f9dda3;--vip-stage-border: rgba(247, 211, 133, .92)}.vip-benefits-page .vip-card--platinum{--vip-card-title: #303541;--vip-card-text: #505762;--vip-card-muted: #606772;--vip-badge-bg: #343945;--vip-badge-border: #aeb5c0;--vip-badge-text: #f4f6f8;--vip-stage-border: rgba(224, 229, 236, .96)}.vip-benefits-page .vip-card--black-gold{--vip-card-title: #f2d18a;--vip-card-text: #e2c488;--vip-card-muted: #d4b36e;--vip-badge-bg: rgba(10, 10, 10, .88);--vip-badge-border: #ba873f;--vip-badge-text: #f4d28f;--vip-stage-border: rgba(190, 142, 66, .9)}.vip-benefits-page .vip-showcase__details{display:flex;flex-direction:column;justify-content:center;min-width:0;padding:12px 18px 12px 4px;border-left:1px solid rgba(238,205,133,.16)}.vip-benefits-page .vip-showcase__eyebrow{color:#b88943;font-size:10px;font-weight:800;letter-spacing:1.7px}.vip-benefits-page .vip-showcase__details h2{margin:7px 0 4px;color:#ffe7ad;font-size:27px;line-height:1.2}.vip-benefits-page .vip-showcase__description{margin:0;color:#d8bf8d;font-size:13px}.vip-benefits-page .vip-showcase__status{display:grid;grid-template-columns:24px auto;gap:2px 9px;align-items:center;margin-top:14px;color:#f4d28b}.vip-benefits-page .vip-showcase__status img{grid-row:span 2;width:21px;height:25px;object-fit:contain}.vip-benefits-page .vip-showcase__status strong{font-size:15px}.vip-benefits-page .vip-showcase__status span{color:#c8b385;font-size:12px}.vip-benefits-page .vip-showcase__status.is-locked{color:#b7adbf}.vip-benefits-page .vip-showcase__progress{margin-top:16px}.vip-benefits-page .vip-showcase__progress-head{display:flex;justify-content:space-between;color:#bcae8d;font-size:12px}.vip-benefits-page .vip-showcase__progress-head strong{color:#ffe0a0;font-size:16px}.vip-benefits-page .vip-showcase__progress-track{height:7px;margin-top:10px;overflow:hidden;border-radius:999px;background:#ffffff1a}.vip-benefits-page .vip-showcase__progress-track span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#ad7327,#f7d88e);transition:width .45s ease}.vip-benefits-page .vip-showcase__progress-track.is-locked span{background:#757083}.vip-benefits-page .vip-showcase__progress-tip{margin:8px 0 0;color:#c8b385;font-size:12px;line-height:1.5}.vip-benefits-page .vip-showcase__progress-tip strong{color:#ffe0a0;font-size:14px;font-weight:800}.vip-benefits-page .vip-showcase__benefit{display:flex;justify-content:space-between;gap:14px;margin-top:15px;padding-top:11px;border-top:1px solid rgba(238,205,133,.16);color:#bcae8d;font-size:12px}.vip-benefits-page .vip-showcase__benefit strong{color:#ffe1a0;font-size:14px}.vip-benefits-page .vip-content-section{margin-top:24px}.vip-benefits-page .vip-section-heading{display:flex;align-items:center;justify-content:center;gap:10px;margin-bottom:13px}.vip-benefits-page .vip-section-heading--left{justify-content:flex-start}.vip-benefits-page .vip-section-heading h2{margin:0;color:#ffe8b2;font-size:19px;font-weight:800}.vip-benefits-page .vip-section-heading i{width:7px;height:7px;flex:none;border:1px solid #b88639;transform:rotate(45deg)}.vip-benefits-page .vip-section-heading__line{width:min(180px,18vw);height:1px;background:linear-gradient(90deg,transparent,rgba(225,184,98,.58))}.vip-benefits-page .vip-section-heading__line--right{transform:scaleX(-1)}.vip-benefits-page .vip-exclusive-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}.vip-benefits-page .vip-exclusive-item{padding:14px 10px 12px;border:1px solid rgba(224,177,86,.16);border-radius:12px;background:linear-gradient(145deg,#0d2d57c7,#061a3bc2);text-align:center}.vip-benefits-page .vip-exclusive-item__icon{position:relative;display:flex;align-items:center;justify-content:center;width:50px;height:50px;margin:0 auto;border:1px solid rgba(223,179,95,.62);border-radius:50%;background:radial-gradient(circle,#2559917a,#082146db);box-shadow:inset 0 0 16px #ffffff0a}.vip-benefits-page .vip-exclusive-item__icon>img{width:27px;height:27px;object-fit:contain}.vip-benefits-page .vip-exclusive-item__icon.is-frame img{position:absolute;width:12px;height:29px}.vip-benefits-page .vip-exclusive-item__icon.is-frame .is-left{left:16px}.vip-benefits-page .vip-exclusive-item__icon.is-frame .is-right{right:16px}.vip-benefits-page .vip-exclusive-item h3{margin:8px 0 3px;color:#fff5dc;font-size:13px}.vip-benefits-page .vip-exclusive-item p{margin:0;color:#c99b51;font-size:11px}.vip-benefits-page .vip-content-section--rules{margin-top:26px}.vip-benefits-page .vip-rules-table{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.vip-benefits-page .vip-rule-card{border-radius:11px;background:linear-gradient(135deg,#ffffff0f,#ffffff05);border:1px solid rgba(238,205,133,.2);min-height:114px;padding:12px 13px;box-shadow:0 6px 16px #0003;transition:transform .3s ease,box-shadow .3s ease}.vip-benefits-page .vip-rule-card:hover{transform:translateY(-2px);box-shadow:0 8px 20px #00000040}.vip-benefits-page .vip-rule-card__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:9px;padding-bottom:8px;border-bottom:1px solid rgba(238,205,133,.15)}.vip-benefits-page .vip-rule-card__badge{display:inline-flex;min-height:20px;align-items:center;padding:1px 7px;border:1px solid #90b9e8;border-radius:5px;background:linear-gradient(135deg,#203b6d,#0b1f45);color:#eaf4ff;font-size:11px;line-height:1;text-shadow:0 1px 1px rgba(0,0,0,.38);box-shadow:inset 0 1px #ffffff2e}.vip-benefits-page .vip-rule-card__badge.is-vip2,.vip-benefits-page .vip-rule-card__badge.is-vip3{border-color:#7faee0;background:linear-gradient(135deg,#102e58,#06162f);color:#eaf5ff}.vip-benefits-page .vip-rule-card__badge.is-pending{border-color:#7c8ca1;background:linear-gradient(135deg,#334155,#172033);color:#e5edf7}.vip-benefits-page .vip-rule-card__badge.is-gold{border-color:#e2ab32;background:linear-gradient(135deg,#5a3b08,#201600);color:#ffe69b}.vip-benefits-page .vip-rule-card__badge.is-platinum{border-color:#bcc9da;background:linear-gradient(135deg,#43536a,#1f2b3c);color:#f3f7ff}.vip-benefits-page .vip-rule-card__badge.is-black-gold{border-color:#bc8d31;background:linear-gradient(135deg,#1d2431,#05080e);color:#f0cb78}.vip-benefits-page .vip-rule-card__number{display:flex;align-items:center;justify-content:center;width:25px;height:25px;border-radius:50%;background:#eecd851f;border:1px solid rgba(238,205,133,.35);color:#f4d89c;font-size:12px;font-weight:700}.vip-benefits-page .vip-rule-card__body{display:flex;flex-direction:column;gap:8px}.vip-benefits-page .vip-rule-card__row strong{display:block;color:#f4d89c;font-size:11px;font-weight:700;margin-bottom:3px}.vip-benefits-page .vip-rule-card__row p{color:#ddd0b4;font-size:11px;line-height:1.4;margin:0}.vip-benefits-page .vip-more-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.vip-benefits-page .vip-more-item{display:flex;align-items:center;min-height:78px;padding:14px 18px;border:1px solid rgba(255,255,255,.04);border-radius:11px;background:linear-gradient(135deg,#113765bd,#061a3be6)}.vip-benefits-page .vip-more-item img{width:36px;height:36px;flex:none;margin-right:12px;object-fit:contain}.vip-benefits-page .vip-more-item h3{margin:0;color:#fff2d1;font-size:14px}.vip-benefits-page .vip-more-item p{margin:5px 0 0;color:#c99b52;font-size:12px}.vip-benefits-page .vip-settings-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));overflow:hidden;border:1px solid rgba(224,177,86,.14);border-radius:12px;background:#08234bc2}.vip-benefits-page .vip-setting-item{display:grid;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:10px;min-height:88px;padding:14px 18px;border-right:1px solid rgba(255,255,255,.06)}.vip-benefits-page .vip-setting-item:last-child{border-right:0}.vip-benefits-page .vip-setting-item>img{width:29px;height:29px;object-fit:contain}.vip-benefits-page .vip-setting-item__copy h3{margin:0;color:#fff4da;font-size:13px}.vip-benefits-page .vip-setting-item__copy p{margin:5px 0 0;color:#d9bd83;font-size:11px;line-height:1.35}.vip-benefits-page .vip-switch{position:relative;width:39px;height:23px;flex:none;padding:0;border:0;border-radius:999px;background:#ffffff29;cursor:pointer}.vip-benefits-page .vip-switch span{position:absolute;top:2px;left:2px;width:19px;height:19px;border-radius:50%;background:#fff;box-shadow:0 1px 4px #00000040;transition:transform .2s ease}.vip-benefits-page .vip-switch.is-active{background:linear-gradient(90deg,#b77d2b,#dda94f)}.vip-benefits-page .vip-switch.is-active span{transform:translate(16px)}.vip-benefits-page .vip-select-number{min-width:52px;height:28px;padding:0 10px;border:1px solid #d9a648;border-radius:999px;background:transparent;color:#f5d696;font-size:12px;cursor:pointer}.vip-benefits-page .vip-rules-overlay{position:fixed;z-index:4000;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;padding:24px;background:#070314ad;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.vip-benefits-page .vip-rules-dialog{position:relative;width:min(620px,100%);padding:34px 38px 30px;border:1px solid rgba(228,185,96,.38);border-radius:16px;background:linear-gradient(155deg,#123b6d,#071a36 72%);color:#fff1d0;box-shadow:0 22px 64px #05021180}.vip-benefits-page .vip-rules-dialog__close{position:absolute;top:16px;right:16px;display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:1px solid rgba(238,207,143,.25);border-radius:50%;background:#ffffff0d;color:#f7dfaa;cursor:pointer}.vip-benefits-page .vip-rules-dialog__eyebrow{color:#b78b44;font-size:10px;font-weight:700;letter-spacing:1.7px}.vip-benefits-page .vip-rules-dialog h2{margin:5px 0 8px;color:#ffe8b1;font-size:26px}.vip-benefits-page .vip-rules-dialog__intro,.vip-benefits-page .vip-rules-dialog__notice{color:#cdbd9d;font-size:13px;line-height:1.65}.vip-benefits-page .vip-rules-list{display:grid;gap:9px;margin-top:18px}.vip-benefits-page .vip-rules-list article{display:grid;grid-template-columns:145px minmax(0,1fr) auto;gap:12px;align-items:center;padding:13px 14px;border:1px solid rgba(226,185,102,.14);border-radius:9px;background:#ffffff09}.vip-benefits-page .vip-rules-list strong{color:#f4d28b;font-size:13px}.vip-benefits-page .vip-rules-list span,.vip-benefits-page .vip-rules-list em{font-size:12px;font-style:normal}.vip-benefits-page .vip-rules-list span{color:#ddd0b4}.vip-benefits-page .vip-rules-list em{color:#c4974d}.vip-benefits-page .vip-rules-dialog-enter-active,.vip-benefits-page .vip-rules-dialog-leave-active{transition:opacity .22s ease}.vip-benefits-page .vip-rules-dialog-enter-active .vip-rules-dialog,.vip-benefits-page .vip-rules-dialog-leave-active .vip-rules-dialog{transition:transform .22s ease,opacity .22s ease}.vip-benefits-page .vip-rules-dialog-enter-from,.vip-benefits-page .vip-rules-dialog-leave-to{opacity:0}.vip-benefits-page .vip-rules-dialog-enter-from .vip-rules-dialog,.vip-benefits-page .vip-rules-dialog-leave-to .vip-rules-dialog{opacity:0;transform:translateY(14px) scale(.98)}@keyframes vip-pc-reveal-a5ab879e{0%{clip-path:inset(0 100% 0 0)}to{clip-path:inset(0 0 0 0)}}@keyframes vip-pc-reveal-prev-a5ab879e{0%{clip-path:inset(0 0 0 100%)}to{clip-path:inset(0 0 0 0)}}@keyframes vip-pc-shine-a5ab879e{0%{opacity:0;transform:translate(-220%) rotate(18deg)}24%{opacity:.7}to{opacity:0;transform:translate(480%) rotate(18deg)}}@media (max-width: 1180px){.vip-benefits-page .vip-benefits-layout{grid-template-columns:1fr}.vip-benefits-page .vip-store-apply{position:static}}@media (max-width: 1050px){.vip-benefits-page .vip-showcase{grid-template-columns:minmax(0,1.35fr) minmax(280px,.85fr);gap:18px;padding:16px}.vip-benefits-page .vip-showcase__card-area{padding-inline:34px}.vip-benefits-page .vip-card-tabs{right:34px;left:34px;gap:5px}.vip-benefits-page .vip-card-tabs button{min-width:45px;padding-inline:7px;font-size:10px}.vip-benefits-page .vip-rules-table{grid-template-columns:repeat(3,minmax(0,1fr))}.vip-benefits-page .vip-setting-item{grid-template-columns:30px minmax(0,1fr)}.vip-benefits-page .vip-setting-item .vip-switch,.vip-benefits-page .vip-setting-item .vip-select-number{grid-column:2;justify-self:start;margin-top:8px}}@media (max-width: 640px){.vip-benefits-page .vip-store-apply__steps-row{grid-template-columns:1fr}.vip-benefits-page .vip-store-apply__qr{flex-direction:row;justify-content:flex-start}}@media (max-width: 820px){.vip-benefits-page{padding-inline:16px}.vip-benefits-page .vip-showcase{grid-template-columns:1fr}.vip-benefits-page .vip-showcase__details{padding:24px 8px 8px;border-top:1px solid rgba(238,205,133,.16);border-left:0}.vip-benefits-page .vip-exclusive-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.vip-benefits-page .vip-rules-table,.vip-benefits-page .vip-settings-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.vip-benefits-page .vip-setting-item:nth-child(2){border-right:0}.vip-benefits-page .vip-setting-item:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.06)}}}@media (max-width: 768px){.vip-benefits-page .vip-page{--vip-gold: #f1ce83;--vip-gold-deep: #c9943d;min-height:calc(100vh - 3.625rem);padding:1.625rem 1rem calc(2.625rem + env(safe-area-inset-bottom,0px));position:relative;isolation:isolate;overflow:hidden;background:radial-gradient(ellipse 78% 32% at 105% 2%,rgba(33,115,205,.17),transparent 75%),radial-gradient(ellipse 74% 28% at -10% 70%,rgba(24,86,166,.13),transparent 72%),linear-gradient(158deg,#061a38,#08234b 54%,#051630);color:#fff3d1;box-sizing:border-box}.vip-benefits-page .vip-page__content{position:relative;z-index:1;width:100%;max-width:32.5rem;margin:0 auto}.vip-benefits-page .vip-page-decor{position:absolute;z-index:0;top:0;right:0;bottom:0;left:0;overflow:hidden;pointer-events:none}.vip-benefits-page .vip-page-decor__orbit,.vip-benefits-page .vip-page-decor__beam,.vip-benefits-page .vip-page-decor__star{position:absolute;display:block;pointer-events:none}.vip-benefits-page .vip-page-decor__orbit{border:1px solid rgba(108,183,255,.13);border-radius:50%}.vip-benefits-page .vip-page-decor__orbit--one{top:-13.125rem;right:-10.3125rem;width:30.625rem;height:30.625rem;box-shadow:0 0 0 2.125rem #5ba6f407,0 0 0 5.75rem #5ba6f404;animation:vip-mobile-orbit-96d67c4f 12s ease-in-out infinite alternate}.vip-benefits-page .vip-page-decor__orbit--two{top:25%;left:-16.875rem;width:30rem;height:30rem;border-color:#5ba6f417;box-shadow:0 0 0 3rem #5ba6f404;animation:vip-mobile-orbit-96d67c4f 15s ease-in-out infinite alternate-reverse}.vip-benefits-page .vip-page-decor__orbit--three{right:-10rem;bottom:-13.125rem;width:35.625rem;height:20.625rem;border-color:#71beff1a;border-radius:50% 50% 0 0/30% 30% 0 0;background-image:linear-gradient(rgba(125,190,255,.018) 1px,transparent 1px),linear-gradient(90deg,rgba(125,190,255,.018) 1px,transparent 1px);background-size:2rem 2rem;transform:perspective(23.75rem) rotateX(52deg);transform-origin:bottom center}.vip-benefits-page .vip-page-decor__beam{width:1px;height:9.375rem;opacity:.36;background:linear-gradient(to bottom,transparent,rgba(106,184,255,.48),transparent);animation:vip-mobile-beam-96d67c4f 7s ease-in-out infinite}.vip-benefits-page .vip-page-decor__beam--one{top:12%;left:14%;transform:rotate(37deg)}.vip-benefits-page .vip-page-decor__beam--two{top:57%;right:12%;height:7.5rem;opacity:.26;transform:rotate(-43deg);animation-delay:-3s}.vip-benefits-page .vip-page-decor__star{width:.1875rem;height:.1875rem;border-radius:50%;background:#c8e7ff;box-shadow:0 0 .4375rem #79c8ff,0 0 .875rem #53acff94;animation:vip-mobile-star-96d67c4f 3.8s ease-in-out infinite alternate}.vip-benefits-page .vip-page-decor__star--one{top:14%;left:11%}.vip-benefits-page .vip-page-decor__star--two{top:30%;right:11%;width:.125rem;height:.125rem;animation-delay:-1.4s}.vip-benefits-page .vip-page-decor__star--three{top:63%;left:20%;width:.125rem;height:.125rem;animation-delay:-2.2s}.vip-benefits-page .vip-page-decor__star--four{right:21%;bottom:12%;width:.25rem;height:.25rem;background:#f4ce86;box-shadow:0 0 .4375rem #f1bc5a,0 0 .875rem #f1bc5a8a;animation-delay:-.8s}@keyframes vip-mobile-orbit-96d67c4f{0%{translate:0 0}to{translate:.625rem -.4375rem}}@keyframes vip-mobile-beam-96d67c4f{0%,to{opacity:.08}50%{opacity:.48}}@keyframes vip-mobile-star-96d67c4f{0%{opacity:.25;scale:.72}to{opacity:1;scale:1.16}}@media (prefers-reduced-motion: reduce){.vip-benefits-page .vip-page-decor__orbit,.vip-benefits-page .vip-page-decor__beam,.vip-benefits-page .vip-page-decor__star{animation:none}}.vip-benefits-page .vip-hero{position:relative;padding:.9375rem 1.75rem 1.3125rem;text-align:center}.vip-benefits-page .vip-hero h1{margin:0;color:#ffe8af;font-size:1.6875rem;font-weight:900;letter-spacing:.5px;line-height:1.3;text-shadow:0 .125rem .75rem rgba(231,180,87,.12)}.vip-benefits-page .vip-hero p{margin:.5rem 0 0;color:#ead3a2;font-size:.8125rem;line-height:1.5}.vip-benefits-page .vip-hero__spark{position:absolute;top:1.25rem;left:.9375rem;color:#f5d782;font-size:1.0625rem}.vip-benefits-page .vip-hero__spark--right{right:.9375rem;left:auto;top:2.375rem;font-size:.875rem}.vip-benefits-page .vip-card{position:relative;aspect-ratio:1.775/1;margin-top:.25rem;overflow:hidden;background:#071a36;border:1px solid var(--vip-card-border, rgba(247, 211, 133, .92));border-radius:.9375rem;box-shadow:var(--vip-card-shadow, 0 14px 34px rgba(5, 2, 19, .28));touch-action:pan-y;-webkit-user-select:none;user-select:none;transform:perspective(56.25rem) rotateY(var(--vip-stage-tilt, 0deg)) scale(var(--vip-stage-scale, 1));transform-origin:var(--vip-reveal-x, 50%) 50%;transform-style:preserve-3d;will-change:transform}.vip-benefits-page .vip-card:after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:8;border-radius:inherit;box-shadow:inset 0 0 0 1px #ffffff7a,inset 0 0 1.5rem #ffffff2e;opacity:var(--vip-effect-opacity, 0);pointer-events:none;content:""}.vip-benefits-page .vip-card:not(.is-dragging):not(.is-resetting){transition:transform .76s cubic-bezier(.16,1.18,.28,1),border-color .45s ease,box-shadow .45s ease}.vip-benefits-page .vip-card.is-resetting,.vip-benefits-page .vip-card.is-resetting *{transition:none!important;animation:none!important}.vip-benefits-page .vip-card.is-card-locked{border-color:#acb5ccb8;box-shadow:0 .875rem 2.125rem #04050e6b}.vip-benefits-page .vip-card--vip1{--vip-card-title: #2a5489;--vip-card-text: #355779;--vip-card-muted: #4d6784;--vip-card-strong: #2d5c91;--vip-card-track: rgba(53, 93, 139, .22);--vip-card-progress: linear-gradient(90deg, #3c6da5, #b9d8ff);--vip-card-border: rgba(192, 218, 250, .96);--vip-card-badge-bg: #19385f;--vip-card-badge-border: #90b9e8;--vip-card-badge-text: #eaf4ff;--vip-card-shadow: 0 .875rem 2.125rem rgba(23, 55, 92, .24)}.vip-benefits-page .vip-card--vip2,.vip-benefits-page .vip-card--vip3{--vip-card-title: #e5f2ff;--vip-card-text: #d0e6ff;--vip-card-muted: #abc8ea;--vip-card-strong: #eff7ff;--vip-card-track: rgba(178, 211, 247, .24);--vip-card-progress: linear-gradient(90deg, #75a6db, #e8f5ff);--vip-card-border: rgba(128, 172, 222, .92);--vip-card-badge-bg: rgba(10, 34, 65, .92);--vip-card-badge-border: #7faee0;--vip-card-badge-text: #eaf5ff;--vip-card-shadow: 0 .875rem 2.125rem rgba(3, 18, 42, .38)}.vip-benefits-page .vip-card--gold{--vip-card-title: #b37b2d;--vip-card-text: #5e4124;--vip-card-muted: #6c4b2a;--vip-card-strong: #b27c34;--vip-card-track: rgba(177, 122, 45, .28);--vip-card-progress: linear-gradient(90deg, #b87c2a, #f4db9d);--vip-card-border: rgba(247, 211, 133, .92);--vip-card-badge-bg: #1a222b;--vip-card-badge-border: #d8a54d;--vip-card-badge-text: #f9dda3}.vip-benefits-page .vip-card--platinum{--vip-card-title: #303541;--vip-card-text: #505762;--vip-card-muted: #606772;--vip-card-strong: #303642;--vip-card-track: rgba(82, 91, 104, .22);--vip-card-progress: linear-gradient(90deg, #727b89, #f5f7fa);--vip-card-border: rgba(224, 229, 236, .96);--vip-card-badge-bg: #343945;--vip-card-badge-border: #aeb5c0;--vip-card-badge-text: #f4f6f8;--vip-card-shadow: 0 .875rem 2.125rem rgba(12, 16, 24, .22)}.vip-benefits-page .vip-card--black-gold{--vip-card-title: #f2d18a;--vip-card-text: #e2c488;--vip-card-muted: #d4b36e;--vip-card-strong: #f4d792;--vip-card-track: rgba(230, 190, 105, .25);--vip-card-progress: linear-gradient(90deg, #a76f20, #ffe4a5);--vip-card-border: rgba(190, 142, 66, .9);--vip-card-badge-bg: rgba(10, 10, 10, .88);--vip-card-badge-border: #ba873f;--vip-card-badge-text: #f4d28f;--vip-card-shadow: 0 .875rem 2.125rem rgba(0, 0, 0, .42)}.vip-benefits-page .vip-card__layer{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;border-radius:inherit;backface-visibility:hidden;will-change:opacity,filter,transform,clip-path}.vip-benefits-page .vip-card__layer--current{z-index:1;opacity:var(--vip-current-opacity, 1);filter:blur(var(--vip-current-blur, 0));transform:scale(var(--vip-current-scale, 1))}.vip-benefits-page .vip-card__layer--preview{z-index:2;opacity:var(--vip-preview-opacity, 0);filter:blur(var(--vip-preview-blur, 4.5px));clip-path:circle(var(--vip-reveal-radius, 0%) at var(--vip-reveal-x, 100%) 50%);transform:scale(var(--vip-preview-scale, 1.045))}.vip-benefits-page .vip-card:not(.is-dragging):not(.is-resetting) .vip-card__layer{transition:opacity .56s cubic-bezier(.22,.72,.18,1),filter .56s ease,transform .62s cubic-bezier(.16,.78,.18,1),clip-path .62s cubic-bezier(.2,.78,.18,1)}.vip-benefits-page .vip-card__background{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;width:100%;height:100%;object-fit:cover;transition:filter .42s ease}.vip-benefits-page .vip-card__layer.is-locked .vip-card__background{filter:saturate(.42) brightness(.66) contrast(.94)}.vip-benefits-page .vip-card__badge{position:absolute;z-index:1;top:0;left:0;display:flex;align-items:center;gap:.375rem;width:4.625rem;height:1.6875rem;padding:0 .6875rem;border:1px solid var(--vip-card-badge-border, #d8a54d);border-top:0;border-left:0;border-radius:.875rem 0;background:var(--vip-card-badge-bg, #102a4a);color:var(--vip-card-badge-text, #f9dda3);box-sizing:border-box;font-size:.875rem;font-weight:800}.vip-benefits-page .vip-card__badge img{width:1.25rem;height:1rem;object-fit:contain}.vip-benefits-page .vip-card__copy{position:relative;z-index:1;width:52%;padding:2.625rem 0 0 1.3125rem;color:var(--vip-card-text, #5e4124)}.vip-benefits-page .vip-card__copy h2{margin:0;color:var(--vip-card-title, #b37b2d);font-size:1.6875rem;font-weight:900;line-height:1.2}.vip-benefits-page .vip-card__copy>p{margin:.4375rem 0 0;font-size:.6875rem;white-space:nowrap}.vip-benefits-page .vip-card__layer--current .vip-card__copy{opacity:var(--vip-current-copy-opacity, 1);transform:translateY(var(--vip-current-copy-y, 0))}.vip-benefits-page .vip-card__layer--preview .vip-card__copy{opacity:var(--vip-preview-copy-opacity, 0);transform:translateY(var(--vip-preview-copy-y, 10px))}.vip-benefits-page .vip-card:not(.is-dragging):not(.is-resetting) .vip-card__copy{transition:opacity .38s ease,transform .48s cubic-bezier(.2,.78,.18,1)}.vip-benefits-page .vip-card__status{display:flex;align-items:center;gap:.4375rem;margin-top:.9375rem;font-size:.75rem}.vip-benefits-page .vip-card__status img{width:.8125rem;height:1rem;object-fit:contain}.vip-benefits-page .vip-card__progress-copy{margin-top:.4375rem;color:var(--vip-card-muted, #6c4b2a);font-size:.625rem}.vip-benefits-page .vip-card__progress-copy strong{margin-right:.1875rem;color:var(--vip-card-strong, #b27c34);font-size:1rem;font-weight:500}.vip-benefits-page .vip-card__progress{width:100%;height:.3125rem;margin-top:.25rem;overflow:hidden;border-radius:6.1875rem;background:var(--vip-card-track, rgba(177, 122, 45, .28))}.vip-benefits-page .vip-card__progress span{display:block;width:var(--vip-progress-width, 10%);height:100%;border-radius:inherit;background:var(--vip-card-progress, linear-gradient(90deg, #b87c2a, #f4db9d));transition:width .42s ease}.vip-benefits-page .vip-card__progress.is-current span,.vip-benefits-page .vip-card__progress.is-unlocked span{width:var(--vip-progress-width, 100%)}.vip-benefits-page .vip-card__progress.is-loading span{width:42%;animation:vip-card-progress-loading-96d67c4f 1.1s ease-in-out infinite alternate}.vip-benefits-page .vip-card__copy .vip-card__next{margin-top:.25rem;color:var(--vip-card-muted, #604328);font-size:.625rem}.vip-benefits-page .vip-card__badge{width:auto;height:1.5rem;gap:.25rem;padding:0 .5625rem;font-size:.625rem}.vip-benefits-page .vip-card__badge img{width:.9375rem;height:.8125rem}.vip-benefits-page .vip-card__copy{width:50%;padding:2.125rem 0 0 1.0625rem}.vip-benefits-page .vip-card__copy h2{font-size:1.4375rem;letter-spacing:-.35px}.vip-benefits-page .vip-card__copy>p{margin-top:.3125rem;font-size:.625rem;line-height:1.3}.vip-benefits-page .vip-card__status{gap:.3125rem;margin-top:.6875rem;font-size:.625rem}.vip-benefits-page .vip-card__status img{width:.6875rem;height:.8125rem}.vip-benefits-page .vip-card__progress-copy{margin-top:.3125rem;font-size:.5625rem}.vip-benefits-page .vip-card__progress-copy strong{font-size:.8125rem}.vip-benefits-page .vip-card__progress{height:.25rem;margin-top:.1875rem}.vip-benefits-page .vip-card__copy .vip-card__next{margin-top:.1875rem;font-size:.5625rem}.vip-benefits-page .vip-card__lock-mask{position:absolute;z-index:6;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;padding-left:57%;background:linear-gradient(90deg,#0809141a,#08091461 48%,#080914c2);color:#f7f9ff;box-sizing:border-box;text-align:center;text-shadow:0 .125rem .375rem rgba(0,0,0,.42);-webkit-backdrop-filter:saturate(.72);backdrop-filter:saturate(.72)}.vip-benefits-page .vip-card__lock-mask strong{margin-top:.4375rem;font-size:.8125rem;font-weight:800;letter-spacing:.5px}.vip-benefits-page .vip-card__lock-mask small{margin-top:.25rem;color:#eff3fcc2;font-size:.5625rem;white-space:nowrap}.vip-benefits-page .vip-card__lock-icon{display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border:1px solid rgba(255,255,255,.38);border-radius:50%;background:#080c1c85;box-shadow:inset 0 0 .875rem #ffffff14,0 .375rem 1rem #0000003d}.vip-benefits-page .vip-card__lock-icon img{width:.9375rem;height:1.1875rem;object-fit:contain;filter:brightness(0) invert(1)}@keyframes vip-card-progress-loading-96d67c4f{0%{transform:translate(-55%)}to{transform:translate(150%)}}.vip-benefits-page .vip-card__aurora,.vip-benefits-page .vip-card__light-sweep,.vip-benefits-page .vip-card__particle{position:absolute;pointer-events:none}.vip-benefits-page .vip-card__aurora{top:-42%;right:-42%;bottom:-42%;left:-42%;z-index:4;background:radial-gradient(circle at var(--vip-reveal-x, 100%) 50%,rgba(255,255,255,.62) 0,rgba(255,255,255,.2) 14%,transparent 38%);opacity:var(--vip-effect-opacity, 0);filter:blur(.75rem);mix-blend-mode:screen;transform:scale(.92)}.vip-benefits-page .vip-card__light-sweep{top:-35%;bottom:-35%;left:35%;z-index:5;width:30%;opacity:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.72),transparent);filter:blur(.125rem);mix-blend-mode:screen;transform:translate(var(--vip-sweep-from, 145%)) rotate(18deg)}.vip-benefits-page .vip-card.is-switching .vip-card__light-sweep{animation:vip-card-light-sweep-96d67c4f .62s cubic-bezier(.16,.76,.18,1) both}.vip-benefits-page .vip-card__particle{z-index:7;width:.25rem;height:.25rem;border-radius:50%;background:var(--vip-card-badge-text, #f9dda3);box-shadow:0 0 .5625rem currentColor,0 0 1rem #ffffffbf;color:var(--vip-card-badge-text, #f9dda3);opacity:0}.vip-benefits-page .vip-card__particle:nth-of-type(3){left:18%;top:23%;--vip-particle-x: -1.125rem;--vip-particle-y: -1.25rem}.vip-benefits-page .vip-card__particle:nth-of-type(4){left:34%;top:70%;--vip-particle-x: -.5625rem;--vip-particle-y: 1.375rem}.vip-benefits-page .vip-card__particle:nth-of-type(5){left:52%;top:18%;--vip-particle-x: .3125rem;--vip-particle-y: -1.5rem}.vip-benefits-page .vip-card__particle:nth-of-type(6){left:66%;top:66%;--vip-particle-x: .9375rem;--vip-particle-y: 1.5rem}.vip-benefits-page .vip-card__particle:nth-of-type(7){left:79%;top:30%;--vip-particle-x: 1.375rem;--vip-particle-y: -.875rem}.vip-benefits-page .vip-card__particle:nth-of-type(8){left:88%;top:74%;--vip-particle-x: 1.6875rem;--vip-particle-y: 1.125rem}.vip-benefits-page .vip-card__particle:nth-of-type(9){left:44%;top:48%;--vip-particle-x: 0;--vip-particle-y: -1.75rem}.vip-benefits-page .vip-card.is-switching .vip-card__particle{animation:vip-card-particle-burst-96d67c4f .68s ease-out both}.vip-benefits-page .vip-card.is-switching .vip-card__particle:nth-of-type(4),.vip-benefits-page .vip-card.is-switching .vip-card__particle:nth-of-type(7){animation-delay:.05s}.vip-benefits-page .vip-card.is-switching .vip-card__particle:nth-of-type(5),.vip-benefits-page .vip-card.is-switching .vip-card__particle:nth-of-type(8){animation-delay:.1s}@keyframes vip-card-light-sweep-96d67c4f{0%{opacity:0;transform:translate(var(--vip-sweep-from, 145%)) rotate(18deg)}24%{opacity:.76}to{opacity:0;transform:translate(var(--vip-sweep-to, -145%)) rotate(18deg)}}@keyframes vip-card-particle-burst-96d67c4f{0%{opacity:0;transform:translate(0) scale(.2)}30%{opacity:.95}to{opacity:0;transform:translate(var(--vip-particle-x),var(--vip-particle-y)) scale(.45)}}.vip-benefits-page .vip-card-indicators{display:flex;justify-content:center;gap:.375rem;height:1.875rem;padding-top:.6875rem;box-sizing:border-box}.vip-benefits-page .vip-card-indicators button{width:1.125rem;height:.25rem;padding:0;border:0;border-radius:6.1875rem;background:#e4cfa61f;cursor:pointer;transition:width .2s ease,background .2s ease,transform .2s ease}.vip-benefits-page .vip-card-indicators .is-active{width:1.625rem;background:linear-gradient(90deg,#b7802d,#ffe7a7)}.vip-benefits-page .vip-card-indicators .is-locked{background:#afb6cc3d}.vip-benefits-page .vip-card-indicators .is-active.is-locked{background:linear-gradient(90deg,#737b91,#b7bdcc)}.vip-benefits-page .vip-card-indicators .is-preview:not(.is-active){background:#ffe09f94;transform:scaleY(1.35)}.vip-benefits-page .vip-section{margin-top:.25rem}.vip-benefits-page .vip-section-title{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:1rem}.vip-benefits-page .vip-section-title h2{flex:none;margin:0 .25rem;color:#ffe8b2;font-size:1.0625rem;font-weight:800;line-height:1.3}.vip-benefits-page .vip-section-title__line{width:4.375rem;height:1px;background:linear-gradient(90deg,transparent,rgba(225,184,98,.58))}.vip-benefits-page .vip-section-title__line:last-child{transform:scaleX(-1)}.vip-benefits-page .vip-section-title__diamond{width:.375rem;height:.375rem;flex:none;border:1px solid #b88639;transform:rotate(45deg)}.vip-benefits-page .vip-exclusive-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:.125rem}.vip-benefits-page .vip-exclusive-item{min-width:0;text-align:center}.vip-benefits-page .vip-exclusive-item h3{margin:.4375rem 0 0;color:#fff5dc;font-size:.6875rem;font-weight:600;line-height:1.25;white-space:nowrap}.vip-benefits-page .vip-exclusive-item p{margin:.1875rem 0 0;color:#c99b51;font-size:.5rem;line-height:1.3;white-space:nowrap}.vip-benefits-page .vip-exclusive-item__icon{position:relative;display:flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;margin:0 auto;border:1px solid rgba(223,179,95,.65);border-radius:50%;background:radial-gradient(circle,#2559917a,#082146c7);box-shadow:inset 0 0 1rem #ffffff08}.vip-benefits-page .vip-exclusive-item__icon>img{width:1.4375rem;height:1.4375rem;object-fit:contain}.vip-benefits-page .vip-exclusive-item__icon.is-frame img{position:absolute;width:.625rem;height:1.5rem}.vip-benefits-page .vip-exclusive-item__icon.is-frame .is-left{left:.8125rem}.vip-benefits-page .vip-exclusive-item__icon.is-frame .is-right{right:.8125rem}.vip-benefits-page .vip-section--more{margin-top:1.75rem}.vip-benefits-page .vip-more-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem}.vip-benefits-page .vip-more-item{display:flex;align-items:center;min-width:0;min-height:4rem;padding:.625rem .5rem;border:1px solid rgba(255,255,255,.02);border-radius:.625rem;background:linear-gradient(135deg,#123765b3,#061b3de0);box-sizing:border-box}.vip-benefits-page .vip-more-item img{width:1.8125rem;height:1.8125rem;flex:none;margin-right:.4375rem;object-fit:contain}.vip-benefits-page .vip-more-item h3{margin:0;color:#fff2d1;font-size:.75rem;font-weight:600;line-height:1.25;white-space:nowrap}.vip-benefits-page .vip-more-item p{margin:.25rem 0 0;color:#c99b52;font-size:.5625rem;line-height:1.25;white-space:nowrap}.vip-benefits-page .vip-section--rules{margin-top:2rem}.vip-benefits-page .vip-rules-list{display:flex;flex-direction:column;gap:.75rem}.vip-benefits-page .vip-rule-item{border-radius:.75rem;background:linear-gradient(135deg,#ffffff0d,#ffffff05);border:1px solid rgba(238,205,133,.18);padding:1rem;box-shadow:0 .25rem .75rem #00000026}.vip-benefits-page .vip-rule-item__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.vip-benefits-page .vip-rule-item__badge{display:inline-flex;min-height:1.375rem;align-items:center;padding:1px .5rem;border:1px solid #90b9e8;border-radius:.3125rem;background:linear-gradient(135deg,#203b6d,#0b1f45);color:#eaf4ff;font-size:.6875rem;font-weight:900;letter-spacing:.1px;line-height:1;text-shadow:0 1px 1px rgba(0,0,0,.38);box-shadow:inset 0 1px #ffffff2e}.vip-benefits-page .vip-rule-item__badge.is-vip2,.vip-benefits-page .vip-rule-item__badge.is-vip3{border-color:#7faee0;background:linear-gradient(135deg,#102e58,#06162f);color:#eaf5ff}.vip-benefits-page .vip-rule-item__badge.is-pending{border-color:#7c8ca1;background:linear-gradient(135deg,#334155,#172033);color:#e5edf7}.vip-benefits-page .vip-rule-item__badge.is-gold{border-color:#e2ab32;background:linear-gradient(135deg,#5a3b08,#201600);color:#ffe69b}.vip-benefits-page .vip-rule-item__badge.is-platinum{border-color:#bcc9da;background:linear-gradient(135deg,#43536a,#1f2b3c);color:#f3f7ff}.vip-benefits-page .vip-rule-item__badge.is-black-gold{border-color:#bc8d31;background:linear-gradient(135deg,#1d2431,#05080e);color:#f0cb78}.vip-benefits-page .vip-rule-item__number{display:flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;border-radius:50%;background:#eecd851f;border:1px solid rgba(238,205,133,.3);color:#f4d89c;font-size:.875rem;font-weight:700}.vip-benefits-page .vip-rule-item__body{display:flex;flex-direction:column;gap:.625rem}.vip-benefits-page .vip-rule-item__condition strong,.vip-benefits-page .vip-rule-item__benefit strong{display:block;color:#f4d89c;font-size:.75rem;font-weight:700;margin-bottom:.25rem}.vip-benefits-page .vip-rule-item__condition p,.vip-benefits-page .vip-rule-item__benefit p{color:#ddd0b4;font-size:.75rem;line-height:1.6;margin:0}.vip-benefits-page .vip-section--settings{margin-top:1.875rem}.vip-benefits-page .vip-settings-card{overflow:hidden;padding:0 .8125rem;border-radius:.75rem;background:linear-gradient(145deg,#473263b3,#231842e6);box-shadow:inset 0 0 1.5rem #ffffff04}.vip-benefits-page .vip-setting-item{display:grid;grid-template-columns:2.125rem minmax(0,1fr) auto;align-items:center;min-height:4rem;border-bottom:1px solid rgba(255,255,255,.035)}.vip-benefits-page .vip-setting-item:last-child{border-bottom:0}.vip-benefits-page .vip-setting-item>img{width:1.625rem;height:1.625rem;object-fit:contain}.vip-benefits-page .vip-setting-item__copy{display:grid;grid-template-columns:5.125rem minmax(0,1fr);align-items:center;gap:.125rem}.vip-benefits-page .vip-setting-item__copy h3,.vip-benefits-page .vip-setting-item__copy p{margin:0;line-height:1.35}.vip-benefits-page .vip-setting-item__copy h3{color:#fff4da;font-size:.8125rem;font-weight:600}.vip-benefits-page .vip-setting-item__copy p{color:#d9bd83;font-size:.625rem}.vip-benefits-page .vip-switch{position:relative;width:2.4375rem;height:1.4375rem;padding:0;border:0;border-radius:6.1875rem;background:#ffffff29;cursor:pointer;transition:background .2s ease}.vip-benefits-page .vip-switch span{position:absolute;top:.125rem;left:.125rem;width:1.1875rem;height:1.1875rem;border-radius:50%;background:#fff;box-shadow:0 1px .25rem #00000040;transition:transform .2s ease}.vip-benefits-page .vip-switch.is-active{background:linear-gradient(90deg,#b77d2b,#dda94f)}.vip-benefits-page .vip-switch.is-active span{transform:translate(1rem)}.vip-benefits-page .vip-select-number{min-width:3.3125rem;height:1.8125rem;padding:0 .6875rem;border:1px solid #d9a648;border-radius:6.1875rem;background:transparent;color:#f5d696;font-size:.75rem}.vip-benefits-page .vip-rules-overlay{position:fixed;z-index:4000;top:0;right:0;bottom:0;left:0;display:flex;align-items:flex-end;justify-content:center;background:#070314ad;-webkit-backdrop-filter:blur(.25rem);backdrop-filter:blur(.25rem)}.vip-benefits-page .vip-rules-sheet{width:100%;max-height:min(78vh,41.25rem);padding:1.25rem 1.125rem calc(1.625rem + env(safe-area-inset-bottom,0px));overflow:auto;border:1px solid rgba(228,185,96,.38);border-bottom:0;border-radius:1.25rem 1.25rem 0 0;background:linear-gradient(155deg,#123b6d,#071a36 72%);color:#fff1d0;box-shadow:0 -1rem 2.625rem #05021173;box-sizing:border-box}.vip-benefits-page .vip-rules-sheet header{display:flex;flex-direction:row-reverse;align-items:flex-start;justify-content:space-between}.vip-benefits-page .vip-rules-sheet header button{width:2.125rem;height:2.125rem;padding:0;border:1px solid rgba(238,207,143,.25);border-radius:50%;background:#ffffff0d;color:#f7dfaa;font-size:1.4375rem;line-height:1}.vip-benefits-page .vip-rules-sheet header span{color:#b78b44;font-size:.5625rem;font-weight:700;letter-spacing:1.5px}.vip-benefits-page .vip-rules-sheet header h2{margin:.1875rem 0 0;color:#ffe8b1;font-size:1.4375rem}.vip-benefits-page .vip-rules-sheet__intro,.vip-benefits-page .vip-rules-sheet__notice{color:#cdbd9d;font-size:.75rem;line-height:1.65}.vip-benefits-page .vip-rules-list{display:grid;gap:.5rem;margin-top:1rem}.vip-benefits-page .vip-rules-list article{display:grid;grid-template-columns:6.5625rem minmax(0,1fr);gap:.25rem .625rem;padding:.75rem;border:1px solid rgba(226,185,102,.14);border-radius:.625rem;background:#ffffff09}.vip-benefits-page .vip-rules-list strong{grid-row:span 2;align-self:center;color:#f4d28b;font-size:.8125rem}.vip-benefits-page .vip-rules-list span,.vip-benefits-page .vip-rules-list em{font-size:.6875rem;font-style:normal;line-height:1.4}.vip-benefits-page .vip-rules-list span{color:#ddd0b4}.vip-benefits-page .vip-rules-list em{color:#c4974d}.vip-benefits-page .vip-sheet-enter-active,.vip-benefits-page .vip-sheet-leave-active{transition:opacity .25s ease}.vip-benefits-page .vip-sheet-enter-active .vip-rules-sheet,.vip-benefits-page .vip-sheet-leave-active .vip-rules-sheet{transition:transform .25s ease}.vip-benefits-page .vip-sheet-enter-from,.vip-benefits-page .vip-sheet-leave-to{opacity:0}.vip-benefits-page .vip-sheet-enter-from .vip-rules-sheet,.vip-benefits-page .vip-sheet-leave-to .vip-rules-sheet{transform:translateY(100%)}@media (max-width: 22.5rem){.vip-benefits-page .vip-page{padding-inline:.75rem}.vip-benefits-page .vip-hero h1{font-size:1.5rem}.vip-benefits-page .vip-exclusive-item h3{font-size:.6875rem}.vip-benefits-page .vip-exclusive-item p{font-size:.5rem}.vip-benefits-page .vip-more-item{padding-inline:.375rem}.vip-benefits-page .vip-more-item img{width:1.5625rem;height:1.5625rem;margin-right:.3125rem}.vip-benefits-page .vip-more-item h3{font-size:.6875rem}.vip-benefits-page .vip-more-item p{font-size:.5rem}.vip-benefits-page .vip-setting-item__copy{grid-template-columns:4.5rem minmax(0,1fr)}}}@media (min-width: 769px){.awm-service-page{background:var(--bg-secondary);padding-bottom:60px;min-height:80vh}.awm-service-page .breadcrumb-section{padding:20px 0;background:#fff;border-bottom:1px solid var(--border-color);margin-bottom:24px}.awm-service-page .filter-box{background:#fff;border-radius:12px;padding:24px;margin-bottom:24px;box-shadow:var(--shadow-sm)}.awm-service-page .filter-box .filter-row{display:flex;align-items:flex-start;padding:12px 0;border-bottom:1px dashed var(--border-color)}.awm-service-page .filter-box .filter-row:last-child{border-bottom:none}.awm-service-page .filter-box .filter-row .filter-label{width:80px;color:var(--text-secondary);font-size:14px;line-height:28px;flex-shrink:0}.awm-service-page .filter-box .filter-row .filter-options{flex:1;display:flex;flex-wrap:wrap;gap:12px;align-items:center}.awm-service-page .filter-box .filter-row .filter-options .filter-tag{padding:4px 12px;font-size:14px;color:var(--text-primary);cursor:pointer;border-radius:4px;transition:all .3s;line-height:20px}.awm-service-page .filter-box .filter-row .filter-options .filter-tag:hover{color:var(--primary-color)}.awm-service-page .filter-box .filter-row .filter-options .filter-tag.active{color:#fff;background:var(--primary-color)}.awm-service-page .filter-box .filter-row .filter-options .range-input-wrapper{display:flex;align-items:center;gap:8px}.awm-service-page .filter-box .filter-row .filter-options .range-input-wrapper .range-separator{color:var(--text-secondary);font-size:14px}.awm-service-page .list-toolbar{background:#fff;padding:16px 24px;border-radius:12px;margin-bottom:24px;display:flex;justify-content:space-between;align-items:center;box-shadow:var(--shadow-sm)}.awm-service-page .list-toolbar .sort-tabs{display:flex;gap:24px}.awm-service-page .list-toolbar .sort-tabs .sort-tab{font-size:14px;color:var(--text-secondary);cursor:pointer;display:flex;align-items:center;gap:4px;transition:all .3s}.awm-service-page .list-toolbar .sort-tabs .sort-tab:hover,.awm-service-page .list-toolbar .sort-tabs .sort-tab.active{color:var(--primary-color)}.awm-service-page .list-toolbar .toolbar-right .search-input{width:240px}.awm-service-page .accounts-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:40px}@media (max-width: 1200px){.awm-service-page .accounts-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 900px){.awm-service-page .accounts-grid{grid-template-columns:repeat(2,1fr)}}.awm-service-page .product-card{background:#fff;border-radius:12px;overflow:hidden;transition:all .3s ease;cursor:pointer;border:1px solid transparent;display:flex;flex-direction:column}.awm-service-page .product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);border-color:var(--primary-color-light)}.awm-service-page .product-card:hover .view-btn{color:var(--primary-color)}.awm-service-page .product-card:hover .view-btn .el-icon{transform:translate(4px)}.awm-service-page .product-card .card-image{position:relative;aspect-ratio:16/10;overflow:hidden;background:#f5f7fa}.awm-service-page .product-card .card-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.awm-service-page .product-card .card-image .want-badge{position:absolute;bottom:8px;right:8px;background:#0009;color:#fff;font-size:12px;padding:4px 8px;border-radius:4px;display:flex;align-items:center;gap:4px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.awm-service-page .product-card .card-image .want-badge .el-icon{color:#ff9f43}.awm-service-page .product-card .card-image .channel-badge{position:absolute;left:10px;top:10px;z-index:3;background:#0000008c;color:#fff;font-size:12px;font-weight:900;padding:4px 10px;border-radius:999px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);max-width:calc(100% - 20px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.awm-service-page .product-card .card-content{padding:16px;flex:1;display:flex;flex-direction:column}.awm-service-page .product-card .card-content .price{color:var(--price-color);font-weight:700;display:flex;align-items:baseline}.awm-service-page .product-card .card-content .price .symbol{font-size:12px}.awm-service-page .product-card .card-content .price .amount{font-size:18px}.awm-service-page .product-card .card-content .price .unit{font-size:12px;color:var(--text-secondary);font-weight:400;margin-left:2px}.awm-service-page .product-card .card-content .price .line-price{margin-left:4px;font-size:12px;color:#9ca3af;font-weight:700;text-decoration:line-through}.awm-service-page .product-card .card-content .product-title{font-size:16px;font-weight:600;color:var(--text-primary);margin-bottom:12px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;height:44px;display:flex;align-items:flex-start;gap:8px}.awm-service-page .product-card .card-content .product-title .title-text{flex:1;min-width:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.awm-service-page .product-card .card-content .discount-tag{flex:0 0 auto;height:18px;line-height:18px;padding:0 8px;border-radius:999px;font-weight:900}.awm-service-page .product-card .card-content .skin-tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:-6px;margin-bottom:10px}.awm-service-page .product-card .card-content .skin-tag{border-radius:999px;font-weight:800}.awm-service-page .product-card .card-content .product-meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.awm-service-page .product-card .card-content .product-meta .user-info{display:flex;align-items:center;gap:8px}.awm-service-page .product-card .card-content .product-meta .user-info .username{font-size:12px;color:var(--text-secondary);max-width:80px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.awm-service-page .product-card .card-content .fee-row{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:14px}.awm-service-page .product-card .card-content .fee-item{font-size:12px;font-weight:700;color:var(--text-secondary);background:var(--bg-secondary);border:1px solid rgba(0,0,0,.06);padding:4px 8px;border-radius:999px}.awm-service-page .product-card .card-content .card-footer{margin-top:auto;padding-top:12px;border-top:1px solid var(--border-color);display:flex;justify-content:flex-end}.awm-service-page .product-card .card-content .card-footer .view-btn{font-size:13px;color:var(--text-secondary);display:flex;align-items:center;gap:4px;transition:all .3s}.awm-service-page .pagination-wrapper{margin-top:40px;display:flex;justify-content:center}.awm-service-page .empty-state{padding:60px 0;background:#fff;border-radius:12px;text-align:center}}@media (max-width: 768px){.awm-service-page{background:var(--bg-secondary);padding-bottom:3.75rem;min-height:80vh}.awm-service-page .breadcrumb-section{padding:1.25rem 0;background:#fff;border-bottom:1px solid var(--border-color);margin-bottom:1.5rem}.awm-service-page .filter-box{background:#fff;border-radius:.75rem;padding:1.5rem;margin-bottom:1.5rem;box-shadow:var(--shadow-sm)}.awm-service-page .filter-box .filter-row{display:flex;align-items:flex-start;padding:.75rem 0;border-bottom:1px dashed var(--border-color)}.awm-service-page .filter-box .filter-row:last-child{border-bottom:none}.awm-service-page .filter-box .filter-row .filter-label{width:5rem;color:var(--text-secondary);font-size:.875rem;line-height:1.75rem;flex-shrink:0}.awm-service-page .filter-box .filter-row .filter-options{flex:1;display:flex;flex-wrap:wrap;gap:.75rem;align-items:center}.awm-service-page .filter-box .filter-row .filter-options .filter-tag{padding:.25rem .75rem;font-size:.875rem;color:var(--text-primary);cursor:pointer;border-radius:.25rem;transition:all .3s;line-height:1.25rem}.awm-service-page .filter-box .filter-row .filter-options .filter-tag:hover{color:var(--primary-color)}.awm-service-page .filter-box .filter-row .filter-options .filter-tag.active{color:#fff;background:var(--primary-color)}.awm-service-page .filter-box .filter-row .filter-options .range-input-wrapper{display:flex;align-items:center;gap:.5rem}.awm-service-page .filter-box .filter-row .filter-options .range-input-wrapper .range-separator{color:var(--text-secondary);font-size:.875rem}.awm-service-page .list-toolbar{background:#fff;padding:1rem 1.5rem;border-radius:.75rem;margin-bottom:1.5rem;display:flex;justify-content:space-between;align-items:center;box-shadow:var(--shadow-sm)}.awm-service-page .list-toolbar .sort-tabs{display:flex;gap:1.5rem}.awm-service-page .list-toolbar .sort-tabs .sort-tab{font-size:.875rem;color:var(--text-secondary);cursor:pointer;display:flex;align-items:center;gap:.25rem;transition:all .3s}.awm-service-page .list-toolbar .sort-tabs .sort-tab:hover,.awm-service-page .list-toolbar .sort-tabs .sort-tab.active{color:var(--primary-color)}.awm-service-page .list-toolbar .toolbar-right .search-input{width:15rem}.awm-service-page .accounts-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem;margin-bottom:2.5rem;grid-template-columns:repeat(3,1fr);grid-template-columns:repeat(2,1fr)}@media (max-width: 37.5rem){.awm-service-page .accounts-grid{grid-template-columns:1fr}}.awm-service-page .product-card{background:#fff;border-radius:.75rem;overflow:hidden;transition:all .3s ease;cursor:pointer;border:1px solid transparent;display:flex;flex-direction:column}.awm-service-page .product-card:hover{transform:translateY(-.25rem);box-shadow:var(--shadow-lg);border-color:var(--primary-color-light)}.awm-service-page .product-card:hover .view-btn{color:var(--primary-color)}.awm-service-page .product-card:hover .view-btn .el-icon{transform:translate(.25rem)}.awm-service-page .product-card .card-image{position:relative;aspect-ratio:16/10;overflow:hidden;background:#f5f7fa}.awm-service-page .product-card .card-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.awm-service-page .product-card .card-image .want-badge{position:absolute;bottom:.5rem;right:.5rem;background:#0009;color:#fff;font-size:.75rem;padding:.25rem .5rem;border-radius:.25rem;display:flex;align-items:center;gap:.25rem;-webkit-backdrop-filter:blur(.25rem);backdrop-filter:blur(.25rem)}.awm-service-page .product-card .card-image .want-badge .el-icon{color:#ff9f43}.awm-service-page .product-card .card-image .channel-badge{position:absolute;left:.625rem;top:.625rem;z-index:3;background:#0000008c;color:#fff;font-size:.75rem;font-weight:900;padding:.25rem .625rem;border-radius:62.4375rem;-webkit-backdrop-filter:blur(.25rem);backdrop-filter:blur(.25rem);max-width:calc(100% - 1.25rem);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.awm-service-page .product-card .card-content{padding:1rem;flex:1;display:flex;flex-direction:column}.awm-service-page .product-card .card-content .price{color:var(--price-color);font-weight:700;display:flex;align-items:baseline}.awm-service-page .product-card .card-content .price .symbol{font-size:.75rem}.awm-service-page .product-card .card-content .price .amount{font-size:1.125rem}.awm-service-page .product-card .card-content .price .unit{font-size:.75rem;color:var(--text-secondary);font-weight:400;margin-left:.125rem}.awm-service-page .product-card .card-content .price .line-price{margin-left:.25rem;font-size:.75rem;color:#9ca3af;font-weight:700;text-decoration:line-through}.awm-service-page .product-card .card-content .product-title{font-size:1rem;font-weight:600;color:var(--text-primary);margin-bottom:.75rem;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;height:2.75rem;display:flex;align-items:flex-start;gap:.5rem}.awm-service-page .product-card .card-content .product-title .title-text{flex:1;min-width:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.awm-service-page .product-card .card-content .discount-tag{flex:0 0 auto;height:1.125rem;line-height:1.125rem;padding:0 .5rem;border-radius:62.4375rem;font-weight:900}.awm-service-page .product-card .card-content .skin-tags{display:flex;flex-wrap:wrap;gap:.375rem;margin-top:-.375rem;margin-bottom:.625rem}.awm-service-page .product-card .card-content .skin-tag{border-radius:62.4375rem;font-weight:800}.awm-service-page .product-card .card-content .product-meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.awm-service-page .product-card .card-content .product-meta .user-info{display:flex;align-items:center;gap:.5rem}.awm-service-page .product-card .card-content .product-meta .user-info .username{font-size:.75rem;color:var(--text-secondary);max-width:5rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.awm-service-page .product-card .card-content .fee-row{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.875rem}.awm-service-page .product-card .card-content .fee-item{font-size:.75rem;font-weight:700;color:var(--text-secondary);background:var(--bg-secondary);border:1px solid rgba(0,0,0,.06);padding:.25rem .5rem;border-radius:62.4375rem}.awm-service-page .product-card .card-content .card-footer{margin-top:auto;padding-top:.75rem;border-top:1px solid var(--border-color);display:flex;justify-content:flex-end}.awm-service-page .product-card .card-content .card-footer .view-btn{font-size:.8125rem;color:var(--text-secondary);display:flex;align-items:center;gap:.25rem;transition:all .3s}.awm-service-page .pagination-wrapper{margin-top:2.5rem;display:flex;justify-content:center}.awm-service-page .empty-state{padding:3.75rem 0;background:#fff;border-radius:.75rem;text-align:center}}@media (min-width: 769px){.rental-guide-page{min-height:calc(100vh - 96px);padding:34px 20px 64px;background:#f4f7fb}.rental-guide-page__wrap{max-width:1000px;margin:0 auto}.rental-guide-page .back{padding:0;border:0;background:transparent;color:#66758c;font-size:14px;cursor:pointer}.rental-guide-page .hero{margin-top:14px;padding:22px 28px;border-radius:12px;color:#243a57;background:#fff;border:1px solid #e7edf6}.rental-guide-page .hero--publish{color:#714520}.rental-guide-page .hero h1{margin:0;font-size:22px}.rental-guide-page .guide-card{margin-top:14px;padding:18px;border:1px solid #e7edf6;border-radius:12px;background:#fff}.rental-guide-page .image-placeholder{display:flex;align-items:center;justify-content:center;flex-direction:column;color:#9aa7b8;border:1px dashed #cbd7e6;border-radius:12px;background:#f8fafc}.rental-guide-page .image-placeholder{min-height:440px;font-size:17px}.rental-guide-page .image-placeholder small{margin-top:8px;font-size:13px}}@media (max-width: 768px){.rental-guide-page{min-height:100vh;padding:1.125rem .875rem calc(2rem + env(safe-area-inset-bottom));background:#f4f7fb}.rental-guide-page__wrap{max-width:38.75rem;margin:auto}.rental-guide-page .back{padding:0;border:0;background:transparent;color:#68778c;font-size:.875rem}.rental-guide-page .hero{margin-top:.75rem;padding:1.125rem;border:1px solid #e7edf6;border-radius:.75rem;color:#243a57;background:#fff}.rental-guide-page .hero--publish{color:#714520}.rental-guide-page .hero h1{margin:0;font-size:1.25rem}.rental-guide-page .guide-card{margin-top:.875rem;padding:1.125rem;border:1px solid #e7edf6;border-radius:.875rem;background:#fff}.rental-guide-page .image-placeholder{display:flex;align-items:center;justify-content:center;color:#9aa7b8;border:1px dashed #cbd7e6;border-radius:.625rem;background:#f8fafc}.rental-guide-page .image-placeholder{min-height:22.5rem}}@media (min-width: 769px){.problem-page{padding:20px 0 32px}.problem-page .page-header{margin-bottom:16px;border-bottom:1px solid var(--border-color)}.problem-page .header-inner,.problem-page .problem-wrap{max-width:860px;margin:0 auto;padding:0 16px}.problem-page .header-inner{display:flex;align-items:flex-start;gap:12px;padding-bottom:16px}.problem-page .header-inner .problem-back-btn{flex:0 0 auto;height:36px;padding:0 13px;border:1px solid #d9e4f2;border-radius:999px;color:#315b8f;background:#f7faff;box-shadow:0 4px 10px #315b8f14;font-size:13px;font-weight:700;transition:color .2s ease,background-color .2s ease,border-color .2s ease,transform .2s ease,box-shadow .2s ease}.problem-page .header-inner .problem-back-btn:hover{border-color:#9dbcf0;color:#2456a6;background:#eaf2ff;box-shadow:0 6px 14px #315b8f24;transform:translateY(-1px)}.problem-page .header-inner .problem-back-btn:active{transform:translateY(0) scale(.98)}.problem-page .header-inner .problem-back-btn:focus-visible{outline:none;box-shadow:0 0 0 3px #409eff33,0 4px 10px #315b8f14}.problem-page .header-inner .problem-back-btn .el-icon{margin-right:0;font-size:15px}.problem-page .header-inner h2{margin:0 0 4px;color:var(--text-primary);font-size:22px;font-weight:900}.problem-page .header-inner p{margin:0;color:var(--text-secondary);font-size:14px}.problem-page .problem-list{display:flex;flex-direction:column;padding:12px;border:1px solid var(--border-color);border-radius:var(--border-radius-lg);background:#fff;box-shadow:0 10px 24px #1118270f}.problem-page .problem-item{display:flex;width:100%;align-items:center;gap:12px;padding:14px;color:inherit;text-align:left;border:1px solid #e8edf5;border-radius:14px;background:linear-gradient(180deg,#fafbff,#fff);cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.problem-page .problem-item+.problem-item{margin-top:10px}.problem-page .problem-item:hover{border-color:#c7d2fe;box-shadow:0 10px 24px #667eea1f;transform:translateY(-1px)}.problem-page .problem-item:focus-visible{outline:none;border-color:#8bb7f4;box-shadow:0 0 0 3px #409eff2e}.problem-page .problem-item__icon{display:inline-flex;width:42px;height:42px;align-items:center;justify-content:center;flex:0 0 auto;border-radius:12px;background:linear-gradient(135deg,#4f8ff7,#285ec7);color:#fff;font-size:22px}.problem-page .problem-item__body{display:flex;min-width:0;flex:1;flex-direction:column;gap:5px}.problem-page .problem-item__title{display:block;font-size:14px;font-weight:800;color:var(--text-primary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.problem-page .problem-item__snippet{display:-webkit-box;font-size:12px;color:var(--text-secondary);line-height:1.6;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.problem-page .problem-item__arrow{flex:0 0 auto;color:#cbd5e1}.problem-page .empty{min-height:220px;padding:32px 0;border:1px solid var(--border-color);border-radius:var(--border-radius-lg);background:#fff}.problem-page .pagination{margin-top:16px;display:flex;justify-content:center}.problem-page .row-fade-enter-active,.problem-page .row-fade-leave-active{transition:opacity .22s ease,transform .22s ease}.problem-page .row-fade-enter-from,.problem-page .row-fade-leave-to{opacity:0;transform:translateY(10px)}}@media (max-width: 768px){.problem-page{padding:1.25rem 0 2rem}.problem-page .page-header{margin-bottom:1rem;border-bottom:1px solid var(--border-color)}.problem-page .header-inner,.problem-page .problem-wrap{max-width:53.75rem;margin:0 auto;padding:0 1rem}.problem-page .header-inner{display:flex;align-items:flex-start;gap:.75rem;padding-bottom:1rem}.problem-page .header-inner .problem-back-btn{flex:0 0 auto;height:2.25rem;padding:0 .8125rem;border:1px solid #d9e4f2;border-radius:62.4375rem;color:#315b8f;background:#f7faff;box-shadow:0 .25rem .625rem #315b8f14;font-size:.8125rem;font-weight:700;transition:color .2s ease,background-color .2s ease,border-color .2s ease,transform .2s ease,box-shadow .2s ease}.problem-page .header-inner .problem-back-btn:hover{border-color:#9dbcf0;color:#2456a6;background:#eaf2ff;box-shadow:0 .375rem .875rem #315b8f24;transform:translateY(-1px)}.problem-page .header-inner .problem-back-btn:active{transform:translateY(0) scale(.98)}.problem-page .header-inner .problem-back-btn:focus-visible{outline:none;box-shadow:0 0 0 .1875rem #409eff33,0 .25rem .625rem #315b8f14}.problem-page .header-inner .problem-back-btn .el-icon{margin-right:0;font-size:.9375rem}.problem-page .header-inner h2{margin:0 0 .25rem;color:var(--text-primary);font-size:1.375rem;font-weight:900}.problem-page .header-inner p{margin:0;color:var(--text-secondary);font-size:.875rem}.problem-page .problem-list{display:flex;flex-direction:column;padding:.75rem;border:1px solid var(--border-color);border-radius:var(--border-radius-lg);background:#fff;box-shadow:0 .625rem 1.5rem #1118270f}.problem-page .problem-item{display:flex;width:100%;align-items:center;gap:.75rem;padding:.875rem;color:inherit;text-align:left;border:1px solid #e8edf5;border-radius:.875rem;background:linear-gradient(180deg,#fafbff,#fff);cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.problem-page .problem-item+.problem-item{margin-top:.625rem}.problem-page .problem-item:hover{border-color:#c7d2fe;box-shadow:0 .625rem 1.5rem #667eea1f;transform:translateY(-1px)}.problem-page .problem-item:focus-visible{outline:none;border-color:#8bb7f4;box-shadow:0 0 0 .1875rem #409eff2e}.problem-page .problem-item__icon{display:inline-flex;width:2.625rem;height:2.625rem;align-items:center;justify-content:center;flex:0 0 auto;border-radius:.75rem;background:linear-gradient(135deg,#4f8ff7,#285ec7);color:#fff;font-size:1.375rem}.problem-page .problem-item__body{display:flex;min-width:0;flex:1;flex-direction:column;gap:.3125rem}.problem-page .problem-item__title{display:block;font-size:.875rem;font-weight:800;color:var(--text-primary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.problem-page .problem-item__snippet{display:-webkit-box;font-size:.75rem;color:var(--text-secondary);line-height:1.6;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.problem-page .problem-item__arrow{flex:0 0 auto;color:#cbd5e1}.problem-page .empty{min-height:13.75rem;padding:2rem 0;border:1px solid var(--border-color);border-radius:var(--border-radius-lg);background:#fff}.problem-page .pagination{margin-top:1rem;display:flex;justify-content:center}.problem-page .row-fade-enter-active,.problem-page .row-fade-leave-active{transition:opacity .22s ease,transform .22s ease}.problem-page .row-fade-enter-from,.problem-page .row-fade-leave-to{opacity:0;transform:translateY(.625rem)}.problem-page{padding-top:.75rem;padding-bottom:calc(6rem + env(safe-area-inset-bottom,0px))}.problem-page .problem-list{padding:.625rem}.problem-page .problem-item{padding:.75rem}.problem-page .problem-item__icon{width:2.375rem;height:2.375rem;border-radius:.6875rem;font-size:1.25rem}}@media (min-width: 769px){.about-page{padding-bottom:80px}.about-page .page-header{background:linear-gradient(135deg,#667eea,#764ba2);padding:60px 0;text-align:center;color:#fff}.about-page .page-header h1{font-size:36px;font-weight:700;margin-bottom:12px}.about-page .page-header p{font-size:16px;opacity:.9}.about-page section{padding:60px 0}.about-page section h2{font-size:28px;font-weight:700;text-align:center;margin-bottom:40px;color:var(--text-primary)}.about-page .intro-section{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}@media (max-width: 992px){.about-page .intro-section{grid-template-columns:1fr}}.about-page .intro-section .intro-content h2{text-align:left;margin-bottom:24px}.about-page .intro-section .intro-content p{font-size:15px;color:var(--text-secondary);line-height:1.8;margin-bottom:16px}.about-page .intro-section .intro-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.about-page .intro-section .intro-stats .stat-card{text-align:center;padding:24px;background:var(--bg-secondary);border-radius:var(--border-radius-xl)}.about-page .intro-section .intro-stats .stat-card .number{display:block;font-size:28px;font-weight:700;color:var(--primary-color);margin-bottom:8px}.about-page .intro-section .intro-stats .stat-card .label{font-size:14px;color:var(--text-secondary)}.about-page .features-section{background:var(--bg-secondary)}.about-page .features-section .features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:24px}.about-page .features-section .feature-item{text-align:center;padding:40px 24px;background:var(--bg-primary);border-radius:var(--border-radius-xl);transition:all .3s ease}.about-page .features-section .feature-item:hover{transform:translateY(-8px);box-shadow:var(--shadow-lg)}.about-page .features-section .feature-item .icon{width:64px;height:64px;margin:0 auto 20px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;display:flex;align-items:center;justify-content:center}.about-page .features-section .feature-item .icon .el-icon{font-size:28px;color:#fff}.about-page .features-section .feature-item h3{font-size:18px;font-weight:600;margin-bottom:12px;color:var(--text-primary)}.about-page .features-section .feature-item p{font-size:14px;color:var(--text-secondary);line-height:1.6}.about-page .contact-section .contact-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:24px}.about-page .contact-section .contact-card{text-align:center;padding:40px 24px;background:var(--bg-secondary);border-radius:var(--border-radius-xl);transition:all .3s ease}.about-page .contact-section .contact-card:hover{background:var(--primary-gradient);color:#fff}.about-page .contact-section .contact-card:hover h3,.about-page .contact-section .contact-card:hover p,.about-page .contact-section .contact-card:hover .el-icon{color:#fff}.about-page .contact-section .contact-card .el-icon{font-size:40px;color:var(--primary-color);margin-bottom:16px}.about-page .contact-section .contact-card h3{font-size:18px;font-weight:600;margin-bottom:8px;color:var(--text-primary)}.about-page .contact-section .contact-card p{font-size:16px;color:var(--text-secondary)}.about-page .contact-section .qrcode-panel{margin-top:20px;display:flex;justify-content:center}.about-page .contact-section .qrcode-img{width:500px;max-width:100%;border-radius:16px;background:var(--bg-secondary);padding:10px}.about-page .disclaimer-section{padding:40px 0}.about-page .disclaimer-section .el-alert{padding:20px}.about-page .disclaimer-section .el-alert .el-alert__title{font-size:16px;font-weight:600;margin-bottom:8px}.about-page .disclaimer-section .el-alert p{font-size:14px;line-height:1.6;margin:0}}@media (max-width: 768px){.about-page{padding-bottom:5rem}.about-page .page-header{background:linear-gradient(135deg,#667eea,#764ba2);padding:3.75rem 0;text-align:center;color:#fff}.about-page .page-header h1{font-size:2.25rem;font-weight:700;margin-bottom:.75rem}.about-page .page-header p{font-size:1rem;opacity:.9}.about-page section{padding:3.75rem 0}.about-page section h2{font-size:1.75rem;font-weight:700;text-align:center;margin-bottom:2.5rem;color:var(--text-primary)}.about-page .intro-section{display:grid;grid-template-columns:1fr 1fr;gap:3.75rem;align-items:center;grid-template-columns:1fr}.about-page .intro-section .intro-content h2{text-align:left;margin-bottom:1.5rem}.about-page .intro-section .intro-content p{font-size:.9375rem;color:var(--text-secondary);line-height:1.8;margin-bottom:1rem}.about-page .intro-section .intro-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}@media (max-width: 36rem){.about-page .intro-section .intro-stats{grid-template-columns:1fr}}.about-page .intro-section .intro-stats .stat-card{text-align:center;padding:1.5rem;background:var(--bg-secondary);border-radius:var(--border-radius-xl)}.about-page .intro-section .intro-stats .stat-card .number{display:block;font-size:1.75rem;font-weight:700;color:var(--primary-color);margin-bottom:.5rem}.about-page .intro-section .intro-stats .stat-card .label{font-size:.875rem;color:var(--text-secondary)}.about-page .features-section{background:var(--bg-secondary)}.about-page .features-section .features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(15.625rem,1fr));gap:1.5rem}.about-page .features-section .feature-item{text-align:center;padding:2.5rem 1.5rem;background:var(--bg-primary);border-radius:var(--border-radius-xl);transition:all .3s ease}.about-page .features-section .feature-item:hover{transform:translateY(-.5rem);box-shadow:var(--shadow-lg)}.about-page .features-section .feature-item .icon{width:4rem;height:4rem;margin:0 auto 1.25rem;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;display:flex;align-items:center;justify-content:center}.about-page .features-section .feature-item .icon .el-icon{font-size:1.75rem;color:#fff}.about-page .features-section .feature-item h3{font-size:1.125rem;font-weight:600;margin-bottom:.75rem;color:var(--text-primary)}.about-page .features-section .feature-item p{font-size:.875rem;color:var(--text-secondary);line-height:1.6}.about-page .contact-section .contact-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(15.625rem,1fr));gap:1.5rem}.about-page .contact-section .contact-card{text-align:center;padding:2.5rem 1.5rem;background:var(--bg-secondary);border-radius:var(--border-radius-xl);transition:all .3s ease}.about-page .contact-section .contact-card:hover{background:var(--primary-gradient);color:#fff}.about-page .contact-section .contact-card:hover h3,.about-page .contact-section .contact-card:hover p,.about-page .contact-section .contact-card:hover .el-icon{color:#fff}.about-page .contact-section .contact-card .el-icon{font-size:2.5rem;color:var(--primary-color);margin-bottom:1rem}.about-page .contact-section .contact-card h3{font-size:1.125rem;font-weight:600;margin-bottom:.5rem;color:var(--text-primary)}.about-page .contact-section .contact-card p{font-size:1rem;color:var(--text-secondary)}.about-page .contact-section .qrcode-panel{margin-top:1.25rem;display:flex;justify-content:center}.about-page .contact-section .qrcode-img{width:31.25rem;max-width:100%;border-radius:1rem;background:var(--bg-secondary);padding:.625rem}.about-page .disclaimer-section{padding:2.5rem 0}.about-page .disclaimer-section .el-alert{padding:1.25rem}.about-page .disclaimer-section .el-alert .el-alert__title{font-size:1rem;font-weight:600;margin-bottom:.5rem}.about-page .disclaimer-section .el-alert p{font-size:.875rem;line-height:1.6;margin:0}}.el-dialog.share-dialog{width:min(420px,100vw - 40px)!important}.share-body{padding:0}.share-hint{font-size:14px;color:var(--text-secondary);margin-bottom:12px}.share-input{width:100%}.share-input .el-input__wrapper{width:100%;box-sizing:border-box}.share-input .el-input__inner{min-width:0}@media (max-width: 768px){.el-dialog.share-dialog{width:min(23.75rem,100vw - 2.5rem)!important}.share-body{padding:0}.share-hint{font-size:.875rem;color:var(--text-secondary);margin-bottom:.75rem}.share-input{width:100%}.share-input .el-input__wrapper{width:100%;box-sizing:border-box}.share-input .el-input__inner{min-width:0}}.aside-content{max-width:340px;margin:auto;display:flex;flex-direction:column;gap:56px}.aside-title{font-size:32px;font-weight:800;margin:0;line-height:1.6;letter-spacing:.5px}.aside-desc{font-size:16px;opacity:.85;margin:0;line-height:1.85;letter-spacing:.3px}.aside-features{display:flex;flex-direction:column;gap:24px;margin:0}.aside-features .feature-item{display:flex;align-items:center;gap:14px;font-size:15px;font-weight:500;line-height:1.5}.aside-features .feature-item .el-icon{font-size:20px;color:#ffffffe6}.aside-features .feature-item .feature-icon-img{width:52px;height:52px;object-fit:contain;flex:0 0 auto}.aside-features .feature-item .feature-copy{display:flex;flex-direction:column;gap:4px;min-width:0}.aside-features .feature-item .feature-copy strong{font-size:18px;font-style:normal;font-weight:400;color:#fff}.aside-features .feature-item .feature-copy em{font-size:14px;font-style:normal;font-weight:300;color:#ffffffc2}@media (max-width: 768px){:root,:host{--van-nav-bar-height: 46px;--van-nav-bar-background: var(--van-background-2);--van-nav-bar-arrow-size: 16px;--van-nav-bar-icon-color: var(--van-primary-color);--van-nav-bar-text-color: var(--van-primary-color);--van-nav-bar-title-font-size: var(--van-font-size-lg);--van-nav-bar-title-text-color: var(--van-text-color);--van-nav-bar-z-index: 1;--van-nav-bar-disabled-opacity: var(--van-disabled-opacity)}.navbar-wrapper .van-nav-bar{position:relative;z-index:var(--van-nav-bar-z-index);line-height:var(--van-line-height-lg);text-align:center;background:var(--van-nav-bar-background);-webkit-user-select:none;user-select:none}.navbar-wrapper .van-nav-bar--fixed{position:fixed;top:0;left:0;width:100%}.navbar-wrapper .van-nav-bar--safe-area-inset-top{padding-top:constant(safe-area-inset-top);padding-top:env(safe-area-inset-top)}.navbar-wrapper .van-nav-bar .van-icon{color:var(--van-nav-bar-icon-color)}.navbar-wrapper .van-nav-bar__content{position:relative;display:flex;align-items:center;height:var(--van-nav-bar-height)}.navbar-wrapper .van-nav-bar__arrow{margin-right:var(--van-padding-base);font-size:var(--van-nav-bar-arrow-size)}.navbar-wrapper .van-nav-bar__title{max-width:60%;margin:0 auto;color:var(--van-nav-bar-title-text-color);font-weight:var(--van-font-bold);font-size:var(--van-nav-bar-title-font-size)}.navbar-wrapper .van-nav-bar__left,.navbar-wrapper .van-nav-bar__right{position:absolute;top:0;bottom:0;display:flex;align-items:center;padding:0 var(--van-padding-md);font-size:var(--van-font-size-md)}.navbar-wrapper .van-nav-bar__left--disabled,.navbar-wrapper .van-nav-bar__right--disabled{cursor:not-allowed;opacity:var(--van-nav-bar-disabled-opacity)}.navbar-wrapper .van-nav-bar__left{left:0}.navbar-wrapper .van-nav-bar__right{right:0}.navbar-wrapper .van-nav-bar__text{color:var(--van-nav-bar-text-color)}.navbar-wrapper{position:fixed;top:0;left:0;right:0;z-index:1000;background:var(--bg-primary);transition:all .3s ease;box-shadow:var(--shadow-sm)}.navbar-wrapper.scrolled .top-bar{height:0;overflow:hidden;opacity:0}.navbar-wrapper.hidden{transform:translateY(-100%)}.navbar-wrapper .mobile-unified-header{display:none}@media (max-width: 48rem){.navbar-wrapper{position:fixed;display:block;height:3.25rem;z-index:1000;background:#fff;box-shadow:0 1px #0f27440f}.navbar-wrapper>:not(.mobile-unified-header){display:none!important}.navbar-wrapper .mobile-unified-header{display:block;width:100%;height:3.25rem;background:#fff;box-sizing:border-box}.navbar-wrapper .mobile-unified-header .van-nav-bar__content{height:3.25rem}.navbar-wrapper .mobile-unified-header .van-nav-bar__left{height:3.25rem;padding:0 0 0 .75rem}.navbar-wrapper .mobile-unified-header .van-nav-bar__right{height:3.25rem;padding:0 .875rem 0 0}.navbar-wrapper .mobile-unified-header .van-nav-bar__title{display:flex;align-items:center;justify-content:center;max-width:calc(100% - 9rem)}.navbar-wrapper .mobile-unified-header__brand{display:inline-flex;align-items:center;gap:.4375rem;min-width:0;padding:0;border:0;background:transparent;color:#142238;text-align:left;cursor:pointer}.navbar-wrapper .mobile-unified-header__back{display:inline-flex;flex:0 0 auto;align-items:center;justify-content:center;width:2.125rem;height:2.125rem;margin-right:.25rem;padding:0;border:0;border-radius:50%;background:transparent;color:#1d2c43;cursor:pointer}.navbar-wrapper .mobile-unified-header__back:active{background:#f1f4f8}.navbar-wrapper .mobile-unified-header__back .van-icon{font-size:1.4375rem}.navbar-wrapper .mobile-unified-header__title{width:100%;margin:0;overflow:hidden;color:#142238;font-size:1.0625rem;font-weight:800;line-height:1.35;text-align:center;text-overflow:ellipsis;white-space:nowrap;pointer-events:none}.navbar-wrapper .mobile-unified-header__context-title{width:100%;margin:0;color:#142238;font-size:1.0625rem;font-weight:700;line-height:1.2;white-space:nowrap;pointer-events:none}.navbar-wrapper .mobile-unified-header__brand img{width:7.25rem;height:2.375rem;flex:none;object-fit:contain}.navbar-wrapper .mobile-unified-header__brand span{display:flex;flex-direction:column;min-width:0;line-height:1.1}.navbar-wrapper .mobile-unified-header__brand b{font-size:.9375rem;font-weight:800;white-space:nowrap}.navbar-wrapper .mobile-unified-header__brand em{margin-top:.1875rem;color:#758296;font-size:.625rem;font-style:normal;font-weight:700;letter-spacing:.06em}.navbar-wrapper .mobile-unified-header__brand em strong{color:#d7a21b;font-weight:800}.navbar-wrapper .mobile-unified-header__actions{display:inline-flex;align-items:center;gap:.125rem}.navbar-wrapper .mobile-unified-header__actions button,.navbar-wrapper .mobile-unified-header__notification{display:inline-flex;align-items:center;justify-content:center;width:2.125rem;height:2.125rem;padding:0;border:0;border-radius:50%;background:transparent;color:#1d2c43;cursor:pointer;text-decoration:none}.navbar-wrapper .mobile-unified-header__actions button:active,.navbar-wrapper .mobile-unified-header__notification:active{background:#f1f4f8}.navbar-wrapper .mobile-unified-header__actions .van-icon{font-size:1.375rem}.navbar-wrapper .mobile-unified-header__notification{position:relative}.navbar-wrapper .mobile-unified-header__notification-badge{position:absolute;top:1px;right:0;min-width:.9375rem;height:.9375rem;padding:0 .1875rem;border:1px solid #fff;border-radius:62.4375rem;background:#f04444;color:#fff;font-size:.5625rem;font-weight:800;line-height:.875rem;text-align:center;box-sizing:border-box}.navbar-wrapper.vip-benefits-nav{background:#061a38;box-shadow:none}.navbar-wrapper.vip-benefits-nav .mobile-unified-header__back,.navbar-wrapper.vip-benefits-nav .mobile-unified-header__title{color:#1f2d42}.navbar-wrapper.vip-benefits-nav .mobile-unified-header__back:active{background:#ffffff14}.navbar-wrapper.vip-benefits-nav .mobile-unified-header__title{font-size:1.125rem;font-weight:700}.navbar-wrapper.vip-benefits-nav .mobile-unified-header__actions{margin-left:auto}.navbar-wrapper.vip-benefits-nav .mobile-unified-header__actions .mobile-unified-header__vip-rules{width:auto;height:1.875rem;padding:0 .75rem;border:1px solid #c89643;border-radius:6.1875rem;color:#f5d99e;font-size:.75rem;white-space:nowrap}.navbar-wrapper.vip-benefits-nav .mobile-unified-header__actions .mobile-unified-header__vip-rules:active{background:#d9a6481f}}.navbar-wrapper .top-bar{height:2.25rem;background:var(--bg-secondary);border-bottom:1px solid #adc5e5;font-size:.75rem;color:var(--text-secondary);transition:all .3s ease;overflow:hidden;display:none}.navbar-wrapper .top-bar .container{padding-left:17.3125rem;padding-right:17.3125rem}.navbar-wrapper .top-bar .top-bar-inner{display:flex;justify-content:space-between;align-items:center;height:2.25rem}.navbar-wrapper .top-bar .top-left,.navbar-wrapper .top-bar .top-right{display:flex;align-items:center;gap:1rem}.navbar-wrapper .top-bar .top-link{color:var(--text-secondary);text-decoration:none}.navbar-wrapper .top-bar .top-link:hover{color:var(--primary-color)}.navbar-wrapper .top-bar .divider{color:var(--border-color)}.navbar-wrapper .top-bar .auth-links{display:flex;gap:.75rem}.navbar-wrapper .top-bar .auth-links .login-link{color:var(--primary-color);font-weight:600}.navbar-wrapper .top-bar .auth-links .user-link{display:inline-flex;align-items:center;gap:.375rem;color:var(--text-primary);font-weight:600;text-decoration:none;max-width:13.75rem}.navbar-wrapper .top-bar .auth-links .user-link:hover{color:var(--primary-color)}.navbar-wrapper .top-bar .auth-links .user-link__name{max-width:7.5rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.navbar-wrapper .top-bar .auth-links .logout-link{color:var(--text-secondary);text-decoration:none}.navbar-wrapper .top-bar .auth-links .logout-link:hover{color:var(--danger-color)}.navbar-wrapper .user-identity-badge{display:inline-flex;align-items:center;height:1.125rem;padding:0 .375rem;border-radius:.25rem;font-size:.6875rem;font-weight:700;line-height:1;white-space:nowrap;flex-shrink:0}.navbar-wrapper .user-identity-badge.is-internal{background:#ecfdf5;color:#16a34a}.navbar-wrapper .user-identity-badge.is-partner{background:#eff6ff;color:#2563eb}.navbar-wrapper .user-identity-badge.is-user{background:#0f274414;color:#0f2744}.navbar-wrapper .main-nav{height:3.75rem;border-bottom:1px solid #edf0f5;background:var(--bg-primary);display:flex;align-items:center;transition:all .3s ease;overflow:visible;display:none}.navbar-wrapper .main-nav .container{width:100%;max-width:85.625rem;padding:0 2.375rem}.navbar-wrapper .main-nav .navbar-inner{display:flex;align-items:center;justify-content:flex-start;height:100%;gap:0}.navbar-wrapper .main-nav .logo{height:3rem;flex-shrink:0;margin-right:0;display:flex;align-items:center}.navbar-wrapper .main-nav .logo-img{height:7.6875rem;width:auto;max-width:11.25rem;object-fit:contain;background:transparent;transform:translateY(.1875rem)}.navbar-wrapper .main-nav .nav-links{display:flex;align-items:center;flex:none;gap:3rem;margin:0 0 0 6.25rem}.navbar-wrapper .main-nav .nav-link{font-size:.9375rem;font-weight:500;color:var(--text-primary);position:relative;padding:.5rem 0;display:inline-flex;align-items:center;gap:.375rem;white-space:nowrap;text-decoration:none}.navbar-wrapper .main-nav .nav-link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:.125rem;background:var(--primary-color);transition:width .3s ease}.navbar-wrapper .main-nav .nav-link:hover,.navbar-wrapper .main-nav .nav-link.active{color:var(--primary-color)}.navbar-wrapper .main-nav .nav-link:hover:after,.navbar-wrapper .main-nav .nav-link.active:after{width:100%}.navbar-wrapper .main-nav .nav-link--hafu img{width:1.125rem;height:1.125rem;object-fit:contain;flex:0 0 auto}.navbar-wrapper .scrolled .main-nav{height:3.5rem}.navbar-wrapper .nav-right-actions{display:flex;align-items:center;gap:.75rem;margin-left:auto;font-size:.875rem;font-weight:700}.navbar-wrapper .nav-publish-btn{height:2.25rem;padding:0 1.25rem;border-radius:.5rem;border:1px solid rgba(0,0,0,.08);background:#0d2451;color:#fff;font-weight:600;font-size:.875rem;cursor:pointer;transition:all .2s ease}.navbar-wrapper .nav-publish-btn:hover{opacity:.8;background:#0d2451;border-color:#0d2451;color:#fff}.navbar-wrapper .nav-publish-btn--want{background:#fff;border-color:#0d2451;color:#0d2451}.navbar-wrapper .nav-publish-btn--want:hover{background:#eef4ff;border-color:#0d2451;color:#0d2451}.navbar-wrapper .profile-notification{position:relative;display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;color:#0f2744;margin-right:.375rem}.navbar-wrapper .profile-notification .el-icon{font-size:1.5rem}.navbar-wrapper .profile-notification__badge{position:absolute;top:-.125rem;right:-.3125rem;min-width:1.25rem;height:1.25rem;padding:0 .3125rem;border-radius:62.4375rem;background:#ff4d4f;color:#fff;font-size:.75rem;font-weight:700;line-height:1.25rem;text-align:center;border:.125rem solid #fff;box-shadow:0 .125rem .25rem #ef44444d}.navbar-wrapper .nav-action-btn{display:inline-flex;align-items:center;justify-content:center;height:2.25rem;min-width:4.75rem;padding:0 1.25rem;border-radius:.5rem;text-decoration:none;transition:all .2s ease}.navbar-wrapper .nav-action-btn--login{color:#0f2744;border:1px solid #e0e4ea;background:#fff}.navbar-wrapper .nav-action-btn--login:hover{border-color:#c8ccd4;background:#f8f9fb}.navbar-wrapper .nav-action-btn--register{color:#3d2a00;background:#ffc21c}.navbar-wrapper .nav-action-btn--register:hover{background:#ffcd3d}.navbar-wrapper .nav-action-btn--user{color:#0f2744;gap:.5rem;padding:.375rem .75rem .375rem .5rem;background:transparent;border:none}.navbar-wrapper .nav-action-btn--user:hover{background:#f3f6fa}.navbar-wrapper .user-avatar{width:2rem;height:2rem;border-radius:50%;object-fit:cover;flex-shrink:0}.navbar-wrapper .user-info{display:flex;flex-direction:column;align-items:flex-start;gap:.125rem}.navbar-wrapper .user-nickname{font-size:.875rem;font-weight:500;color:#0f2744;max-width:6.25rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:1.2}.navbar-wrapper .user-nickname.is-vip-vip1,.navbar-wrapper .user-nickname.is-vip-vip2,.navbar-wrapper .user-nickname.is-vip-vip3,.navbar-wrapper .user-nickname.is-vip-gold,.navbar-wrapper .user-nickname.is-vip-platinum,.navbar-wrapper .user-nickname.is-vip-black-gold,.navbar-wrapper .user-nickname.is-vip-black-diamond{color:transparent;background:linear-gradient(90deg,#4778c8,#b8dcff 28%,#fff,#b8dcff 72%,#4778c8);background-size:260% 100%;background-clip:text;-webkit-background-clip:text;animation:vip-nickname-shimmer-db66efff 4s linear infinite}.navbar-wrapper .user-nickname.is-vip-gold{background-image:linear-gradient(90deg,#b56b13,#ffe3a0 35%,#fff4ce,#ffe3a0 65%,#b56b13)}.navbar-wrapper .user-nickname.is-vip-platinum{background-image:linear-gradient(90deg,#69717d,#f5f7fa 35%,#fff,#d5dbe3 65%,#69717d)}.navbar-wrapper .user-nickname.is-vip-black-gold{background-image:linear-gradient(90deg,#8b5c20,#ffe29a 35%,#fff6ce,#e8ba5e 65%,#8b5c20)}.navbar-wrapper .user-nickname.is-vip-black-diamond{background-image:linear-gradient(90deg,#6b4ed0,#d7c9ff 35%,#fff,#bca8ff 65%,#6b4ed0)}@keyframes vip-nickname-shimmer-db66efff{to{background-position:-160% 50%}}@media (prefers-reduced-motion: reduce){.navbar-wrapper .user-nickname.is-vip-vip1,.navbar-wrapper .user-nickname.is-vip-vip2,.navbar-wrapper .user-nickname.is-vip-vip3,.navbar-wrapper .user-nickname.is-vip-gold,.navbar-wrapper .user-nickname.is-vip-platinum,.navbar-wrapper .user-nickname.is-vip-black-gold,.navbar-wrapper .user-nickname.is-vip-black-diamond{animation:none}}.navbar-wrapper .user-vip-badge{display:inline-flex;align-items:center;gap:.1875rem;min-height:1.125rem;box-sizing:border-box;padding:1px .375rem 1px .25rem;border:1px solid #e5b83f;border-radius:.3125rem;background:linear-gradient(135deg,#203b6d,#0b1f45);color:#ffe18b;font-size:.625rem;font-weight:900;line-height:1;letter-spacing:.1px;text-shadow:0 1px 1px rgba(0,0,0,.38);box-shadow:inset 0 1px #ffffff2e;cursor:pointer}.navbar-wrapper .user-vip-badge.is-ordinary{border-color:#c6d5e4;background:linear-gradient(135deg,#f4f8fc,#e6eef6);color:#4b647d;text-shadow:none;box-shadow:inset 0 1px #ffffffe6,0 .125rem .375rem #405b781f}.navbar-wrapper .user-vip-badge img{width:.875rem;height:.8125rem;object-fit:contain;filter:drop-shadow(0 1px 1px rgba(0,0,0,.26))}.navbar-wrapper .user-vip-badge.is-gold{border-color:#e2ab32;background:linear-gradient(135deg,#5a3b08,#201600);color:#ffe69b}.navbar-wrapper .user-vip-badge.is-platinum{border-color:#bcc9da;background:linear-gradient(135deg,#43536a,#1f2b3c);color:#f3f7ff}.navbar-wrapper .user-vip-badge.is-black-gold{border-color:#bc8d31;background:linear-gradient(135deg,#1d2431,#05080e);color:#f0cb78}.navbar-wrapper .user-vip-badge.is-black-diamond{border-color:#8f65ee;background:linear-gradient(135deg,#24163f,#09070f);color:#e2d6ff}.navbar-wrapper .nav-link-badge{display:inline-flex;align-items:center;justify-content:center;height:1rem;padding:0 .3125rem;border-radius:.25rem;background:linear-gradient(180deg,#ffe033,#ffd000);color:#5c3b00;font-size:.625rem;font-weight:800;line-height:1;letter-spacing:.3px;transform:translateY(-.375rem)}.navbar-wrapper .nav-actions{display:flex;align-items:center;gap:1rem;margin-left:auto;display:none}.navbar-wrapper .search-box{width:15rem;width:11.25rem;display:none}.navbar-wrapper .search-box .el-input__wrapper{border-radius:1.25rem;background-color:var(--bg-secondary);box-shadow:none!important;border:1px solid transparent;transition:all .3s}.navbar-wrapper .search-box .el-input__wrapper:hover,.navbar-wrapper .search-box .el-input__wrapper.is-focus{border-color:var(--primary-color);background-color:var(--bg-primary)}.navbar-wrapper .quick-actions{display:flex;align-items:center;gap:.625rem;display:none}.navbar-wrapper .quick-action{height:1.9375rem;padding:0 1rem;border-radius:.3125rem;border:1px solid rgba(0,0,0,.08);background:var(--bg-secondary);color:var(--text-secondary);font-weight:600;font-size:.75rem;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:.25rem}.navbar-wrapper .quick-action:hover{background:var(--primary-color);color:#fff;border-color:var(--primary-color)}.navbar-wrapper .publish-action{background:#0b1f47;color:#fff}.navbar-wrapper .publish-action:hover{opacity:.8;background:#0b1f47;color:#fff}.navbar-wrapper .recovery-action{background:#e9ae3c;color:#fff;border-color:#ff6b0059}.navbar-wrapper .recovery-action:hover{opacity:.9;background:#e9ae3c;color:#fff;border-color:#ff6b0059}.navbar-wrapper .action-btn{display:flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border-radius:50%;color:var(--text-secondary);transition:all .3s ease;background:var(--bg-secondary)}.navbar-wrapper .action-btn:hover{background:var(--primary-color);color:#fff}.navbar-wrapper .action-btn .el-icon{font-size:1.125rem}.navbar-wrapper .menu-toggle{display:none}.navbar-wrapper .dark-mode .navbar-wrapper,.navbar-wrapper .dark-mode .main-nav{background:var(--bg-primary)}.navbar-wrapper .dark-mode .top-bar{background:var(--bg-secondary);border-bottom-color:var(--border-color)}.navbar-wrapper .dark-mode.active{background:var(--primary-color);color:#fff}.navbar-wrapper .contact-btn{display:none}.navbar-wrapper .contact-btn .btn-text{margin-left:.25rem}.navbar-wrapper .mobile-menu-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:1001;display:none;display:block}.navbar-wrapper .mobile-menu{position:absolute;top:0;right:0;width:17.5rem;height:100%;background:var(--bg-primary);display:flex;flex-direction:column}.navbar-wrapper .mobile-menu-header{display:flex;align-items:center;gap:.5rem;padding:1rem;border-bottom:1px solid var(--border-color)}.navbar-wrapper .mobile-menu-header .logo-icon{font-size:1.5rem}.navbar-wrapper .mobile-menu-header .logo-text{font-size:1.125rem;font-weight:700;background:var(--primary-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.navbar-wrapper .mobile-menu-header .close-btn{margin-left:auto;padding:.5rem;border-radius:var(--border-radius);color:var(--text-secondary);transition:all .3s}.navbar-wrapper .mobile-menu-header .close-btn:hover{background:var(--bg-secondary);color:var(--text-primary)}.navbar-wrapper .mobile-menu-links{flex:1;padding:1rem;overflow-y:auto}.navbar-wrapper .mobile-nav-link{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;margin-bottom:.25rem;border-radius:var(--border-radius);color:var(--text-secondary);font-size:.9375rem;font-weight:500;transition:all .3s ease}.navbar-wrapper .mobile-nav-link:hover,.navbar-wrapper .mobile-nav-link.active{color:var(--primary-color);background:#667eea1a}.navbar-wrapper .mobile-nav-link .el-icon{font-size:1.25rem}.navbar-wrapper .mobile-menu-footer{padding:1.875rem 1.25rem;border-top:1px solid var(--border-color);display:flex;flex-direction:column;gap:.75rem}.navbar-wrapper .mobile-menu-footer .mobile-auth-btns{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;margin-bottom:.5rem}.navbar-wrapper .mobile-menu-footer .mobile-user-btn span{display:inline-flex;align-items:center;gap:.375rem;min-width:0}.navbar-wrapper .mobile-menu-footer .mobile-user-btn__name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:5.625rem}.navbar-wrapper .mobile-menu-footer .el-button{width:100%;margin:0}.navbar-wrapper .slide-enter-active,.navbar-wrapper .slide-leave-active{transition:opacity .3s ease}.navbar-wrapper .slide-enter-from,.navbar-wrapper .slide-leave-to{opacity:0}.navbar-wrapper .el-dialog{border-radius:var(--border-radius-lg);overflow:hidden}.navbar-wrapper .el-dialog__header{background:var(--primary-gradient);padding:1.25rem;margin:0}.navbar-wrapper .el-dialog__title{color:#fff;font-weight:600}.navbar-wrapper .el-dialog__headerbtn .el-dialog__close{color:#fff}.navbar-wrapper .contact-grid{display:grid;grid-template-columns:13.75rem 1fr;gap:.875rem;padding:.625rem 0 .25rem;align-items:start}.navbar-wrapper .contact-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:var(--bg-secondary);border-radius:var(--border-radius);margin-bottom:.75rem}.navbar-wrapper .contact-item:last-child{margin-bottom:0}.navbar-wrapper .contact-item .el-icon{font-size:1.5rem;color:var(--primary-color)}.navbar-wrapper .qrcode-wrap{border-radius:.875rem;overflow:hidden;background:var(--bg-secondary);padding:.625rem}.navbar-wrapper .contact-detail{display:flex;flex-direction:column;gap:.25rem}.navbar-wrapper .contact-detail .label{font-size:.75rem;color:var(--text-muted)}.navbar-wrapper .contact-detail .value{font-size:1rem;font-weight:600;color:var(--text-primary)}.navbar-wrapper .kefu-img{width:100%;max-width:100%;border-radius:.875rem}.navbar-wrapper .kefu-action{background:var(--primary-color);color:#fff;border-color:var(--primary-color)}.navbar-wrapper .kefu-action:hover{opacity:.8}}@media (max-width: 768px){.notice-header{position:relative;padding:.125rem 0}.notice-badge{position:absolute;top:.125rem;right:.125rem;padding:.3125rem .5625rem;border:1px solid rgba(250,204,21,.36);border-radius:.375rem;color:#ffe18b;background:#ffe18b1a;font-size:.6875rem;font-weight:800;letter-spacing:.3px}.notice-header-main{display:flex;align-items:center;gap:.75rem;padding-right:4.75rem}.notice-icon{display:inline-flex;width:2.875rem;height:2.875rem;align-items:center;justify-content:center;flex:0 0 auto;overflow:hidden;border:1px solid rgba(255,255,255,.16);border-radius:.75rem;background:#ffffff14}.notice-icon img{width:2.125rem;height:2.125rem;object-fit:contain}.notice-title{color:#fff;font-size:1.0625rem;font-weight:900;line-height:1.35;overflow-wrap:anywhere}.notice-subtitle{margin-top:.25rem;color:#deebfbb8;font-size:.75rem}.notice-body{max-height:min(52vh,26.25rem);padding:.875rem 1rem;overflow-x:hidden;overflow-y:auto;border:1px solid #e8edf4;border-radius:.75rem;background:#f8fafc}.notice-content{color:#475569;font-size:.875rem;line-height:1.9;overflow-wrap:anywhere;white-space:pre-wrap}.notice-content img{max-width:100%;height:auto;margin:.5rem 0;border-radius:.625rem}.notice-content p{margin:.625rem 0}.notice-confirm{width:100%;height:2.75rem;border:none;border-radius:.625rem;background:linear-gradient(135deg,#0f2744,#16355c);box-shadow:0 .4375rem .875rem #0f274429;font-size:.9375rem;font-weight:800}.notice-confirm:hover,.notice-confirm:focus-visible{background:linear-gradient(135deg,#16355c,#1f4a7a)}.platform-notice-dialog{width:min(38.75rem,100vw - 2rem)!important;overflow:hidden;border:1px solid rgba(15,39,68,.1);border-radius:1rem;box-shadow:0 1.5rem 3.75rem #0f274438}.platform-notice-dialog .el-dialog__header{margin:0;padding:1.0625rem 1.25rem;background:radial-gradient(circle at 98% 8%,#f5be3a33 0,#f5be3a00 30%),linear-gradient(135deg,#0b203c,#163b68)}.platform-notice-dialog .el-dialog__body{padding:1rem 1.25rem .375rem;background:#fff}.platform-notice-dialog .el-dialog__footer{padding:.75rem 1.25rem 1.125rem;background:#fff}@media (max-width: 40rem){.platform-notice-dialog{border-radius:.875rem}.platform-notice-dialog .el-dialog__header{padding:.9375rem 1rem}.platform-notice-dialog .el-dialog__body{padding:.875rem 1rem .25rem}.platform-notice-dialog .el-dialog__footer{padding:.625rem 1rem 1rem}}.home-page{background-color:#fff}.home-page .banner-wrapper{display:flex;gap:1.25rem;height:20rem}.home-page .game-sidebar{width:15rem;background:var(--bg-primary);border-radius:var(--border-radius-lg);box-shadow:var(--shadow);display:flex;flex-direction:column;z-index:100}.home-page .game-sidebar .sidebar-header{padding:1rem 1.25rem;background:var(--primary-color);color:#fff;border-radius:var(--border-radius-lg) var(--border-radius-lg) 0 0;display:flex;align-items:center;gap:.625rem;font-weight:600}.home-page .game-sidebar .sidebar-menu{list-style:none;padding:.625rem 0;flex:1}.home-page .game-sidebar .menu-item{padding:.75rem 1.25rem;display:flex;align-items:center;cursor:pointer;transition:all .2s;position:relative}.home-page .game-sidebar .menu-item:hover{background:var(--bg-secondary);color:var(--primary-color)}.home-page .game-sidebar .menu-item:hover .submenu{display:block}.home-page .game-sidebar .menu-item .cat-thumb{width:1.75rem;height:1.75rem;border-radius:.375rem;margin-right:.75rem;object-fit:cover;background:var(--bg-secondary);border:1px solid var(--border-color)}.home-page .game-sidebar .menu-item .game-name{flex:1;font-size:.875rem}.home-page .game-sidebar .menu-item .arrow{font-size:.75rem;color:var(--text-muted)}.home-page .submenu{display:none;position:absolute;left:100%;top:0;width:18.75rem;min-height:100%;background:#fff;box-shadow:.625rem 0 1.25rem #0000001a;border-radius:0 var(--border-radius-lg) var(--border-radius-lg) 0;padding:1.25rem;z-index:110}.home-page .submenu .submenu-title{font-size:1rem;font-weight:600;margin-bottom:.9375rem;color:var(--text-primary)}.home-page .submenu .submenu-tags{display:flex;flex-wrap:wrap;gap:.625rem;margin-bottom:1.25rem}.home-page .submenu .submenu-tags span{padding:.25rem .75rem;background:var(--bg-secondary);border-radius:1.25rem;font-size:.75rem;color:var(--text-secondary)}.home-page .submenu .submenu-tags span:hover{background:var(--primary-color);color:#fff}.home-page .submenu .submenu-action{color:var(--primary-color);font-size:.875rem;font-weight:500;display:flex;align-items:center;gap:.3125rem}.home-page .type-section{padding:3.75rem 0}.home-page .type-section__card{padding:1.875rem;background:#fff;border:1px solid #edf0f4;border-radius:1rem;box-shadow:0 .375rem 1.25rem #0f27440d}.home-page .type-section__more{display:inline-flex;align-items:center;justify-content:center;gap:.3125rem;height:2.125rem;padding:0 .8125rem 0 .9375rem;border:1px solid #c9d8ed;border-radius:.4375rem;background:#fff;color:var(--primary-color);font-size:.8125rem;font-weight:700;line-height:1;cursor:pointer;transition:color .2s ease,background-color .2s ease,border-color .2s ease,box-shadow .2s ease}.home-page .type-section__more .el-icon{font-size:.875rem;transition:transform .2s ease}.home-page .type-section__more:hover{border-color:var(--primary-color);background:#f2f7ff;box-shadow:0 .1875rem .5rem #1677ff1f}.home-page .type-section__more:hover .el-icon{transform:translate(.125rem)}.home-page .type-section__more:focus-visible{outline:.125rem solid rgba(22,119,255,.35);outline-offset:.125rem}.home-page .type-section__footer{display:flex!important;justify-content:center;margin-top:1.625rem}.home-page .type-section__footer .el-button{min-width:7.75rem;height:2.25rem;padding:0 1rem;border-radius:.5rem;font-size:.8125rem;font-weight:700}.home-page .type-skeleton{background:#fff;border-radius:var(--border-radius-lg);padding:1.25rem 1.5rem;border:1px solid var(--border-color)}.home-page .type-empty{background:#fff;border-radius:var(--border-radius-lg);padding:1.25rem 0;border:1px solid var(--border-color)}.home-page .type-product-card{background:#fff;border-radius:var(--border-radius-lg);overflow:hidden;border:1px solid var(--border-color);cursor:pointer;transition:all .3s;display:flex;flex-direction:column;height:100%}.home-page .type-product-card:hover{transform:translateY(-.3125rem);box-shadow:var(--shadow-lg);border-color:var(--primary-color)}.home-page .type-product-card .thumb{position:relative;height:11.25rem}.home-page .type-product-card .thumb img{width:100%;height:100%;object-fit:cover;display:block}.home-page .type-product-card .thumb .want-badge{position:absolute;right:.5rem;bottom:.5rem;display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .5rem;border-radius:.25rem;font-size:.75rem;color:#fff;background:#0000008c;-webkit-backdrop-filter:blur(.25rem);backdrop-filter:blur(.25rem)}.home-page .type-product-card .thumb .want-badge .el-icon{color:#ff9f43;font-size:.75rem}.home-page .type-product-card .thumb .product-discount-badge--overlay{left:0;top:.625rem;border-radius:0 .375rem .375rem 0;background:var(--primary-color);color:#fff;font-size:.75rem;font-weight:800;padding:.1875rem .625rem;box-shadow:none}.home-page .type-product-card .info{padding:.875rem .875rem 1rem;flex:1;display:flex;flex-direction:column;min-height:0}.home-page .type-product-card .name{font-size:1rem;font-weight:700;color:var(--text-primary);margin:0 0 .625rem;line-height:1.3;min-height:.5625rem;flex-shrink:0}.home-page .type-product-card .name .name-text{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.home-page .type-product-card .skin-tags{display:flex;flex-wrap:wrap;gap:.375rem;margin-top:0;margin-bottom:.625rem;max-height:3.25rem;overflow:hidden;flex-shrink:0}.home-page .type-product-card .skin-tag{border-radius:62.4375rem;font-weight:800}.home-page .type-product-card .skin-tag--knife{--el-tag-text-color: var(--primary-color, #409eff);--el-tag-border-color: rgba(64, 158, 255, .35);--el-tag-bg-color: rgba(64, 158, 255, .08);background:#3a8ee614;border-color:#3a8ee62e;color:var(--primary-color, #409eff)}.home-page .type-product-card .skin-tag--red{--el-tag-text-color: #e53935;--el-tag-border-color: rgba(229, 57, 53, .35);--el-tag-bg-color: rgba(229, 57, 53, .08);background:#e5393514;border-color:#e5393559;color:#e53935}.home-page .type-product-card .skin-tag--gold{--el-tag-text-color: #c9920a;--el-tag-border-color: rgba(201, 146, 10, .4);--el-tag-bg-color: rgba(201, 146, 10, .1);background:#c9920a1a;border-color:#c9920a66;color:#c9920a}.home-page .type-product-card .meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:.625rem}.home-page .type-product-card .user{display:flex;align-items:center;gap:.5rem;min-width:0}.home-page .type-product-card .user .avatar{width:1.375rem;height:1.375rem;border-radius:50%;object-fit:cover;border:1px solid var(--border-color);background:var(--bg-secondary);flex:0 0 auto}.home-page .type-product-card .user .nickname{font-size:.75rem;color:var(--text-secondary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.home-page .type-product-card .fee-grid{margin-bottom:.75rem}.home-page .type-product-card .card-footer{display:flex;justify-content:flex-end;align-items:center;margin-top:auto}.home-page .type-product-card .product-rent-btn{height:2rem;padding:0 .875rem;border-radius:.375rem;border:1px solid rgba(15,39,68,.16);background:#fff;color:#0f2744;font-size:.8125rem;font-weight:700;display:inline-flex;align-items:center;justify-content:center;gap:.3125rem}.home-page .type-product-card .product-rent-btn img{width:1rem;height:1rem;object-fit:contain;flex-shrink:0}.home-page .type-product-card .action{display:inline-flex;align-items:center;gap:.375rem;font-size:.8125rem;color:var(--primary-color);font-weight:600}.home-page .type-product-card .want-count{display:none}.home-page .carousel-container{flex:1;display:flex;flex-direction:column;gap:1.25rem}.home-page .banner-loading{height:35rem;border-radius:var(--border-radius-lg);border:1px solid var(--border-color);background:#fff;padding:1.125rem}.home-page .banner-item{cursor:pointer;height:100%;background-size:100% 100%;background-position:center;border-radius:var(--border-radius-lg);display:flex;align-items:center;padding:3.75rem;position:relative}.home-page .banner-item .banner-content{position:relative;z-index:1;color:#fff;max-width:25rem}.home-page .banner-item .banner-content .banner-title{font-size:2.625rem;font-weight:800;margin-bottom:1rem}.home-page .banner-item .banner-content .banner-desc{font-size:1.125rem;opacity:.9;margin-bottom:2rem}.home-page .section-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:1.5rem;padding-bottom:.75rem}.home-page .section-header .header-left{display:flex;align-items:flex-end;gap:.625rem}.home-page .section-header .section-title{font-size:1.5rem;font-weight:700;color:var(--text-primary);margin:0;line-height:1.2;display:flex;align-items:center;position:relative;padding-left:.9375rem}.home-page .section-header .section-title__icon{width:1.875rem;height:1.875rem;object-fit:contain;flex-shrink:0}.home-page .section-header .section-subtitle{font-size:.875rem;color:var(--text-secondary);margin:0;padding-left:.9375rem}.home-page .section-header .view-more{color:var(--text-secondary);display:flex;align-items:center;gap:.25rem;font-size:.875rem}.home-page .section-header .view-more:hover{color:var(--primary-color)}.home-page .section-header .header-tabs{display:flex;gap:1.25rem}.home-page .section-header .header-tabs .tab{padding-bottom:.3125rem;cursor:pointer;color:var(--text-secondary);border-bottom:.125rem solid transparent;transition:all .3s}.home-page .section-header .header-tabs .tab:hover,.home-page .section-header .header-tabs .tab.active{color:var(--primary-color);border-bottom-color:var(--primary-color);font-weight:600}.home-page .accounts-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(17.5rem,1fr));gap:1.5rem;margin-bottom:2.5rem}.home-page .section-footer{text-align:center}.home-page .game-sidebar{display:none}.home-page .banner-item{padding:1.125rem 1rem;align-items:flex-end}.home-page .banner-item .banner-content{max-width:88%}.home-page .banner-item .banner-content .banner-title{font-size:1.125rem;font-weight:800;color:#ffd666;margin-bottom:.375rem}.home-page .banner-item .banner-content .banner-desc{font-size:.75rem;margin-bottom:.75rem}.home-page .type-section{padding:0px 0 1.25rem;background:#fff}.home-page .type-section .type-section__card{padding:0;background:transparent;border:0;border-radius:0;box-shadow:none}.home-page .type-section .section-header{margin-bottom:.625rem;padding-bottom:0;border-bottom:none}.home-page .type-section .section-header .section-title{font-size:1rem;padding-left:0}.home-page .type-section .section-header .section-title:before{display:none}.home-page .type-section .section-header .section-subtitle{display:none}.home-page .type-section .section-header .type-section__more{height:1.875rem;padding:0 .625rem 0 .75rem;border-radius:.375rem;font-size:.75rem}.home-page .type-section .accounts-grid{grid-template-columns:1fr;gap:1.5rem;margin-bottom:1rem}.home-page .type-section .section-footer .el-button{font-size:.8125rem}.home-page .type-section .type-product-card{height:100%;border:1px solid #eef0f4;border-radius:.75rem;box-shadow:#eef0f4 0 .125rem .5rem}.home-page .type-section .type-product-card:hover{transform:none;box-shadow:0 .125rem .5rem #0f172a0a;border-color:#eef0f4}.home-page .type-section .type-product-card .thumb{height:auto;aspect-ratio:16/9;flex-shrink:0}.home-page .type-section .type-product-card .thumb .product-discount-badge--overlay{top:.5rem;padding:.1875rem .5rem;font-size:.6875rem}.home-page .type-section .type-product-card .thumb .want-badge{right:.375rem;bottom:.375rem;padding:.1875rem .375rem;font-size:.625rem;border-radius:62.4375rem}.home-page .type-section .type-product-card .info{display:flex;flex-direction:column;flex:1;min-height:0;padding:.625rem}.home-page .type-section .type-product-card .name{font-size:.8125rem;font-weight:700;margin-bottom:.375rem;line-height:1.35;min-height:2.7em;order:1}.home-page .type-section .type-product-card .name .name-text{-webkit-line-clamp:2}.home-page .type-section .type-product-card .skin-tags{order:2;margin-top:0;margin-bottom:.375rem;gap:.25rem;max-height:2.75rem;overflow:hidden;flex-shrink:0}.home-page .type-section .type-product-card .skin-tag{height:auto;padding:0 .25rem;font-size:.625rem;line-height:1.125rem;border-radius:.25rem}.home-page .type-section .type-product-card .meta{order:3;margin-bottom:.375rem}.home-page .type-section .type-product-card .user{gap:.25rem}.home-page .type-section .type-product-card .user .avatar{width:1.125rem;height:1.125rem}.home-page .type-section .type-product-card .user .nickname{font-size:.6875rem;color:#666}.home-page .type-section .type-product-card .fee-grid.home-mobile-only{display:grid}.home-page .type-section .type-product-card .fee-grid{order:4;margin-bottom:.5rem}.home-page .type-section .type-product-card .fee-cell{gap:.375rem;padding:.5rem .375rem;min-height:2.75rem}.home-page .type-section .type-product-card .fee-cell__icon{width:1.5rem;height:1.5rem;border-radius:.375rem;font-size:.75rem}.home-page .type-section .type-product-card .fee-cell__label{font-size:.625rem}.home-page .type-section .type-product-card .fee-cell__value{font-size:.6875rem}.home-page .type-section .type-product-card .card-footer{order:5;margin-top:auto;justify-content:flex-end}.home-page .type-section .type-product-card .product-rent-btn{width:auto;height:1.875rem;font-size:.75rem;padding:0 .625rem}.home-page .type-section .type-product-card .action{display:none!important}@media (max-width: 48rem){.home-page{padding-bottom:calc(6.25rem + env(safe-area-inset-bottom,0px))}.home-page{background:#f4f7fb}.home-page .banner-section.home-mobile-only{padding-top:.5rem}.home-page .banner-section.home-mobile-only .banner-wrapper{display:block;width:100%}.home-page .banner-section.home-mobile-only .carousel-container{display:block;width:100%;min-width:0}.home-page .banner-section.home-mobile-only .banner-wrapper,.home-page .banner-section.home-mobile-only .carousel-container,.home-page .banner-section.home-mobile-only .banner-item{border-radius:.875rem}.home-page .banner-section.home-mobile-only .home-banner-swipe,.home-page .banner-section.home-mobile-only .van-swipe,.home-page .banner-section.home-mobile-only .van-swipe__track,.home-page .banner-section.home-mobile-only .banner-loading{width:100%;height:clamp(7.375rem,35vw,9rem)!important}.home-page .banner-section.home-mobile-only .banner-loading{aspect-ratio:auto}.home-page .banner-section.home-mobile-only .banner-item{padding:.625rem .875rem}.home-page .banner-section.home-mobile-only .banner-title{font-size:.9375rem;margin-bottom:.1875rem}.home-page .banner-section.home-mobile-only .banner-desc{margin-bottom:.4375rem;font-size:.6875rem}.home-page .banner-section.home-mobile-only .home-mobile-banner-btn{height:1.875rem;padding:0 .875rem;font-size:.75rem}.home-page .home-mobile-panel{padding:.375rem 0}.home-page .home-mobile-panel .container,.home-page .type-section .container{padding-right:.75rem;padding-left:.75rem}.home-page .home-mobile-actions{grid-template-columns:repeat(5,minmax(0,1fr));gap:.125rem;padding:.4375rem .375rem;border:1px solid rgba(214,222,233,.68);border-radius:1rem;background:#fff;box-shadow:0 .4375rem 1.1875rem #19325113}.home-page .home-mobile-action{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:.3125rem;min-width:0;min-height:3.125rem;padding:0;border:0;border-radius:.625rem;background:transparent;box-shadow:none;color:#172033;font:inherit;cursor:pointer}.home-page .home-mobile-action:active{transform:scale(.96);background:#f6f8fb}.home-page .home-mobile-action__icon{width:2.125rem;height:2.125rem;border:1px solid rgba(223,229,238,.82);border-radius:50%;background:#f7f9fc;box-shadow:0 .25rem .6875rem #2839511c}.home-page .home-mobile-action__icon img{width:1.5625rem;height:1.5625rem}.home-page .home-mobile-action__title{width:100%;margin:0;overflow:hidden;color:#1d283b;font-size:.6875rem;font-weight:700;line-height:1.35;text-align:center;text-overflow:ellipsis;white-space:nowrap}.home-page .home-mobile-action__arrow{display:none}.home-page .home-mobile-action--club .home-mobile-action__icon{background:#fffaf3}.home-page .home-mobile-action--shareholder .home-mobile-action__icon{background:#f1f6ff}.home-page .home-mobile-action--hafu .home-mobile-action__icon{background:#effaf7}.home-page .home-mobile-action--deposit-free .home-mobile-action__icon{background:#fff4f1}.home-page .home-mobile-action--announce .home-mobile-action__icon{background:#f7f3ff}.home-page .type-section{padding:0px 0 1.25rem;background:#f4f6f9}.home-page .type-section .type-section__card{padding:.625rem;background:#fff;border:1px solid #edf0f4;border-radius:1rem;box-shadow:0 .375rem 1.25rem #0f27440d}.home-page .type-section .accounts-grid{grid-template-columns:minmax(0,1fr);gap:.75rem;margin-bottom:0}.home-page .type-section .section-header{margin-bottom:.5rem}.home-page .type-section .section-title__icon{width:1.5rem;height:1.5rem}.home-page .type-section .type-section__more{height:1.75rem;padding:0 .5rem 0 .625rem}.home-page .type-product-card{min-width:0;min-height:0}.home-page .type-product-card .product-card__thumb{height:auto;aspect-ratio:2.65/1}.home-page .type-product-card .product-card__info{padding:.625rem;gap:.3125rem}.home-page .type-product-card .product-card__title-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:.375rem}.home-page .type-product-card .product-card__name{line-height:1.3}.home-page .type-product-card .product-card__price{font-size:1.5rem}.home-page .type-product-card .product-card__tags{height:1.75rem;min-height:1.75rem;max-height:1.75rem;box-sizing:border-box;flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;padding:.125rem 0;-webkit-overflow-scrolling:touch;scrollbar-width:none;white-space:nowrap}.home-page .type-product-card .product-card__tags::-webkit-scrollbar{display:none}.home-page .type-product-card .product-card__tag{flex:0 0 auto}.home-page .type-product-card .product-card__fee-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.home-page .type-product-card .product-card__fee-item{min-width:0;padding:.375rem .25rem}.home-page .type-product-card .product-card__fee-value{font-size:.6875rem;letter-spacing:-.2px;overflow-wrap:normal;text-overflow:ellipsis;white-space:nowrap}.home-page .type-product-card .product-card__footer{display:flex;align-items:center;justify-content:space-between;gap:.375rem;padding-top:.375rem}.home-page .type-product-card .product-card__online-btn--footer{display:none}.home-page .type-product-card .product-card__online-btn--image{width:auto;min-width:0;height:1.25rem;padding:0 .375rem;box-sizing:border-box;gap:.1875rem;font-size:.6875rem}.home-page .type-product-card .product-card__btn{width:auto;min-width:0;height:2rem;padding:0 .5rem;box-sizing:border-box;justify-content:center}.home-page .type-product-card .product-card__remind-btn{height:2rem;padding:0 .5rem;box-sizing:border-box}.home-page .type-product-card .product-card__price--footer{display:block}.home-page .type-product-card .product-card__price--title{display:none}.home-page .type-product-card .product-card__btn{gap:.1875rem;font-size:.75rem}.home-page .type-product-card .product-card__btn .el-icon{flex:0 0 auto;font-size:.75rem}}}@media (max-width: 768px){:root,:host{--van-tabbar-height: 50px;--van-tabbar-z-index: 1;--van-tabbar-background: var(--van-background-2)}.van-tabbar{z-index:var(--van-tabbar-z-index);display:flex;box-sizing:content-box;width:100%;height:var(--van-tabbar-height);background:var(--van-tabbar-background)}.van-tabbar--fixed{position:fixed;bottom:0;left:0}:root,:host{--van-tabbar-item-font-size: var(--van-font-size-sm);--van-tabbar-item-text-color: var(--van-text-color);--van-tabbar-item-active-color: var(--van-primary-color);--van-tabbar-item-active-background: var(--van-background-2);--van-tabbar-item-line-height: 1;--van-tabbar-item-icon-size: 22px;--van-tabbar-item-icon-margin-bottom: var(--van-padding-base)}.van-tabbar-item{display:flex;flex:1;flex-direction:column;align-items:center;justify-content:center;color:var(--van-tabbar-item-text-color);font-size:var(--van-tabbar-item-font-size);line-height:var(--van-tabbar-item-line-height);cursor:pointer}.van-tabbar-item__icon{margin-bottom:var(--van-tabbar-item-icon-margin-bottom);font-size:var(--van-tabbar-item-icon-size)}.van-tabbar-item__icon .van-icon{display:block}.van-tabbar-item__icon .van-badge{margin-top:var(--van-padding-base)}.van-tabbar-item__icon img{display:block;height:20px}.van-tabbar-item--active{color:var(--van-tabbar-item-active-color);background-color:var(--van-tabbar-item-active-background)}}@media (max-width: 768px){.profile-page .order-detail-page{padding:.375rem 0 calc(6.5rem + env(safe-area-inset-bottom,0px));box-sizing:border-box}.profile-page .wrap{max-width:53.75rem;margin:0 auto;display:flex;flex-direction:column;gap:.5rem}.profile-page .order-flow{display:flex;align-items:flex-start;padding:.5rem .5rem .4375rem;border-bottom:1px solid #e7edf5;background:#fff}.profile-page .order-flow .van-steps{--van-steps-background: transparent;flex:1;width:100%;min-width:0;padding:.5rem .5rem 0;background:transparent}.profile-page .order-flow .van-steps__items{margin:0 0 .25rem;padding-bottom:1.3125rem}.profile-page .order-flow .van-step--horizontal .van-step__title{font-size:.8125rem;font-weight:600;white-space:nowrap}.profile-page .order-flow .van-step--horizontal:last-child .van-step__title{margin-left:.5rem}.profile-page .order-flow .van-step--finish .van-step__title,.profile-page .order-flow .van-step--process .van-step__title{color:#1765ed!important}.profile-page .card{background:#fff;border:1px solid var(--border-color);border-radius:var(--border-radius-lg);padding:1rem;box-shadow:0 .625rem 1.5rem #1118270f;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.profile-page .card:hover{transform:translateY(-.125rem);border-color:#cbd5e1;box-shadow:0 1rem 2.125rem #1118271a}.profile-page .status-card{padding:1.125rem 1rem}.profile-page .status-card-label{margin-bottom:.75rem;padding-bottom:.75rem;border-bottom:1px solid #e9eef4;color:var(--text-primary);font-size:1rem;font-weight:900}.profile-page .status-title{font-size:1.125rem;font-weight:900;margin-bottom:.625rem}.profile-page .status-desc{font-size:.875rem;color:var(--text-secondary);font-weight:700;line-height:1.6}.profile-page .status-actions{display:flex;flex-wrap:wrap;gap:.625rem;margin-top:.875rem}.profile-page .btn{height:2.25rem;border-radius:.875rem;font-weight:900}.profile-page .btn-primary{background:#f9c022;border-color:#f9c022;color:#101010}.profile-page .btn-ghost{background:#fff;border-color:#0000001f;color:#111827}.profile-page .card-title{font-size:1rem;font-weight:900;color:var(--text-primary);margin-bottom:.75rem}.profile-page .address-main{font-size:1rem;font-weight:900;color:#111827;margin-bottom:.5rem}.profile-page .address-sub{font-size:.875rem;color:var(--text-secondary);font-weight:800}.profile-page .mr{margin-right:.75rem}.profile-page .products{display:flex;flex-direction:column;gap:.75rem}.profile-page .order-products-card{cursor:pointer}.profile-page .order-products-card:focus-visible{outline:.125rem solid var(--primary-color);outline-offset:.1875rem}.profile-page .product-row{display:flex;gap:.5rem;padding:.625rem;border-radius:1rem;background:#f7f9fc;border:1px solid rgba(0,0,0,.06);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease,background .2s ease}.profile-page .product-row:hover{transform:translateY(-.125rem);background:#fff;border-color:#cbd5e1;box-shadow:0 .875rem 1.75rem #11182714}.profile-page .product-img{width:4.375rem;height:4.375rem;border-radius:.75rem;object-fit:cover;background:#fff;border:1px solid rgba(0,0,0,.06);flex:0 0 auto}.profile-page .product-main{min-width:0;flex:1}.profile-page .product-name{font-size:.875rem;font-weight:900;color:#111827;line-height:1.4;margin-bottom:.625rem}.profile-page .product-price{font-size:1.125rem;font-weight:900;color:#ef4444;margin-bottom:.25rem}.profile-page .symbol{font-size:.75rem;margin-right:.125rem}.profile-page .product-deposit,.profile-page .product-consumption{display:inline-block;margin-right:.625rem;font-size:.75rem;font-weight:800;color:var(--text-secondary)}.profile-page .product-consumption{margin-right:0}.profile-page .product-actions{display:flex;flex:0 0 auto;flex-direction:column;align-self:center;gap:.375rem}.profile-page .product-action-btn{min-width:5.125rem;height:1.875rem;padding:0 .5rem;border:1px solid rgba(249,192,34,.65);border-radius:.5rem;background:#fffdf4;color:#9a6700;font-size:.75rem;font-weight:900;cursor:pointer}.profile-page .product-action-btn--after{border-color:#00000024;background:#fff;color:#374151}.profile-page .product-action-btn:hover{filter:brightness(.98)}.profile-page .kv{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.75rem 0;border-bottom:1px solid rgba(0,0,0,.06)}.profile-page .kv:last-child{border-bottom:none;padding-bottom:0}.profile-page .k{font-size:.875rem;font-weight:900;color:var(--text-secondary)}.profile-page .v{font-size:.875rem;font-weight:900;color:#111827;display:flex;align-items:center;gap:.625rem}.profile-page .seller .avatar{width:1.75rem;height:1.75rem;border-radius:50%;object-fit:cover;border:1px solid rgba(0,0,0,.06);background:#fff}.profile-page .blue{color:#3b82f6}.profile-page .phone-icon,.profile-page .phone-text{color:#ffc100}.profile-page .price{color:#ef4444}.profile-page .total{display:flex;justify-content:flex-end;align-items:baseline;gap:.125rem;padding-top:.75rem;font-size:1.125rem;font-weight:900;color:#ef4444}.profile-page .total .label{font-size:.875rem;font-weight:900;color:var(--text-secondary);margin-right:.125rem}.profile-page .pay-dialog .el-dialog{border-radius:1.125rem;overflow:hidden}.profile-page .pay-dialog-title{text-align:center;font-size:1.125rem;font-weight:900;color:var(--text-primary);padding:.25rem 0 .125rem}.profile-page .pay-body{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:.375rem 0 .25rem}.profile-page .pay-amount{font-size:1rem;font-weight:900;color:#ef4444}.profile-page .pay-amount .label{color:var(--text-secondary);font-size:.875rem}.profile-page .combo-pay-detail{width:100%;max-width:20rem;border:1px solid #e5e7eb;border-radius:.75rem;background:#f9fafb;padding:.625rem .75rem;display:flex;flex-direction:column;gap:.5rem}.profile-page .combo-row{display:flex;align-items:center;gap:.375rem;font-size:.8125rem}.profile-page .combo-label{color:#6b7280;font-weight:700}.profile-page .combo-value{color:#111827;font-weight:900}.profile-page .combo-tag{margin-left:auto;border-radius:62.4375rem;padding:.125rem .5rem;font-size:.75rem;font-weight:800}.profile-page .combo-tag.done{color:#065f46;background:#d1fae5}.profile-page .combo-tag.pending{color:#92400e;background:#fef3c7}.profile-page .pay-hint{font-size:.8125rem;font-weight:800;color:var(--text-secondary);text-align:center}.profile-page .pay-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;padding:.625rem 0 .125rem}.profile-page .ghost{font-weight:900}.profile-page .entry-card{cursor:pointer;padding:1.125rem 1rem}.profile-page .entry-left,.profile-page .entry-right{display:flex;align-items:center;gap:.625rem}.profile-page .entry-card{display:flex;justify-content:space-between;align-items:center}.profile-page .dot{width:.5rem;height:.5rem;border-radius:62.4375rem;background:#ef4444;flex:0 0 auto}.profile-page .entry-title{font-size:1rem;font-weight:900;color:var(--text-primary)}.profile-page .go{font-size:.875rem;font-weight:800;color:#9ca3af}.profile-page .arrow{color:#9ca3af;font-weight:900}.profile-page .consumption-summary{display:flex;flex-direction:column;gap:.625rem;margin-bottom:.875rem;padding:.875rem;border-radius:.875rem;background:#f8fafc}.profile-page .consumption-summary-row{display:flex;justify-content:space-between;gap:.75rem;font-size:.8125rem}.profile-page .consumption-summary-row .label{color:#6b7280;font-weight:700}.profile-page .consumption-summary-row .money{color:#111827;font-weight:900}.profile-page .consumption-summary-row .money.used{color:#2563eb}.profile-page .consumption-summary-row .money.refund{color:#059669}.profile-page .consumption-item{display:flex;justify-content:space-between;gap:.75rem;padding:.75rem 0;border-bottom:1px dashed rgba(0,0,0,.08)}.profile-page .consumption-item:last-child{border-bottom:none}.profile-page .consumption-item .name{font-size:.875rem;font-weight:900;color:var(--text-secondary)}.profile-page .consumption-item .value{font-size:.875rem;font-weight:900;color:#111827}.profile-page .unit{margin-left:.625rem;font-size:.75rem;color:#9ca3af;font-weight:800}.profile-page .consumption-total{display:flex;justify-content:space-between;align-items:baseline;padding-top:.875rem}.profile-page .consumption-total .label{font-size:1rem;font-weight:900;color:var(--text-primary)}.profile-page .consumption-total .money{font-size:1.125rem;font-weight:900;color:#ef4444}.profile-page .history{padding:.75rem 0;border-bottom:1px solid rgba(0,0,0,.06)}.profile-page .history:last-child{border-bottom:none;padding-bottom:0}.profile-page .history-top{display:flex;justify-content:space-between;gap:.75rem;margin-bottom:.5rem}.profile-page .history-title{font-size:.875rem;font-weight:900;color:#111827}.profile-page .history-time{font-size:.75rem;color:#9ca3af;font-weight:800}.profile-page .history-desc{font-size:.8125rem;color:#374151;font-weight:700;line-height:1.7}.profile-page .red{color:#ef4444}.profile-page .lightblue{color:#3b82f6}.profile-page .col10{color:#111827}.profile-page .col5{color:#6b7280}.profile-page .order-detail-page{min-height:calc(100vh - 3.625rem);background:#fff}.profile-page .wrap{gap:.375rem}.profile-page .order-flow{padding:.75rem .5rem .625rem;border:0;background:transparent}.profile-page .order-flow--placeholder{box-sizing:border-box;height:4.5625rem;min-height:4.5625rem;padding:0}.profile-page .order-flow .van-step--horizontal:nth-child(4) .van-step__title{transform:translate(calc(-50% - .375rem))}.profile-page .order-flow .van-step--horizontal:last-child .van-step__title{margin-left:1rem}.profile-page .order-flow .van-step__icon--active{color:#1765ed!important}.profile-page .card{border-color:#e6ebf3;border-radius:1rem;padding:.75rem;box-shadow:0 .375rem 1.25rem #2442700e}.profile-page .card:hover{transform:none;border-color:#e6ebf3;box-shadow:0 .375rem 1.25rem #2442700e}.profile-page .status-card{padding:.75rem}.profile-page .status-card__main{display:flex;align-items:flex-start;gap:.625rem;min-width:0}.profile-page .status-card__icon{width:3.625rem;height:3.625rem;flex:0 0 3.625rem;object-fit:contain;margin-top:1px}.profile-page .status-card__copy{min-width:0;flex:1}.profile-page .status-card-label{display:block;margin:0 0 .4375rem;padding:0;border:0;color:var(--text-primary);font-size:.875rem;font-weight:900;line-height:1.3}.profile-page .status-title{margin:0 0 .1875rem;color:#14213b;font-size:1rem;line-height:1.3}.profile-page .status-desc{color:#60718d;font-size:.75rem;font-weight:600;line-height:1.45}.profile-page .status-actions{justify-content:flex-end;gap:.5rem;margin-top:.875rem}.profile-page .status-actions .btn{height:2.25rem;min-width:6rem;border-radius:1.125rem;font-size:.8125rem}.profile-page .status-actions .btn-primary{background:#1765ed;border-color:#1765ed;color:#fff;box-shadow:0 .4375rem 1rem #1765ed2e}.profile-page .order-products-card .card-title{margin-bottom:.4375rem;font-size:.875rem;line-height:1.3}.profile-page .order-products-card .products{gap:.5rem}.profile-page .product-row{display:grid;grid-template-columns:3.875rem minmax(0,1fr) 4.75rem;align-items:center;min-height:6.75rem;gap:.5rem;padding:.4375rem;border-radius:.75rem;background:#fff;border-color:#e4ebf4}.profile-page .product-row:hover{transform:none;background:#fff;border-color:#e4ebf4;box-shadow:none}.profile-page .product-img{width:3.875rem;height:3.875rem;border-radius:.5625rem}.profile-page .order-products-card .product-name{margin-bottom:.3125rem;font-size:.8125rem;line-height:1.35}.profile-page .order-products-card .product-price{margin-bottom:.25rem;font-size:1.0625rem}.profile-page .order-products-card .product-deposit,.profile-page .order-products-card .product-consumption{margin-right:.3125rem;font-size:.625rem}.profile-page .product-side-actions{display:flex;grid-column:3;width:4.75rem;flex:0 0 4.75rem;flex-direction:column;align-self:center;gap:.3125rem;margin-left:0}.profile-page .product-side-action{width:100%;min-height:1.8125rem;padding:0 .1875rem;border:1px solid #cfdced;border-radius:.4375rem;background:#fff;color:#263753;font-size:.625rem;font-weight:800;line-height:1;white-space:nowrap}.profile-page .product-side-action--appeal{border-color:#ffb8b8;background:#fff;color:#ef5350}.profile-page .kv{padding:.5625rem 0;border-bottom-color:#edf1f6;font-size:.875rem}.profile-page .total{margin-top:.75rem}@media (max-width: 22.5rem){.profile-page .order-detail-page{padding-right:.25rem;padding-left:.25rem}.profile-page .order-flow{padding-right:.375rem;padding-left:.375rem}.profile-page .product-row{grid-template-columns:3.625rem minmax(0,1fr) 4.5rem;gap:.4375rem;padding:.375rem}.profile-page .product-img{width:3.625rem;height:3.625rem}.profile-page .product-name{font-size:.75rem}.profile-page .product-price{font-size:1rem}.profile-page .product-side-actions{width:4.5rem;flex-basis:4.5rem}.profile-page .product-side-action{font-size:.625rem}}}@media (min-width: 769px){.profile-page .order-detail-page{padding:0}.profile-page .page-header{padding:0 0 16px;border-bottom:1px solid var(--border-color);margin-bottom:16px;display:flex;align-items:center;justify-content:space-between}.profile-page .page-header .header-left{display:flex;align-items:center;gap:12px}.profile-page .page-header h2{font-size:20px;font-weight:900;color:var(--text-primary)}.profile-page .after-sale-btn{height:34px;border-radius:999px;font-weight:900}.profile-page .wrap{max-width:860px;margin:0 auto;display:flex;flex-direction:column;gap:16px}.profile-page .order-flow{display:flex;align-items:flex-start;padding:18px 28px 16px;border:1px solid var(--border-color);border-radius:var(--border-radius-lg);background:#fff;box-shadow:0 8px 20px #1118270b}.profile-page .order-flow__step{position:relative;z-index:0;display:flex;flex:1 1 0;flex-direction:column;align-items:center;min-width:0;color:#aab5c4}.profile-page .order-flow__step:after{position:absolute;z-index:-1;top:13px;left:50%;width:100%;height:2px;background:#dfe6ef;content:""}.profile-page .order-flow__step:last-child:after{display:none}.profile-page .order-flow__step.is-complete:after{background:var(--primary-color)}.profile-page .order-flow__dot{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border:2px solid #d8e1ec;border-radius:50%;background:#fff;color:inherit;font-size:12px;font-weight:900;line-height:1}.profile-page .order-flow__label{display:block;margin-top:7px;color:inherit;font-size:13px;font-weight:800;line-height:1.25;text-align:center;white-space:nowrap}.profile-page .order-flow__step.is-complete,.profile-page .order-flow__step.is-active{color:var(--primary-color)}.profile-page .order-flow__step.is-complete .order-flow__dot{border-color:var(--primary-color);background:var(--primary-color);color:#fff}.profile-page .order-flow__step.is-active .order-flow__dot{border-color:var(--primary-color);background:#eff6ff;box-shadow:0 0 0 4px #246fd01c}.profile-page .card{background:#fff;border:1px solid var(--border-color);border-radius:var(--border-radius-lg);padding:16px;box-shadow:0 10px 24px #1118270f;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.profile-page .card:hover{transform:translateY(-2px);border-color:#cbd5e1;box-shadow:0 16px 34px #1118271a}.profile-page .status-card{padding:18px 16px}.profile-page .status-card-label{margin-bottom:12px;padding-bottom:0;border-bottom:0;color:var(--text-primary);font-size:16px;font-weight:900}.profile-page .status-title{font-size:18px;font-weight:900;margin-bottom:10px}.profile-page .status-desc{font-size:14px;color:var(--text-secondary);font-weight:700;line-height:1.6}.profile-page .status-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px}.profile-page .btn{height:36px;border-radius:14px;font-weight:900}.profile-page .btn-primary{background:#f9c022;border-color:#f9c022;color:#101010}.profile-page .btn-ghost{background:#fff;border-color:#0000001f;color:#111827}.profile-page .card-title{font-size:16px;font-weight:900;color:var(--text-primary);margin-bottom:12px}.profile-page .address-main{font-size:16px;font-weight:900;color:#111827;margin-bottom:8px}.profile-page .address-sub{font-size:14px;color:var(--text-secondary);font-weight:800}.profile-page .mr{margin-right:12px}.profile-page .products{display:flex;flex-direction:column;gap:12px}.profile-page .order-products-card{cursor:pointer}.profile-page .order-products-card:focus-visible{outline:2px solid var(--primary-color);outline-offset:3px}.profile-page .product-row{display:flex;gap:12px;padding:12px;border-radius:16px;background:#f7f9fc;border:1px solid rgba(0,0,0,.06);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease,background .2s ease}.profile-page .product-row:hover{transform:translateY(-2px);background:#fff;border-color:#cbd5e1;box-shadow:0 14px 28px #11182714}.profile-page .product-img{width:86px;height:86px;border-radius:12px;object-fit:cover;background:#fff;border:1px solid rgba(0,0,0,.06);flex:0 0 auto}.profile-page .product-main{min-width:0;flex:1}.profile-page .product-name{font-size:14px;font-weight:900;color:#111827;line-height:1.4;margin-bottom:10px}.profile-page .product-price{font-size:18px;font-weight:900;color:#ef4444;margin-bottom:4px}.profile-page .symbol{font-size:12px;margin-right:2px}.profile-page .product-deposit,.profile-page .product-consumption{display:inline-block;margin-right:10px;font-size:12px;font-weight:800;color:var(--text-secondary)}.profile-page .product-consumption{margin-right:0}.profile-page .product-actions{display:flex;flex:0 0 auto;flex-direction:column;align-self:center;gap:8px}.profile-page .product-action-btn{min-width:104px;height:34px;padding:0 12px;border:1px solid rgba(249,192,34,.65);border-radius:8px;background:#fffdf4;color:#9a6700;font-size:14px;font-weight:900;cursor:pointer}.profile-page .product-action-btn--after{border-color:#00000024;background:#fff;color:#374151}.profile-page .product-action-btn:hover{filter:brightness(.98)}.profile-page .kv{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 0;border-bottom:1px solid rgba(0,0,0,.06)}.profile-page .kv:last-child{border-bottom:none;padding-bottom:0}.profile-page .k{font-size:14px;font-weight:900;color:var(--text-secondary)}.profile-page .v{font-size:14px;font-weight:900;color:#111827;display:flex;align-items:center;gap:10px}.profile-page .seller .avatar{width:28px;height:28px;border-radius:50%;object-fit:cover;border:1px solid rgba(0,0,0,.06);background:#fff}.profile-page .blue{color:#3b82f6}.profile-page .phone-icon,.profile-page .phone-text{color:#ffc100}.profile-page .price{color:#ef4444}.profile-page .total{display:flex;justify-content:flex-end;align-items:baseline;gap:2px;padding-top:12px;font-size:18px;font-weight:900;color:#ef4444}.profile-page .total .label{font-size:14px;font-weight:900;color:var(--text-secondary);margin-right:2px}.profile-page .pay-dialog .el-dialog{border-radius:18px;overflow:hidden}.profile-page .pay-dialog-title{text-align:center;font-size:18px;font-weight:900;color:var(--text-primary);padding:4px 0 2px}.profile-page .pay-body{display:flex;flex-direction:column;align-items:center;gap:12px;padding:6px 0 4px}.profile-page .pay-amount{font-size:16px;font-weight:900;color:#ef4444}.profile-page .pay-amount .label{color:var(--text-secondary);font-size:14px}.profile-page .combo-pay-detail{width:100%;max-width:320px;border:1px solid #e5e7eb;border-radius:12px;background:#f9fafb;padding:10px 12px;display:flex;flex-direction:column;gap:8px}.profile-page .combo-row{display:flex;align-items:center;gap:6px;font-size:13px}.profile-page .combo-label{color:#6b7280;font-weight:700}.profile-page .combo-value{color:#111827;font-weight:900}.profile-page .combo-tag{margin-left:auto;border-radius:999px;padding:2px 8px;font-size:12px;font-weight:800}.profile-page .combo-tag.done{color:#065f46;background:#d1fae5}.profile-page .combo-tag.pending{color:#92400e;background:#fef3c7}.profile-page .pay-hint{font-size:13px;font-weight:800;color:var(--text-secondary);text-align:center}.profile-page .pay-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;padding:10px 0 2px}.profile-page .ghost{font-weight:900}.profile-page .entry-card{cursor:pointer;padding:18px 16px}.profile-page .entry-left,.profile-page .entry-right{display:flex;align-items:center;gap:10px}.profile-page .entry-card{display:flex;justify-content:space-between;align-items:center}.profile-page .dot{width:8px;height:8px;border-radius:999px;background:#ef4444;flex:0 0 auto}.profile-page .entry-title{font-size:16px;font-weight:900;color:var(--text-primary)}.profile-page .go{font-size:14px;font-weight:800;color:#9ca3af}.profile-page .arrow{color:#9ca3af;font-weight:900}.profile-page .consumption-summary{display:flex;flex-direction:column;gap:10px;margin-bottom:14px;padding:14px;border-radius:14px;background:#f8fafc}.profile-page .consumption-summary-row{display:flex;justify-content:space-between;gap:12px;font-size:13px}.profile-page .consumption-summary-row .label{color:#6b7280;font-weight:700}.profile-page .consumption-summary-row .money{color:#111827;font-weight:900}.profile-page .consumption-summary-row .money.used{color:#2563eb}.profile-page .consumption-summary-row .money.refund{color:#059669}.profile-page .consumption-item{display:flex;justify-content:space-between;gap:12px;padding:12px 0;border-bottom:1px dashed rgba(0,0,0,.08)}.profile-page .consumption-item:last-child{border-bottom:none}.profile-page .consumption-item .name{font-size:14px;font-weight:900;color:var(--text-secondary)}.profile-page .consumption-item .value{font-size:14px;font-weight:900;color:#111827}.profile-page .unit{margin-left:10px;font-size:12px;color:#9ca3af;font-weight:800}.profile-page .consumption-total{display:flex;justify-content:space-between;align-items:baseline;padding-top:14px}.profile-page .consumption-total .label{font-size:16px;font-weight:900;color:var(--text-primary)}.profile-page .consumption-total .money{font-size:18px;font-weight:900;color:#ef4444}.profile-page .history{padding:12px 0;border-bottom:1px solid rgba(0,0,0,.06)}.profile-page .history:last-child{border-bottom:none;padding-bottom:0}.profile-page .history-top{display:flex;justify-content:space-between;gap:12px;margin-bottom:8px}.profile-page .history-title{font-size:14px;font-weight:900;color:#111827}.profile-page .history-time{font-size:12px;color:#9ca3af;font-weight:800}.profile-page .history-desc{font-size:13px;color:#374151;font-weight:700;line-height:1.7}.profile-page .red{color:#ef4444}.profile-page .lightblue{color:#3b82f6}.profile-page .col10{color:#111827}.profile-page .col5{color:#6b7280}}@media (max-width: 768px){.profile-page .chat-page{height:calc(100vh - 7.5rem);min-height:35rem;display:flex;flex-direction:column;background:#f7f9fc}.profile-page .product-card{display:flex;gap:.875rem;padding:.875rem;background:#fff;border:1px solid var(--border-color);border-radius:1rem;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;margin-bottom:.625rem}.profile-page .product-card:hover{transform:translateY(-.125rem);border-color:#cbd5e1;box-shadow:0 .75rem 1.375rem #11182714}.profile-page .product-img{width:4.75rem;height:4.75rem;border-radius:.875rem;object-fit:cover;background:#f5f7fa;border:1px solid rgba(0,0,0,.06);flex:0 0 auto}.profile-page .product-main{min-width:0;flex:1}.profile-page .product-name{font-size:.875rem;font-weight:900;color:var(--text-primary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-bottom:.5rem}.profile-page .product-meta{display:flex;gap:.75rem;align-items:baseline;margin-bottom:.5rem}.profile-page .price{font-size:1.125rem;font-weight:900;color:var(--danger-color)}.profile-page .symbol{font-size:.75rem;margin-right:.125rem}.profile-page .want{font-size:.75rem;color:var(--text-secondary);font-weight:700}.profile-page .product-foot{display:flex;justify-content:space-between;align-items:center;gap:.75rem}.profile-page .tip{font-size:.75rem;color:var(--text-secondary);font-weight:700}.profile-page .rent-btn{height:1.875rem;padding:0 .875rem;border-radius:62.4375rem;border:none;background:#ffc100;color:#101010;font-weight:900;cursor:pointer}.profile-page .rent-btn:hover{background:#ffd24d}.profile-page .notice{background:#fff8df;border:1px solid #ffe8a3;color:#7c4a03;padding:.625rem .875rem;border-radius:.875rem;font-weight:800;font-size:.8125rem;margin-bottom:.625rem}.profile-page .chat-body{flex:1;overflow:auto;padding:.375rem 0 .875rem}.profile-page .end{text-align:center;color:#9ca3af;font-size:.75rem;padding:.625rem 0;font-weight:700}.profile-page .group{padding:0 .5rem}.profile-page .time{text-align:center;font-size:.75rem;color:#9ca3af;padding:.875rem 0 .625rem;font-weight:700}.profile-page .msg-row{display:flex;align-items:flex-start;gap:.625rem;padding:.625rem .375rem}.profile-page .msg-row.right{flex-direction:row-reverse}.profile-page .avatar{width:2.375rem;height:2.375rem;border-radius:50%;object-fit:cover;background:#f5f7fa;border:1px solid rgba(0,0,0,.06);flex:0 0 auto}.profile-page .bubble{max-width:70%;border-radius:.875rem;background:#fff;border:1px solid rgba(0,0,0,.06);padding:.625rem .75rem;box-shadow:0 .5rem 1.375rem #1118270a;transition:transform .18s ease,box-shadow .18s ease}.profile-page .bubble:hover{transform:translateY(-1px);box-shadow:0 .875rem 1.5rem #11182714}.profile-page .bubbleRight{background:#ffc100;border-color:#0000000a}.profile-page .text{font-size:.875rem;line-height:1.6;color:#101010;word-break:break-word}.profile-page .img{max-width:13.75rem;border-radius:.75rem;display:block;overflow:hidden;cursor:zoom-in}.profile-page .img img{width:100%;display:block;border-radius:.75rem}.profile-page .foot{background:#fff;border-top:1px solid var(--border-color)}.profile-page .foot-inner{display:flex;align-items:center;gap:.625rem;padding:.625rem .75rem}.profile-page .input{flex:1;height:2.625rem;border-radius:62.4375rem;border:1px solid var(--border-color);background:#f7f9fc;padding:0 .875rem;outline:none;font-size:.875rem}.profile-page .icon-btn{width:2.625rem;height:2.625rem;border-radius:62.4375rem;border:1px solid var(--border-color);background:#fff;cursor:pointer;font-size:1.125rem;transition:transform .18s ease,box-shadow .18s ease}.profile-page .icon-btn:disabled{opacity:.6;cursor:not-allowed}.profile-page .icon-btn:hover{transform:translateY(-1px);box-shadow:0 .75rem 1.375rem #11182714}.profile-page .send-btn{height:2.625rem;padding:0 .875rem;border-radius:62.4375rem;border:none;background:#ffc100;color:#101010;font-weight:900;cursor:pointer}.profile-page .send-btn:hover{background:#ffd24d}.profile-page .emoji{padding:.625rem .75rem .75rem;border-top:1px solid rgba(0,0,0,.06);display:grid;grid-template-columns:repeat(10,1fr);gap:.375rem}.profile-page .emoji-btn{height:2.125rem;border-radius:.75rem;border:1px solid var(--border-color);background:#fff;cursor:pointer;font-size:1.125rem;transition:transform .18s ease,box-shadow .18s ease}.profile-page .emoji-btn:hover{transform:translateY(-1px);box-shadow:0 .625rem 1.125rem #11182714}.profile-page .menu{display:flex;justify-content:center;padding:.375rem 0 .125rem}.profile-page .menu-btn{width:100%;height:2.75rem;border-radius:.75rem;font-weight:900}.profile-page .row-fade-enter-active,.profile-page .row-fade-leave-active{transition:opacity .22s ease,transform .22s ease}.profile-page .row-fade-enter-from,.profile-page .row-fade-leave-to{opacity:0;transform:translateY(.625rem)}.profile-page .chat-page{height:calc(100vh - 5rem)}.profile-page .emoji{grid-template-columns:repeat(8,1fr)}.profile-page .reminder-mask{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:2000;-webkit-backdrop-filter:blur(.25rem);backdrop-filter:blur(.25rem)}.profile-page .reminder-pop{width:85%;max-width:37.5rem;background:#fff;border-radius:1.25rem;padding:1.5rem;display:flex;flex-direction:column;gap:1rem;animation:popIn-358a2416 .3s cubic-bezier(.34,1.56,.64,1)}@keyframes popIn-358a2416{0%{transform:scale(.8);opacity:0}to{transform:scale(1);opacity:1}}.profile-page .reminder-title{font-size:1.125rem;font-weight:900;color:#111827;text-align:center}.profile-page .reminder-content{max-height:37.5rem;overflow-y:auto;font-size:.875rem;color:#374151;line-height:1.6;padding:.625rem 0}.profile-page .reminder-content p{margin-bottom:.5rem}.profile-page .reminder-content img{max-width:100%;border-radius:.5rem}.profile-page .reminder-btn{height:2.75rem;background:#3b82f6;color:#fff;border:none;border-radius:.75rem;font-size:.9375rem;font-weight:900;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .2s ease;margin-top:.5rem}.profile-page .reminder-btn:hover{background:#2563eb;transform:translateY(-1px);box-shadow:0 .5rem 1.25rem #2563eb33}.profile-page .reminder-btn:active{transform:translateY(0)}}@media (min-width: 769px){.profile-page .chat-page{height:calc(100vh - 120px);min-height:560px;display:flex;flex-direction:column;background:#f7f9fc}.profile-page .product-card{display:flex;gap:14px;padding:14px;background:#fff;border:1px solid var(--border-color);border-radius:16px;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;margin-bottom:10px}.profile-page .product-card:hover{transform:translateY(-2px);border-color:#cbd5e1;box-shadow:0 12px 22px #11182714}.profile-page .product-img{width:76px;height:76px;border-radius:14px;object-fit:cover;background:#f5f7fa;border:1px solid rgba(0,0,0,.06);flex:0 0 auto}.profile-page .product-main{min-width:0;flex:1}.profile-page .product-name{font-size:14px;font-weight:900;color:var(--text-primary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-bottom:8px}.profile-page .product-meta{display:flex;gap:12px;align-items:baseline;margin-bottom:8px}.profile-page .price{font-size:18px;font-weight:900;color:var(--danger-color)}.profile-page .symbol{font-size:12px;margin-right:2px}.profile-page .want{font-size:12px;color:var(--text-secondary);font-weight:700}.profile-page .product-foot{display:flex;justify-content:space-between;align-items:center;gap:12px}.profile-page .tip{font-size:12px;color:var(--text-secondary);font-weight:700}.profile-page .rent-btn{height:30px;padding:0 14px;border-radius:999px;border:none;background:#ffc100;color:#101010;font-weight:900;cursor:pointer}.profile-page .rent-btn:hover{background:#ffd24d}.profile-page .notice{background:#fff8df;border:1px solid #ffe8a3;color:#7c4a03;padding:10px 14px;border-radius:14px;font-weight:800;font-size:13px;margin-bottom:10px}.profile-page .chat-body{flex:1;overflow:auto;padding:6px 0 14px}.profile-page .end{text-align:center;color:#9ca3af;font-size:12px;padding:10px 0;font-weight:700}.profile-page .group{padding:0 8px}.profile-page .time{text-align:center;font-size:12px;color:#9ca3af;padding:14px 0 10px;font-weight:700}.profile-page .msg-row{display:flex;align-items:flex-start;gap:10px;padding:10px 6px}.profile-page .msg-row.right{flex-direction:row-reverse}.profile-page .avatar{width:38px;height:38px;border-radius:50%;object-fit:cover;background:#f5f7fa;border:1px solid rgba(0,0,0,.06);flex:0 0 auto}.profile-page .bubble{max-width:70%;border-radius:14px;background:#fff;border:1px solid rgba(0,0,0,.06);padding:10px 12px;box-shadow:0 8px 22px #1118270a;transition:transform .18s ease,box-shadow .18s ease}.profile-page .bubble:hover{transform:translateY(-1px);box-shadow:0 14px 24px #11182714}.profile-page .bubbleRight{background:#ffc100;border-color:#0000000a}.profile-page .text{font-size:14px;line-height:1.6;color:#101010;word-break:break-word}.profile-page .img{max-width:220px;border-radius:12px;display:block;overflow:hidden;cursor:zoom-in}.profile-page .img img{width:100%;display:block;border-radius:12px}.profile-page .foot{background:#fff;border-top:1px solid var(--border-color)}.profile-page .foot-inner{display:flex;align-items:center;gap:10px;padding:10px 12px}.profile-page .input{flex:1;height:42px;border-radius:999px;border:1px solid var(--border-color);background:#f7f9fc;padding:0 14px;outline:none;font-size:14px}.profile-page .icon-btn{width:42px;height:42px;border-radius:999px;border:1px solid var(--border-color);background:#fff;cursor:pointer;font-size:18px;transition:transform .18s ease,box-shadow .18s ease}.profile-page .icon-btn:disabled{opacity:.6;cursor:not-allowed}.profile-page .icon-btn:hover{transform:translateY(-1px);box-shadow:0 12px 22px #11182714}.profile-page .send-btn{height:42px;padding:0 14px;border-radius:999px;border:none;background:#ffc100;color:#101010;font-weight:900;cursor:pointer}.profile-page .send-btn:hover{background:#ffd24d}.profile-page .emoji{padding:10px 12px 12px;border-top:1px solid rgba(0,0,0,.06);display:grid;grid-template-columns:repeat(10,1fr);gap:6px}.profile-page .emoji-btn{height:34px;border-radius:12px;border:1px solid var(--border-color);background:#fff;cursor:pointer;font-size:18px;transition:transform .18s ease,box-shadow .18s ease}.profile-page .emoji-btn:hover{transform:translateY(-1px);box-shadow:0 10px 18px #11182714}.profile-page .menu{display:flex;justify-content:center;padding:6px 0 2px}.profile-page .menu-btn{width:100%;height:44px;border-radius:12px;font-weight:900}.profile-page .row-fade-enter-active,.profile-page .row-fade-leave-active{transition:opacity .22s ease,transform .22s ease}.profile-page .row-fade-enter-from,.profile-page .row-fade-leave-to{opacity:0;transform:translateY(10px)}.profile-page .reminder-mask{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:2000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.profile-page .reminder-pop{width:85%;max-width:600px;background:#fff;border-radius:20px;padding:24px;display:flex;flex-direction:column;gap:16px;animation:popIn-c7478a38 .3s cubic-bezier(.34,1.56,.64,1)}@keyframes popIn-c7478a38{0%{transform:scale(.8);opacity:0}to{transform:scale(1);opacity:1}}.profile-page .reminder-title{font-size:18px;font-weight:900;color:#111827;text-align:center}.profile-page .reminder-content{max-height:600px;overflow-y:auto;font-size:14px;color:#374151;line-height:1.6;padding:10px 0}.profile-page .reminder-content p{margin-bottom:8px}.profile-page .reminder-content img{max-width:100%;border-radius:8px}.profile-page .reminder-btn{height:44px;background:#3b82f6;color:#fff;border:none;border-radius:12px;font-size:15px;font-weight:900;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .2s ease;margin-top:8px}.profile-page .reminder-btn:hover{background:#2563eb;transform:translateY(-1px);box-shadow:0 8px 20px #2563eb33}.profile-page .reminder-btn:active{transform:translateY(0)}}@media (max-width: 768px){.club-join-page .van-radio-group--horizontal{display:flex;flex-wrap:wrap}:root,:host{--van-checkbox-size: 20px;--van-checkbox-border-color: var(--van-gray-5);--van-checkbox-duration: var(--van-duration-fast);--van-checkbox-label-margin: var(--van-padding-xs);--van-checkbox-label-color: var(--van-text-color);--van-checkbox-checked-icon-color: var(--van-primary-color);--van-checkbox-disabled-icon-color: var(--van-gray-5);--van-checkbox-disabled-label-color: var(--van-text-color-3);--van-checkbox-disabled-background: var(--van-border-color)}.club-join-page .van-checkbox{display:flex;align-items:center;overflow:hidden;cursor:pointer;-webkit-user-select:none;user-select:none}.club-join-page .van-checkbox--disabled{cursor:not-allowed}.club-join-page .van-checkbox--label-disabled{cursor:default}.club-join-page .van-checkbox--horizontal{margin-right:var(--van-padding-sm)}.club-join-page .van-checkbox__icon{flex:none;height:1em;font-size:var(--van-checkbox-size);line-height:1em;cursor:pointer}.club-join-page .van-checkbox__icon .van-icon{display:block;box-sizing:border-box;width:1.25em;height:1.25em;color:transparent;font-size:.8em;line-height:1.25;text-align:center;border:1px solid var(--van-checkbox-border-color);transition-duration:var(--van-checkbox-duration);transition-property:color,border-color,background-color}.club-join-page .van-checkbox__icon--round .van-icon{border-radius:100%}.club-join-page .van-checkbox__icon--indeterminate .van-icon{display:flex;align-items:center;justify-content:center;color:var(--van-white);border-color:var(--van-checkbox-checked-icon-color);background-color:var(--van-checkbox-checked-icon-color)}.club-join-page .van-checkbox__icon--checked .van-icon{color:var(--van-white);background-color:var(--van-checkbox-checked-icon-color);border-color:var(--van-checkbox-checked-icon-color)}.club-join-page .van-checkbox__icon--disabled{cursor:not-allowed}.club-join-page .van-checkbox__icon--disabled .van-icon{background-color:var(--van-checkbox-disabled-background);border-color:var(--van-checkbox-disabled-icon-color)}.club-join-page .van-checkbox__icon--disabled.van-checkbox__icon--checked .van-icon{color:var(--van-checkbox-disabled-icon-color)}.club-join-page .van-checkbox__label{margin-left:var(--van-checkbox-label-margin);color:var(--van-checkbox-label-color);line-height:var(--van-checkbox-size)}.club-join-page .van-checkbox__label--left{margin:0 var(--van-checkbox-label-margin) 0 0}.club-join-page .van-checkbox__label--disabled{color:var(--van-checkbox-disabled-label-color)}:root,:host{--van-radio-size: 20px;--van-radio-dot-size: 8px;--van-radio-border-color: var(--van-gray-5);--van-radio-duration: var(--van-duration-fast);--van-radio-label-margin: var(--van-padding-xs);--van-radio-label-color: var(--van-text-color);--van-radio-checked-icon-color: var(--van-primary-color);--van-radio-disabled-icon-color: var(--van-gray-5);--van-radio-disabled-label-color: var(--van-text-color-3);--van-radio-disabled-background: var(--van-border-color)}.club-join-page .van-radio{display:flex;align-items:center;overflow:hidden;cursor:pointer;-webkit-user-select:none;user-select:none}.club-join-page .van-radio--disabled{cursor:not-allowed}.club-join-page .van-radio--label-disabled{cursor:default}.club-join-page .van-radio--horizontal{margin-right:var(--van-padding-sm)}.club-join-page .van-radio__icon{flex:none;height:1em;font-size:var(--van-radio-size);line-height:1em;cursor:pointer}.club-join-page .van-radio__icon .van-icon{display:block;box-sizing:border-box;width:1.25em;height:1.25em;color:transparent;font-size:.8em;line-height:1.25;text-align:center;border:1px solid var(--van-radio-border-color);transition-duration:var(--van-radio-duration);transition-property:color,border-color,background-color}.club-join-page .van-radio__icon--round .van-icon{border-radius:100%}.club-join-page .van-radio__icon--dot{position:relative;border-radius:100%;box-sizing:border-box;width:var(--van-radio-size);height:var(--van-radio-size);border:1px solid var(--van-radio-border-color);transition-duration:var(--van-radio-duration);transition-property:border-color}.club-join-page .van-radio__icon--dot__icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:100%;height:calc(100% - var(--van-radio-dot-size));width:calc(100% - var(--van-radio-dot-size));transition-duration:var(--van-radio-duration);transition-property:background-color}.club-join-page .van-radio__icon--checked .van-icon{color:var(--van-white);background-color:var(--van-radio-checked-icon-color);border-color:var(--van-radio-checked-icon-color)}.club-join-page .van-radio__icon--checked.van-radio__icon--dot{border-color:var(--van-radio-checked-icon-color)}.club-join-page .van-radio__icon--checked.van-radio__icon--dot .van-radio__icon--dot__icon{background:var(--van-radio-checked-icon-color)}.club-join-page .van-radio__icon--disabled{cursor:not-allowed}.club-join-page .van-radio__icon--disabled .van-icon{background-color:var(--van-radio-disabled-background);border-color:var(--van-radio-disabled-icon-color)}.club-join-page .van-radio__icon--disabled.van-radio__icon--checked .van-icon{color:var(--van-radio-disabled-icon-color)}.club-join-page .van-radio__label{margin-left:var(--van-radio-label-margin);color:var(--van-radio-label-color);line-height:var(--van-radio-size)}.club-join-page .van-radio__label--left{margin:0 var(--van-radio-label-margin) 0 0}.club-join-page .van-radio__label--disabled{color:var(--van-radio-disabled-label-color)}.club-join-page .club-join-mobile{box-sizing:border-box;min-height:calc(100dvh - 3.625rem);padding:1rem 1rem calc(6.5rem + env(safe-area-inset-bottom,0px));background:#f3f7fc}.club-join-page .club-join-mobile__hero{position:relative;isolation:isolate;overflow:hidden;min-height:13.875rem;padding:1.875rem 1.25rem 1.625rem;border-radius:1.25rem;background:radial-gradient(circle at 92% 8%,rgba(126,190,255,.3),transparent 34%),linear-gradient(145deg,#102e59,#1a477f 58%,#2865aa);color:#fff;text-align:center;box-shadow:0 .875rem 1.875rem #1440742e}.club-join-page .club-join-mobile__hero:before,.club-join-page .club-join-mobile__hero:after{content:"";position:absolute;z-index:-1;border:1px solid rgba(255,255,255,.12);border-radius:50%;pointer-events:none}.club-join-page .club-join-mobile__hero:before{width:11.875rem;height:11.875rem;right:-4.875rem;top:-6.625rem}.club-join-page .club-join-mobile__hero:after{width:8.25rem;height:8.25rem;left:-5.125rem;bottom:-5.125rem}.club-join-page .club-join-mobile__hero img{width:3.75rem;height:3.75rem;margin:0 auto .75rem;object-fit:contain;filter:drop-shadow(0 .5rem .625rem rgba(5,25,54,.25))}.club-join-page .club-join-mobile__hero span{display:block;color:#ffffffb8;font-size:.625rem;font-weight:800;letter-spacing:.125rem}.club-join-page .club-join-mobile__hero h1{margin:.4375rem 0 .5rem;color:#fff;font-size:1.75rem;font-weight:800;letter-spacing:.5px;line-height:1.2}.club-join-page .club-join-mobile__hero p{max-width:16.25rem;margin:0 auto;color:#ffffffd6;font-size:.8125rem;line-height:1.6}.club-join-page .club-join-mobile__hero button{min-width:8rem;margin-top:1.0625rem;height:2.625rem;padding:0 1.25rem;border:0;border-radius:62.4375rem;background:linear-gradient(180deg,#fff,#f0f6ff);color:#17427d;font-size:.875rem;font-weight:700;box-shadow:0 .375rem .875rem #08234738;transition:transform .2s ease,box-shadow .2s ease}.club-join-page .club-join-mobile__hero button:active{transform:translateY(1px);box-shadow:0 .1875rem .5rem #08234733}.club-join-page .club-join-mobile__block{margin-top:.875rem;padding:1.125rem 1rem;border:1px solid #e3ebf6;border-radius:1rem;background:#fff}.club-join-page .club-join-mobile__block h2{margin:0 0 .75rem;font-size:1.125rem}.club-join-page .club-join-mobile__card{padding:.875rem 0;border-top:1px solid #edf2f8}.club-join-page .club-join-mobile__card:first-of-type{border-top:0}.club-join-page .club-join-mobile__card span{color:#4d8fe8;font-size:.6875rem;font-weight:800}.club-join-page .club-join-mobile__card strong{display:block;margin:.375rem 0;font-size:.9375rem}.club-join-page .club-join-mobile__card p,.club-join-page .club-join-mobile__block ol,.club-join-page .club-join-mobile__status p,.club-join-page .club-join-mobile__tip{margin:0;color:#6d7f97;font-size:.8125rem;line-height:1.7}.club-join-page .club-join-mobile__block ol{padding-left:1.125rem}.club-join-page .club-join-mobile__apply .van-cell{margin-bottom:.75rem;padding:.5rem 0;background:transparent}.club-join-page .club-join-mobile__apply .van-cell:after{display:none}.club-join-page .club-join-mobile__apply .van-field__label{width:100%;margin-bottom:.375rem;color:#344b68;font-size:.8125rem;font-weight:800}.club-join-page .club-join-mobile__apply .van-field__control{min-height:2.25rem;padding:0 .75rem;border:1px solid #d9e4f1;border-radius:.5rem;background:#fff;box-sizing:border-box}.club-join-page .club-join-mobile__apply .van-field__error-message{padding:.25rem 0 0}.club-join-page .club-join-mobile__apply .van-field__body{width:100%}.club-join-page .club-join-mobile__benefit-field{margin-top:.25rem;padding-top:.75rem;border-top:1px solid #edf2f8}.club-join-page .club-join-mobile__field-label{margin-bottom:.5rem;color:#344b68;font-size:.8125rem;font-weight:800}.club-join-page .club-join-mobile__field-label i{color:#ee3f43;font-style:normal}.club-join-page .club-join-mobile__benefit-options{display:flex;width:100%;justify-content:space-between;gap:.5rem}.club-join-page .club-join-mobile__benefit-options .van-radio{flex:1;min-width:0;justify-content:center;margin:0;padding:.625rem .375rem;border:1px solid #d9e4f1;border-radius:.5rem;color:#42566f;font-size:.8125rem;font-weight:700;box-sizing:border-box}.club-join-page .club-join-mobile__benefit-options .van-radio__icon{display:none}.club-join-page .club-join-mobile__benefit-options .van-radio--checked,.club-join-page .club-join-mobile__benefit-options .van-radio.is-selected{border-color:#245da3;background:#245da3;color:#fff}.club-join-page .club-join-mobile__benefit-options .van-radio--checked .van-radio__label,.club-join-page .club-join-mobile__benefit-options .van-radio.is-selected .van-radio__label{color:#fff}.club-join-page .club-join-mobile__field-error{margin:.3125rem 0 0;color:#ee3f43;font-size:.75rem}.club-join-page .club-join-mobile__steps{--van-steps-background: transparent;--van-step-font-size: .875rem;--van-step-line-color: #dce8f5;--van-step-finish-line-color: #8ab8ed;counter-reset:club-step;padding:0 0 0 2rem}.club-join-page .club-join-mobile__steps .van-step{counter-increment:club-step;padding:.625rem .625rem .75rem 0;min-height:3.5rem;box-sizing:border-box}.club-join-page .club-join-mobile__steps .van-step__circle-container{display:grid;width:1.75rem;height:1.75rem;place-items:center;left:-1rem;top:1.3125rem;padding:0;border-radius:50%;background:#fff;transform:translate(-50%,-50%);box-shadow:0 0 0 1px #c4d9f1}.club-join-page .club-join-mobile__steps .van-step__circle-container:before{content:counter(club-step);display:grid;width:100%;height:100%;place-items:center;border:.125rem solid #4d8fe8;border-radius:50%;box-sizing:border-box;color:#357bcf;font-size:.8125rem;font-weight:800;line-height:1}.club-join-page .club-join-mobile__steps .van-step__circle,.club-join-page .club-join-mobile__steps .van-step__icon{display:none}.club-join-page .club-join-mobile__steps .van-step--finish .van-step__circle-container:before{border-color:#245da3;color:#245da3}.club-join-page .club-join-mobile__steps .van-step--process .van-step__circle-container{background:#245da3;box-shadow:0 0 0 .25rem #245da31f}.club-join-page .club-join-mobile__steps .van-step--process .van-step__circle-container:before{border-color:#245da3;color:#fff}.club-join-page .club-join-mobile__steps .van-step__line{left:-1rem;top:1.3125rem;width:.125rem;background:#dce8f5;overflow:hidden}.club-join-page .club-join-mobile__steps .van-step__line:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#8ab8ed;transform:scaleY(1);transform-origin:top center}.club-join-page .club-join-mobile__steps .van-step:not(:last-child) .van-step__line:after{animation:none}.club-join-page .club-join-mobile__steps .van-step__icon{font-size:.8125rem}.club-join-page .club-join-mobile__step-content{display:flex;flex-direction:column;gap:.1875rem;padding:.4375rem .625rem;border-radius:.625rem}.club-join-page .club-join-mobile__step-content strong{color:#193a64;font-size:.875rem;font-weight:800;line-height:1.35}.club-join-page .club-join-mobile__step-content span{color:#6d7f97;font-size:.75rem;line-height:1.5}.club-join-page .club-join-mobile__steps .club-join-mobile__step.van-step--finish,.club-join-page .club-join-mobile__steps .club-join-mobile__step.van-step--process,.club-join-page .club-join-mobile__steps .club-join-mobile__step.van-step--process .van-step__circle-container,.club-join-page .club-join-mobile__steps .club-join-mobile__step.van-step--process .van-step__icon{animation:none}.club-join-page .club-join-mobile__alert{margin-top:.75rem;padding:.75rem;border-radius:.625rem;background:#eef5ff;color:#245da3;font-size:.8125rem;line-height:1.6}.club-join-page .club-join-mobile__alert.is-error{background:#fff3f0;color:#b54739}.club-join-page .club-join-mobile__alert.is-success{background:#edf9f0;color:#1f7a45}.club-join-page .club-join-mobile__alert a{margin-left:.375rem}.club-join-page .club-join-mobile__tip{margin:.5rem 0 .875rem}.club-join-page .club-join-mobile__submit{width:100%;height:2.625rem;border:0;border-radius:.625rem;background:#0f2b53;color:#fff;font-size:.9375rem;font-weight:700}.club-join-page .club-join-mobile__submit:disabled{opacity:.65}}@media (min-width: 769px){.club-join-page{background:#f3f7fc;color:#1a3150}.club-join-page .club-hero{padding:56px 24px 48px;background:radial-gradient(circle at 85% 20%,rgba(78,156,255,.22),transparent 38%),linear-gradient(135deg,#0f2b53,#1a4278 52%,#245da3);color:#fff}.club-join-page .club-hero__inner{display:flex;align-items:center;justify-content:space-between;gap:32px;max-width:1120px;margin:0 auto}.club-join-page .club-hero__eyebrow{display:inline-block;margin-bottom:12px;color:#ffffffb8;font-size:12px;font-weight:800;letter-spacing:2px}.club-join-page .club-hero h1{margin:0 0 12px;font-size:40px;line-height:1.15}.club-join-page .club-hero p{max-width:560px;margin:0;color:#ffffffd6;font-size:16px;line-height:1.8}.club-join-page .club-hero__cta{margin-top:24px;height:44px;padding:0 22px;border:0;border-radius:999px;background:#fff;color:#17427d;font-size:15px;font-weight:700;cursor:pointer}.club-join-page .club-hero__badge{display:flex;flex-direction:column;align-items:center;min-width:220px;padding:24px 20px;border:1px solid rgba(255,255,255,.16);border-radius:20px;background:#ffffff14;text-align:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.club-join-page .club-hero__badge img{width:64px;height:64px;margin-bottom:12px;object-fit:contain}.club-join-page .club-hero__badge strong{font-size:18px}.club-join-page .club-hero__badge span{margin-top:8px;color:#ffffffbf;font-size:13px}.club-join-page .club-section{max-width:1120px;margin:0 auto;padding:36px 24px 0}.club-join-page .club-section__head{margin-bottom:18px;text-align:center}.club-join-page .club-section__head--left{text-align:left}.club-join-page .club-section__head h2{margin:0 0 6px;font-size:26px}.club-join-page .club-section__head p{margin:0;color:#6d7f97}.club-join-page .club-benefits{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px}.club-join-page .club-benefits__item{padding:22px 18px;border:1px solid #e3ebf6;border-radius:16px;background:#fff;box-shadow:0 10px 24px #1838620d}.club-join-page .club-benefits__index{display:inline-block;margin-bottom:10px;color:#4d8fe8;font-size:12px;font-weight:800}.club-join-page .club-benefits__item h3{margin:0 0 8px;font-size:17px}.club-join-page .club-benefits__item p{margin:0;color:#6d7f97;font-size:14px;line-height:1.7}.club-join-page .club-section--split{display:grid;grid-template-columns:minmax(0,1fr);gap:18px;padding-bottom:8px}.club-join-page .club-panel{width:100%;box-sizing:border-box;padding:24px;border:1px solid #e3ebf6;border-radius:18px;background:#fff}.club-join-page .club-panel--conditions{background:linear-gradient(180deg,#f8fbff,#fff)}.club-join-page .club-panel--steps{background:linear-gradient(180deg,#fff,#f7fbff)}.club-join-page .club-conditions{margin:0;padding-left:20px;color:#42566f;line-height:1.9}.club-join-page .club-steps{width:100%;padding:8px 0 2px}.club-join-page .club-steps .el-step,.club-join-page .club-steps .el-step__head{min-width:0}.club-join-page .club-steps .el-step__title{color:#193a64;font-size:15px;font-weight:800;line-height:24px;white-space:nowrap}.club-join-page .club-steps .el-step__description{margin-top:4px;padding:0 8px;color:#6d7f97;font-size:12px;line-height:1.5;white-space:normal;overflow-wrap:anywhere}.club-join-page .club-steps .el-step__icon{width:32px;height:32px;border-width:2px;background:#f1f6ff;color:#4d8fe8;font-size:14px;font-weight:800}.club-join-page .club-steps .el-step__head.is-process .el-step__icon,.club-join-page .club-steps .el-step__head.is-finish .el-step__icon{border-color:#245da3;background:#245da3;color:#fff;box-shadow:0 0 0 4px #245da31a}.club-join-page .club-steps .el-step__head.is-process .el-step__line,.club-join-page .club-steps .el-step__head.is-finish .el-step__line{background-color:#b9d3f4}.club-join-page .club-steps .el-step__line{background-color:#e3edf9}.club-join-page .club-steps .el-step.is-horizontal .el-step__line{top:15px}.club-join-page .club-steps .el-step__line-inner{border-width:2px;border-color:#b9d3f4;opacity:1}.club-join-page .club-steps .el-step:not(:last-child) .el-step__line:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#b9d3f4;transform:scaleX(1);transform-origin:left center;animation:none}.club-join-page .club-apply-section{padding-bottom:56px}.club-join-page .club-apply-card{padding:28px;border:1px solid #e3ebf6;border-radius:20px;background:#fff;box-shadow:0 16px 36px #1838620f}.club-join-page .club-apply-card__head h2{margin:0 0 8px;font-size:24px}.club-join-page .club-apply-card__head p{margin:0 0 18px;color:#6d7f97}.club-join-page .club-status-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.club-join-page .club-status-grid div{padding:14px 16px;border-radius:12px;background:#f7faff}.club-join-page .club-status-grid span{display:block;margin-bottom:6px;color:#7b8da3;font-size:12px}.club-join-page .club-status-grid strong{font-size:15px}.club-join-page .club-alert{margin-top:18px;padding:14px 16px;border-radius:12px;font-size:14px;line-height:1.7}.club-join-page .club-alert a{margin-left:8px;color:#245da3}.club-join-page .club-alert--error{background:#fff3f0;color:#b54739}.club-join-page .club-alert--info{background:#eef5ff;color:#245da3}.club-join-page .club-alert--success{background:#edf9f0;color:#1f7a45}.club-join-page .club-form__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:4px 18px;align-items:start}.club-join-page .club-form .el-form-item{margin-bottom:12px}.club-join-page .club-form .el-form-item__label{padding-bottom:5px;color:#344b68;font-size:12px;font-weight:800}.club-join-page .club-form .el-input{--el-input-height: 36px;font-size:13px}.club-join-page .club-form .el-input-number{width:100%;--el-input-height: 36px}.club-join-page .club-form__item--benefit{grid-column:1/-1;margin-top:2px;padding-top:10px;border-top:1px solid #edf2f8}.club-join-page .club-benefit-options{display:flex;width:100%}.club-join-page .club-benefit-options .el-radio-button{flex:1}.club-join-page .club-benefit-options .el-radio-button__inner{width:100%;min-height:32px;padding:8px 14px;border-color:#d9e4f1;color:#42566f;font-size:13px;font-weight:700;box-shadow:none}.club-join-page .club-benefit-options .el-radio-button:first-child .el-radio-button__inner{border-radius:9px 0 0 9px}.club-join-page .club-benefit-options .el-radio-button:last-child .el-radio-button__inner{border-radius:0 9px 9px 0}.club-join-page .club-benefit-options .el-radio-button__original-radio:checked+.el-radio-button__inner{border-color:#245da3;background:#245da3;color:#fff;box-shadow:-1px 0 #245da3}.club-join-page .club-form__tip{margin:8px 0 18px;color:#6d7f97;font-size:13px;line-height:1.7}.club-join-page .club-form__submit{height:44px;padding:0 28px;border:0;border-radius:10px;background:#0f2b53;color:#fff;font-size:15px;font-weight:700;cursor:pointer}.club-join-page .club-form__submit:disabled{opacity:.65;cursor:not-allowed}@media (max-width: 960px){.club-join-page .club-hero__inner,.club-join-page .club-section--split,.club-join-page .club-status-grid,.club-join-page .club-form__grid{grid-template-columns:1fr;flex-direction:column}.club-join-page .club-benefits{grid-template-columns:repeat(5,minmax(156px,1fr));overflow-x:auto;padding-bottom:8px}.club-join-page .club-form__grid{grid-template-columns:1fr}.club-join-page .club-hero h1{font-size:30px}.club-join-page .club-hero__badge{width:100%}}}@media (max-width: 768px){.auth-page .native-im-message{min-width:0}.auth-page .native-im-message__html{overflow-wrap:anywhere}.auth-page .native-im-message__html img{max-width:100%;height:auto;vertical-align:middle}.auth-page .native-im-message__html img.emoji{display:inline-block!important;width:22px;height:22px;max-width:22px;margin:0 2px 0 0;object-fit:contain;vertical-align:-.25em}.auth-page .native-im-message__image{display:block;width:min(220px,58vw);max-height:280px;border-radius:6px;overflow:hidden}.auth-page .native-im-message__link{padding:0;border:0;background:transparent;color:#3376d5;cursor:pointer;font:inherit;text-align:left}.auth-page .native-im-message__video{display:block;width:min(360px,62vw);max-height:320px;border-radius:6px;background:#000}.auth-page .native-im-message__audio{display:block;width:min(320px,62vw)}.auth-page .native-im-message__voice{position:relative;display:flex;min-width:150px;align-items:center;justify-content:space-between;gap:14px;padding:0;border:0;background:transparent;color:inherit;cursor:pointer}.auth-page .native-im-message__voice i{position:absolute;right:-7px;width:6px;height:6px;border-radius:50%;background:#f04444}.auth-page .native-im-message__voice b{font-weight:500}.auth-page .native-im-message__file{display:flex;min-width:210px;align-items:center;justify-content:space-between;gap:18px;color:inherit;text-decoration:none}.auth-page .native-im-message__file span{display:flex;min-width:0;flex-direction:column}.auth-page .native-im-message__file b{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.auth-page .native-im-message__file small{margin-top:4px;opacity:.66}.auth-page .native-im-message__file i{color:#3376d5;font-style:normal}.auth-page .im-system-card{width:min(360px,70vw);color:#27364c}.auth-page .im-system-card__title{margin-bottom:10px;font-size:16px;font-weight:700}.auth-page .im-system-card__text{margin:5px 0;color:#66758a}.auth-page .im-system-card__text--danger{color:#e34d59}.auth-page .im-system-card__row{display:flex;justify-content:space-between;gap:20px;padding:7px 0;border-bottom:1px solid #edf0f4}.auth-page .im-system-card__label{color:#7c8999}.auth-page .im-system-card__value{color:#27364c;text-align:right}.auth-page .im-system-card__actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.auth-page .im-system-card__button{min-height:30px;padding:0 11px;border:1px solid #3378d7;border-radius:5px;background:#fff;color:#3378d7;cursor:pointer}.auth-page .kbs-faq-card,.auth-page .fastim-kbs{width:min(390px,72vw);color:#28374c}.auth-page .kbs-card__title{margin-bottom:10px;font-size:15px;font-weight:700}.auth-page .kbs-faq-item,.auth-page .kbs-option,.auth-page .kbs-item,.auth-page .csr-order-item,.auth-page .csr-order-more,.auth-page .csr-order-presale{display:flex;width:100%;border:0;background:#fff;color:inherit;cursor:pointer;text-align:left;box-sizing:border-box}.auth-page .kbs-faq-item{align-items:center;gap:8px;padding:10px 0;border-top:1px solid #edf0f4}.auth-page .kbs-faq-item b{flex:1;font-weight:500}.auth-page .kbs-faq-item i{color:#a7b0bd;font-size:20px;font-style:normal}.auth-page .kbs-option{align-items:center;justify-content:space-between;margin-top:8px;padding:10px 12px;border:1px solid #dfe6ef;border-radius:6px}.auth-page .kbs-option small{color:#8b97a7}.auth-page .kbs-empty{padding:12px 0;color:#9aa5b3;text-align:center}.auth-page .kbs-csr-group__name{margin-top:10px;color:#788597;font-size:12px}.auth-page .kbs-item{align-items:center;gap:9px;padding:9px 0;border-top:1px solid #edf0f4}.auth-page .kbs-item i{display:grid;flex:0 0 22px;height:22px;place-items:center;border-radius:50%;background:#edf4ff;color:#3377d5;font-size:11px;font-style:normal}.auth-page .csr-order-select__hint{margin-bottom:10px;color:#6f7d90}.auth-page .csr-order-tabs{display:flex;gap:5px;overflow-x:auto;margin-bottom:8px}.auth-page .csr-order-tabs button{flex:0 0 auto;padding:6px 9px;border:0;border-radius:4px;background:#f1f4f8;color:#66758a;cursor:pointer}.auth-page .csr-order-tabs button.active{background:#e7f1ff;color:#2e72d1}.auth-page .csr-order-item{flex-direction:column;gap:6px;padding:10px 0;border-top:1px solid #edf0f4}.auth-page .csr-order-item__top,.auth-page .csr-order-item__meta{display:flex;justify-content:space-between;gap:12px}.auth-page .csr-order-item i{color:#8793a4;font-style:normal}.auth-page .csr-order-item strong{font-size:13px;font-weight:500}.auth-page .csr-order-item__meta b{color:#ef5b48}.auth-page .csr-order-more,.auth-page .csr-order-presale{justify-content:center;margin-top:8px;padding:9px;border-radius:5px}.auth-page .csr-order-more{color:#3478d7}.auth-page .csr-order-presale{background:#edf5ff;color:#3478d7}.auth-page .group-chat-notice{width:min(300px,68vw);cursor:pointer}.auth-page .group-chat-notice p{margin:7px 0;color:#68768a}.auth-page .group-chat-notice span{display:block;padding-top:7px;border-top:1px solid #edf0f4;color:#3376d5}.auth-page .im-system-card,.auth-page .kbs-faq-card,.auth-page .fastim-kbs{width:min(330px,70vw)}@media (max-width: 48rem){.auth-page .im-system-card,.auth-page .kbs-faq-card,.auth-page .fastim-kbs{width:min(20.625rem,100vw - 4.875rem);max-width:100%}.auth-page .csr-order-item__top,.auth-page .csr-order-item__meta{min-width:0}.auth-page .csr-order-item__top b,.auth-page .csr-order-item__top i,.auth-page .csr-order-item strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.auth-page .csr-order-item__top b,.auth-page .csr-order-item strong{flex:1}.auth-page .csr-order-item__top i{flex:0 1 auto;text-align:right}}.auth-page .native-im{position:relative;display:grid;grid-template-columns:300px minmax(0,1fr);min-height:640px;overflow:hidden;border:1px solid #e7ecf3;border-radius:14px;background:#fff}.auth-page .native-im__unread-cards{position:absolute;z-index:5;top:14px;right:16px;display:flex;width:min(290px,100% - 340px);max-height:calc(100% - 28px);flex-direction:column;gap:9px;overflow-y:auto;pointer-events:none}.auth-page .native-im__unread-card{display:flex;width:100%;min-width:0;align-items:center;gap:10px;padding:10px 11px;border:1px solid #dfe7f1;border-radius:10px;background:#fffffff7;box-shadow:0 7px 20px #1c365621;color:#26364d;cursor:pointer;pointer-events:auto;text-align:left;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.auth-page .native-im__unread-card:hover{border-color:#8db5ee;box-shadow:0 10px 24px #275b982e;transform:translateY(-1px)}.auth-page .native-im__unread-card-main{min-width:0;flex:1}.auth-page .native-im__unread-card-head{display:flex;min-width:0;align-items:center;gap:8px}.auth-page .native-im__unread-card-head b,.auth-page .native-im__unread-card small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.auth-page .native-im__unread-card-head b{min-width:0;flex:1;color:#233650;font-size:13px}.auth-page .native-im__unread-card-head time{flex:0 0 auto;color:#97a4b4;font-size:11px}.auth-page .native-im__unread-card small{display:block;margin-top:4px;color:#7f8d9f;font-size:12px}.auth-page .native-im__unread-card-count{flex:0 0 auto;min-width:18px;height:18px;padding:0 5px;border-radius:10px;background:#f04444;color:#fff;font-size:10px;font-style:normal;line-height:18px;text-align:center;box-sizing:border-box}.auth-page .native-im-unread-card-enter-active,.auth-page .native-im-unread-card-leave-active{transition:opacity .22s ease,transform .22s ease}.auth-page .native-im-unread-card-enter-from,.auth-page .native-im-unread-card-leave-to{opacity:0;transform:translate(12px)}.auth-page .native-im__sessions{min-width:0;border-right:1px solid #edf0f5;background:#fff;overflow-y:auto}.auth-page .native-im__list-head,.auth-page .native-im__conversation-head{display:flex;align-items:center;min-height:60px;padding:0 16px;border-bottom:1px solid #edf0f5;box-sizing:border-box}.auth-page .native-im__list-head{justify-content:space-between;font-size:17px;color:#17263c}.auth-page .native-im__refresh,.auth-page .native-im__back{border:0;background:transparent;color:#273a55;cursor:pointer;font-size:20px}.auth-page .native-im__pending-entry{display:flex;align-items:center;width:100%;min-height:46px;padding:0 14px;border:0;border-bottom:1px solid #edf0f5;background:#fff;color:#2f4058;cursor:pointer;font-size:14px;text-align:left}.auth-page .native-im__pending-entry span{font-weight:600}.auth-page .native-im__pending-entry .native-im__pending-count{min-width:18px;height:18px;margin-left:7px;padding:0 5px;border-radius:10px;background:#f04444;color:#fff;font-size:10px;font-style:normal;line-height:18px;text-align:center;box-sizing:border-box}.auth-page .native-im__pending-entry .el-icon{width:18px;height:18px;margin-left:auto;color:#8b97a7;transition:transform .2s ease}.auth-page .native-im__pending-entry.active .el-icon{transform:rotate(90deg)}.auth-page .native-im__pending-panel{max-height:245px;overflow-y:auto;border-bottom:1px solid #edf0f5;background:#f8fafc}.auth-page .native-im__pending-empty{padding:20px 14px;color:#9aa6b6;font-size:12px;text-align:center}.auth-page .native-im__pending-list{padding:5px 8px}.auth-page .native-im__pending-item{display:flex;align-items:center;gap:9px;min-width:0;padding:9px 7px;border-bottom:1px solid #edf1f5}.auth-page .native-im__pending-item:last-child{border-bottom:0}.auth-page .native-im__pending-main{flex:1;min-width:0}.auth-page .native-im__pending-main b,.auth-page .native-im__pending-main small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.auth-page .native-im__pending-main b{color:#2b3c54;font-size:13px}.auth-page .native-im__pending-main small{margin-top:4px;color:#8b97a7;font-size:11px}.auth-page .native-im__pending-accept{flex:0 0 auto;min-width:48px;height:28px;padding:0 9px;border:0;border-radius:6px;background:#286fda;color:#fff;cursor:pointer;font-size:12px}.auth-page .native-im__pending-accept:disabled{opacity:.55;cursor:not-allowed}.auth-page .native-im-pending-enter-active,.auth-page .native-im-pending-leave-active{transition:max-height .2s ease,opacity .2s ease}.auth-page .native-im-pending-enter-from,.auth-page .native-im-pending-leave-to{max-height:0;opacity:0}.auth-page .native-im__filters{display:flex;gap:6px;padding:10px 12px;border-bottom:1px solid #f0f3f7}.auth-page .native-im__search{display:flex;gap:7px;padding:9px 11px;border-bottom:1px solid #edf0f4}.auth-page .native-im__search input{min-width:0;flex:1;height:34px;padding:0 9px;border:1px solid #dce3ed;border-radius:5px;outline:none}.auth-page .native-im__search button{padding:0 10px;border:0;border-radius:5px;background:#edf3fb;color:#3d628f;cursor:pointer}.auth-page .native-im__search-results{min-width:0;padding:3px 0 10px}.auth-page .native-im__search-title{display:block;padding:10px 13px 5px;color:#8793a4;font-size:11px;font-weight:600}.auth-page .native-im__search-item{display:flex;width:100%;min-width:0;align-items:center;gap:10px;padding:10px 13px;border:0;background:#fff;color:#34445a;text-align:left;cursor:pointer;transition:background-color .18s ease}.auth-page .native-im__search-item:hover{background:#f2f6fb}.auth-page .native-im__search-avatar{flex:0 0 38px;width:38px!important;height:38px!important;overflow:hidden;border-radius:50%}.auth-page .native-im__search-item-main{display:flex;min-width:0;flex:1;flex-direction:column}.auth-page .native-im__search-item-head{display:flex;min-width:0;align-items:center;gap:8px}.auth-page .native-im__search-item b,.auth-page .native-im__search-item small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.auth-page .native-im__search-item b{min-width:0;flex:1;color:#2b3c54;font-size:13px;line-height:18px}.auth-page .native-im__search-item time{flex:0 0 auto;color:#9aa6b6;font-size:11px;line-height:18px;white-space:nowrap}.auth-page .native-im__search-item small{display:block;margin-top:3px;color:#929eae;font-size:12px;line-height:17px}.auth-page .native-im__filters button,.auth-page .native-im__actions button{border:0;border-radius:6px;background:#f2f5f9;color:#536176;cursor:pointer;padding:5px 8px;font-size:12px}.auth-page .native-im__filters button.active{color:#2365c9;background:#e9f2ff}.auth-page .native-im__session{position:relative;display:flex;width:100%;gap:10px;padding:12px 14px;border:0;background:#fff;text-align:left;cursor:pointer}.auth-page .native-im__session:hover,.auth-page .native-im__session.active{background:#f1f6ff}.auth-page .native-im__session-main{min-width:0;flex:1}.auth-page .native-im__session-line{display:flex;align-items:center;gap:8px;min-width:0}.auth-page .native-im__session-line b,.auth-page .native-im__session-preview{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.auth-page .native-im__session-line b{color:#26364d;font-size:14px}.auth-page .native-im__session-line time{margin-left:auto;color:#9aa6b6;font-size:11px;white-space:nowrap}.auth-page .native-im__session-preview{display:block;margin-top:6px;color:#8793a4;font-size:12px}.auth-page .native-im__unread{align-self:center;min-width:17px;height:17px;border-radius:10px;background:#f04444;color:#fff;font-size:10px;font-style:normal;line-height:17px;text-align:center}.auth-page .native-im__conversation{display:flex;min-width:0;flex-direction:column;background:#f7f9fc}.auth-page .native-im__conversation-head{background:#fff}.auth-page .native-im__back{display:none;margin-right:8px}.auth-page .native-im__title{min-width:0;flex:1}.auth-page .native-im__title b{display:block;color:#1c2c43;font-size:15px}.auth-page .native-im__title span{color:#91a0b2;font-size:11px}.auth-page .native-im__actions{display:flex;gap:7px}.auth-page .native-im__order-process{display:flex;align-items:center;justify-content:center;gap:10px;min-height:44px;padding:7px 16px;border-bottom:1px solid #edf0f5;background:#fff;box-sizing:border-box}.auth-page .native-im__order-step{display:flex;align-items:center;gap:5px;color:#9ba7b7;font-size:12px;line-height:20px;white-space:nowrap}.auth-page .native-im__order-step.is-complete,.auth-page .native-im__order-step.is-active{color:#2ca66f}.auth-page .native-im__order-dot{width:7px;height:7px;border:2px solid #cbd3de;border-radius:50%;background:#fff;box-sizing:border-box}.auth-page .native-im__order-step.is-complete .native-im__order-dot{border-color:#2ca66f;background:#2ca66f}.auth-page .native-im__order-step.is-active .native-im__order-dot{border-color:#2ca66f;background:#fff;box-shadow:0 0 0 3px #2ca66f1f}.auth-page .native-im__order-arrow{color:#c2cad5;font-size:14px;line-height:20px}.auth-page .native-im__order-arrow.is-complete{color:#2ca66f}.auth-page .native-im__messages{flex:1;overflow-y:auto;padding:16px}.auth-page .native-im__time{display:block;margin:8px 0 12px;color:#a1adbc;font-size:11px;text-align:center}.auth-page .native-im__message{display:flex;gap:8px;margin:10px 0}.auth-page .native-im__message.mine{flex-direction:row-reverse}.auth-page .native-im__history-state{padding:5px 0;color:#96a2b2;font-size:11px;text-align:center}.auth-page .native-im__rating-card{width:min(640px,88%);margin:16px auto;padding:18px 22px 20px;border-radius:16px;background:linear-gradient(135deg,#fff,#f8fbff);box-shadow:0 8px 24px #2f538014;box-sizing:border-box}.auth-page .native-im__rating-card p{margin:0 0 14px;color:#314563;font-size:15px;font-weight:600}.auth-page .native-im__rating-options{display:flex;justify-content:space-around;gap:12px}.auth-page .native-im__rating-options button{display:flex;min-width:0;flex:1;flex-direction:column;align-items:center;gap:5px;padding:4px 8px;border:0;border-radius:12px;background:transparent;color:#4c5e78;cursor:pointer;font:inherit;transition:background-color .18s ease,transform .18s ease}.auth-page .native-im__rating-options button:hover:not(:disabled),.auth-page .native-im__rating-options button.active{background:#f0f6ff;transform:translateY(-2px)}.auth-page .native-im__rating-options button:disabled{cursor:default}.auth-page .native-im__rating-options img{width:72px;height:72px;object-fit:contain}.auth-page .native-im__rating-options span{font-size:15px;font-weight:600}.auth-page .native-im__rating-card.is-rated .native-im__rating-options button:not(.active){opacity:.42}.auth-page .native-im__message-main{display:flex;min-width:0;max-width:min(72%,560px);flex-direction:column;align-items:flex-start}.auth-page .native-im__message.mine .native-im__message-main{align-items:flex-end}.auth-page .native-im__message-name{display:flex;align-items:center;gap:6px;margin:0 4px 4px;color:#8793a4;font-size:11px}.auth-page .native-im__message-name i{padding:1px 5px;border-radius:8px;background:#edf3fb;color:#50709c;font-style:normal}.auth-page .native-im__bubble{max-width:100%;padding:10px 12px;border-radius:4px 12px 12px;background:#fff;color:#26364d;font-size:14px;line-height:1.55;word-break:break-word;box-sizing:border-box}.auth-page .native-im__message.mine .native-im__bubble{border-radius:12px 4px 12px 12px;background:#3d82e7;color:#fff}.auth-page .native-im__bubble.is-system{background:#fff}.auth-page .native-im__bubble.is-pending{opacity:.65}.auth-page .native-im__send-status{margin-top:3px;color:#8d99a9;font-size:10px}.auth-page .native-im__send-status.failed{color:#e45151}.auth-page .native-im__system-message{width:fit-content;max-width:80%;margin:10px auto;padding:5px 10px;border-radius:4px;background:#e8ebef;color:#7f8b99;font-size:11px;text-align:center}.auth-page .native-im__composer{display:flex;gap:10px;align-items:flex-end;padding:12px 16px;border-top:1px solid #e7ecf3;background:#fff}.auth-page .native-im__composer textarea{flex:1;min-height:38px;max-height:90px;resize:none;border:1px solid #dce3ed;border-radius:8px;padding:9px 10px;outline:none;font:inherit}.auth-page .native-im__composer button{height:38px;border:0;border-radius:8px;padding:0 16px;background:#286fda;color:#fff;cursor:pointer}.auth-page .native-im__composer .native-im__attach{flex:0 0 38px;padding:0;background:#eef3fa;color:#3e587a}.auth-page .native-im__composer button:disabled{opacity:.5;cursor:not-allowed}.auth-page .native-im__file-input{display:none}.auth-page .native-im__composer-tools,.auth-page .native-im__composer-entry{display:contents}.auth-page .native-im__composer{position:relative}.auth-page .native-im__input-status{position:absolute;bottom:100%;left:58px;padding:3px 8px;border-radius:5px 5px 0 0;background:#eef2f7;color:#77869a;font-size:11px}.auth-page .native-im__at-panel{position:absolute;z-index:3;right:12px;bottom:100%;left:12px;max-height:230px;overflow-y:auto;padding:6px;border:1px solid #e1e7ef;border-radius:8px 8px 0 0;background:#fff;box-shadow:0 -8px 22px #1d304a1a}.auth-page .native-im__at-close,.auth-page .native-im__at-user{display:flex;width:100%;align-items:center;gap:8px;padding:7px 8px!important;border:0!important;border-radius:5px!important;background:#fff!important;color:#34445a!important;text-align:left}.auth-page .native-im__at-close{justify-content:flex-end;height:28px!important;color:#7d8b9d!important}.auth-page .native-im__at-user{height:auto!important}.auth-page .native-im__at-user:hover{background:#f3f7fc!important}.auth-page .native-im__at-empty{padding:16px;color:#98a4b3;text-align:center}.auth-page .native-im__composer .native-im__at-trigger{flex:0 0 38px;padding:0;background:#eef3fa;color:#3e587a;font-size:18px}.auth-page .native-im__tool-panel{position:absolute;z-index:3;right:12px;bottom:100%;left:12px;display:flex;max-height:220px;flex-wrap:wrap;gap:6px;overflow-y:auto;padding:9px;border:1px solid #e1e7ef;border-radius:8px 8px 0 0;background:#fff;box-shadow:0 -8px 22px #1d304a1a}.auth-page .native-im__tool-panel .native-im__emoji-item{width:36px;height:36px;padding:3px;background:#fff}.auth-page .native-im__emoji-item img{width:100%;height:100%;object-fit:contain}.auth-page .native-im__tool-panel .native-im__reply-item{width:100%;height:auto;min-height:36px;justify-content:flex-start;padding:8px 10px;background:#f5f7fa;color:#34445a;text-align:left}.auth-page .native-im__composer .native-im__composer-tool{flex:0 0 auto;padding:0 8px;background:#eef3fa;color:#3e587a;font-size:12px}.auth-page .native-im__empty,.auth-page .native-im__placeholder{padding:36px 16px;color:#97a4b4;font-size:13px;text-align:center}.auth-page .native-im__empty--error{color:#df4c4c}.auth-page .native-im__placeholder{margin:auto}.auth-page .native-im__transfer-tip{margin:0 0 10px;color:#7f8a9b;font-size:13px}.auth-page .native-im__transfer-group{display:flex;width:100%;justify-content:space-between;align-items:center;margin:8px 0;padding:12px;border:1px solid #e2e9f2;border-radius:8px;background:#fff;color:#26364d;cursor:pointer;text-align:left}.auth-page .native-im__transfer-group:hover{border-color:#73a2e7;background:#f5f9ff}.auth-page .native-im__transfer-group small{color:#93a0b0}.auth-page .native-im__notice-dialog p{margin:0 0 12px;color:#34445a;line-height:1.7;white-space:pre-wrap}.auth-page .native-im__notice-dialog .el-image{width:100%;max-height:320px;margin-bottom:10px}.auth-page .native-im__notice-meta{display:flex;justify-content:space-between;gap:12px;margin:4px 0 16px;color:#8995a5;font-size:12px}.auth-page .native-im__session-menu{display:flex;flex-direction:column;gap:8px}.auth-page .native-im__session-menu button{height:42px;border:0;border-radius:7px;background:#f0f4f9;color:#34445a;cursor:pointer}.auth-page .native-im__session-menu button.danger{background:#fff0f0;color:#e14f4f}.auth-page .native-im__forward-list{max-height:420px;overflow-y:auto}.auth-page .native-im__forward-list label{display:flex;align-items:center;gap:9px;padding:9px 5px;border-bottom:1px solid #edf0f4;color:#34445a;cursor:pointer}.auth-page .native-im__forward-list input{width:16px;height:16px}@media (max-width: 1024px){.auth-page .native-im__unread-cards{width:min(250px,100% - 330px)}.auth-page .native-im__unread-card{padding:8px 9px}}.auth-page .native-im{display:block;min-height:0;height:calc(100dvh - 126px);border:0;border-radius:0}.auth-page .native-im--detail{position:fixed;z-index:1;top:58px;right:0;bottom:0;left:0;height:auto}.auth-page .native-im__sessions,.auth-page .native-im__conversation{height:100%;border:0}.auth-page .native-im__sessions.is-hidden,.auth-page .native-im__conversation{display:none}.auth-page .native-im__conversation.is-visible{display:flex}.auth-page .native-im__conversation-head{min-height:54px;padding:0 12px}.auth-page .native-im__back{display:none}.auth-page .native-im__actions button{padding:5px 6px}.auth-page .native-im__messages{padding:12px}.auth-page .native-im__rating-card{width:100%;margin:13px 0;padding:15px 12px 16px;border-radius:13px}.auth-page .native-im__rating-card p{margin-bottom:10px;font-size:14px}.auth-page .native-im__rating-options{gap:2px}.auth-page .native-im__rating-options button{padding:3px 2px}.auth-page .native-im__rating-options img{width:58px;height:58px}.auth-page .native-im__rating-options span{font-size:14px}.auth-page .native-im__composer{padding:9px 12px calc(9px + env(safe-area-inset-bottom,0px))}.auth-page .native-im__message-main{max-width:76%}.auth-page .native-im__session{padding:13px 15px}.auth-page .native-im__unread-cards{display:none}@media (max-width: 48rem){.auth-page .native-im__search-results{padding:.25rem 0 .625rem}.auth-page .native-im__search-title{padding:.6875rem .9375rem .375rem;font-size:.75rem}.auth-page .native-im__search-item{gap:.6875rem;padding:.6875rem .9375rem}.auth-page .native-im__search-avatar{width:2.625rem!important;height:2.625rem!important;flex:0 0 2.625rem;aspect-ratio:1;border-radius:50%}.auth-page .native-im__search-avatar img{width:100%;height:100%;object-fit:cover}.auth-page .native-im__search-item b{font-size:.875rem}.auth-page .native-im__search-item small{margin-top:.25rem;font-size:.75rem}.auth-page .native-im__composer{flex-direction:column;gap:.4375rem;align-items:stretch;padding:.5rem .625rem calc(.5rem + env(safe-area-inset-bottom,0px))}.auth-page .native-im__composer-tools,.auth-page .native-im__composer-entry{display:flex;width:100%;min-width:0;gap:.375rem;align-items:flex-end}.auth-page .native-im__composer-tools{align-items:center}.auth-page .native-im__composer textarea{width:0;min-width:0;flex:1 1 0;box-sizing:border-box;padding:.5625rem .5rem;font-size:.875rem;line-height:1.125rem}.auth-page .native-im__composer button{height:2.375rem;flex:0 0 auto;padding:0 .6875rem;white-space:nowrap}.auth-page .native-im__composer .native-im__attach,.auth-page .native-im__composer .native-im__at-trigger{flex-basis:2.25rem;width:2.25rem}.auth-page .native-im__composer .native-im__composer-tool{padding:0 .4375rem}.auth-page .native-im__composer-entry textarea{width:auto}.auth-page .native-im__message-main{max-width:calc(100% - 2.625rem)}}@media (max-width: 22.5rem){.auth-page .native-im__composer{gap:.375rem;padding-right:.4375rem;padding-left:.4375rem}.auth-page .native-im__composer-tools,.auth-page .native-im__composer-entry{gap:.25rem}.auth-page .native-im__composer button{height:2.25rem;padding:0 .5rem;font-size:.75rem}.auth-page .native-im__composer .native-im__attach,.auth-page .native-im__composer .native-im__at-trigger{flex-basis:2.125rem;width:2.125rem}.auth-page .native-im__composer .native-im__composer-tool{padding:0 .3125rem;font-size:.6875rem}}}@media (min-width: 769px){.auth-page .message-page{padding:20px 0}.auth-page .page-header{padding:24px 0;margin-bottom:16px;border-bottom:1px solid var(--border-color)}.auth-page .page-header h2{font-size:24px;font-weight:800;color:var(--text-primary);margin-bottom:8px}.auth-page .page-header p{font-size:14px;color:var(--text-secondary)}.auth-page .search-bar{display:flex;gap:12px;align-items:center;background:#fff;border:1px solid var(--border-color);border-radius:16px;padding:12px;margin-bottom:16px}.auth-page .search-btn{height:40px;border-radius:999px;font-weight:900}.auth-page .summary-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-bottom:16px}.auth-page .summary-card{position:relative;border-radius:16px;padding:16px;color:#fff;cursor:pointer;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.auth-page .summary-card:hover{transform:translateY(-2px);box-shadow:0 16px 34px #1118271f}.auth-page .summary-card.noread:after{content:"";position:absolute;width:10px;height:10px;right:14px;top:14px;background:#fe3747;border-radius:50%}.auth-page .card-a{background:linear-gradient(135deg,#667eea,#764ba2)}.auth-page .card-b{background:linear-gradient(135deg,#10b981,#0ea5e9)}.auth-page .summary-card .title{font-size:16px;font-weight:900;margin-bottom:8px}.auth-page .summary-card .desc{font-size:12px;opacity:.92;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.auth-page .card{background:#fff;border-radius:var(--border-radius-lg);border:1px solid var(--border-color);padding:16px}.auth-page .section-title{font-size:16px;font-weight:900;color:var(--text-primary);margin:8px 0 12px}.auth-page .session-list{display:flex;flex-direction:column;gap:12px}.auth-page .session-row{position:relative;border:1px solid var(--border-color);background:var(--bg-secondary);border-radius:16px;padding:14px;cursor:pointer;display:flex;align-items:center;gap:12px;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.auth-page .session-row:hover{transform:translateY(-2px);border-color:#cbd5e1;box-shadow:0 12px 22px #11182714;background:#fff}.auth-page .session-main{min-width:0;flex:1}.auth-page .top{display:flex;justify-content:space-between;align-items:baseline;gap:12px;margin-bottom:8px}.auth-page .name{font-size:14px;font-weight:900;color:var(--text-primary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.auth-page .time{font-size:12px;color:var(--text-muted);flex-shrink:0;font-weight:700}.auth-page .bottom{display:flex;justify-content:space-between;align-items:center;gap:10px}.auth-page .unread-badge{flex-shrink:0;min-width:20px;height:20px;padding:0 6px;border-radius:10px;background:#ff4d4f;color:#fff;font-size:12px;font-weight:700;line-height:20px;text-align:center}.auth-page .preview{font-size:13px;color:var(--text-secondary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.auth-page .badge{min-width:18px;height:18px;padding:0 6px;border-radius:999px;background:#ef4444;color:#fff;font-size:12px;font-weight:900;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.auth-page .empty{padding:26px 0 10px}.auth-page .pagination-wrapper{margin-top:16px;display:flex;justify-content:center}.auth-page .row-fade-enter-active,.auth-page .row-fade-leave-active{transition:opacity .22s ease,transform .22s ease}.auth-page .row-fade-enter-from,.auth-page .row-fade-leave-to{opacity:0;transform:translateY(10px)}}@media (max-width: 768px){.profile-page .my-buy-page{padding:1.25rem 0}.profile-page .page-header{padding:1.5rem 0;margin-bottom:1rem;border-bottom:1px solid var(--border-color)}.profile-page .page-header .header-main{display:flex;align-items:center;margin-bottom:.5rem}.profile-page .page-header .header-main .back-btn{margin-right:.75rem;padding:0;font-size:1rem;color:var(--text-primary);font-weight:700}.profile-page .page-header .header-main .back-btn:hover{color:var(--primary-color)}.profile-page .page-header .header-main .back-btn .el-icon{font-size:1.125rem;margin-right:.125rem}.profile-page .page-header .header-main h2{font-size:1.5rem;font-weight:700;color:var(--text-primary);margin:0}.profile-page .page-header p{font-size:.875rem;color:var(--text-secondary);margin:0}.profile-page .top-tabs-card{background:#fff;border:1px solid var(--border-color);border-radius:6.1875rem}.profile-page .top-tabs{display:inline-flex;gap:.5rem;padding:.375rem;border-radius:62.4375rem;background:#f7f9fc;border:1px solid rgba(0,0,0,.06)}.profile-page .top-tab{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;cursor:pointer;padding:.5rem 1rem;border-radius:62.4375rem;background:transparent;color:#6b7280;font-size:.875rem;font-weight:900;transition:background .2s ease,color .2s ease,transform .2s ease}.profile-page .top-tab:hover{transform:translateY(-1px)}.profile-page .top-tab.active{background:#fff;color:#111827;box-shadow:0 .625rem 1.375rem #1118270f}.profile-page .tabs-card{overflow:hidden;background:#fff;border:1px solid #e8edf4;border-radius:.75rem;box-shadow:0 .25rem .875rem #2a52850b;margin-bottom:.75rem}.profile-page .order-search-wrap{width:100%;padding:0 .5rem .5rem;box-sizing:border-box}.profile-page .order-status-tabs .van-tabs__wrap{height:2.75rem}.profile-page .order-status-tabs .van-tabs__nav{padding:0 .25rem}.profile-page .order-status-tabs .van-tab{flex:0 0 auto;min-width:3.625rem;padding:0 .5rem;font-size:.8125rem;font-weight:600}.profile-page .order-status-tabs .van-tabs__line{bottom:.1875rem;border-radius:6.1875rem}.profile-page .order-search{display:flex;width:100%;min-width:0;box-sizing:border-box;padding:0;background:transparent}.profile-page .order-search .van-search__content{width:100%;min-width:0;height:2.125rem;padding:0 .625rem;box-sizing:border-box;overflow:hidden;border:1px solid #e1e8f2;border-radius:.5rem;background:#f7f9fc}.profile-page .order-search .van-search__field{display:flex;align-items:center;height:2rem;min-width:0;padding:0 .5rem 0 0;box-sizing:border-box;background:transparent}.profile-page .order-search .van-field__body{display:flex;align-items:center;min-height:2rem}.profile-page .order-search .van-field__control{height:2rem;line-height:2rem;color:#223753;font-size:.8125rem}.profile-page .order-search .van-field__left-icon{display:inline-flex;align-items:center;height:2rem;line-height:1}.profile-page .order-search .van-field__control::placeholder{color:#a8b4c4}.profile-page .orders-wrap{min-height:10rem}.profile-page .orders-list{display:flex;flex-direction:column;gap:1rem}.profile-page .order-card{background:#fff;border:1px solid var(--border-color);border-radius:1rem;padding:1rem;box-shadow:0 .5rem 1.625rem #1118270a;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;content-visibility:auto;contain-intrinsic-size:auto 13.75rem}.profile-page .order-card:hover{transform:translateY(-.1875rem);box-shadow:0 1rem 2.375rem #11182714;border-color:#cbd5e1}.profile-page .order-top{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.75rem}.profile-page .order-no{font-size:.8125rem;color:#6b7280;font-weight:700}.profile-page .order-state{font-size:.8125rem;font-weight:900}.profile-page .state-red{color:#ef4444}.profile-page .state-blue{color:#3b82f6}.profile-page .state-dark{color:#111827}.profile-page .state-gray{color:#6b7280}.profile-page .order-products{cursor:pointer}.profile-page .product-row{display:flex;gap:.75rem;padding:.75rem 0;border-top:1px solid rgba(0,0,0,.06)}.profile-page .product-row:first-child{border-top:none;padding-top:0}.profile-page .product-img{width:5.375rem;height:5.375rem;border-radius:.75rem;object-fit:cover;background:#f5f7fa;border:1px solid rgba(0,0,0,.06);flex:0 0 auto}.profile-page .product-main{flex:1;min-width:0}.profile-page .product-name{font-size:.875rem;font-weight:900;color:#111827;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-bottom:.375rem}.profile-page .product-price{font-size:1.125rem;font-weight:900;color:#111827;margin-bottom:.375rem}.profile-page .product-price .symbol{font-size:.75rem;margin-right:.125rem}.profile-page .product-sum{display:flex;justify-content:flex-end;align-items:baseline;gap:.125rem;color:#ef4444;font-weight:900}.profile-page .sum-label{color:#6b7280;font-size:.75rem;font-weight:700;margin-right:.125rem}.profile-page .sum-value{font-size:1.375rem}.profile-page .order-bottom{display:flex;justify-content:space-between;gap:.75rem;margin-top:.75rem;padding-top:.75rem;border-top:1px solid rgba(0,0,0,.06)}.profile-page .seller{flex:1;min-width:0}.profile-page .seller-top{display:flex;align-items:center;gap:.5rem;margin-bottom:.375rem;min-width:0}.profile-page .seller-avatar{width:1.125rem;height:1.125rem;border-radius:50%;object-fit:cover;background:#f5f7fa;border:1px solid rgba(0,0,0,.06)}.profile-page .seller-name{flex:1;min-width:0;font-size:.8125rem;font-weight:800;color:#2563eb;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-page .account-actions{display:flex;align-items:center;gap:.375rem;margin-left:auto;flex:0 0 auto}.profile-page .expire{font-size:.75rem;color:#ef4444;font-weight:700}.profile-page .actions{display:flex;align-items:center;gap:.625rem;flex-wrap:wrap;justify-content:flex-end}.profile-page .btn{height:2.125rem;padding:0 .75rem;border-radius:62.4375rem;font-size:.75rem;font-weight:900;border:1px solid transparent;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .2s ease,border-color .2s ease}.profile-page .btn:hover{transform:translateY(-1px)}.profile-page .btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 .625rem 1.375rem #667eea2e}.profile-page .btn-primary:hover{box-shadow:0 1rem 1.75rem #667eea42}.profile-page .btn-primary:disabled{opacity:.7;cursor:not-allowed;transform:none}.profile-page .btn-loading{width:.875rem;height:.875rem;border-radius:50%;border:.125rem solid rgba(255,255,255,.55);border-top-color:#fff;display:inline-block;margin-right:.5rem;animation:spin-01fe63f5 .9s linear infinite;vertical-align:-.125rem}@keyframes spin-01fe63f5{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.profile-page .btn-ghost{background:#fff;color:#111827;border-color:#e5e7eb}.profile-page .btn-ghost:hover{border-color:#cbd5e1;box-shadow:0 .75rem 1.375rem #11182714}.profile-page .infinite-load-state{display:flex;align-items:center;justify-content:center;min-height:2.625rem;padding:.5rem 0 .75rem;color:#9aa8ba;font-size:.75rem}.profile-page .infinite-load-dots{display:inline-flex;align-items:center;gap:.3125rem}.profile-page .infinite-load-dots i{width:.375rem;height:.375rem;border-radius:50%;background:#2f80ed;animation:my-buy-load-dot-01fe63f5 .9s ease-in-out infinite}.profile-page .infinite-load-dots i:nth-child(2){animation-delay:.15s}.profile-page .infinite-load-dots i:nth-child(3){animation-delay:.3s}@keyframes my-buy-load-dot-01fe63f5{0%,60%,to{transform:scale(.65);opacity:.45}30%{transform:scale(1.25);opacity:1}}.profile-page .empty{padding:2.25rem 0 .625rem}.profile-page .order-fade-enter-active,.profile-page .order-fade-leave-active{transition:opacity .22s ease,transform .22s ease}.profile-page .order-fade-enter-from,.profile-page .order-fade-leave-to{opacity:0;transform:translateY(.625rem)}.profile-page .my-buy-page{padding:.5rem 0 calc(6.5rem + env(safe-area-inset-bottom,0px));min-height:calc(100vh - 3.625rem);background:#f5f7fb;min-width:0;overflow-x:hidden;box-sizing:border-box}.profile-page .page-header{padding:.75rem 0;margin-bottom:.625rem}.profile-page .page-header .header-main{flex-wrap:wrap;gap:.5rem;margin-bottom:.375rem}.profile-page .page-header .header-main .back-btn{font-size:.875rem}.profile-page .page-header .header-main .back-btn .el-icon{font-size:1rem}.profile-page .page-header p{font-size:.75rem;line-height:1.4}.profile-page .top-tabs-card{border-radius:62.4375rem}.profile-page .top-tabs{gap:.25rem;padding:.25rem}.profile-page .top-tab{padding:.375rem .75rem;font-size:.8125rem}.profile-page .top-tab:hover{transform:none}.profile-page .tabs-card{margin-bottom:.625rem}.profile-page .orders-list{gap:.625rem}.profile-page .order-card{padding:.75rem;border-radius:.75rem}.profile-page .order-card:hover{transform:none}.profile-page .order-top{flex-wrap:wrap;gap:.375rem;margin-bottom:.5rem}.profile-page .order-no{font-size:.75rem;word-break:break-all}.profile-page .order-state{font-size:.75rem;flex-shrink:0}.profile-page .product-row{gap:.625rem;padding:.625rem 0}.profile-page .product-img{width:4.5rem;height:4.5rem;border-radius:.625rem}.profile-page .product-name{font-size:.8125rem;white-space:normal;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-height:1.4}.profile-page .product-price{font-size:1rem}.profile-page .sum-value{font-size:1.125rem}.profile-page .order-bottom{flex-direction:column;align-items:stretch;gap:.625rem}.profile-page .seller-top{margin-bottom:0}.profile-page .account-actions{gap:.375rem}.profile-page .actions{justify-content:flex-start;width:100%}.profile-page .btn{flex:1;min-width:0}.profile-page .account-actions .btn{flex:0 0 auto;min-width:4rem;height:1.75rem;padding:0 .5rem;font-size:.6875rem;white-space:nowrap}.profile-page .btn:hover{transform:none}.profile-page .actions .btn,.profile-page .account-actions .btn{display:inline-flex;align-items:center;justify-content:center;height:2rem;padding:0 .625rem;border-radius:.5rem;font-size:.75rem;font-weight:700;letter-spacing:0}.profile-page .actions .btn-primary{border-color:#02122f;background:#02122f;box-shadow:0 .1875rem #fdb91f6b;color:#fdb91f}.profile-page .actions .btn-ghost,.profile-page .account-actions .btn-ghost{border-color:#d6e1ed;background:#f8fbff;color:#405875}.profile-page .actions .btn-ghost:active,.profile-page .account-actions .btn-ghost:active{border-color:#9fc0e8;background:#edf6ff;color:#1d5b98}.profile-page .account-actions .btn-contact{border-color:#8db8f3;background:#eef5ff;color:#1d6fd6}.profile-page .account-actions .btn-contact:active{border-color:#5d9be8;background:#dcecff;color:#1759ad}.profile-page .account-actions .btn-appeal{border-color:#f0b1b1;background:#fff3f3;color:#d95353}.profile-page .account-actions .btn-appeal:active{border-color:#e88989;background:#ffe5e5;color:#bd3f3f}}@media (min-width: 769px){.profile-page .my-buy-page{padding:20px 0}.profile-page .page-header{padding:24px 0;margin-bottom:16px;border-bottom:1px solid var(--border-color)}.profile-page .page-header .header-main{display:flex;align-items:center;margin-bottom:8px}.profile-page .page-header .header-main .back-btn{margin-right:12px;padding:0;font-size:16px;color:var(--text-primary);font-weight:700}.profile-page .page-header .header-main .back-btn:hover{color:var(--primary-color)}.profile-page .page-header .header-main .back-btn .el-icon{font-size:18px;margin-right:2px}.profile-page .page-header .header-main h2{font-size:24px;font-weight:700;color:var(--text-primary);margin:0}.profile-page .page-header p{font-size:14px;color:var(--text-secondary);margin:0}.profile-page .top-tabs-card{background:#fff;border:1px solid var(--border-color);border-radius:99px}.profile-page .top-tabs{display:inline-flex;gap:8px;padding:6px;border-radius:999px;background:#f7f9fc;border:1px solid rgba(0,0,0,.06)}.profile-page .top-tab{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;cursor:pointer;padding:8px 16px;border-radius:999px;background:transparent;color:#6b7280;font-size:14px;font-weight:900;transition:background .2s ease,color .2s ease,transform .2s ease}.profile-page .top-tab:hover{transform:translateY(-1px)}.profile-page .top-tab.active{background:#fff;color:#111827;box-shadow:0 10px 22px #1118270f}.profile-page .tabs-card{background:#fff;border:1px solid var(--border-color);border-radius:var(--border-radius-lg);padding:14px 12px 12px;margin-bottom:16px}.profile-page .tabs-row{display:flex;align-items:center;gap:12px}.profile-page .order-search-wrap{display:flex;align-items:center;flex-shrink:0;width:224px;min-height:42px;padding:4px;border:1px solid #e2e8f2;border-radius:12px;background:#f8fafd;box-sizing:border-box;transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease}.profile-page .order-search-wrap .el-input__wrapper{width:100%;height:32px;padding:0 10px;border:1px solid #dbe3ef;border-radius:8px;background:#fff;box-shadow:none;transition:border-color .2s ease,box-shadow .2s ease}.profile-page .order-search-wrap:focus-within{border-color:#c9d8f1;background:#f5f8fe;box-shadow:0 5px 14px #3a68b214}.profile-page .order-search-wrap .el-input__wrapper.is-focus{border-color:#6d93d5;box-shadow:0 0 0 3px #497cd21f}.profile-page .order-search-wrap .el-input__prefix{color:#7c91af}.profile-page .order-search-wrap .el-input__inner{color:#253b5c;font-size:13px}.profile-page .order-search-wrap .el-input__inner::placeholder{color:#a1aec0}.profile-page .tabs-scroll{flex:1;min-width:0;overflow-x:auto;scrollbar-width:none}.profile-page .tabs-scroll::-webkit-scrollbar{display:none}.profile-page .tabs-inner{position:relative;display:flex;align-items:center;gap:18px;padding:4px 10px 10px}.profile-page .tab-btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background:transparent;cursor:pointer;font-size:16px;font-weight:800;color:#6b7280;padding:8px 6px;white-space:nowrap;transition:color .2s ease,transform .2s ease}.profile-page .tab-btn:hover{transform:translateY(-1px)}.profile-page .tab-btn.active{color:#101010}.profile-page .active-line{position:absolute;left:0;bottom:0;height:4px;border-radius:999px;background:linear-gradient(90deg,#667eea,#764ba2);transition:transform .28s cubic-bezier(.22,1,.36,1),width .28s cubic-bezier(.22,1,.36,1)}.profile-page .orders-wrap{min-height:160px}.profile-page .orders-list{display:flex;flex-direction:column;gap:16px}.profile-page .order-card{background:#fff;border:1px solid var(--border-color);border-radius:16px;padding:16px;box-shadow:0 8px 26px #1118270a;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.profile-page .order-card:hover{transform:translateY(-3px);box-shadow:0 16px 38px #11182714;border-color:#cbd5e1}.profile-page .order-top{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.profile-page .order-no{font-size:13px;color:#6b7280;font-weight:700}.profile-page .order-state{font-size:13px;font-weight:900}.profile-page .state-red{color:#ef4444}.profile-page .state-blue{color:#3b82f6}.profile-page .state-dark{color:#111827}.profile-page .state-gray{color:#6b7280}.profile-page .order-products{cursor:pointer}.profile-page .product-row{display:flex;gap:12px;padding:12px 0;border-top:1px solid rgba(0,0,0,.06)}.profile-page .product-row:first-child{border-top:none;padding-top:0}.profile-page .product-img{width:86px;height:86px;border-radius:12px;object-fit:cover;background:#f5f7fa;border:1px solid rgba(0,0,0,.06);flex:0 0 auto}.profile-page .product-main{flex:1;min-width:0}.profile-page .product-name{font-size:14px;font-weight:900;color:#111827;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-bottom:6px}.profile-page .product-price{font-size:18px;font-weight:900;color:#111827;margin-bottom:6px}.profile-page .product-price .symbol{font-size:12px;margin-right:2px}.profile-page .product-sum{display:flex;justify-content:flex-end;align-items:baseline;gap:2px;color:#ef4444;font-weight:900}.profile-page .sum-label{color:#6b7280;font-size:12px;font-weight:700;margin-right:2px}.profile-page .sum-value{font-size:22px}.profile-page .order-bottom{display:flex;justify-content:space-between;gap:12px;margin-top:12px;padding-top:12px;border-top:1px solid rgba(0,0,0,.06)}.profile-page .seller{flex:1;min-width:0}.profile-page .seller-top{display:flex;align-items:center;gap:8px;margin-bottom:6px}.profile-page .seller-avatar{width:18px;height:18px;border-radius:50%;object-fit:cover;background:#f5f7fa;border:1px solid rgba(0,0,0,.06)}.profile-page .seller-name{font-size:13px;font-weight:800;color:#2563eb;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-page .expire{font-size:12px;color:#ef4444;font-weight:700}.profile-page .actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:flex-end}.profile-page .btn{height:34px;padding:0 12px;border-radius:999px;font-size:12px;font-weight:900;border:1px solid transparent;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .2s ease,border-color .2s ease}.profile-page .btn:hover{transform:translateY(-1px)}.profile-page .btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 10px 22px #667eea2e}.profile-page .btn-primary:hover{box-shadow:0 16px 28px #667eea42}.profile-page .btn-primary:disabled{opacity:.7;cursor:not-allowed;transform:none}.profile-page .btn-loading{width:14px;height:14px;border-radius:50%;border:2px solid rgba(255,255,255,.55);border-top-color:#fff;display:inline-block;margin-right:8px;animation:spin-26e22f5c .9s linear infinite;vertical-align:-2px}@keyframes spin-26e22f5c{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.profile-page .btn-ghost{background:#fff;color:#111827;border-color:#e5e7eb}.profile-page .btn-ghost:hover{border-color:#cbd5e1;box-shadow:0 12px 22px #11182714}.profile-page .pagination-wrapper{margin-top:16px;display:flex;justify-content:center}.profile-page .empty{padding:36px 0 10px}.profile-page .order-fade-enter-active,.profile-page .order-fade-leave-active{transition:opacity .22s ease,transform .22s ease}.profile-page .order-fade-enter-from,.profile-page .order-fade-leave-to{opacity:0;transform:translateY(10px)}.profile-page .actions .btn,.profile-page .account-actions .btn{display:inline-flex;align-items:center;justify-content:center;min-width:88px;height:34px;padding:0 13px;border-radius:8px;font-size:12px;font-weight:700;letter-spacing:0}.profile-page .actions .btn-primary{border-color:#02122f;background:#02122f;box-shadow:0 3px #fdb91f6b;color:#fdb91f}.profile-page .actions .btn-primary:hover{background:#263a5a;box-shadow:0 3px #fdb91f85}.profile-page .actions .btn-ghost,.profile-page .account-actions .btn-ghost{border-color:#d6e1ed;background:#f8fbff;color:#405875}.profile-page .actions .btn-ghost:hover,.profile-page .account-actions .btn-ghost:hover{border-color:#9fc0e8;background:#edf6ff;box-shadow:0 4px 12px #2168b11f;color:#1d5b98}.profile-page .actions .btn-contact,.profile-page .account-actions .btn-contact{border-color:#8db8f3;background:#eef5ff;color:#1d6fd6}.profile-page .actions .btn-contact:hover,.profile-page .account-actions .btn-contact:hover{border-color:#5d9be8;background:#dcecff;color:#1759ad}.profile-page .actions .btn-appeal,.profile-page .account-actions .btn-appeal{border-color:#f0b1b1;background:#fff3f3;color:#d95353}.profile-page .actions .btn-appeal:hover,.profile-page .account-actions .btn-appeal:hover{border-color:#e88989;background:#ffe5e5;color:#bd3f3f}}@media (max-width: 768px){.profile-page .my-commission-page{padding:1.25rem 0}.profile-page .page-header{padding:1.5rem 0;margin-bottom:1rem;border-bottom:1px solid var(--border-color)}.profile-page .page-header .header-main{display:flex;align-items:center;margin-bottom:.5rem}.profile-page .page-header .header-main .back-btn{margin-right:.75rem;padding:0;font-size:1rem;color:var(--text-primary);font-weight:700}.profile-page .page-header .header-main .back-btn:hover{color:var(--primary-color)}.profile-page .page-header .header-main .back-btn .el-icon{font-size:1.125rem;margin-right:.125rem}.profile-page .page-header .header-main h2{font-size:1.5rem;font-weight:700;color:var(--text-primary);margin:0}.profile-page .page-header p{font-size:.875rem;color:var(--text-secondary);margin:0}.profile-page .summary{padding:1rem;border-radius:1rem;background:#ffc100;box-shadow:0 .625rem 1.375rem #cb9a0038;margin-bottom:1rem}.profile-page .summary .top{display:flex;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:1rem}.profile-page .summary .label{font-size:.8125rem;color:#101010;opacity:.9;font-weight:800;margin-bottom:.5rem}.profile-page .summary .value{font-size:2.125rem;font-weight:900;color:#101010;line-height:1}.profile-page .summary .symbol{font-size:.875rem;font-weight:900;margin-right:.125rem}.profile-page .withdraw-btn{height:2.5rem;border-radius:62.4375rem;font-weight:900;border:none;background:#fff3cc;color:#101010}.profile-page .withdraw-btn:hover{background:#ffe9a3}.profile-page .summary .actions{display:flex;gap:.5rem;flex-shrink:0}.profile-page .transfer-btn{height:2.5rem;border-radius:62.4375rem;font-weight:900;border:none;background:#fff;color:#101010}.profile-page .transfer-btn:hover{background:#fff8df}.profile-page .commission-action-dialog__block+.commission-action-dialog__block{margin-top:1.125rem}.profile-page .commission-action-dialog__title{margin-bottom:.625rem;font-size:.875rem;font-weight:700}.profile-page .commission-action-dialog__available{display:flex;margin-top:.625rem;align-items:center;justify-content:space-between;color:#8a9ab2;font-size:.8125rem}.profile-page .commission-action-dialog__available strong{color:#347ef3;font-weight:800}.profile-page .commission-action-dialog__rule,.profile-page .commission-action-dialog__hint{margin:0;color:#8a9ab2;font-size:.8125rem;line-height:1.7}.profile-page .summary .bottom{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.profile-page .stat{background:#ffffff47;border:1px solid rgba(255,255,255,.35);border-radius:.875rem;padding:.75rem}.profile-page .stat-label{font-size:.75rem;color:#101010;opacity:.8;font-weight:800;margin-bottom:.375rem}.profile-page .stat-value{font-size:1.125rem;font-weight:900;color:#101010}.profile-page .card{background:#fff;border:1px solid var(--border-color);border-radius:var(--border-radius-lg);padding:1rem}.profile-page .card-title{font-size:1rem;font-weight:900;color:var(--text-primary);margin-bottom:.75rem}.profile-page .list,.profile-page .list-inner{display:flex;flex-direction:column;gap:.75rem}.profile-page .commission-item{border:1px solid var(--border-color);background:var(--bg-secondary);border-radius:1rem;padding:.875rem;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.profile-page .commission-item:hover{transform:translateY(-.125rem);border-color:#cbd5e1;box-shadow:0 .75rem 1.375rem #11182714;background:#fff}.profile-page .commission-item__head{display:flex;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:.625rem}.profile-page .commission-item__title{font-size:.875rem;font-weight:900;color:var(--text-primary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-page .commission-item__status{font-size:.75rem;color:var(--text-secondary);font-weight:800;flex-shrink:0}.profile-page .commission-item__memo{font-size:.8125rem;color:var(--text-secondary);margin-bottom:.625rem}.profile-page .commission-item__foot{display:flex;align-items:center;justify-content:space-between;gap:.625rem}.profile-page .commission-item__buyer{display:flex;align-items:center;gap:.5rem;min-width:0}.profile-page .commission-item__avatar{width:1.375rem;height:1.375rem;border-radius:50%;object-fit:cover;background:#f5f7fa;border:1px solid rgba(0,0,0,.06)}.profile-page .commission-item__nickname{font-size:.75rem;font-weight:800;color:var(--text-secondary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-page .commission-item__time{font-size:.75rem;color:var(--text-muted);flex-shrink:0}.profile-page .commission-item__money{font-size:.875rem;font-weight:900;flex-shrink:0}.profile-page .commission-item__money.pos{color:#ef4444}.profile-page .commission-item__money.neg{color:#6b7280}.profile-page .empty{padding:1.625rem 0 .625rem}.profile-page .pagination-wrapper{margin-top:1rem;display:flex;justify-content:flex-end}.profile-page .row-fade-enter-active,.profile-page .row-fade-leave-active{transition:opacity .22s ease,transform .22s ease}.profile-page .row-fade-enter-from,.profile-page .row-fade-leave-to{opacity:0;transform:translateY(.625rem)}.profile-page .summary .bottom{grid-template-columns:1fr}.profile-page .withdraw-dialog .withdraw-form{display:flex;flex-direction:column;gap:.875rem;text-align:left}.profile-page .withdraw-dialog .block{padding:.875rem;border-radius:.875rem;border:1px solid var(--border-color);background:var(--bg-secondary)}.profile-page .withdraw-dialog .block-title{font-size:.875rem;font-weight:800;color:var(--text-primary);margin-bottom:.625rem}.profile-page .withdraw-dialog .money-input .el-input__prefix{font-weight:800;color:var(--text-secondary)}.profile-page .withdraw-dialog .available{margin-top:.625rem;display:flex;justify-content:space-between;align-items:center;font-size:.8125rem;color:var(--text-secondary)}.profile-page .withdraw-dialog .available .value{color:#ef4444;font-weight:800}.profile-page .withdraw-dialog .method-group{display:flex;gap:.75rem}.profile-page .withdraw-dialog .rule-content{width:100%;border-radius:.75rem;padding:.75rem;background:#fff;border:1px solid var(--border-color);color:var(--text-secondary);font-size:.8125rem;line-height:1.7;max-height:13.75rem;overflow:auto;white-space:normal;word-break:break-word}}@media (min-width: 769px){.profile-page .my-commission-page{padding:20px 0}.profile-page .page-header{padding:24px 0;margin-bottom:16px;border-bottom:1px solid var(--border-color)}.profile-page .page-header .header-main{display:flex;align-items:center;margin-bottom:8px}.profile-page .page-header .header-main .back-btn{margin-right:12px;padding:0;font-size:16px;color:var(--text-primary);font-weight:700}.profile-page .page-header .header-main .back-btn:hover{color:var(--primary-color)}.profile-page .page-header .header-main .back-btn .el-icon{font-size:18px;margin-right:2px}.profile-page .page-header .header-main h2{font-size:24px;font-weight:700;color:var(--text-primary);margin:0}.profile-page .page-header p{font-size:14px;color:var(--text-secondary);margin:0}.profile-page .summary{padding:16px;border-radius:16px;background:#ffc100;box-shadow:0 10px 22px #cb9a0038;margin-bottom:16px}.profile-page .summary .top{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px}.profile-page .summary .label{font-size:13px;color:#101010;opacity:.9;font-weight:800;margin-bottom:8px}.profile-page .summary .value{font-size:34px;font-weight:900;color:#101010;line-height:1}.profile-page .summary .symbol{font-size:14px;font-weight:900;margin-right:2px}.profile-page .withdraw-btn{height:40px;border-radius:999px;font-weight:900;border:none;background:#fff3cc;color:#101010}.profile-page .withdraw-btn:hover{background:#ffe9a3}.profile-page .summary .actions{display:flex;gap:10px;flex-shrink:0}.profile-page .transfer-btn{height:40px;border-radius:999px;font-weight:900;border:none;background:#fff;color:#101010}.profile-page .transfer-btn:hover{background:#fff8df}.profile-page .commission-action-dialog__block+.commission-action-dialog__block{margin-top:18px}.profile-page .commission-action-dialog__title{margin-bottom:10px;font-size:14px;font-weight:700}.profile-page .commission-action-dialog__available{display:flex;margin-top:10px;align-items:center;justify-content:space-between;color:#8a9ab2;font-size:13px}.profile-page .commission-action-dialog__available strong{color:#347ef3;font-weight:800}.profile-page .commission-action-dialog__rule,.profile-page .commission-action-dialog__hint{margin:0;color:#8a9ab2;font-size:13px;line-height:1.7}.profile-page .summary .bottom{display:grid;grid-template-columns:1fr 1fr;gap:12px}.profile-page .stat{background:#ffffff47;border:1px solid rgba(255,255,255,.35);border-radius:14px;padding:12px}.profile-page .stat-label{font-size:12px;color:#101010;opacity:.8;font-weight:800;margin-bottom:6px}.profile-page .stat-value{font-size:18px;font-weight:900;color:#101010}.profile-page .card{background:#fff;border:1px solid var(--border-color);border-radius:var(--border-radius-lg);padding:16px}.profile-page .card-title{font-size:16px;font-weight:900;color:var(--text-primary);margin-bottom:12px}.profile-page .list,.profile-page .list-inner{display:flex;flex-direction:column;gap:12px}.profile-page .commission-item{border:1px solid var(--border-color);background:var(--bg-secondary);border-radius:16px;padding:14px;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.profile-page .commission-item:hover{transform:translateY(-2px);border-color:#cbd5e1;box-shadow:0 12px 22px #11182714;background:#fff}.profile-page .commission-item__head{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:10px}.profile-page .commission-item__title{font-size:14px;font-weight:900;color:var(--text-primary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-page .commission-item__status{font-size:12px;color:var(--text-secondary);font-weight:800;flex-shrink:0}.profile-page .commission-item__memo{font-size:13px;color:var(--text-secondary);margin-bottom:10px}.profile-page .commission-item__foot{display:flex;align-items:center;justify-content:space-between;gap:10px}.profile-page .commission-item__buyer{display:flex;align-items:center;gap:8px;min-width:0}.profile-page .commission-item__avatar{width:22px;height:22px;border-radius:50%;object-fit:cover;background:#f5f7fa;border:1px solid rgba(0,0,0,.06)}.profile-page .commission-item__nickname{font-size:12px;font-weight:800;color:var(--text-secondary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-page .commission-item__time{font-size:12px;color:var(--text-muted);flex-shrink:0}.profile-page .commission-item__money{font-size:14px;font-weight:900;flex-shrink:0}.profile-page .commission-item__money.pos{color:#ef4444}.profile-page .commission-item__money.neg{color:#6b7280}.profile-page .empty{padding:26px 0 10px}.profile-page .pagination-wrapper{margin-top:16px;display:flex;justify-content:flex-end}.profile-page .row-fade-enter-active,.profile-page .row-fade-leave-active{transition:opacity .22s ease,transform .22s ease}.profile-page .row-fade-enter-from,.profile-page .row-fade-leave-to{opacity:0;transform:translateY(10px)}.profile-page .withdraw-dialog .withdraw-form{display:flex;flex-direction:column;gap:14px;text-align:left}.profile-page .withdraw-dialog .block{padding:14px;border-radius:14px;border:1px solid var(--border-color);background:var(--bg-secondary)}.profile-page .withdraw-dialog .block-title{font-size:14px;font-weight:800;color:var(--text-primary);margin-bottom:10px}.profile-page .withdraw-dialog .money-input .el-input__prefix{font-weight:800;color:var(--text-secondary)}.profile-page .withdraw-dialog .available{margin-top:10px;display:flex;justify-content:space-between;align-items:center;font-size:13px;color:var(--text-secondary)}.profile-page .withdraw-dialog .available .value{color:#ef4444;font-weight:800}.profile-page .withdraw-dialog .method-group{display:flex;gap:12px}.profile-page .withdraw-dialog .rule-content{width:100%;border-radius:12px;padding:12px;background:#fff;border:1px solid var(--border-color);color:var(--text-secondary);font-size:13px;line-height:1.7;max-height:220px;overflow:auto;white-space:normal;word-break:break-word}}@media (max-width: 768px){.profile-page .my-sale-page{padding:1.25rem 0}.profile-page .page-header{padding:1.5rem 0;margin-bottom:1rem;border-bottom:1px solid var(--border-color)}.profile-page .page-header .header-main{display:flex;align-items:center;margin-bottom:.5rem}.profile-page .page-header .header-main .back-btn{margin-right:.75rem;padding:0;font-size:1rem;color:var(--text-primary);font-weight:700}.profile-page .page-header .header-main .back-btn:hover{color:var(--primary-color)}.profile-page .page-header .header-main .back-btn .el-icon{font-size:1.125rem;margin-right:.125rem}.profile-page .page-header .header-main h2{font-size:1.5rem;font-weight:700;color:var(--text-primary);margin:0}.profile-page .page-header p{font-size:.875rem;color:var(--text-secondary);margin:0}.profile-page .tabs-card{overflow:hidden;background:#fff;border:1px solid #e8edf4;border-radius:.75rem;box-shadow:0 .25rem .875rem #2a52850b;margin-bottom:.75rem}.profile-page .order-search-wrap{width:100%;padding:0 .5rem .5rem;box-sizing:border-box}.profile-page .order-status-tabs .van-tabs__wrap{height:2.75rem}.profile-page .order-status-tabs .van-tabs__nav{padding:0 .25rem}.profile-page .order-status-tabs .van-tab{flex:0 0 auto;min-width:3.625rem;padding:0 .5rem;font-size:.8125rem;font-weight:600}.profile-page .order-status-tabs .van-tabs__line{bottom:.1875rem;border-radius:6.1875rem}.profile-page .order-search{display:flex;width:100%;min-width:0;box-sizing:border-box;padding:0;background:transparent}.profile-page .order-search .van-search__content{width:100%;min-width:0;height:2.125rem;padding:0 .625rem;box-sizing:border-box;overflow:hidden;border:1px solid #e1e8f2;border-radius:.5rem;background:#f7f9fc}.profile-page .order-search .van-search__field{display:flex;align-items:center;height:2rem;min-width:0;padding:0 .5rem 0 0;box-sizing:border-box;background:transparent}.profile-page .order-search .van-field__body{display:flex;align-items:center;min-height:2rem}.profile-page .order-search .van-field__control{height:2rem;line-height:2rem;color:#223753;font-size:.8125rem}.profile-page .order-search .van-field__left-icon{display:inline-flex;align-items:center;height:2rem;line-height:1}.profile-page .order-search .van-field__control::placeholder{color:#a8b4c4}.profile-page .orders-wrap{min-height:10rem}.profile-page .orders-list{display:flex;flex-direction:column;gap:1rem}.profile-page .order-card{background:#fff;border:1px solid var(--border-color);border-radius:1rem;padding:1rem;box-shadow:0 .5rem 1.625rem #1118270a;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;content-visibility:auto;contain-intrinsic-size:auto 13.75rem}.profile-page .order-card:hover{transform:translateY(-.1875rem);box-shadow:0 1rem 2.375rem #11182714;border-color:#cbd5e1}.profile-page .order-top{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.75rem}.profile-page .order-no{font-size:.8125rem;color:#6b7280;font-weight:700}.profile-page .order-state{font-size:.8125rem;font-weight:900}.profile-page .state-red{color:#ef4444}.profile-page .state-blue{color:#3b82f6}.profile-page .state-dark{color:#111827}.profile-page .state-gray{color:#6b7280}.profile-page .order-products{cursor:pointer}.profile-page .product-row{display:flex;gap:.75rem;padding:.75rem 0;border-top:1px solid rgba(0,0,0,.06)}.profile-page .product-row:first-child{border-top:none;padding-top:0}.profile-page .product-img{width:5.375rem;height:5.375rem;border-radius:.75rem;object-fit:cover;background:#f5f7fa;border:1px solid rgba(0,0,0,.06);flex:0 0 auto}.profile-page .product-main{flex:1;min-width:0}.profile-page .product-name{font-size:.875rem;font-weight:900;color:#111827;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-bottom:.375rem}.profile-page .product-price{font-size:1.125rem;font-weight:900;color:#111827;margin-bottom:.375rem}.profile-page .product-price .symbol{font-size:.75rem;margin-right:.125rem}.profile-page .product-sum{display:flex;justify-content:flex-end;align-items:baseline;gap:.125rem;color:#ef4444;font-weight:900}.profile-page .sum-label{color:#6b7280;font-size:.75rem;font-weight:700;margin-right:.125rem}.profile-page .sum-value{font-size:1.375rem}.profile-page .order-bottom{display:flex;justify-content:space-between;gap:.75rem;margin-top:.75rem;padding-top:.75rem;border-top:1px solid rgba(0,0,0,.06)}.profile-page .seller{flex:1;min-width:0}.profile-page .seller-top{display:flex;align-items:center;gap:.5rem;margin-bottom:.375rem;min-width:0}.profile-page .seller-avatar{width:1.125rem;height:1.125rem;border-radius:50%;object-fit:cover;background:#f5f7fa;border:1px solid rgba(0,0,0,.06)}.profile-page .seller-name{flex:1;min-width:0;font-size:.8125rem;font-weight:800;color:#2563eb;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-page .seller-name.is-vip-vip1,.profile-page .seller-name.is-vip-vip2,.profile-page .seller-name.is-vip-vip3,.profile-page .seller-name.is-vip-gold,.profile-page .seller-name.is-vip-platinum,.profile-page .seller-name.is-vip-black-gold,.profile-page .seller-name.is-vip-black-diamond{color:transparent;background:linear-gradient(90deg,#4778c8,#b8dcff 28%,#fff,#b8dcff 72%,#4778c8);background-size:260% 100%;background-clip:text;-webkit-background-clip:text;animation:vip-nickname-shimmer-6598fdba 4s linear infinite}.profile-page .seller-name.is-vip-gold{background-image:linear-gradient(90deg,#b56b13,#ffe3a0 35%,#fff4ce,#ffe3a0 65%,#b56b13)}.profile-page .seller-name.is-vip-platinum{background-image:linear-gradient(90deg,#69717d,#f5f7fa 35%,#fff,#d5dbe3 65%,#69717d)}.profile-page .seller-name.is-vip-black-gold{background-image:linear-gradient(90deg,#8b5c20,#ffe29a 35%,#fff6ce,#e8ba5e 65%,#8b5c20)}.profile-page .seller-name.is-vip-black-diamond{background-image:linear-gradient(90deg,#6b4ed0,#d7c9ff 35%,#fff,#bca8ff 65%,#6b4ed0)}@keyframes vip-nickname-shimmer-6598fdba{to{background-position:-160% 50%}}@media (prefers-reduced-motion: reduce){.profile-page .seller-name.is-vip-vip1,.profile-page .seller-name.is-vip-vip2,.profile-page .seller-name.is-vip-vip3,.profile-page .seller-name.is-vip-gold,.profile-page .seller-name.is-vip-platinum,.profile-page .seller-name.is-vip-black-gold,.profile-page .seller-name.is-vip-black-diamond{animation:none}}.profile-page .account-actions{display:flex;align-items:center;gap:.375rem;margin-left:auto;flex:0 0 auto}.profile-page .expire{font-size:.75rem;color:#ef4444;font-weight:700}.profile-page .actions{display:flex;align-items:center;gap:.625rem;flex-wrap:wrap;justify-content:flex-end}.profile-page .btn{height:2.125rem;padding:0 .75rem;border-radius:62.4375rem;font-size:.75rem;font-weight:900;border:1px solid transparent;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .2s ease,border-color .2s ease}.profile-page .btn:hover{transform:translateY(-1px)}.profile-page .btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 .625rem 1.375rem #667eea2e}.profile-page .btn-primary:hover{box-shadow:0 1rem 1.75rem #667eea42}.profile-page .btn-ghost{background:#fff;color:#111827;border-color:#e5e7eb}.profile-page .btn-ghost:hover{border-color:#cbd5e1;box-shadow:0 .75rem 1.375rem #11182714}.profile-page .infinite-load-state{display:flex;align-items:center;justify-content:center;min-height:2.625rem;padding:.5rem 0 .75rem;color:#9aa8ba;font-size:.75rem}.profile-page .infinite-load-dots{display:inline-flex;align-items:center;gap:.3125rem}.profile-page .infinite-load-dots i{width:.375rem;height:.375rem;border-radius:50%;background:#2f80ed;animation:my-sale-load-dot-6598fdba .9s ease-in-out infinite}.profile-page .infinite-load-dots i:nth-child(2){animation-delay:.15s}.profile-page .infinite-load-dots i:nth-child(3){animation-delay:.3s}@keyframes my-sale-load-dot-6598fdba{0%,60%,to{transform:scale(.65);opacity:.45}30%{transform:scale(1.25);opacity:1}}.profile-page .empty{padding:2.25rem 0 .625rem}.profile-page .order-fade-enter-active,.profile-page .order-fade-leave-active{transition:opacity .22s ease,transform .22s ease}.profile-page .order-fade-enter-from,.profile-page .order-fade-leave-to{opacity:0;transform:translateY(.625rem)}.profile-page .ship-dialog{padding-top:.375rem}.profile-page .ship-body{border:1px solid var(--border-color);background:var(--bg-secondary);border-radius:.875rem;padding:.875rem}.profile-page .ship-form-tip{margin:0 0 .625rem;font-size:.8125rem;line-height:1.6;color:#64748b}.profile-page .my-sale-page{padding:.5rem 0 calc(6.5rem + env(safe-area-inset-bottom,0px));min-height:calc(100vh - 3.625rem);background:#f5f7fb;min-width:0;overflow-x:hidden;box-sizing:border-box}.profile-page .page-header{padding:.75rem 0;margin-bottom:.625rem}.profile-page .page-header .header-main h2{font-size:1.125rem}.profile-page .page-header p{font-size:.75rem}.profile-page .tabs-card{margin-bottom:.625rem}.profile-page .orders-list{gap:.625rem}.profile-page .order-card{padding:.75rem;border-radius:.75rem}.profile-page .order-card:hover{transform:none}.profile-page .order-top{flex-wrap:wrap;gap:.375rem;margin-bottom:.5rem}.profile-page .order-no{font-size:.75rem;word-break:break-all}.profile-page .order-state{font-size:.75rem}.profile-page .product-row{gap:.625rem;padding:.625rem 0}.profile-page .product-img{width:4.5rem;height:4.5rem;border-radius:.625rem}.profile-page .product-name{font-size:.8125rem;white-space:normal;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-height:1.4}.profile-page .product-price{font-size:1rem}.profile-page .sum-value{font-size:1.125rem}.profile-page .order-bottom{flex-direction:column;align-items:stretch;gap:.625rem}.profile-page .seller-top{margin-bottom:0}.profile-page .account-actions{gap:.375rem}.profile-page .actions{justify-content:flex-start;width:100%}.profile-page .btn{flex:1;min-width:0}.profile-page .account-actions .btn{flex:0 0 auto;min-width:4rem;height:1.75rem;padding:0 .5rem;font-size:.6875rem;white-space:nowrap}.profile-page .el-dialog:not(.app-standard-dialog){width:calc(100vw - 1.5rem)!important;max-width:calc(100vw - 1.5rem);margin:.75rem auto!important}.profile-page .ship-body{padding:.75rem}.profile-page .actions .btn{display:inline-flex;align-items:center;justify-content:center;height:2rem;padding:0 .625rem;border-radius:.5rem;font-size:.75rem;font-weight:700;letter-spacing:0}.profile-page .actions .btn-primary{border-color:#02122f;background:#02122f;box-shadow:0 .1875rem #fdb91f6b;color:#fdb91f}.profile-page .actions .btn-ghost{border-color:#d6e1ed;background:#f8fbff;color:#405875}.profile-page .actions .btn-ghost:active{border-color:#9fc0e8;background:#edf6ff;color:#1d5b98}.profile-page .account-actions .btn-contact{border-color:#8db8f3;background:#eef5ff;color:#1d6fd6}.profile-page .account-actions .btn-contact:active{border-color:#5d9be8;background:#dcecff;color:#1759ad}.profile-page .account-actions .btn-appeal{border-color:#f0b1b1;background:#fff3f3;color:#d95353}.profile-page .account-actions .btn-appeal:active{border-color:#e88989;background:#ffe5e5;color:#bd3f3f}}@media (min-width: 769px){.profile-page .my-sale-page{padding:20px 0}.profile-page .page-header{padding:24px 0;margin-bottom:16px;border-bottom:1px solid var(--border-color)}.profile-page .page-header .header-main{display:flex;align-items:center;margin-bottom:8px}.profile-page .page-header .header-main .back-btn{margin-right:12px;padding:0;font-size:16px;color:var(--text-primary);font-weight:700}.profile-page .page-header .header-main .back-btn:hover{color:var(--primary-color)}.profile-page .page-header .header-main .back-btn .el-icon{font-size:18px;margin-right:2px}.profile-page .page-header .header-main h2{font-size:24px;font-weight:700;color:var(--text-primary);margin:0}.profile-page .page-header p{font-size:14px;color:var(--text-secondary);margin:0}.profile-page .tabs-card{background:#fff;border:1px solid var(--border-color);border-radius:var(--border-radius-lg);padding:14px 12px 12px;margin-bottom:16px}.profile-page .tabs-row{display:flex;align-items:center;gap:12px}.profile-page .order-search-wrap{display:flex;align-items:center;flex-shrink:0;width:224px;min-height:42px;padding:4px;border:1px solid #e2e8f2;border-radius:12px;background:#f8fafd;box-sizing:border-box;transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease}.profile-page .order-search-wrap .el-input__wrapper{width:100%;height:32px;padding:0 10px;border:1px solid #dbe3ef;border-radius:8px;background:#fff;box-shadow:none;transition:border-color .2s ease,box-shadow .2s ease}.profile-page .order-search-wrap:focus-within{border-color:#c9d8f1;background:#f5f8fe;box-shadow:0 5px 14px #3a68b214}.profile-page .order-search-wrap .el-input__wrapper.is-focus{border-color:#6d93d5;box-shadow:0 0 0 3px #497cd21f}.profile-page .order-search-wrap .el-input__prefix{color:#7c91af}.profile-page .order-search-wrap .el-input__inner{color:#253b5c;font-size:13px}.profile-page .order-search-wrap .el-input__inner::placeholder{color:#a1aec0}.profile-page .tabs-scroll{flex:1;min-width:0;overflow-x:auto;scrollbar-width:none}.profile-page .tabs-scroll::-webkit-scrollbar{display:none}.profile-page .tabs-inner{position:relative;display:flex;align-items:center;gap:18px;padding:4px 10px 10px}.profile-page .tab-btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background:transparent;cursor:pointer;font-size:16px;font-weight:800;color:#6b7280;padding:8px 6px;white-space:nowrap;transition:color .2s ease,transform .2s ease}.profile-page .tab-btn:hover{transform:translateY(-1px)}.profile-page .tab-btn.active{color:#101010}.profile-page .active-line{position:absolute;left:0;bottom:0;height:4px;border-radius:999px;background:linear-gradient(90deg,#667eea,#764ba2);transition:transform .28s cubic-bezier(.22,1,.36,1),width .28s cubic-bezier(.22,1,.36,1)}.profile-page .orders-wrap{min-height:160px}.profile-page .orders-list{display:flex;flex-direction:column;gap:16px}.profile-page .order-card{background:#fff;border:1px solid var(--border-color);border-radius:16px;padding:16px;box-shadow:0 8px 26px #1118270a;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.profile-page .order-card:hover{transform:translateY(-3px);box-shadow:0 16px 38px #11182714;border-color:#cbd5e1}.profile-page .order-top{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.profile-page .order-no{font-size:13px;color:#6b7280;font-weight:700}.profile-page .order-state{font-size:13px;font-weight:900}.profile-page .state-red{color:#ef4444}.profile-page .state-blue{color:#3b82f6}.profile-page .state-dark{color:#111827}.profile-page .state-gray{color:#6b7280}.profile-page .order-products{cursor:pointer}.profile-page .product-row{display:flex;gap:12px;padding:12px 0;border-top:1px solid rgba(0,0,0,.06)}.profile-page .product-row:first-child{border-top:none;padding-top:0}.profile-page .product-img{width:86px;height:86px;border-radius:12px;object-fit:cover;background:#f5f7fa;border:1px solid rgba(0,0,0,.06);flex:0 0 auto}.profile-page .product-main{flex:1;min-width:0}.profile-page .product-name{font-size:14px;font-weight:900;color:#111827;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-bottom:6px}.profile-page .product-price{font-size:18px;font-weight:900;color:#111827;margin-bottom:6px}.profile-page .product-price .symbol{font-size:12px;margin-right:2px}.profile-page .product-sum{display:flex;justify-content:flex-end;align-items:baseline;gap:2px;color:#ef4444;font-weight:900}.profile-page .sum-label{color:#6b7280;font-size:12px;font-weight:700;margin-right:2px}.profile-page .sum-value{font-size:22px}.profile-page .order-bottom{display:flex;justify-content:space-between;gap:12px;margin-top:12px;padding-top:12px;border-top:1px solid rgba(0,0,0,.06)}.profile-page .seller{flex:1;min-width:0}.profile-page .seller-top{display:flex;align-items:center;gap:8px;margin-bottom:6px}.profile-page .seller-avatar{width:18px;height:18px;border-radius:50%;object-fit:cover;background:#f5f7fa;border:1px solid rgba(0,0,0,.06)}.profile-page .seller-name{font-size:13px;font-weight:800;color:#2563eb;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-page .seller-name.is-vip-vip1,.profile-page .seller-name.is-vip-vip2,.profile-page .seller-name.is-vip-vip3,.profile-page .seller-name.is-vip-gold,.profile-page .seller-name.is-vip-platinum,.profile-page .seller-name.is-vip-black-gold,.profile-page .seller-name.is-vip-black-diamond{color:transparent;background:linear-gradient(90deg,#4778c8,#b8dcff 28%,#fff,#b8dcff 72%,#4778c8);background-size:260% 100%;background-clip:text;-webkit-background-clip:text;animation:vip-nickname-shimmer-2694c4aa 4s linear infinite}.profile-page .seller-name.is-vip-gold{background-image:linear-gradient(90deg,#b56b13,#ffe3a0 35%,#fff4ce,#ffe3a0 65%,#b56b13)}.profile-page .seller-name.is-vip-platinum{background-image:linear-gradient(90deg,#69717d,#f5f7fa 35%,#fff,#d5dbe3 65%,#69717d)}.profile-page .seller-name.is-vip-black-gold{background-image:linear-gradient(90deg,#8b5c20,#ffe29a 35%,#fff6ce,#e8ba5e 65%,#8b5c20)}.profile-page .seller-name.is-vip-black-diamond{background-image:linear-gradient(90deg,#6b4ed0,#d7c9ff 35%,#fff,#bca8ff 65%,#6b4ed0)}@keyframes vip-nickname-shimmer-2694c4aa{to{background-position:-160% 50%}}@media (prefers-reduced-motion: reduce){.profile-page .seller-name.is-vip-vip1,.profile-page .seller-name.is-vip-vip2,.profile-page .seller-name.is-vip-vip3,.profile-page .seller-name.is-vip-gold,.profile-page .seller-name.is-vip-platinum,.profile-page .seller-name.is-vip-black-gold,.profile-page .seller-name.is-vip-black-diamond{animation:none}}.profile-page .expire{font-size:12px;color:#ef4444;font-weight:700}.profile-page .actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:flex-end}.profile-page .btn{height:34px;padding:0 12px;border-radius:999px;font-size:12px;font-weight:900;border:1px solid transparent;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .2s ease,border-color .2s ease}.profile-page .btn:hover{transform:translateY(-1px)}.profile-page .btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 10px 22px #667eea2e}.profile-page .btn-primary:hover{box-shadow:0 16px 28px #667eea42}.profile-page .btn-ghost{background:#fff;color:#111827;border-color:#e5e7eb}.profile-page .btn-ghost:hover{border-color:#cbd5e1;box-shadow:0 12px 22px #11182714}.profile-page .pagination-wrapper{margin-top:16px;display:flex;justify-content:center}.profile-page .empty{padding:36px 0 10px}.profile-page .order-fade-enter-active,.profile-page .order-fade-leave-active{transition:opacity .22s ease,transform .22s ease}.profile-page .order-fade-enter-from,.profile-page .order-fade-leave-to{opacity:0;transform:translateY(10px)}.profile-page .ship-dialog{padding-top:6px}.profile-page .ship-body{border:1px solid var(--border-color);background:var(--bg-secondary);border-radius:14px;padding:14px}.profile-page .ship-form-tip{margin:0 0 10px;font-size:13px;line-height:1.6;color:#64748b}.profile-page .actions .btn{display:inline-flex;align-items:center;justify-content:center;min-width:88px;height:34px;padding:0 13px;border-radius:8px;font-size:12px;font-weight:700;letter-spacing:0}.profile-page .actions .btn-primary{border-color:#02122f;background:#02122f;box-shadow:0 3px #fdb91f6b;color:#fdb91f}.profile-page .actions .btn-primary:hover{background:#263a5a;box-shadow:0 3px #fdb91f85}.profile-page .actions .btn-ghost{border-color:#d6e1ed;background:#f8fbff;color:#405875}.profile-page .actions .btn-ghost:hover{border-color:#9fc0e8;background:#edf6ff;box-shadow:0 4px 12px #2168b11f;color:#1d5b98}.profile-page .actions .btn-contact{border-color:#8db8f3;background:#eef5ff;color:#1d6fd6}.profile-page .actions .btn-contact:hover{border-color:#5d9be8;background:#dcecff;color:#1759ad}.profile-page .actions .btn-appeal{border-color:#f0b1b1;background:#fff3f3;color:#d95353}.profile-page .actions .btn-appeal:hover{border-color:#e88989;background:#ffe5e5;color:#bd3f3f}}@media (max-width: 768px){.profile-page .my-unused-page{padding:1.25rem 0}.profile-page .page-header{padding:1.5rem 0;margin-bottom:1rem;border-bottom:1px solid var(--border-color)}.profile-page .page-header .header-main{display:flex;align-items:center;margin-bottom:.5rem}.profile-page .page-header .header-main .back-btn{margin-right:.75rem;padding:0;font-size:1rem;color:var(--text-primary);font-weight:700}.profile-page .page-header .header-main .back-btn:hover{color:var(--primary-color)}.profile-page .page-header .header-main .back-btn .el-icon{font-size:1.125rem;margin-right:.125rem}.profile-page .page-header .header-main h2{font-size:1.5rem;font-weight:700;color:var(--text-primary);margin:0}.profile-page .page-header p{font-size:.875rem;color:var(--text-secondary);margin:0}.profile-page .tabs-card{overflow:hidden;background:#fff;border:1px solid #e8edf4;border-radius:.75rem;box-shadow:0 .25rem .875rem #2a52850b;margin-bottom:.75rem}.profile-page .order-status-tabs .van-tabs__wrap{height:2.75rem}.profile-page .order-status-tabs .van-tabs__nav{padding:0 .25rem}.profile-page .order-status-tabs .van-tab{flex:0 0 auto;min-width:3.625rem;padding:0 .5rem;font-size:.8125rem;font-weight:600}.profile-page .order-status-tabs .van-tabs__line{bottom:.1875rem;border-radius:62.4375rem}.profile-page .list-wrap{min-height:10rem}.profile-page .list{display:flex;flex-direction:column;gap:1rem}.profile-page .card{background:#fff;border:1px solid var(--border-color);border-radius:1rem;padding:1rem;box-shadow:0 .5rem 1.625rem #1118270a;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;content-visibility:auto;contain-intrinsic-size:auto 9.375rem}.profile-page .card.is-detail-link{cursor:pointer}.profile-page .card:hover{transform:translateY(-.1875rem);box-shadow:0 1rem 2.375rem #11182714;border-color:#cbd5e1}.profile-page .unused-card-row{display:flex;gap:.875rem}.profile-page .thumb-wrap{width:6.875rem;height:6.875rem;border-radius:.875rem;position:relative;overflow:hidden;background:#f5f7fa;border:1px solid rgba(0,0,0,.06);flex:0 0 auto}.profile-page .thumb{width:100%;height:100%;object-fit:cover;display:block}.profile-page .channel-badge{position:absolute;left:.5rem;top:.5rem;z-index:3;padding:.25rem .625rem;border-radius:62.4375rem;font-size:.75rem;font-weight:900;color:#fff;background:#0000008c;-webkit-backdrop-filter:blur(.25rem);backdrop-filter:blur(.25rem);max-width:calc(100% - 1rem);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-page .main{flex:1;min-width:0}.profile-page .name{font-size:1rem;font-weight:900;color:#111827;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-bottom:.625rem;cursor:pointer}.profile-page .price{font-size:1.125rem;font-weight:900;color:#ef4444}.profile-page .price-fee-row{display:flex;align-items:center;flex-wrap:wrap;gap:.375rem;margin-bottom:.625rem}.profile-page .symbol{font-size:.75rem;margin-right:.125rem}.profile-page .meta{font-size:.75rem;color:#6b7280;margin-bottom:.75rem}.profile-page .fee-row{display:flex;flex-wrap:wrap;gap:.5rem}.profile-page .fee-item{font-size:.75rem;font-weight:900;color:#6b7280;background:#f7f9fc;border:1px solid rgba(0,0,0,.06);padding:.25rem .5rem;border-radius:62.4375rem}.profile-page .actions{display:flex;align-items:center;gap:.625rem;flex-wrap:wrap;justify-content:flex-end}.profile-page .btn{height:2rem;padding:0 .75rem;border-radius:62.4375rem;font-size:.75rem;font-weight:900;border:1px solid transparent;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .2s ease,border-color .2s ease}.profile-page .btn:hover{transform:translateY(-1px)}.profile-page .btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 .625rem 1.375rem #667eea2e}.profile-page .btn-primary:hover{box-shadow:0 1rem 1.75rem #667eea42}.profile-page .btn-ghost{background:#fff;color:#111827;border-color:#e5e7eb}.profile-page .btn-ghost:hover{border-color:#cbd5e1;box-shadow:0 .75rem 1.375rem #11182714}.profile-page .reject{margin-top:.625rem;font-size:.75rem;color:#ef4444;font-weight:800}.profile-page .infinite-load-state{display:flex;align-items:center;justify-content:center;min-height:2.625rem;padding:.5rem 0 .75rem;color:#9aa8ba;font-size:.75rem}.profile-page .infinite-load-dots{display:inline-flex;align-items:center;gap:.3125rem}.profile-page .infinite-load-dots i{width:.375rem;height:.375rem;border-radius:50%;background:#2f80ed;animation:my-unused-load-dot-46bb9657 .9s ease-in-out infinite}.profile-page .infinite-load-dots i:nth-child(2){animation-delay:.15s}.profile-page .infinite-load-dots i:nth-child(3){animation-delay:.3s}@keyframes my-unused-load-dot-46bb9657{0%,60%,to{transform:scale(.65);opacity:.45}30%{transform:scale(1.25);opacity:1}}.profile-page .empty{padding:2.25rem 0 .625rem}.profile-page .action-dialog-message{display:flex;align-items:center;gap:.75rem;min-width:0;padding:.125rem 0}.profile-page .action-dialog-message__icon{flex:0 0 auto;color:#edab3a;font-size:1.375rem}.profile-page .action-dialog-message__content{display:flex;flex:1;min-width:0;flex-direction:column;gap:.1875rem}.profile-page .action-dialog-message__content span{color:#516177;font-size:.875rem;line-height:1.3125rem}.profile-page .action-dialog-message__content strong{width:100%;overflow:hidden;color:#8a96a8;font-size:.75rem;font-weight:600;line-height:1.125rem;text-overflow:ellipsis;white-space:nowrap}.profile-page .down-sheet{padding-top:.375rem}.profile-page .down-input{display:flex;align-items:center;gap:.5rem;padding:.75rem .875rem;background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:.875rem}.profile-page .down-input .symbol{font-size:1rem;font-weight:900;color:#111827;margin-right:0}.profile-page .my-unused-page{padding:.5rem 0 calc(6.5rem + env(safe-area-inset-bottom,0px));min-width:0;overflow-x:hidden;box-sizing:border-box}.profile-page .page-header{padding:.75rem 0;margin-bottom:.625rem}.profile-page .page-header .header-main{margin-bottom:.25rem}.profile-page .page-header .header-main .back-btn{font-size:.875rem}.profile-page .page-header .header-main .back-btn .el-icon{font-size:1rem}.profile-page .page-header .header-main h2{font-size:1.125rem}.profile-page .page-header p{font-size:.75rem}.profile-page .tabs-card{margin-bottom:.625rem}.profile-page .list{gap:.625rem}.profile-page .card{padding:.75rem;border-radius:.75rem}.profile-page .card:hover{transform:none}.profile-page .unused-card-row{gap:.625rem;align-items:flex-start}.profile-page .thumb-wrap{width:5.25rem;height:5.25rem;border-radius:.625rem}.profile-page .channel-badge{left:.25rem;top:.25rem;padding:.125rem .375rem;font-size:.625rem;max-width:calc(100% - .5rem)}.profile-page .name{font-size:.875rem;white-space:normal;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-height:1.4;margin-bottom:.375rem}.profile-page .price{font-size:1rem}.profile-page .price-fee-row{gap:.375rem;margin-bottom:.375rem}.profile-page .meta{margin-bottom:.5rem}.profile-page .fee-row{gap:.375rem}.profile-page .fee-item{font-size:.6875rem;padding:.1875rem .375rem}.profile-page .actions{justify-content:flex-start;width:100%;gap:.5rem}.profile-page .btn{flex:1 1 calc(50% - .5rem);min-width:0;height:2.125rem;padding:0 .5rem}.profile-page .btn-primary{flex:0 0 auto;min-width:5.375rem;padding:0 1.125rem;margin-left:auto}.profile-page .reject{margin-top:.5rem;word-break:break-word}.profile-page .el-dialog:not(.app-standard-dialog){width:calc(100vw - 1.5rem)!important;max-width:calc(100vw - 1.5rem);margin:.75rem auto!important;border-radius:.75rem;overflow:hidden}.profile-page .actions .btn{display:inline-flex;align-items:center;justify-content:center;flex:1 1 0;min-width:0;height:2rem;padding:0 .625rem;border-radius:.5rem;font-size:.75rem;font-weight:700;letter-spacing:0}.profile-page .actions .btn-primary{border-color:#02122f;background:#02122f;box-shadow:0 .1875rem #fdb91f6b;color:#fdb91f;flex:1 1 0;min-width:0;margin-left:0}.profile-page .actions .btn-ghost{border-color:#d6e1ed;background:#f8fbff;color:#405875}.profile-page .actions .btn-ghost:active{border-color:#9fc0e8;background:#edf6ff;color:#1d5b98}.profile-page .actions .btn-action-blue{border-color:#8db8f3;background:#eef5ff;color:#1d6fd6}.profile-page .actions .btn-action-blue:active{border-color:#5d9be8;background:#dcecff;color:#1759ad}.profile-page .el-dialog.unused-action-dialog .el-dialog__footer .el-button--danger{border-color:#f56c6c!important;background:#f56c6c!important;color:#fff!important;box-shadow:0 .4375rem .875rem #f56c6c3d}.profile-page .el-dialog.unused-action-dialog .el-dialog__footer .el-button--danger:hover{border-color:#f78989!important;background:#f78989!important}}@media (min-width: 769px){.profile-page .my-unused-page{padding:20px 0}.profile-page .page-header{padding:24px 0;margin-bottom:16px;border-bottom:1px solid var(--border-color)}.profile-page .page-header .header-main{display:flex;align-items:center;margin-bottom:8px}.profile-page .page-header .header-main .back-btn{margin-right:12px;padding:0;font-size:16px;color:var(--text-primary);font-weight:700}.profile-page .page-header .header-main .back-btn:hover{color:var(--primary-color)}.profile-page .page-header .header-main .back-btn .el-icon{font-size:18px;margin-right:2px}.profile-page .page-header .header-main h2{font-size:24px;font-weight:700;color:var(--text-primary);margin:0}.profile-page .page-header p{font-size:14px;color:var(--text-secondary);margin:0}.profile-page .tabs-card{background:#fff;border:1px solid var(--border-color);border-radius:var(--border-radius-lg);padding:14px 12px 12px;margin-bottom:16px}.profile-page .tabs-scroll{overflow-x:auto;scrollbar-width:none}.profile-page .tabs-scroll::-webkit-scrollbar{display:none}.profile-page .tabs-inner{position:relative;display:grid;grid-template-columns:repeat(6,1fr);align-items:center;gap:0;padding:4px 0 10px;min-width:680px}.profile-page .tab-btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background:transparent;cursor:pointer;font-size:16px;font-weight:800;color:#6b7280;padding:10px 0;white-space:nowrap;transition:color .2s ease,transform .2s ease}.profile-page .tab-btn:hover{transform:translateY(-1px)}.profile-page .tab-btn.active{color:#101010}.profile-page .active-line{position:absolute;left:0;bottom:0;height:4px;border-radius:999px;background:linear-gradient(90deg,#667eea,#764ba2);transition:transform .28s cubic-bezier(.22,1,.36,1),width .28s cubic-bezier(.22,1,.36,1)}.profile-page .list-wrap{min-height:160px}.profile-page .list{display:flex;flex-direction:column;gap:16px}.profile-page .card{background:#fff;border:1px solid var(--border-color);border-radius:16px;padding:16px;box-shadow:0 8px 26px #1118270a;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.profile-page .card:hover{transform:translateY(-3px);box-shadow:0 16px 38px #11182714;border-color:#cbd5e1}.profile-page .card.is-detail-link{cursor:pointer}.profile-page .unused-card-row{display:flex;gap:14px}.profile-page .thumb-wrap{width:110px;height:110px;border-radius:14px;position:relative;overflow:hidden;background:#f5f7fa;border:1px solid rgba(0,0,0,.06);flex:0 0 auto}.profile-page .thumb{width:100%;height:100%;object-fit:cover;display:block}.profile-page .channel-badge{position:absolute;left:8px;top:8px;z-index:3;padding:4px 10px;border-radius:999px;font-size:12px;font-weight:900;color:#fff;background:#0000008c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);max-width:calc(100% - 16px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-page .main{flex:1;min-width:0}.profile-page .name{font-size:16px;font-weight:900;color:#111827;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-bottom:10px;cursor:pointer}.profile-page .price{font-size:18px;font-weight:900;color:#ef4444;margin-bottom:10px}.profile-page .symbol{font-size:12px;margin-right:2px}.profile-page .meta{font-size:12px;color:#6b7280;margin-bottom:12px}.profile-page .fee-row{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px}.profile-page .fee-item{font-size:12px;font-weight:900;color:#6b7280;background:#f7f9fc;border:1px solid rgba(0,0,0,.06);padding:4px 8px;border-radius:999px}.profile-page .actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:flex-end}.profile-page .btn{height:32px;padding:0 12px;border-radius:999px;font-size:12px;font-weight:900;border:1px solid transparent;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .2s ease,border-color .2s ease}.profile-page .btn:hover{transform:translateY(-1px)}.profile-page .btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 10px 22px #667eea2e}.profile-page .btn-primary:hover{box-shadow:0 16px 28px #667eea42}.profile-page .btn-ghost{background:#fff;color:#111827;border-color:#e5e7eb}.profile-page .btn-ghost:hover{border-color:#cbd5e1;box-shadow:0 12px 22px #11182714}.profile-page .reject{margin-top:10px;font-size:12px;color:#ef4444;font-weight:800}.profile-page .pagination-wrapper{margin-top:16px;display:flex;justify-content:center}.profile-page .empty{padding:36px 0 10px}.profile-page .item-fade-enter-active,.profile-page .item-fade-leave-active{transition:opacity .22s ease,transform .22s ease}.profile-page .item-fade-enter-from,.profile-page .item-fade-leave-to{opacity:0;transform:translateY(10px)}.profile-page .action-dialog-message{display:flex;align-items:center;gap:16px;min-width:0;padding:2px 0}.profile-page .action-dialog-message__icon{flex:0 0 auto;color:#edab3a;font-size:24px}.profile-page .action-dialog-message__content{display:flex;flex:1;min-width:0;flex-direction:column;gap:4px}.profile-page .action-dialog-message__content span{color:#516177;font-size:15px;line-height:22px}.profile-page .action-dialog-message__content strong{width:100%;overflow:hidden;color:#8a96a8;font-size:13px;font-weight:600;line-height:19px;text-overflow:ellipsis;white-space:nowrap}.profile-page .action-btn--delete{color:#dc4c4c;border-color:#f0c8c8;background:#fff8f8}.profile-page .action-btn--delete:hover,.profile-page .action-btn--delete:focus{color:#c83e3e;border-color:#e8a9a9;background:#fff7f7}.profile-page .down-sheet{padding-top:6px}.profile-page .down-input{display:flex;align-items:center;gap:8px;padding:12px 14px;background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:14px}.profile-page .down-input .symbol{font-size:16px;font-weight:900;color:#111827;margin-right:0}.profile-page .actions .btn{display:inline-flex;align-items:center;justify-content:center;min-width:82px;height:34px;padding:0 13px;border-radius:8px;font-size:12px;font-weight:700;letter-spacing:0}.profile-page .actions .btn-primary{border-color:#02122f;background:#02122f;box-shadow:0 3px #fdb91f6b;color:#fdb91f}.profile-page .actions .btn-primary:hover{background:#263a5a;box-shadow:0 3px #fdb91f85}.profile-page .actions .btn-ghost{border-color:#d6e1ed;background:#f8fbff;color:#405875}.profile-page .actions .btn-ghost:hover{border-color:#9fc0e8;background:#edf6ff;box-shadow:0 4px 12px #2168b11f;color:#1d5b98}.profile-page .el-dialog.unused-action-dialog .el-dialog__footer .el-button--danger{border-color:#f56c6c!important;background:#f56c6c!important;color:#fff!important;box-shadow:0 7px 14px #f56c6c3d}.profile-page .el-dialog.unused-action-dialog .el-dialog__footer .el-button--danger:hover{border-color:#f78989!important;background:#f78989!important}}@media (max-width: 768px){.profile-page .page-header{padding:1.5rem 0;margin-bottom:1.5rem;border-bottom:1px solid var(--border-color)}.profile-page .page-header h2{font-size:1.5rem;font-weight:700;color:var(--text-primary);margin-bottom:.5rem}.profile-page .page-header p{font-size:.875rem;color:var(--text-secondary)}.profile-page .filter-tabs{display:flex;gap:.75rem;margin-bottom:1.5rem;flex-wrap:wrap}.profile-page .filter-tabs .tab-btn{padding:.5rem 1.25rem;border:1px solid var(--border-color);background:#fff;border-radius:1.25rem;font-size:.875rem;color:var(--text-secondary);cursor:pointer;transition:all .3s;display:flex;align-items:center;gap:.375rem}.profile-page .filter-tabs .tab-btn:hover{border-color:var(--primary-color);color:var(--primary-color)}.profile-page .filter-tabs .tab-btn.active{background:var(--primary-color);color:#fff;border-color:var(--primary-color);box-shadow:0 .25rem .75rem rgba(var(--primary-rgb),.2)}.profile-page .filter-tabs .tab-btn.active .count{background:#fff3;color:#fff}.profile-page .filter-tabs .tab-btn .count{background:var(--bg-secondary);color:var(--text-muted);font-size:.75rem;padding:.125rem .5rem;border-radius:.625rem;transition:all .3s}.profile-page .orders-list{display:flex;flex-direction:column;gap:1.25rem}.profile-page .order-card{background:#fff;border-radius:var(--border-radius-lg);border:1px solid var(--border-color);overflow:hidden}.profile-page .order-card .order-header{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1.25rem;background:var(--bg-secondary);border-bottom:1px solid var(--border-color)}.profile-page .order-card .order-header .order-info{display:flex;align-items:center;gap:1rem;font-size:.8125rem}.profile-page .order-card .order-header .order-info .order-id{color:var(--text-primary);font-weight:600}.profile-page .order-card .order-header .order-info .order-time{color:var(--text-muted)}.profile-page .order-card .order-body{display:flex;padding:1.25rem;gap:1.25rem;align-items:center}.profile-page .order-card .order-body .order-image{width:5rem;height:5rem;border-radius:var(--border-radius);overflow:hidden;flex-shrink:0;border:1px solid var(--border-color)}.profile-page .order-card .order-body .order-image .el-image{width:100%;height:100%}.profile-page .order-card .order-body .account-info{flex:1;min-width:0}.profile-page .order-card .order-body .account-info .account-title{font-size:1rem;font-weight:600;color:var(--text-primary);margin-bottom:.625rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-page .order-card .order-body .account-info .account-meta{display:flex;align-items:center;gap:.75rem;font-size:.8125rem;color:var(--text-secondary)}.profile-page .order-card .order-body .account-info .account-meta .game-tag{font-weight:400}.profile-page .order-card .order-body .account-info .account-meta .divider{color:var(--border-color)}.profile-page .order-card .order-body .account-info .account-meta strong{color:var(--primary-color)}.profile-page .order-card .order-body .order-price{text-align:right;flex-shrink:0}.profile-page .order-card .order-body .order-price .price-box{color:var(--danger-color);margin-bottom:.25rem}.profile-page .order-card .order-body .order-price .price-box .currency{font-size:.875rem;font-weight:600}.profile-page .order-card .order-body .order-price .price-box .amount{font-size:1.5rem;font-weight:700}.profile-page .order-card .order-body .order-price .deposit{font-size:.75rem;color:var(--text-muted)}.profile-page .order-card .order-footer{padding:.75rem 1.25rem;border-top:1px dashed var(--border-color);display:flex;justify-content:flex-end}.profile-page .order-card .order-footer .order-actions{display:flex;gap:.75rem}.profile-page .pagination-wrapper{margin-top:1.875rem;display:flex;justify-content:center}.profile-page .order-body{flex-direction:column;align-items:flex-start!important}.profile-page .order-body .order-price{width:100%;display:flex;justify-content:space-between;align-items:center;margin-top:.75rem;padding-top:.75rem;border-top:1px solid var(--bg-secondary)}.profile-page .filter-tabs{overflow-x:auto;flex-wrap:nowrap;padding-bottom:.5rem}.profile-page .filter-tabs .tab-btn{white-space:nowrap}}@media (min-width: 769px){.profile-page .page-header{padding:24px 0;margin-bottom:24px;border-bottom:1px solid var(--border-color)}.profile-page .page-header h2{font-size:24px;font-weight:700;color:var(--text-primary);margin-bottom:8px}.profile-page .page-header p{font-size:14px;color:var(--text-secondary)}.profile-page .filter-tabs{display:flex;gap:12px;margin-bottom:24px;flex-wrap:wrap}.profile-page .filter-tabs .tab-btn{padding:8px 20px;border:1px solid var(--border-color);background:#fff;border-radius:20px;font-size:14px;color:var(--text-secondary);cursor:pointer;transition:all .3s;display:flex;align-items:center;gap:6px}.profile-page .filter-tabs .tab-btn:hover{border-color:var(--primary-color);color:var(--primary-color)}.profile-page .filter-tabs .tab-btn.active{background:var(--primary-color);color:#fff;border-color:var(--primary-color);box-shadow:0 4px 12px rgba(var(--primary-rgb),.2)}.profile-page .filter-tabs .tab-btn.active .count{background:#fff3;color:#fff}.profile-page .filter-tabs .tab-btn .count{background:var(--bg-secondary);color:var(--text-muted);font-size:12px;padding:2px 8px;border-radius:10px;transition:all .3s}.profile-page .orders-list{display:flex;flex-direction:column;gap:20px}.profile-page .order-card{background:#fff;border-radius:var(--border-radius-lg);border:1px solid var(--border-color);overflow:hidden}.profile-page .order-card .order-header{display:flex;justify-content:space-between;align-items:center;padding:12px 20px;background:var(--bg-secondary);border-bottom:1px solid var(--border-color)}.profile-page .order-card .order-header .order-info{display:flex;align-items:center;gap:16px;font-size:13px}.profile-page .order-card .order-header .order-info .order-id{color:var(--text-primary);font-weight:600}.profile-page .order-card .order-header .order-info .order-time{color:var(--text-muted)}.profile-page .order-card .order-body{display:flex;padding:20px;gap:20px;align-items:center}.profile-page .order-card .order-body .order-image{width:80px;height:80px;border-radius:var(--border-radius);overflow:hidden;flex-shrink:0;border:1px solid var(--border-color)}.profile-page .order-card .order-body .order-image .el-image{width:100%;height:100%}.profile-page .order-card .order-body .account-info{flex:1;min-width:0}.profile-page .order-card .order-body .account-info .account-title{font-size:16px;font-weight:600;color:var(--text-primary);margin-bottom:10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-page .order-card .order-body .account-info .account-meta{display:flex;align-items:center;gap:12px;font-size:13px;color:var(--text-secondary)}.profile-page .order-card .order-body .account-info .account-meta .game-tag{font-weight:400}.profile-page .order-card .order-body .account-info .account-meta .divider{color:var(--border-color)}.profile-page .order-card .order-body .account-info .account-meta strong{color:var(--primary-color)}.profile-page .order-card .order-body .order-price{text-align:right;flex-shrink:0}.profile-page .order-card .order-body .order-price .price-box{color:var(--danger-color);margin-bottom:4px}.profile-page .order-card .order-body .order-price .price-box .currency{font-size:14px;font-weight:600}.profile-page .order-card .order-body .order-price .price-box .amount{font-size:24px;font-weight:700}.profile-page .order-card .order-body .order-price .deposit{font-size:12px;color:var(--text-muted)}.profile-page .order-card .order-footer{padding:12px 20px;border-top:1px dashed var(--border-color);display:flex;justify-content:flex-end}.profile-page .order-card .order-footer .order-actions{display:flex;gap:12px}.profile-page .pagination-wrapper{margin-top:30px;display:flex;justify-content:center}}@media (max-width: 768px){.profile-page .pay-dialog-title{text-align:center;font-size:1.125rem;font-weight:900;color:var(--text-primary);padding:.125rem 0 0}.profile-page .pay-body{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:.25rem 0 .125rem}.profile-page .pay-summary{width:100%;padding:.875rem 1.125rem .8125rem;border:1px solid #e4edf8;border-radius:.875rem;background:linear-gradient(135deg,#f5f9ff,#fbfdff);text-align:center;box-sizing:border-box}.profile-page .pay-summary__label{display:block;margin-bottom:.1875rem;color:#6d7d93;font-size:.8125rem;font-weight:700;letter-spacing:.3px}.profile-page .pay-amount{color:#e24b4b;font-size:1.875rem;font-weight:900;line-height:1.15;letter-spacing:.2px}.profile-page .pay-amount .symbol{margin-right:.125rem;font-size:1.125rem;vertical-align:.25rem}.profile-page .combo-pay-detail{width:100%;max-width:20rem;border:1px solid #e5e7eb;border-radius:.75rem;background:#f9fafb;padding:.625rem .75rem;display:flex;flex-direction:column;gap:.5rem}.profile-page .combo-row{display:flex;align-items:center;gap:.375rem;font-size:.8125rem}.profile-page .combo-label{color:#6b7280;font-weight:700}.profile-page .combo-value{color:#111827;font-weight:900}.profile-page .combo-tag{margin-left:auto;border-radius:62.4375rem;padding:.125rem .5rem;font-size:.75rem;font-weight:800}.profile-page .combo-tag.done{color:#065f46;background:#d1fae5}.profile-page .combo-tag.pending{color:#92400e;background:#fef3c7}.profile-page .qr-code-section{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:.75rem}.profile-page .qr-canvas{border-radius:.75rem;border:1px solid #e5e7eb;background:#fff}.profile-page .qr-hint{display:flex;align-items:center;gap:.375rem;font-size:.8125rem;font-weight:800;color:var(--text-secondary)}.profile-page .pay-icon{width:1rem;height:1rem}.profile-page .pay-hint{display:flex;align-items:center;justify-content:center;width:100%;min-height:2.625rem;padding:.625rem .875rem;border-radius:.625rem;background:#f7f9fc;box-sizing:border-box;font-size:.8125rem;font-weight:800;color:#53647b;line-height:1.5;text-align:center}.profile-page .pay-hint__dot{flex:0 0 auto;width:.4375rem;height:.4375rem;margin-right:.5rem;border-radius:50%;background:#4b9cff;box-shadow:0 0 0 .25rem #4b9cff1f}.profile-page .pay-actions{display:grid;grid-template-columns:1fr;width:100%;gap:.625rem;padding:.125rem 0 0}.profile-page .pay-actions__secondary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.625rem}.profile-page .pay-actions .el-button{min-width:0;height:2.625rem;margin:0;border-radius:.6875rem;font-size:.875rem;font-weight:800}.profile-page .pay-actions__primary{width:100%;border-color:#347eea;background:linear-gradient(135deg,#4b9cff,#347eea);box-shadow:0 .4375rem .875rem #347eea40}.profile-page .ghost{font-weight:900}}@media (min-width: 769px){.profile-page .pay-dialog-title{text-align:center;font-size:18px;font-weight:900;color:var(--text-primary);padding:2px 0 0}.profile-page .pay-body{display:flex;flex-direction:column;align-items:center;gap:16px;padding:4px 0 2px}.profile-page .pay-summary{width:100%;padding:14px 18px 13px;border:1px solid #e4edf8;border-radius:14px;background:linear-gradient(135deg,#f5f9ff,#fbfdff);text-align:center;box-sizing:border-box}.profile-page .pay-summary__label{display:block;margin-bottom:3px;color:#6d7d93;font-size:13px;font-weight:700;letter-spacing:.3px}.profile-page .pay-amount{color:#e24b4b;font-size:30px;font-weight:900;line-height:1.15;letter-spacing:.2px}.profile-page .pay-amount .symbol{margin-right:2px;font-size:18px;vertical-align:4px}.profile-page .combo-pay-detail{width:100%;max-width:320px;border:1px solid #e5e7eb;border-radius:12px;background:#f9fafb;padding:10px 12px;display:flex;flex-direction:column;gap:8px}.profile-page .combo-row{display:flex;align-items:center;gap:6px;font-size:13px}.profile-page .combo-label{color:#6b7280;font-weight:700}.profile-page .combo-value{color:#111827;font-weight:900}.profile-page .combo-tag{margin-left:auto;border-radius:999px;padding:2px 8px;font-size:12px;font-weight:800}.profile-page .combo-tag.done{color:#065f46;background:#d1fae5}.profile-page .combo-tag.pending{color:#92400e;background:#fef3c7}.profile-page .qr-code-section{display:flex;flex-direction:column;align-items:center;gap:12px;padding:12px}.profile-page .qr-canvas{border-radius:12px;border:1px solid #e5e7eb;background:#fff}.profile-page .qr-hint{display:flex;align-items:center;gap:6px;font-size:13px;font-weight:800;color:var(--text-secondary)}.profile-page .pay-icon{width:16px;height:16px}.profile-page .pay-hint{display:flex;align-items:center;justify-content:center;width:100%;min-height:42px;padding:10px 14px;border-radius:10px;background:#f7f9fc;box-sizing:border-box;font-size:13px;font-weight:800;color:#53647b;line-height:1.5;text-align:center}.profile-page .pay-hint__dot{flex:0 0 auto;width:7px;height:7px;margin-right:8px;border-radius:50%;background:#4b9cff;box-shadow:0 0 0 4px #4b9cff1f}.profile-page .pay-actions{display:grid;grid-template-columns:1fr;width:100%;gap:10px;padding:2px 0 0}.profile-page .pay-actions__secondary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.profile-page .pay-actions .el-button{min-width:0;height:42px;margin:0;border-radius:11px;font-size:14px;font-weight:800}.profile-page .pay-actions__primary{width:100%;border-color:#347eea;background:linear-gradient(135deg,#4b9cff,#347eea);box-shadow:0 7px 14px #347eea40}.profile-page .ghost{font-weight:900}}@media (max-width: 768px){.profile-page .order-amount{display:flex;align-items:center;justify-content:space-between;padding:.625rem .75rem;border-radius:.75rem;background:#f8fafc;border:1px solid rgba(0,0,0,.06);margin-bottom:.5rem}.profile-page .order-amount .label{font-size:.8125rem;color:#6b7280;font-weight:700}.profile-page .order-amount .value{font-size:.9375rem;color:#111827;font-weight:900}.profile-page .consumption-breakdown{margin-bottom:.5rem;padding:.5rem .75rem;border-radius:.75rem;border:1px dashed rgba(0,0,0,.08);background:#fff}.profile-page .consumption-breakdown .summary-row{display:flex;align-items:center;justify-content:space-between;font-size:.8125rem;color:#4b5563;font-weight:700;padding:.1875rem 0}.profile-page .consumption-breakdown .is-deduct{color:#059669}.profile-page .layout-title{font-size:.75rem;color:#6b7280;font-weight:800;margin:.5rem 0}.profile-page .pay-method-list{display:flex;flex-direction:column;gap:.5rem}.profile-page .pay-method-item{border:1px solid rgba(0,0,0,.12);border-radius:.75rem;padding:.5625rem .6875rem;background:#fff;text-align:left;cursor:pointer;transition:all .2s ease}.profile-page .pay-method-item:hover{border-color:#60a5fa}.profile-page .pay-method-item.active{border-color:#3b82f6;background:#eff6ff}.profile-page .method-icon{width:1.5rem;height:1.5rem;object-fit:contain;flex:0 0 auto}.profile-page .method-main{flex:1;min-width:0}.profile-page .pay-method-list.horizontal .pay-method-item{display:flex;align-items:flex-start;gap:.625rem}.profile-page .pay-method-list.vertical .pay-method-item{display:flex;flex-direction:column;align-items:flex-start;gap:.375rem}.profile-page .pay-method-item .name{font-size:.8125rem;color:#111827;font-weight:900}.profile-page .pay-method-item .desc{font-size:.6875rem;color:#6b7280;font-weight:700}.profile-page .summary-card{margin-top:.5rem;border-radius:.625rem;border:1px solid rgba(0,0,0,.08);background:#f8fafc;padding:.5rem .625rem}.profile-page .summary-title{font-size:.8125rem;color:#111827;font-weight:900;margin-bottom:.375rem}.profile-page .summary-row{display:flex;align-items:center;justify-content:space-between;font-size:.75rem;color:#4b5563;font-weight:700;padding:.25rem 0}.profile-page .summary-row.total{border-top:1px dashed rgba(0,0,0,.12);margin-top:.375rem;padding-top:.5rem;color:#111827;font-weight:900}.profile-page .summary-tip{font-size:.75rem;color:#ef4444;font-weight:700;padding-top:.25rem}.profile-page .pay-method-dialog.el-dialog{width:calc(100vw - 1.75rem)!important;max-width:calc(100vw - 1.75rem);max-height:min(84vh,40.625rem);margin:8vh auto!important;overflow:hidden;border-radius:.875rem;display:flex;flex-direction:column;box-shadow:0 1rem 2.5rem #0f274433}.profile-page .pay-method-dialog .el-dialog__header{flex:0 0 auto;margin-right:0;padding:1rem 1rem .75rem;border-bottom:1px solid #edf1f5}.profile-page .pay-method-dialog .el-dialog__title{color:#172b4d;font-size:1.0625rem;font-weight:800}.profile-page .pay-method-dialog .el-dialog__body{flex:1 1 auto;min-height:0;overflow-y:auto;padding:.75rem 1rem;-webkit-overflow-scrolling:touch}.profile-page .pay-method-dialog .el-dialog__footer{flex:0 0 auto;padding:.625rem 1rem calc(.75rem + env(safe-area-inset-bottom,0px));border-top:1px solid #edf1f5;background:#fafcff}.profile-page .pay-method-dialog .el-dialog__footer .el-button{min-width:5.75rem;height:2.25rem;border-radius:.5rem;font-weight:700}}@media (min-width: 769px){.profile-page .order-amount{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;border-radius:12px;background:#f8fafc;border:1px solid rgba(0,0,0,.06);margin-bottom:8px}.profile-page .order-amount .label{font-size:13px;color:#6b7280;font-weight:700}.profile-page .order-amount .value{font-size:15px;color:#111827;font-weight:900}.profile-page .consumption-breakdown{margin-bottom:8px;padding:8px 12px;border-radius:12px;border:1px dashed rgba(0,0,0,.08);background:#fff}.profile-page .consumption-breakdown .summary-row{display:flex;align-items:center;justify-content:space-between;font-size:13px;color:#4b5563;font-weight:700;padding:3px 0}.profile-page .consumption-breakdown .is-deduct{color:#059669}.profile-page .layout-title{font-size:12px;color:#6b7280;font-weight:800;margin:8px 0}.profile-page .pay-method-list{display:flex;flex-direction:column;gap:10px}.profile-page .pay-method-item{border:1px solid rgba(0,0,0,.12);border-radius:12px;padding:12px 14px;background:#fff;text-align:left;cursor:pointer;transition:all .2s ease}.profile-page .pay-method-item:hover{border-color:#60a5fa}.profile-page .pay-method-item.active{border-color:#3b82f6;background:#eff6ff}.profile-page .method-icon{width:26px;height:26px;object-fit:contain;flex:0 0 auto}.profile-page .method-main{flex:1;min-width:0}.profile-page .pay-method-list.horizontal .pay-method-item{display:flex;align-items:flex-start;gap:10px}.profile-page .pay-method-list.vertical .pay-method-item{display:flex;flex-direction:column;align-items:flex-start;gap:6px}.profile-page .pay-method-item .name{font-size:14px;color:#111827;font-weight:900}.profile-page .pay-method-item .desc{font-size:12px;color:#6b7280;font-weight:700}.profile-page .summary-card{margin-top:10px;border-radius:12px;border:1px solid rgba(0,0,0,.08);background:#f8fafc;padding:10px 12px}.profile-page .summary-title{font-size:13px;color:#111827;font-weight:900;margin-bottom:6px}.profile-page .summary-row{display:flex;align-items:center;justify-content:space-between;font-size:13px;color:#4b5563;font-weight:700;padding:4px 0}.profile-page .summary-row.total{border-top:1px dashed rgba(0,0,0,.12);margin-top:6px;padding-top:8px;color:#111827;font-weight:900}.profile-page .summary-tip{font-size:12px;color:#ef4444;font-weight:700;padding-top:4px}.profile-page .pay-method-dialog.el-dialog{overflow:hidden;border-radius:16px;box-shadow:0 20px 52px #0f27442e}.profile-page .pay-method-dialog .el-dialog__header{margin-right:0;padding:20px 24px 16px;border-bottom:1px solid #edf1f5}.profile-page .pay-method-dialog .el-dialog__title{color:#172b4d;font-size:18px;font-weight:800}.profile-page .pay-method-dialog .el-dialog__body{padding:16px 24px}.profile-page .pay-method-dialog .el-dialog__footer{padding:14px 24px 18px;border-top:1px solid #edf1f5;background:#fafcff}.profile-page .pay-method-dialog .el-dialog__footer .el-button{min-width:98px;height:36px;border-radius:8px;font-weight:700}}@media (max-width: 768px){.place-order-page{padding:1.25rem 0}.place-order-page .wrap{max-width:53.75rem;margin:0 auto}.place-order-page .card{background:#fff;border:1px solid var(--border-color);border-radius:var(--border-radius-lg);padding:1rem;box-shadow:0 .625rem 1.5rem #1118270f;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;margin-bottom:1rem}.place-order-page .card:hover{transform:translateY(-.125rem);border-color:#cbd5e1;box-shadow:0 1rem 2.125rem #1118271a}.place-order-page .card-title{font-size:1rem;font-weight:900;color:var(--text-primary);margin-bottom:.75rem}.place-order-page .card-head{display:flex;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:.625rem}.place-order-page .address-link{border:none;background:transparent;color:#004794;font-weight:900;cursor:pointer;display:inline-flex;align-items:center;gap:.5rem;transition:transform .18s ease}.place-order-page .address-link:hover{transform:translateY(-1px)}.place-order-page .address-empty{font-size:.8125rem;color:var(--text-secondary);font-weight:700;padding:.625rem 0 .125rem}.place-order-page .address-main{font-size:1rem;font-weight:900;color:#111827;margin-bottom:.5rem}.place-order-page .address-sub{font-size:.875rem;color:#6b7280;font-weight:700}.place-order-page .consumption-card .consumption-hint{font-size:.875rem;color:#ef4444;font-weight:700;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px dashed var(--border-color)}.place-order-page .consumption-card .consumption-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;grid-template-columns:repeat(2,1fr)}@media (max-width: 30rem){.place-order-page .consumption-card .consumption-grid{grid-template-columns:1fr}}.place-order-page .consumption-card .consumption-grid .consumption-item{display:flex;justify-content:space-between;align-items:center;padding:.625rem .75rem;background:#f9fafb;border-radius:.5rem;font-size:.875rem}.place-order-page .consumption-card .consumption-grid .consumption-item .name{color:var(--text-primary);font-weight:600}.place-order-page .consumption-card .consumption-grid .consumption-item .price{color:#ef4444;font-weight:700}.place-order-page .ml{margin-left:.875rem}.place-order-page .products{display:flex;flex-direction:column;gap:.75rem}.place-order-page .product-row{display:flex;gap:.75rem;padding:.75rem;border-radius:1rem;background:#f7f9fc;border:1px solid rgba(0,0,0,.06);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease,background .2s ease}.place-order-page .product-row:hover{transform:translateY(-.125rem);background:#fff;border-color:#cbd5e1;box-shadow:0 .875rem 1.75rem #11182714}.place-order-page .product-img-wrap{width:5.625rem;height:5.625rem;border-radius:.75rem;overflow:hidden;position:relative;flex:0 0 auto}.place-order-page .product-img{width:100%;height:100%;object-fit:cover;border:1px solid rgba(0,0,0,.06);background:#fff;display:block}.place-order-page .channel-badge{position:absolute;left:.375rem;top:.375rem;z-index:3;padding:.1875rem .5rem;border-radius:62.4375rem;font-size:.75rem;font-weight:900;color:#fff;background:#0000008c;-webkit-backdrop-filter:blur(.25rem);backdrop-filter:blur(.25rem);max-width:calc(100% - .75rem);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.place-order-page .product-main{flex:1;min-width:0}.place-order-page .product-name{font-size:.875rem;font-weight:900;color:#111827;line-height:1.4;margin-bottom:.625rem}.place-order-page .product-price{font-size:1.125rem;font-weight:900;color:#ef4444}.place-order-page .fee-mini{margin-top:.625rem;display:flex;flex-wrap:wrap;gap:.5rem;font-size:.75rem;font-weight:800;color:var(--text-secondary)}.place-order-page .symbol{font-size:.75rem;margin-right:.125rem}.place-order-page .money-value{display:inline-flex;align-items:baseline;flex:0 0 auto;white-space:nowrap}.place-order-page .kv{display:flex;justify-content:space-between;align-items:baseline;gap:.75rem;padding:.75rem 0;border-bottom:1px solid rgba(0,0,0,.06)}.place-order-page .kv:last-child{border-bottom:none;padding-bottom:0}.place-order-page .k{font-size:.875rem;font-weight:900;color:var(--text-secondary)}.place-order-page .v{font-size:.875rem;font-weight:900;color:#111827;display:inline-flex;align-items:center;gap:.625rem}.place-order-page .deposit-free-hint{flex:1;min-width:0;font-size:.75rem;font-weight:400;line-height:1.5;color:#999}.place-order-page .red{color:#ef4444!important}.place-order-page .wechat{width:1.125rem;height:1.125rem;border-radius:.25rem}.place-order-page .payment-method{flex:0 0 auto;flex-direction:row;flex-wrap:nowrap;gap:.375rem;white-space:nowrap}.place-order-page .agreement{max-width:53.75rem;margin:0 auto;padding:.375rem .125rem 0}.place-order-page .agree-row{display:inline-flex;align-items:center;gap:.625rem;font-size:.875rem;color:#374151;font-weight:800;cursor:pointer}.place-order-page .check{width:1.125rem;height:1.125rem;border-radius:.375rem;border:.125rem solid rgba(17,24,39,.2);background:#fff;display:flex;align-items:center;justify-content:center}.place-order-page .check .el-icon{font-size:.75rem;color:#000;font-weight:900}.place-order-page .check.on{border-color:#ffc100;background:#ffc100}.place-order-page .agree-text{margin-left:.625rem}.place-order-page .agree-link{font-size:.875rem;border:none;background:transparent;color:#f59e0b;font-weight:900;cursor:pointer;padding:0}.place-order-page .pay-card{margin-top:.625rem}.place-order-page .pay-row{display:flex;align-items:center;justify-content:space-between;gap:1.375rem}.place-order-page .total{color:#ef4444;font-weight:900;font-size:1.25rem}.place-order-page .total .label{color:var(--text-secondary);font-size:.875rem}.place-order-page .buy-btn{width:7.5rem;height:2.625rem;border-radius:1rem;border:1px solid #ffc100;background:#ffc100;color:#101010;font-weight:900;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 .75rem 1.375rem #f9c02238}.place-order-page .buy-btn:hover{transform:translateY(-1px);box-shadow:0 1.125rem 1.875rem #f9c02247}.place-order-page .buy-btn:disabled{opacity:.6;cursor:not-allowed}.place-order-page{padding:.75rem 0 calc(6rem + env(safe-area-inset-bottom,0));overflow-x:hidden;max-width:100%}.place-order-page .wrap{max-width:100%;padding:0 1rem 1.5rem}.place-order-page .card{padding:.875rem .75rem;border-radius:.75rem;margin-bottom:.75rem}.place-order-page .card:hover{transform:none;box-shadow:0 .625rem 1.5rem #1118270f;border-color:var(--border-color)}.place-order-page .card-title{font-size:.9375rem;margin-bottom:.625rem}.place-order-page .address-main{font-size:.9375rem;word-break:break-word}.place-order-page .address-sub{font-size:.8125rem}.place-order-page .address-sub .ml{margin-left:.5rem}.place-order-page .product-row{padding:.625rem}.place-order-page .product-row:hover{transform:none;box-shadow:none;background:#f7f9fc;border-color:#0000000f}.place-order-page .product-img-wrap{width:4.5rem;height:4.5rem}.place-order-page .product-name{font-size:.8125rem;margin-bottom:.5rem;word-break:break-word}.place-order-page .product-price{font-size:1rem}.place-order-page .fee-mini{gap:.375rem;font-size:.6875rem}.place-order-page .kv{flex-direction:column;align-items:flex-start;gap:.375rem;padding:.625rem 0}.place-order-page .kv .k{font-size:.8125rem}.place-order-page .kv .v{width:100%;flex-direction:column;align-items:flex-start;gap:.25rem;font-size:.8125rem;word-break:break-word}.place-order-page .kv .v.payment-method{width:auto;flex:0 0 auto;flex-direction:row;align-items:center;gap:.375rem;word-break:normal}.place-order-page .consumption-card .consumption-hint{font-size:.8125rem;line-height:1.5}.place-order-page .consumption-card .consumption-grid{gap:.625rem}.place-order-page .consumption-card .consumption-grid .consumption-item{font-size:.8125rem;padding:.5rem .625rem}.place-order-page .agreement{max-width:100%;padding:.5rem 1rem 0}.place-order-page .agree-row{display:flex;flex-wrap:wrap;align-items:flex-start;gap:.375rem .5rem!important;line-height:1.6;font-size:.8125rem}.place-order-page .agree-text{margin-left:0}.place-order-page .agree-link{font-size:.8125rem}.place-order-page .pay-card{margin-top:.5rem}.place-order-page .pay-row{gap:.75rem}.place-order-page .total{font-size:1.125rem;min-width:0}.place-order-page .total .label{font-size:.8125rem}.place-order-page .buy-btn{flex-shrink:0;width:6.75rem;height:2.5rem;border-radius:.75rem;font-size:.875rem}.place-order-page .buy-btn:hover{transform:none;box-shadow:0 .75rem 1.375rem #f9c02238}}@media (min-width: 769px){.place-order-page{padding:20px 0}.place-order-page .page-header{padding:16px 0;border-bottom:1px solid var(--border-color);margin-bottom:16px}.place-order-page .page-header .header-left{display:flex;align-items:center;gap:12px}.place-order-page .page-header h2{font-size:20px;font-weight:900;color:var(--text-primary)}.place-order-page .wrap{max-width:860px;margin:0 auto}.place-order-page .card{background:#fff;border:1px solid var(--border-color);border-radius:var(--border-radius-lg);padding:16px;box-shadow:0 10px 24px #1118270f;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;margin-bottom:16px}.place-order-page .card:hover{transform:translateY(-2px);border-color:#cbd5e1;box-shadow:0 16px 34px #1118271a}.place-order-page .card-title{font-size:16px;font-weight:900;color:var(--text-primary);margin-bottom:12px}.place-order-page .card-head{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:10px}.place-order-page .address-link{border:none;background:transparent;color:#004794;font-weight:900;cursor:pointer;display:inline-flex;align-items:center;gap:8px;transition:transform .18s ease}.place-order-page .address-link:hover{transform:translateY(-1px)}.place-order-page .address-empty{font-size:13px;color:var(--text-secondary);font-weight:700;padding:10px 0 2px}.place-order-page .address-main{font-size:16px;font-weight:900;color:#111827;margin-bottom:8px}.place-order-page .address-sub{font-size:14px;color:#6b7280;font-weight:700}.place-order-page .consumption-card .consumption-hint{font-size:14px;color:#ef4444;font-weight:700;margin-bottom:16px;padding-bottom:12px;border-bottom:1px dashed var(--border-color)}.place-order-page .consumption-card .consumption-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.place-order-page .consumption-card .consumption-grid .consumption-item{display:flex;justify-content:space-between;align-items:center;padding:10px 12px;background:#f9fafb;border-radius:8px;font-size:14px}.place-order-page .consumption-card .consumption-grid .consumption-item .name{color:var(--text-primary);font-weight:600}.place-order-page .consumption-card .consumption-grid .consumption-item .price{color:#ef4444;font-weight:700}.place-order-page .ml{margin-left:14px}.place-order-page .products{display:flex;flex-direction:column;gap:12px}.place-order-page .product-row{display:flex;gap:12px;padding:12px;border-radius:16px;background:#f7f9fc;border:1px solid rgba(0,0,0,.06);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease,background .2s ease}.place-order-page .product-row:hover{transform:translateY(-2px);background:#fff;border-color:#cbd5e1;box-shadow:0 14px 28px #11182714}.place-order-page .product-img-wrap{width:90px;height:90px;border-radius:12px;overflow:hidden;position:relative;flex:0 0 auto}.place-order-page .product-img{width:100%;height:100%;object-fit:cover;border:1px solid rgba(0,0,0,.06);background:#fff;display:block}.place-order-page .channel-badge{position:absolute;left:6px;top:6px;z-index:3;padding:3px 8px;border-radius:999px;font-size:12px;font-weight:900;color:#fff;background:#0000008c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);max-width:calc(100% - 12px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.place-order-page .product-main{flex:1;min-width:0}.place-order-page .product-name{font-size:14px;font-weight:900;color:#111827;line-height:1.4;margin-bottom:10px}.place-order-page .product-price{font-size:18px;font-weight:900;color:#ef4444}.place-order-page .fee-mini{margin-top:10px;display:flex;flex-wrap:wrap;gap:8px;font-size:12px;font-weight:800;color:var(--text-secondary)}.place-order-page .symbol{font-size:12px;margin-right:2px}.place-order-page .kv{display:flex;justify-content:space-between;align-items:baseline;gap:12px;padding:12px 0;border-bottom:1px solid rgba(0,0,0,.06)}.place-order-page .kv:last-child{border-bottom:none;padding-bottom:0}.place-order-page .k{font-size:14px;font-weight:900;color:var(--text-secondary)}.place-order-page .v{font-size:14px;font-weight:900;color:#111827;display:inline-flex;align-items:center;gap:10px}.place-order-page .deposit-free-hint{max-width:420px;font-size:12px;font-weight:400;line-height:1.5;color:#999}.place-order-page .red{color:#ef4444!important}.place-order-page .wechat{width:18px;height:18px;border-radius:4px}.place-order-page .agreement{max-width:860px;margin:0 auto;padding:6px 2px 0}.place-order-page .agree-row{display:inline-flex;align-items:center;gap:10px;font-size:14px;color:#374151;font-weight:800;cursor:pointer}.place-order-page .check{width:18px;height:18px;border-radius:6px;border:2px solid rgba(17,24,39,.2);background:#fff;display:flex;align-items:center;justify-content:center}.place-order-page .check .el-icon{font-size:12px;color:#000;font-weight:900}.place-order-page .check.on{border-color:#ffc100;background:#ffc100}.place-order-page .agree-text{margin-left:10px}.place-order-page .agree-link{font-size:14px;border:none;background:transparent;color:#f59e0b;font-weight:900;cursor:pointer;padding:0}.place-order-page .pay-card{margin-top:10px}.place-order-page .pay-row{display:flex;align-items:center;justify-content:space-between;gap:22px}.place-order-page .total{color:#ef4444;font-weight:900;font-size:20px}.place-order-page .total .label{color:var(--text-secondary);font-size:14px}.place-order-page .buy-btn{width:120px;height:42px;border-radius:16px;border:1px solid #ffc100;background:#ffc100;color:#101010;font-weight:900;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 12px 22px #f9c02238}.place-order-page .buy-btn:hover{transform:translateY(-1px);box-shadow:0 18px 30px #f9c02247}.place-order-page .buy-btn:disabled{opacity:.6;cursor:not-allowed}}@media (max-width: 768px){.profile-page{background:var(--bg-secondary)}.profile-page:has(.profile-dashboard) .profile-content{background:#fff}.profile-page:has(.profile-dashboard)>.container{padding-bottom:calc(6.5rem + env(safe-area-inset-bottom,0px))}.profile-page.is-my-buy-page{min-height:calc(100vh - 3.625rem);min-height:calc(100dvh - 3.625rem);background:var(--bg-secondary)}.profile-page.is-my-buy-page>.container,.profile-page.is-my-buy-page .profile-layout,.profile-page.is-my-buy-page .profile-content{background:var(--bg-secondary)}.profile-page.is-wallet-page,.profile-page.is-shareholder-wallet-page{min-height:calc(100vh - 3.625rem);min-height:calc(100dvh - 3.625rem);background:var(--bg-secondary)}.profile-page.is-shareholder-wallet-page>.container{padding-bottom:0}.profile-page.is-shareholder-wallet-page>.container,.profile-page.is-shareholder-wallet-page .profile-layout,.profile-page.is-shareholder-wallet-page .profile-content{background:var(--bg-secondary)}.profile-page.is-wallet-page>.container{padding-bottom:0}.profile-page.is-wallet-page>.container,.profile-page.is-wallet-page .profile-layout,.profile-page.is-wallet-page .profile-content{background:var(--bg-secondary)}.profile-page.is-security-page>.container,.profile-page.is-security-page .profile-layout,.profile-page.is-security-page .profile-content{min-width:0;background:#f6f9fd}.profile-page.is-security-page>.container{padding-right:0;padding-bottom:0;padding-left:0}.profile-page.is-change-mobile-page{min-height:calc(100vh - 3.25rem);min-height:calc(100dvh - 3.25rem);background:#f1f6ff}.profile-page.is-change-mobile-page>.container,.profile-page.is-change-mobile-page .profile-layout,.profile-page.is-change-mobile-page .profile-content{width:100%;min-width:0;margin:0;padding:0;background:#f1f6ff;box-sizing:border-box}.profile-page.is-change-mobile-page .profile-layout{gap:0}.profile-page.is-message-page{min-height:calc(100vh - 3.625rem);min-height:calc(100dvh - 3.625rem);background:#fff}.profile-page.is-message-page>.container,.profile-page.is-message-page .profile-layout,.profile-page.is-message-page .profile-content{background:#fff}.profile-page.is-message-page>.container{margin:0;padding-left:0;padding-right:0;padding-bottom:0}.profile-page.is-message-page .profile-content{width:100%;min-width:0;margin:0;padding:0}.profile-page.is-publish-idle-page{min-height:100%;background:#fff}.profile-page.is-publish-idle-page>.container,.profile-page.is-publish-idle-page .profile-layout,.profile-page.is-publish-idle-page .profile-content,.profile-page.is-publish-idle-page .profile-content>*{min-height:0;background:#fff}.profile-page.is-publish-idle-page>.container{padding-bottom:calc(6.25rem + env(safe-area-inset-bottom,0px))}.profile-page .profile-mobile-actions,.profile-page .profile-mobile-menu-card{border:1px solid #edf0f5;border-radius:1rem;background:#fffffff5;box-shadow:0 .3125rem 1.125rem #0f27440d}.profile-page .profile-mobile-actions{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:flex-start;column-gap:clamp(.75rem,5vw,1.5rem);row-gap:.375rem;overflow:hidden}.profile-page .profile-mobile-actions--quick{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;padding:.375rem;border-color:#e6eaf1;background:linear-gradient(180deg,#fff,#fbfcff)}.profile-page .profile-dashboard{gap:.5rem}.profile-page .profile-dashboard.is-dashboard-loading>:not(.el-loading-mask){visibility:hidden}.profile-page .profile-hero-stage{min-width:0}.profile-page .profile-hero-card{flex-direction:column;overflow:hidden}.profile-page .profile-hero-card__main{min-height:7.875rem;padding:.625rem;grid-template-columns:4.25rem minmax(0,1fr);cursor:pointer}.profile-page .profile-hero-card__main:focus-visible{outline:.125rem solid #4b8fe8;outline-offset:-.125rem}.profile-page .profile-hero-card__avatar{--el-avatar-size: 4rem !important;width:4rem!important;height:4rem!important}.profile-page .profile-hero-card.has-vip-card-background{--profile-vip-card-overlay: linear-gradient(90deg, rgba(255, 255, 255, .54), rgba(255, 255, 255, .22) 58%, rgba(255, 255, 255, .04));--profile-vip-card-name: #183f6b;--profile-vip-card-text: #355779;--profile-vip-card-muted: #526c87;--profile-vip-card-chip: rgba(255, 255, 255, .42);--profile-vip-card-chip-border: rgba(255, 255, 255, .36);--profile-vip-card-border: rgba(129, 164, 207, .72);--profile-vip-card-shadow: rgba(50, 91, 146, .18);--profile-vip-card-stats-bg: linear-gradient(135deg, #e9f2ff 0%, #f7faff 56%, #edf5ff 100%);--profile-vip-card-stats-value: #1c477d;--profile-vip-card-stats-label: #36597f;--profile-vip-card-stats-divider: rgba(73, 114, 164, .18);--profile-vip-card-stats-active: rgba(85, 131, 188, .1);border-color:var(--profile-vip-card-border);background:var(--profile-vip-card-stats-bg);box-shadow:none}.profile-page .profile-hero-card.has-vip-card-background .profile-hero-card__main{position:relative;min-height:7.875rem;padding:.625rem;grid-template-columns:4.25rem minmax(0,1fr);align-items:center;background-color:#dce9f8;background-image:var(--profile-vip-card-background);background-position:center;background-repeat:no-repeat;background-size:cover;isolation:isolate;box-sizing:border-box}.profile-page .profile-hero-card.has-vip-card-background .profile-hero-card__main:before{position:absolute;z-index:-1;top:0;right:0;bottom:0;left:0;background:var(--profile-vip-card-overlay);pointer-events:none;content:""}.profile-page .profile-hero-card.has-vip-card-background .profile-hero-card__avatar{--el-avatar-size: 4rem !important;width:4rem!important;height:4rem!important;border-color:#fffffff0;box-shadow:0 0 0 .125rem #5c7ca53d,0 .4375rem 1.125rem #12274333}.profile-page .profile-hero-card.has-vip-card-background .profile-hero-card__name{color:var(--profile-vip-card-name);text-shadow:0 1px .1875rem rgba(255,255,255,.18)}.profile-page .profile-hero-card.has-vip-card-background .profile-hero-card__bio{color:var(--profile-vip-card-text)}.profile-page .profile-hero-card.has-vip-card-background .profile-hero-card__meta-item{min-height:1.4375rem;padding:0 .4375rem;border:1px solid var(--profile-vip-card-chip-border);border-radius:62.4375rem;background:var(--profile-vip-card-chip);color:var(--profile-vip-card-text);box-sizing:border-box;white-space:nowrap}.profile-page .profile-hero-card.has-vip-card-background .profile-hero-card__meta-item em{color:var(--profile-vip-card-muted)}.profile-page .profile-hero-card.has-vip-card-background .profile-hero-card__role-tag,.profile-page .profile-hero-card.has-vip-card-background .profile-hero-card__role-tag.is-internal,.profile-page .profile-hero-card.has-vip-card-background .profile-hero-card__role-tag.is-partner,.profile-page .profile-hero-card.has-vip-card-background .profile-hero-card__role-tag.is-user{border:1px solid var(--profile-vip-card-chip-border);background:var(--profile-vip-card-chip);color:var(--profile-vip-card-name)}.profile-page .profile-hero-card.is-vip-card-vip2,.profile-page .profile-hero-card.is-vip-card-vip3,.profile-page .profile-hero-card.is-vip-card-black-gold,.profile-page .profile-hero-card.is-vip-card-black-diamond{--profile-vip-card-overlay: linear-gradient(90deg, rgba(4, 12, 30, .48), rgba(4, 12, 30, .22) 58%, rgba(4, 12, 30, .06));--profile-vip-card-name: #f4f8ff;--profile-vip-card-text: rgba(239, 246, 255, .92);--profile-vip-card-muted: rgba(210, 226, 247, .72);--profile-vip-card-chip: rgba(7, 17, 40, .34);--profile-vip-card-chip-border: rgba(224, 236, 255, .16);--profile-vip-card-border: rgba(122, 155, 204, .5);--profile-vip-card-shadow: rgba(8, 23, 48, .3);--profile-vip-card-stats-bg: linear-gradient(135deg, #0e1b32 0%, #162b4d 54%, #10213e 100%);--profile-vip-card-stats-value: #f5f9ff;--profile-vip-card-stats-label: #d5e3f7;--profile-vip-card-stats-divider: rgba(176, 202, 238, .2);--profile-vip-card-stats-active: rgba(210, 228, 252, .08)}.profile-page .profile-hero-card.is-vip-card-vip2,.profile-page .profile-hero-card.is-vip-card-vip3{--profile-vip-card-border: rgba(91, 137, 202, .72);--profile-vip-card-shadow: rgba(32, 91, 174, .3)}.profile-page .profile-hero-card.is-vip-card-gold{--profile-vip-card-name: #724814;--profile-vip-card-text: #6d4d27;--profile-vip-card-muted: #88683f;--profile-vip-card-chip: rgba(255, 250, 232, .46);--profile-vip-card-chip-border: rgba(255, 246, 213, .48);--profile-vip-card-border: rgba(210, 160, 66, .7);--profile-vip-card-shadow: rgba(176, 119, 29, .2);--profile-vip-card-stats-bg: linear-gradient(135deg, #fff2d4 0%, #fffaf0 52%, #f9e6bd 100%);--profile-vip-card-stats-value: #754713;--profile-vip-card-stats-label: #795b31;--profile-vip-card-stats-divider: rgba(169, 113, 28, .2);--profile-vip-card-stats-active: rgba(198, 139, 48, .1)}.profile-page .profile-hero-card.is-vip-card-platinum{--profile-vip-card-name: #303b4b;--profile-vip-card-text: #505d6d;--profile-vip-card-muted: #687585;--profile-vip-card-chip: rgba(255, 255, 255, .4);--profile-vip-card-chip-border: rgba(255, 255, 255, .5);--profile-vip-card-border: rgba(166, 177, 192, .78);--profile-vip-card-shadow: rgba(95, 108, 126, .17);--profile-vip-card-stats-bg: linear-gradient(135deg, #edf0f4 0%, #fafbfc 54%, #e7ebf0 100%);--profile-vip-card-stats-value: #344252;--profile-vip-card-stats-label: #596675;--profile-vip-card-stats-divider: rgba(102, 116, 134, .17);--profile-vip-card-stats-active: rgba(114, 127, 144, .09)}.profile-page .profile-hero-card.is-vip-card-black-gold{--profile-vip-card-border: rgba(194, 147, 74, .68);--profile-vip-card-shadow: rgba(31, 24, 15, .34);--profile-vip-card-stats-bg: linear-gradient(135deg, #171613 0%, #29241d 52%, #1b1814 100%);--profile-vip-card-stats-value: #f3d496;--profile-vip-card-stats-label: #dfceb0;--profile-vip-card-stats-divider: rgba(218, 176, 106, .22);--profile-vip-card-stats-active: rgba(225, 184, 113, .08)}.profile-page .profile-hero-card.is-vip-card-black-diamond{--profile-vip-card-border: rgba(154, 108, 203, .64);--profile-vip-card-shadow: rgba(48, 26, 77, .34);--profile-vip-card-stats-bg: linear-gradient(135deg, #201632 0%, #37224f 52%, #27193c 100%);--profile-vip-card-stats-value: #f4eaff;--profile-vip-card-stats-label: #ddcaef;--profile-vip-card-stats-divider: rgba(204, 167, 239, .22);--profile-vip-card-stats-active: rgba(220, 190, 248, .09)}.profile-page .profile-mobile-actions--quick .profile-mobile-actions__item{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:0;width:auto;min-width:0;min-height:3.5rem;padding:.25rem .1875rem;border-radius:.75rem;font-size:.75rem;font-weight:750}.profile-page .profile-hero-card .profile-mobile-actions--quick{border:0;border-top:1px solid #edf0f5;border-radius:0;background:#fffffff7;box-shadow:none}.profile-page .profile-hero-card.has-vip-card-background .profile-mobile-actions--quick{border-top-color:var(--profile-vip-card-stats-divider);background:var(--profile-vip-card-stats-bg);box-shadow:inset 0 1px #ffffff14}.profile-page .profile-hero-card.has-vip-card-background .profile-mobile-actions__copy strong{color:var(--profile-vip-card-stats-value)}.profile-page .profile-hero-card.has-vip-card-background .profile-mobile-actions__copy span{color:var(--profile-vip-card-stats-label)}.profile-page .profile-hero-card.has-vip-card-background .profile-mobile-actions--quick .profile-mobile-actions__item:not(:last-child):after{background:var(--profile-vip-card-stats-divider)}.profile-page .profile-hero-card.has-vip-card-background .profile-mobile-actions--quick .profile-mobile-actions__item:active{background:var(--profile-vip-card-stats-active)}.profile-page .profile-hero-card.has-vip-card-background .profile-mobile-actions--quick .profile-mobile-actions__item.is-static:active{background:transparent}.profile-page .profile-mobile-actions--quick .profile-mobile-actions__item:not(:last-child):after{position:absolute;top:.75rem;right:0;bottom:.75rem;width:1px;content:"";background:#edf0f5}.profile-page .profile-mobile-actions--quick .profile-mobile-actions__item:active{background:#f5f7fc}.profile-page .profile-mobile-actions--quick .profile-mobile-actions__item.is-static{cursor:default}.profile-page .profile-mobile-actions--quick .profile-mobile-actions__item.is-static:active{background:transparent;transform:none}.profile-page .profile-mobile-actions--quick .profile-mobile-actions__icon{width:2.5rem;height:2.5rem;border-radius:.8125rem;box-shadow:inset 0 0 0 1px #1e325008}.profile-page .profile-mobile-actions__copy{display:flex;min-width:0;flex-direction:column;align-items:center;gap:.1875rem;text-align:center}.profile-page .profile-mobile-actions__copy strong{color:#10254a;font-size:1.125rem;font-weight:850;line-height:1}.profile-page .profile-mobile-actions__copy span{color:#202a3c;font-size:.6875rem;font-weight:750;white-space:nowrap}.profile-page .profile-mobile-menu-card{padding:.625rem .375rem .375rem}.profile-page .profile-mobile-menu-card h2{margin:0 .3125rem .375rem;color:#172033;font-size:.9375rem;font-weight:800;line-height:1.4}.profile-page .profile-mobile-menu-card .profile-mobile-actions{border:0;border-radius:0;box-shadow:none}.profile-page .profile-mobile-actions--trade,.profile-page .profile-mobile-actions--shareholder,.profile-page .profile-mobile-actions--platform{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0}.profile-page .profile-mobile-actions--trade .profile-mobile-actions__item,.profile-page .profile-mobile-actions--shareholder .profile-mobile-actions__item,.profile-page .profile-mobile-actions--platform .profile-mobile-actions__item{width:auto;min-width:0;flex:initial}.profile-page .profile-mobile-actions--shareholder .profile-mobile-actions__item{white-space:nowrap}.profile-page .profile-mobile-actions__item{position:relative;display:flex;flex:0 0 3.75rem;width:3.75rem;min-width:3.75rem;min-height:4.125rem;padding:.3125rem .1875rem;border:0;background:transparent;color:#31394a;flex-direction:column;align-items:center;justify-content:center;gap:.3125rem;font:inherit;font-size:.6875rem;font-weight:650;line-height:1.2;cursor:pointer;-webkit-tap-highlight-color:transparent}.profile-page .profile-mobile-actions__item:active{border-radius:.75rem;background:#f5f7fb;transform:scale(.98)}.profile-page .profile-mobile-actions__icon{display:inline-flex;width:2.25rem;height:2.25rem;border-radius:.6875rem;align-items:center;justify-content:center;color:#4f6bdc;background:#edf1ff;font-size:1.1875rem}.profile-page .profile-mobile-actions__icon.is-purple{color:#7953c7;background:#f2edff}.profile-page .profile-mobile-actions__icon.is-blue{color:#3183c8;background:#eaf5ff}.profile-page .profile-mobile-actions__icon.is-red{color:#d95b64;background:#fff0f1}.profile-page .profile-mobile-actions__icon.is-amber{color:#c9851d;background:#fff5df}.profile-page .profile-mobile-actions__icon.is-green{color:#2f9a70;background:#e9f8f1}.profile-page .profile-mobile-actions__icon.is-gold{color:#bf7b16;background:#fff3d9}.profile-page .profile-mobile-actions__icon.is-orange{color:#dc7128;background:#fff0e6}.profile-page .profile-hero-card__meta{display:flex;flex-direction:column;align-items:flex-start}.profile-page .profile-hero-card__meta-item{width:fit-content}.profile-page .profile-uid-draw-btn{display:inline-flex;margin-left:.5rem;padding:0;align-items:center;gap:.125rem;border:0;background:transparent;color:#1769d1;font:inherit;font-size:.75rem;font-weight:700;white-space:nowrap}.profile-page .profile-mobile-logout-btn{display:flex;width:calc(100% - 2rem);min-height:3.25rem;margin:1.5rem 1rem 1.875rem;border:1px solid #efb8be;border-radius:1.125rem;background:linear-gradient(135deg,#fff7f7,#fff0f1);color:#d94b58;align-items:center;justify-content:center;font:inherit;font-size:1rem;font-weight:800;letter-spacing:.7px;box-shadow:0 .5rem 1.125rem #d247531c,inset 0 1px #ffffffeb;cursor:pointer;transition:border-color .18s ease,background-color .18s ease,color .18s ease,box-shadow .18s ease,transform .18s ease;-webkit-tap-highlight-color:transparent}.profile-page .profile-mobile-logout-btn:active{border-color:#e5858f;background:linear-gradient(135deg,#ffeff0,#ffe1e4);color:#c83a48;box-shadow:0 .25rem .625rem #d2475321,inset 0 1px #ffffffbf;transform:scale(.975)}.profile-page .uid-draw-modal.el-dialog{max-width:23.75rem;overflow:hidden;border:1px solid rgba(113,166,234,.32);border-radius:1.125rem;box-shadow:0 1.25rem 3.375rem #153e7347}.profile-page .uid-draw-modal .el-dialog__header{margin:0;padding:1rem 2.875rem .75rem;border-bottom:1px solid #e8f0fa;background:linear-gradient(135deg,#f6fbff,#fff 65%,#f6f9ff)}.profile-page .uid-draw-modal .el-dialog__title{color:#203653;font-size:1.0625rem;font-weight:850;letter-spacing:.4px}.profile-page .uid-draw-modal .el-dialog__headerbtn{top:.75rem;right:.75rem;width:1.75rem;height:1.75rem;border-radius:50%}.profile-page .uid-draw-modal .el-dialog__body{padding:1.25rem 1.25rem .375rem}.profile-page .uid-draw-dialog{text-align:center}.profile-page .uid-draw-dialog__mode-switch{display:grid;grid-template-columns:1fr 1fr;gap:.3125rem;margin:0 0 .875rem;padding:.25rem;border-radius:.6875rem;background:#eef5fc}.profile-page .uid-draw-dialog__single-mode{margin:0 0 .875rem;color:#216ec3;font-size:.8125rem;font-weight:800}.profile-page .uid-draw-dialog__mode-switch button{min-height:2rem;border:0;border-radius:.5rem;color:#71829a;background:transparent;font-size:.75rem;font-weight:750;cursor:pointer}.profile-page .uid-draw-dialog__mode-switch button.is-active{color:#216ec3;background:#fff;box-shadow:0 .1875rem .625rem #2a64a41f}.profile-page .uid-draw-dialog__mode-switch button:disabled{cursor:not-allowed;opacity:.62}.profile-page .uid-draw-dialog__mode-switch small{display:block;margin-top:1px;font-size:.5rem;font-weight:600}.profile-page .uid-custom-panel{padding:.125rem 0 .1875rem}.profile-page .uid-custom-panel__input :deep(.el-input__wrapper){min-height:3.0625rem;border-radius:.75rem;box-shadow:0 0 0 1px #bcd8fb inset}.profile-page .uid-custom-panel__input :deep(input){color:#206ec7;font-size:1.6875rem;font-weight:850;letter-spacing:.1875rem;text-align:center}.profile-page .uid-custom-panel__rule{margin:.5625rem 0 0;color:#8795a8;font-size:.625rem}.profile-page .uid-custom-panel__error{margin:.375rem 0 0;color:#e05252;font-size:.6875rem}.profile-page .uid-draw-dialog__eyebrow{display:inline-block;color:#5d8dcc;font-size:.5625rem;font-weight:800;letter-spacing:1.4px}.profile-page .uid-draw-dialog__hint{margin:.375rem 0 .9375rem;color:#72829a;font-size:.75rem}.profile-page .uid-draw-dialog__slot{position:relative;padding:.125rem;overflow:hidden;border-radius:.875rem;background:linear-gradient(120deg,#bcd8fb,#6ea9ec,#cce6ff);box-shadow:0 .5rem 1.25rem #2d75c624}.profile-page .uid-draw-dialog__slot:before{position:absolute;top:0;left:-45%;width:35%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.78),transparent);content:"";transform:skew(-18deg)}.profile-page .uid-draw-dialog__slot.is-running:before{animation:uid-draw-shine .55s linear infinite}.profile-page .uid-draw-dialog__number{padding:.875rem .625rem;border-radius:.75rem;color:#206ec7;background:linear-gradient(180deg,#fafdff,#eff7ff);font-size:2.375rem;font-weight:900;letter-spacing:.25rem;line-height:1;font-variant-numeric:tabular-nums}.profile-page .uid-draw-dialog__slot.is-running .uid-draw-dialog__number{color:#e58b18;text-shadow:0 0 .9375rem rgba(238,157,45,.22)}.profile-page .uid-draw-dialog__slot.is-complete{background:linear-gradient(120deg,#f4cd75,#e8a93c,#ffe9ae)}.profile-page .uid-draw-dialog__slot.is-complete .uid-draw-dialog__number{color:#ba7412;background:linear-gradient(180deg,#fffdf7,#fff4d7)}.profile-page .uid-draw-dialog__status{margin:.75rem 0 0;color:#8795a8;font-size:.75rem}.profile-page .uid-draw-dialog__draw-btn{grid-column:1/-1;width:100%;margin-left:0!important}.profile-page .uid-draw-modal .el-dialog__footer{display:grid;grid-template-columns:1fr 1.35fr;gap:.5625rem;padding:1.0625rem 1.25rem calc(1.125rem + env(safe-area-inset-bottom,0px))}.profile-page .uid-draw-modal .el-dialog__footer .el-button{width:100%;height:2.375rem;margin:0;border-radius:.625rem;font-weight:750}.profile-page .uid-draw-modal .el-dialog__footer .el-button--primary{border:0;background:linear-gradient(135deg,#52a5ff,#2475d5);box-shadow:0 .4375rem .875rem #2673d338}@keyframes uid-draw-shine{to{left:125%}}}@media (min-width: 769px){.profile-page>.container{width:100%;max-width:1370px;padding-left:38px;padding-right:38px}.profile-page .profile-sidebar{display:flex;flex-direction:column;gap:16px}.profile-page .profile-content{min-height:600px}.profile-page .profile-uid-draw-btn{display:inline-flex;margin-left:10px;padding:0;align-items:center;gap:2px;border:0;background:transparent;color:#1769d1;font:inherit;font-weight:700;cursor:pointer}.profile-page .uid-draw-modal.el-dialog{overflow:hidden;border:1px solid rgba(113,166,234,.32);border-radius:20px;box-shadow:0 24px 70px #153e7347}.profile-page .uid-draw-modal .el-dialog__header{margin:0;padding:19px 50px 14px;border-bottom:1px solid #e8f0fa;background:linear-gradient(135deg,#f6fbff,#fff 65%,#f6f9ff)}.profile-page .uid-draw-modal .el-dialog__title{color:#203653;font-size:18px;font-weight:850;letter-spacing:.5px}.profile-page .uid-draw-modal .el-dialog__headerbtn{top:15px;right:15px;width:30px;height:30px;border-radius:50%}.profile-page .uid-draw-modal .el-dialog__headerbtn:hover{background:#eaf3ff}.profile-page .uid-draw-modal .el-dialog__body{padding:23px 28px 8px}.profile-page .uid-draw-dialog{text-align:center}.profile-page .uid-draw-dialog__mode-switch{display:grid;grid-template-columns:1fr 1fr;gap:6px;margin:0 0 16px;padding:4px;border-radius:11px;background:#eef5fc}.profile-page .uid-draw-dialog__single-mode{margin:0 0 16px;color:#216ec3;font-size:14px;font-weight:800}.profile-page .uid-draw-dialog__mode-switch button{min-height:34px;border:0;border-radius:8px;color:#71829a;background:transparent;font-size:13px;font-weight:750;cursor:pointer}.profile-page .uid-draw-dialog__mode-switch button.is-active{color:#216ec3;background:#fff;box-shadow:0 3px 10px #2a64a41f}.profile-page .uid-draw-dialog__mode-switch button:disabled{cursor:not-allowed;opacity:.62}.profile-page .uid-draw-dialog__mode-switch small{display:block;margin-top:2px;font-size:9px;font-weight:600}.profile-page .uid-custom-panel{padding:3px 0 4px}.profile-page .uid-custom-panel__input :deep(.el-input__wrapper){min-height:54px;border-radius:13px;box-shadow:0 0 0 1px #bcd8fb inset}.profile-page .uid-custom-panel__input :deep(input){color:#206ec7;font-size:30px;font-weight:850;letter-spacing:4px;text-align:center}.profile-page .uid-custom-panel__rule{margin:10px 0 0;color:#8795a8;font-size:11px}.profile-page .uid-custom-panel__error{margin:7px 0 0;color:#e05252;font-size:12px}.profile-page .uid-draw-dialog__eyebrow{display:inline-block;color:#5d8dcc;font-size:10px;font-weight:800;letter-spacing:1.6px}.profile-page .uid-draw-dialog__hint{margin:7px 0 18px;color:#72829a;font-size:13px}.profile-page .uid-draw-dialog__slot{position:relative;padding:2px;overflow:hidden;border-radius:15px;background:linear-gradient(120deg,#bcd8fb,#6ea9ec,#cce6ff);box-shadow:0 10px 25px #2d75c624}.profile-page .uid-draw-dialog__slot:before{position:absolute;top:0;left:-45%;width:35%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.78),transparent);content:"";transform:skew(-18deg)}.profile-page .uid-draw-dialog__slot.is-running:before{animation:uid-draw-shine .55s linear infinite}.profile-page .uid-draw-dialog__number{padding:15px 12px;border-radius:13px;color:#206ec7;background:linear-gradient(180deg,#fafdff,#eff7ff);font-size:44px;font-weight:900;letter-spacing:5px;line-height:1;font-variant-numeric:tabular-nums}.profile-page .uid-draw-dialog__slot.is-running .uid-draw-dialog__number{color:#e58b18;text-shadow:0 0 16px rgba(238,157,45,.22)}.profile-page .uid-draw-dialog__slot.is-complete{background:linear-gradient(120deg,#f4cd75,#e8a93c,#ffe9ae)}.profile-page .uid-draw-dialog__slot.is-complete .uid-draw-dialog__number{color:#ba7412;background:linear-gradient(180deg,#fffdf7,#fff4d7)}.profile-page .uid-draw-dialog__status{margin:13px 0 0;color:#8795a8;font-size:12px}.profile-page .uid-draw-dialog__draw-btn{grid-column:1/-1;width:100%;margin-left:0!important}.profile-page .uid-draw-modal .el-dialog__footer{display:grid;grid-template-columns:1fr 1.35fr;gap:10px;padding:20px 28px 24px}.profile-page .uid-draw-modal .el-dialog__footer .el-button{width:100%;height:40px;margin:0;border-radius:10px;font-weight:750}.profile-page .uid-draw-modal .el-dialog__footer .el-button--primary{border:0;background:linear-gradient(135deg,#52a5ff,#2475d5);box-shadow:0 8px 16px #2673d338}@keyframes uid-draw-shine{to{left:125%}}}@media (max-width: 768px){.profile-page .panel{position:relative;border-radius:1.125rem;overflow:hidden}.profile-page .bg{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#f9c022,#ffc10000)}.profile-page .content{position:relative;padding:1.375rem 1.125rem 1.125rem}.profile-page .title{font-size:1.375rem;font-weight:900;color:#101010;margin-bottom:.5rem}.profile-page .subtitle{font-size:.875rem;font-weight:700;color:#111827a6;margin-bottom:1.125rem}.profile-page .list{display:flex;flex-direction:column;gap:.875rem}.profile-page .item{display:flex;align-items:center;gap:.875rem;padding:1rem;border-radius:1rem;background:#ffffffeb;border:1px solid rgba(0,0,0,.06);cursor:pointer;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease,background .22s ease;box-shadow:0 .625rem 1.625rem #1118270a}.profile-page .item:hover{transform:translateY(-.1875rem);border-color:#cbd5e1;background:#fff;box-shadow:0 1.125rem 2.375rem #1118271a}.profile-page .icon{width:4rem;height:4rem;border-radius:.875rem;object-fit:cover;background:#fff;border:1px solid rgba(0,0,0,.06);flex:0 0 auto}.profile-page .main{flex:1;min-width:0}.profile-page .name{font-size:1rem;font-weight:900;color:#101010;margin-bottom:.375rem}.profile-page .desc{font-size:.875rem;color:#11182799;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-page .arrow{width:2.25rem;height:2.25rem;border-radius:62.4375rem;border:1px solid rgba(0,0,0,.06);background:#fff;display:flex;align-items:center;justify-content:center;color:#1118278c;flex:0 0 auto}.profile-page .item:hover .arrow{color:#111827e6;border-color:#cbd5e1}.profile-page .item-fade-enter-active,.profile-page .item-fade-leave-active{transition:opacity .22s ease,transform .22s ease}.profile-page .item-fade-enter-from,.profile-page .item-fade-leave-to{opacity:0;transform:translateY(.625rem)}.profile-page .publish-center-page{padding:1.25rem 0}.profile-page .page-header{padding:1rem 0;border-bottom:1px solid var(--border-color);margin-bottom:1rem}.profile-page .page-header .header-left{display:flex;align-items:center;gap:.75rem}.profile-page .page-header h2{font-size:1.25rem;font-weight:900;color:var(--text-primary)}.profile-page .wrap{max-width:53.75rem;margin:0 auto}}@media (min-width: 769px){.profile-page .panel{position:relative;border-radius:18px;overflow:hidden}.profile-page .bg{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#f9c022,#ffc10000)}.profile-page .content{position:relative;padding:22px 18px 18px}.profile-page .title{font-size:22px;font-weight:900;color:#101010;margin-bottom:8px}.profile-page .subtitle{font-size:14px;font-weight:700;color:#111827a6;margin-bottom:18px}.profile-page .list{display:flex;flex-direction:column;gap:14px}.profile-page .item{display:flex;align-items:center;gap:14px;padding:16px;border-radius:16px;background:#ffffffeb;border:1px solid rgba(0,0,0,.06);cursor:pointer;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease,background .22s ease;box-shadow:0 10px 26px #1118270a}.profile-page .item:hover{transform:translateY(-3px);border-color:#cbd5e1;background:#fff;box-shadow:0 18px 38px #1118271a}.profile-page .icon{width:64px;height:64px;border-radius:14px;object-fit:cover;background:#fff;border:1px solid rgba(0,0,0,.06);flex:0 0 auto}.profile-page .main{flex:1;min-width:0}.profile-page .name{font-size:16px;font-weight:900;color:#101010;margin-bottom:6px}.profile-page .desc{font-size:14px;color:#11182799;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-page .arrow{width:36px;height:36px;border-radius:999px;border:1px solid rgba(0,0,0,.06);background:#fff;display:flex;align-items:center;justify-content:center;color:#1118278c;flex:0 0 auto}.profile-page .item:hover .arrow{color:#111827e6;border-color:#cbd5e1}.profile-page .item-fade-enter-active,.profile-page .item-fade-leave-active{transition:opacity .22s ease,transform .22s ease}.profile-page .item-fade-enter-from,.profile-page .item-fade-leave-to{opacity:0;transform:translateY(10px)}.profile-page .publish-center-page{padding:20px 0}.profile-page .page-header{padding:16px 0;border-bottom:1px solid var(--border-color);margin-bottom:16px}.profile-page .page-header .header-left{display:flex;align-items:center;gap:12px}.profile-page .page-header h2{font-size:20px;font-weight:900;color:var(--text-primary)}.profile-page .wrap{max-width:860px;margin:0 auto}}@media (max-width: 768px){.profile-page .publish-post-page{padding:1.25rem 0}.profile-page .page-header{padding:1rem 0;border-bottom:1px solid var(--border-color);margin-bottom:1rem;display:flex;align-items:center;justify-content:space-between;gap:.75rem}.profile-page .page-header .header-left{display:flex;align-items:center;gap:.75rem}.profile-page .page-header h2{font-size:1.25rem;font-weight:900;color:var(--text-primary)}.profile-page .wrap{max-width:53.75rem;margin:0 auto;padding-bottom:1.5rem}.profile-page .label{font-size:.875rem;font-weight:900;color:var(--text-primary);margin-bottom:.625rem}.profile-page .topic-card{background:#f7f9fc;border-radius:1rem;padding:1rem;margin:0 auto 1rem;border:1px solid rgba(0,0,0,.06);cursor:pointer;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.profile-page .topic-card:hover{transform:translateY(-.125rem);border-color:#cbd5e1;box-shadow:0 .875rem 1.75rem #11182714;background:#fff}.profile-page .topic-title{display:flex;align-items:center;justify-content:space-between}.profile-page .topic-title .label{margin-bottom:0;font-size:1rem}.profile-page .topic-title .arrow{width:2.125rem;height:2.125rem;border-radius:62.4375rem;border:1px solid rgba(0,0,0,.06);background:#fff;display:flex;align-items:center;justify-content:center}.profile-page .topic-selected{margin-top:.875rem;display:flex;align-items:center;gap:.75rem}.profile-page .topic-img{width:2.75rem;height:2.75rem;border-radius:.75rem;object-fit:cover;border:1px solid rgba(0,0,0,.06);background:#fff;flex:0 0 auto}.profile-page .topic-meta{min-width:0}.profile-page .topic-name{font-size:.875rem;font-weight:900;color:#111827;margin-bottom:.25rem}.profile-page .topic-count{font-size:.75rem;color:#9ca3af;font-weight:700}.profile-page .card{background:#fff;border:1px solid var(--border-color);border-radius:var(--border-radius-lg);padding:1rem;transition:transform .22s ease,box-shadow .22s ease;box-shadow:0 .625rem 1.5rem #1118270f;margin-bottom:1rem}.profile-page .card:hover{transform:translateY(-.125rem);box-shadow:0 1rem 2.125rem #1118271a}.profile-page .label-row{display:flex;justify-content:space-between;align-items:baseline;gap:.75rem;margin-bottom:.75rem}.profile-page .hint{font-size:.75rem;color:var(--text-muted);font-weight:700}.profile-page .images-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.75rem}.profile-page .img-item{position:relative;border-radius:.875rem;overflow:hidden;border:1px solid rgba(0,0,0,.06);background:#f5f7fa}.profile-page .img{width:100%;height:7.5rem;display:block}.profile-page .remove{position:absolute;right:.5rem;top:.5rem;width:1.625rem;height:1.625rem;border-radius:62.4375rem;border:none;background:#11182799;color:#fff;font-size:1.125rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .18s ease,background .18s ease}.profile-page .remove:hover{transform:scale(1.06);background:#111827c7}.profile-page .add{height:7.5rem;border-radius:.875rem;border:1px dashed rgba(17,24,39,.2);background:#fff;cursor:pointer;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.375rem;font-weight:800;color:#111827b8}.profile-page .add:hover{transform:translateY(-.125rem);border-color:#6366f1b3;box-shadow:0 .875rem 1.625rem #6366f129}.profile-page .add:disabled{opacity:.6;cursor:not-allowed}.profile-page .plus{width:2.625rem;height:2.625rem;border-radius:62.4375rem;border:1px solid rgba(0,0,0,.06);display:flex;align-items:center;justify-content:center;font-size:1.375rem;background:#f7f9fc}.profile-page .txt{font-size:.75rem}.profile-page .tips{font-size:.75rem;color:#7c4a03;font-weight:800;background:#fff8df;border:1px solid #ffe8a3;border-radius:.75rem;padding:.625rem .75rem;max-width:53.75rem;margin:0 auto}.profile-page .actions{display:flex;justify-content:center;gap:.875rem;padding:1rem 0 .5rem}.profile-page .submit-btn{width:10rem;height:2.5rem;border-radius:1rem;font-weight:900;box-shadow:0 .75rem 1.375rem #667eea2e}.profile-page .reset-btn{width:10rem;height:2.5rem;border-radius:1rem;font-weight:900}.profile-page .topic-dialog .el-dialog{border-radius:1.125rem;overflow:hidden}.profile-page .topic-list{max-height:60vh;overflow:auto;padding:.25rem .25rem 0}.profile-page .topic-row{display:flex;align-items:center;gap:.75rem;padding:.75rem;border-radius:1rem;border:1px solid rgba(0,0,0,.06);background:#fff;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;margin-bottom:.75rem}.profile-page .topic-row:hover{transform:translateY(-.125rem);border-color:#cbd5e1;box-shadow:0 .75rem 1.375rem #11182714}.profile-page .topic-row.active{border-color:#6366f199;box-shadow:0 .875rem 1.625rem #6366f129}.profile-page .more{padding:.5rem 0 .75rem;display:flex;justify-content:center}.profile-page .no-more{font-size:.75rem;color:#9ca3af;font-weight:700;padding:.5rem 0 .75rem;text-align:center}.profile-page .images-grid{grid-template-columns:repeat(3,1fr)}.profile-page .img,.profile-page .add{height:6.25rem}}@media (min-width: 769px){.profile-page .publish-post-page{padding:20px 0}.profile-page .page-header{padding:16px 0;border-bottom:1px solid var(--border-color);margin-bottom:16px;display:flex;align-items:center;justify-content:space-between;gap:12px}.profile-page .page-header .header-left{display:flex;align-items:center;gap:12px}.profile-page .page-header h2{font-size:20px;font-weight:900;color:var(--text-primary)}.profile-page .wrap{max-width:860px;margin:0 auto;padding-bottom:24px}.profile-page .label{font-size:14px;font-weight:900;color:var(--text-primary);margin-bottom:10px}.profile-page .topic-card{background:#f7f9fc;border-radius:16px;padding:16px;margin:0 auto 16px;border:1px solid rgba(0,0,0,.06);cursor:pointer;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.profile-page .topic-card:hover{transform:translateY(-2px);border-color:#cbd5e1;box-shadow:0 14px 28px #11182714;background:#fff}.profile-page .topic-title{display:flex;align-items:center;justify-content:space-between}.profile-page .topic-title .label{margin-bottom:0;font-size:16px}.profile-page .topic-title .arrow{width:34px;height:34px;border-radius:999px;border:1px solid rgba(0,0,0,.06);background:#fff;display:flex;align-items:center;justify-content:center}.profile-page .topic-selected{margin-top:14px;display:flex;align-items:center;gap:12px}.profile-page .topic-img{width:44px;height:44px;border-radius:12px;object-fit:cover;border:1px solid rgba(0,0,0,.06);background:#fff;flex:0 0 auto}.profile-page .topic-meta{min-width:0}.profile-page .topic-name{font-size:14px;font-weight:900;color:#111827;margin-bottom:4px}.profile-page .topic-count{font-size:12px;color:#9ca3af;font-weight:700}.profile-page .card{background:#fff;border:1px solid var(--border-color);border-radius:var(--border-radius-lg);padding:16px;transition:transform .22s ease,box-shadow .22s ease;box-shadow:0 10px 24px #1118270f;margin-bottom:16px}.profile-page .card:hover{transform:translateY(-2px);box-shadow:0 16px 34px #1118271a}.profile-page .label-row{display:flex;justify-content:space-between;align-items:baseline;gap:12px;margin-bottom:12px}.profile-page .hint{font-size:12px;color:var(--text-muted);font-weight:700}.profile-page .images-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.profile-page .img-item{position:relative;border-radius:14px;overflow:hidden;border:1px solid rgba(0,0,0,.06);background:#f5f7fa}.profile-page .img{width:100%;height:120px;display:block}.profile-page .remove{position:absolute;right:8px;top:8px;width:26px;height:26px;border-radius:999px;border:none;background:#11182799;color:#fff;font-size:18px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .18s ease,background .18s ease}.profile-page .remove:hover{transform:scale(1.06);background:#111827c7}.profile-page .add{height:120px;border-radius:14px;border:1px dashed rgba(17,24,39,.2);background:#fff;cursor:pointer;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;font-weight:800;color:#111827b8}.profile-page .add:hover{transform:translateY(-2px);border-color:#6366f1b3;box-shadow:0 14px 26px #6366f129}.profile-page .add:disabled{opacity:.6;cursor:not-allowed}.profile-page .plus{width:42px;height:42px;border-radius:999px;border:1px solid rgba(0,0,0,.06);display:flex;align-items:center;justify-content:center;font-size:22px;background:#f7f9fc}.profile-page .txt{font-size:12px}.profile-page .tips{font-size:12px;color:#7c4a03;font-weight:800;background:#fff8df;border:1px solid #ffe8a3;border-radius:12px;padding:10px 12px;max-width:860px;margin:0 auto}.profile-page .actions{display:flex;justify-content:center;gap:14px;padding:16px 0 8px}.profile-page .submit-btn{width:160px;height:40px;border-radius:16px;font-weight:900;box-shadow:0 12px 22px #667eea2e}.profile-page .reset-btn{width:160px;height:40px;border-radius:16px;font-weight:900}.profile-page .topic-dialog .el-dialog{border-radius:18px;overflow:hidden}.profile-page .topic-list{max-height:60vh;overflow:auto;padding:4px 4px 0}.profile-page .topic-row{display:flex;align-items:center;gap:12px;padding:12px;border-radius:16px;border:1px solid rgba(0,0,0,.06);background:#fff;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;margin-bottom:12px}.profile-page .topic-row:hover{transform:translateY(-2px);border-color:#cbd5e1;box-shadow:0 12px 22px #11182714}.profile-page .topic-row.active{border-color:#6366f199;box-shadow:0 14px 26px #6366f129}.profile-page .more{padding:8px 0 12px;display:flex;justify-content:center}.profile-page .no-more{font-size:12px;color:#9ca3af;font-weight:700;padding:8px 0 12px;text-align:center}}@media (max-width: 768px){.profile-page .security-settings-page{padding:.5rem 0 3.25rem;color:var(--text-primary)}.profile-page .security-page-header{padding:1.5rem 0;margin-bottom:1rem;border-bottom:1px solid var(--border-color)}.profile-page .security-page-header h2{font-size:1.5rem;font-weight:900;color:var(--text-primary);margin-bottom:.5rem}.profile-page .security-page-header p{font-size:.875rem;color:var(--text-secondary)}.profile-page .security-page-container{width:100%;max-width:none;padding:0!important;box-sizing:border-box;margin:0 auto}.profile-page .security-overview{position:relative;display:flex;align-items:center;justify-content:space-between;gap:1.75rem;min-height:7.625rem;box-sizing:border-box;padding:1.625rem 1.875rem;margin-bottom:1.75rem;overflow:hidden;border-radius:1rem;color:#fff;background:radial-gradient(circle at 86% 8%,rgba(250,204,21,.28),transparent 31%),linear-gradient(125deg,#0d2444,#173e6b);box-shadow:0 1rem 2rem #0f274433}.profile-page .security-overview__eyebrow{display:block;margin-bottom:.3125rem;color:#a9c7ee;font-size:.75rem;font-weight:800;letter-spacing:1.2px}.profile-page .security-overview h2{margin:0;color:#fff;font-size:1.5625rem;line-height:1.25;font-weight:900}.profile-page .security-overview p{margin:.5rem 0 0;color:#d6e5f8;font-size:.8125rem}.profile-page .security-overview__status{position:relative;z-index:1;flex:0 0 auto;min-width:6rem;padding:.75rem 1rem;border:1px solid rgba(255,255,255,.2);border-radius:.75rem;background:#ffffff1a;text-align:center}.profile-page .security-overview__status span,.profile-page .security-overview__status strong{display:block}.profile-page .security-overview__status span{margin-bottom:.1875rem;color:#d4e5f8;font-size:.6875rem}.profile-page .security-overview__status strong{color:#ffe18b;font-size:.9375rem}.profile-page .security-section-title{font-size:1.125rem;font-weight:900;color:var(--text-primary);margin-bottom:.875rem;letter-spacing:.2px}.profile-page .security-section-title--with-line{display:flex;align-items:center;gap:.625rem;margin-bottom:.875rem}.profile-page .security-section-title--with-line:before{width:.25rem;height:1.125rem;border-radius:6.1875rem;background:#1677ff;content:""}.profile-page .security-section-header{display:flex;justify-content:space-between;align-items:baseline;gap:.75rem;margin:1.875rem 0 .875rem}.profile-page .security-auth-status{font-size:.875rem;font-weight:800}.profile-page .security-status{padding:.375rem .625rem;border-radius:62.4375rem;display:inline-flex;align-items:center;border:1px solid rgba(0,0,0,.06);background:#fff}.profile-page .security-status--pending{color:#f59e0b;border-color:#f59e0b40;background:#f59e0b14}.profile-page .security-status--rejected{color:#ef4444;border-color:#ef444440;background:#ef444414;cursor:pointer}.profile-page .security-status--passed{color:#10b981;border-color:#10b98140;background:#10b98114}.profile-page .security-card{background:#fff;border:1px solid var(--border-color);border-radius:.75rem;padding:1.25rem;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;box-shadow:0 .625rem 1.5rem #1118270f;margin-bottom:1.125rem}.profile-page .security-card:hover{transform:translateY(-.125rem);border-color:#cbd5e1;box-shadow:0 1rem 2.125rem #1118271a}.profile-page .security-avatar-card{display:grid;grid-template-columns:auto minmax(0,1fr);grid-template-rows:auto auto;min-height:0;padding:0;align-items:center;gap:1.125rem;-webkit-user-select:none;user-select:none}.profile-page .security-avatar-card>div:first-child,.profile-page .security-avatar-card__copy{padding-top:1.125rem;padding-bottom:1.125rem}.profile-page .security-avatar-card>div:first-child{padding-left:1.25rem}.profile-page .security-avatar-card__copy{display:flex;flex-direction:column;gap:.4375rem}.profile-page .security-avatar-card__copy strong{color:#102b4b;font-size:1rem}.profile-page .security-avatar-card__copy span{color:#8794a6;font-size:.8125rem}.profile-page .security-avatar-wrap{width:6rem;height:6rem;border-radius:50%;overflow:hidden;position:relative}.profile-page .security-avatar-wrap .el-avatar{width:100%;height:100%;border:.1875rem solid #fff;box-shadow:0 .5rem 1.25rem #0f274424}.profile-page .security-avatar-mask{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000061;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .18s ease;z-index:2}.profile-page .security-avatar-wrap:hover .security-avatar-mask,.profile-page .security-avatar-wrap.uploading .security-avatar-mask{opacity:1}.profile-page .security-avatar-tip{width:4.5rem;font-size:.875rem;line-height:1.3;font-weight:800;color:#fff;text-align:center}.profile-page .security-form-row{display:flex;align-items:center;justify-content:space-between;gap:1.125rem;padding:.875rem 0;border-bottom:1px solid rgba(0,0,0,.06)}.profile-page .security-form-row:first-child{padding-top:.25rem}.profile-page .security-form-row:last-child{border-bottom:none;padding-bottom:.25rem}.profile-page .security-label{font-size:.875rem;font-weight:900;color:var(--text-secondary);flex:0 0 auto;min-width:4.25rem}.profile-page .security-label--block{color:var(--text-primary);margin-bottom:.625rem}.profile-page .security-value{flex:1}.profile-page .security-value .el-input__wrapper{min-height:2.5rem;border-radius:.5rem;box-shadow:0 0 0 1px #dfe6ef inset}.profile-page .security-value .el-input.is-disabled .el-input__wrapper{background:#f4f7fb;color:#94a3b8}.profile-page .security-profile-fields-card{grid-column:1/-1;width:100%;box-sizing:border-box;padding:0 1.25rem .5rem;border-top:1px solid #edf1f6}.profile-page .security-password-card{border-color:#dbe8f7;background:linear-gradient(110deg,#f7fbff,#fff 72%)}.profile-page .security-password-card .security-pwd-action-btn{padding:0 1.125rem;background:#12355c;border-color:#12355c}.profile-page .security-password-card .security-pwd-action-btn:hover,.profile-page .security-password-card .security-pwd-action-btn:focus{background:#1c4b7e;border-color:#1c4b7e}.profile-page .security-bio-card{padding-top:1.125rem}.profile-page .security-bio-card .el-textarea__inner{min-height:7.875rem!important;border-radius:.5625rem;box-shadow:0 0 0 1px #dfe6ef inset}.profile-page .security-verification-card{padding:.5rem 1.25rem}.profile-page .security-bio-hint{margin-top:.625rem;font-size:.75rem;color:var(--text-muted);font-weight:700;text-align:right}.profile-page .security-no-auth{padding:.375rem 0;text-align:center}.profile-page .security-no-auth-text{font-size:.875rem;color:var(--text-primary);font-weight:800;margin-bottom:.75rem}.profile-page .security-go-auth{width:10rem;height:2.5rem;border-radius:1rem;font-weight:900}.profile-page .security-actions{display:flex;justify-content:center;padding:.5rem 0 .125rem}.profile-page .security-submit-btn{width:13.75rem;height:2.75rem;border-radius:.75rem;font-weight:900;box-shadow:0 .75rem 1.375rem #667eea2e;transition:transform .2s ease,box-shadow .2s ease}.profile-page .security-submit-btn:hover{transform:translateY(-1px);box-shadow:0 1.125rem 1.875rem #667eea42}.profile-page .security-password-summary{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:2.75rem;padding:.125rem 0}.profile-page .security-password-status{display:flex;align-items:center;gap:.625rem}.profile-page .security-status-icon{display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border-radius:.625rem;background:#e6f1ff;font-size:1.1875rem}.profile-page .security-status-text{font-size:.875rem;color:var(--text-secondary);font-weight:700}.profile-page .security-pwd-action-btn{height:2.5rem;border-radius:.625rem;font-weight:800;flex-shrink:0}.profile-page .security-password-actions{display:flex;justify-content:flex-end;gap:.75rem;padding:.75rem 0 .25rem}.profile-page .security-pwd-cancel-btn{height:2.25rem;border-radius:.75rem;font-weight:800}.profile-page .security-pwd-save-btn{height:2.25rem;border-radius:.75rem;font-weight:800;min-width:6.25rem}.profile-page .security-danger-zone{margin-top:2.375rem;padding-top:1.625rem;border-top:1px dashed rgba(239,68,68,.38)}.profile-page .security-danger-header{margin-bottom:1rem}.profile-page .security-danger-title{font-size:1.125rem;font-weight:900;color:#ef4444;margin-bottom:.375rem}.profile-page .security-danger-desc{font-size:.8125rem;color:var(--text-muted);font-weight:600}.profile-page .security-danger-card{background:linear-gradient(90deg,#fff7f7,#fff 68%);border:1px solid rgba(239,68,68,.2);border-radius:.75rem;padding:1.125rem 1.25rem;box-shadow:0 .625rem 1.5rem #ef44440f}.profile-page .security-danger-content{display:flex;align-items:center;justify-content:space-between;gap:1rem}.profile-page .security-danger-info{flex:1}.profile-page .security-danger-label{font-size:.9375rem;font-weight:900;color:#ef4444;margin-bottom:.25rem}.profile-page .security-danger-text{font-size:.8125rem;color:var(--text-secondary);font-weight:600}.profile-page .security-danger-btn{height:2.5rem;border-radius:.625rem;font-weight:900;padding:0 1.5rem;flex-shrink:0;background:#ef4444;border-color:#ef4444;transition:transform .2s ease,box-shadow .2s ease}.profile-page .security-danger-btn:hover{transform:translateY(-1px);box-shadow:0 .75rem 1.25rem #ef444440}.profile-page .security-settings-page{padding:.75rem 0 2.25rem}.profile-page .security-page-container{width:100%;max-width:none;padding:0!important}.profile-page .security-overview{align-items:flex-start;flex-direction:column;gap:1rem;min-height:0;padding:1.375rem 1.25rem;margin-bottom:1.5rem}.profile-page .security-overview h2{font-size:1.375rem}.profile-page .security-overview__status{min-width:0;width:100%;box-sizing:border-box;text-align:left}.profile-page .security-overview__status span,.profile-page .security-overview__status strong{display:inline}.profile-page .security-overview__status span{margin:0 .625rem 0 0}.profile-page .security-card{padding:1rem;margin-bottom:.875rem}.profile-page .security-avatar-card{min-height:0;grid-template-columns:auto minmax(0,1fr);gap:.75rem}.profile-page .security-avatar-card>div:first-child{padding-left:1rem}.profile-page .security-avatar-card__copy{padding-right:1rem}.profile-page .security-form-row{align-items:flex-start;gap:.625rem}.profile-page .security-label{min-width:3.875rem;padding-top:.625rem}.profile-page .security-password-summary,.profile-page .security-danger-content{align-items:stretch;flex-direction:column}.profile-page .security-pwd-action-btn,.profile-page .security-submit-btn,.profile-page .security-danger-btn{width:100%}.profile-page .security-danger-zone{margin-top:1.75rem}.profile-page .security-settings-page{padding-bottom:calc(7rem + env(safe-area-inset-bottom,0px))}.profile-page .security-settings-page{min-height:100%;padding:.875rem .625rem calc(6rem + env(safe-area-inset-bottom,0px));background:#f6f9fd;color:#142846;box-sizing:border-box}.profile-page .security-settings-page .security-page-container{display:flex;width:100%;max-width:45rem;margin:0 auto;padding:0!important;flex-direction:column;gap:.75rem}.profile-page .security-settings-page .security-overview{position:relative;display:block;min-height:0;margin:0;padding:1.5rem 1.1875rem;border:0;border-radius:.9375rem;background:#1674e7;box-shadow:0 .5625rem 1.375rem #165bb826}.profile-page .security-settings-page .security-overview__background{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;object-fit:cover;object-position:64% center}.profile-page .security-settings-page .security-overview__copy{position:relative;z-index:1}.profile-page .security-settings-page .security-overview__eyebrow{display:inline-flex;align-items:center;gap:.25rem;margin:0 0 .75rem;padding:.25rem .5625rem;border-radius:6.1875rem;background:#fff3;color:#eef7ff;font-size:.6875rem;font-weight:750;letter-spacing:0}.profile-page .security-settings-page .security-overview h2{margin:0;color:#fff;font-size:1.6875rem;font-weight:900;line-height:1.2}.profile-page .security-settings-page .security-overview p{margin:.625rem 0 1.25rem;color:#f5faffeb;font-size:.875rem;line-height:1.45}.profile-page .security-settings-page .security-overview__status{display:inline-flex;min-width:0;width:auto;padding:.5rem .75rem;border:0;border-radius:6.1875rem;background:#fffffff0;color:#416084;font-size:.75rem;font-weight:700;text-align:left}.profile-page .security-settings-page .security-overview__status strong{display:inline-flex;align-items:center;gap:.25rem;color:#1aa87a;font-size:.8125rem}.profile-page .security-settings-page .security-card{width:100%;margin:0;padding:1.0625rem .9375rem;border:1px solid #edf1f7;border-radius:.9375rem;background:#fff;box-shadow:0 .4375rem 1.25rem #1e38580b;box-sizing:border-box;transition:none}.profile-page .security-settings-page .security-card:hover{border-color:#edf1f7;box-shadow:0 .4375rem 1.25rem #1e38580b;transform:none}.profile-page .security-settings-page .security-section-title{display:flex;align-items:center;gap:.4375rem;margin:0 0 .875rem;color:#172b48;font-size:1.0625rem;font-weight:850;line-height:1.3}.profile-page .security-settings-page .security-section-title .el-icon{color:#1677ff;font-size:1.25rem}.profile-page .security-settings-page .security-section-title.is-danger .el-icon{color:#f05252}.profile-page .security-settings-page .security-avatar-row{display:flex;width:100%;align-items:center;gap:1rem;padding:.1875rem .125rem 1rem;border:0;border-bottom:1px solid #edf1f5;background:transparent;color:inherit;text-align:left}.profile-page .security-settings-page .security-avatar-row:disabled{cursor:wait}.profile-page .security-settings-page .security-avatar-wrap{position:relative;display:block;flex:0 0 auto;width:6.125rem;height:6.125rem;overflow:visible;border:1px solid #e7edf7;border-radius:50%;background:#eff6ff;box-shadow:0 .3125rem .875rem #2b5d9d14}.profile-page .security-settings-page .security-avatar-wrap .el-avatar{width:100%;height:100%;overflow:hidden;border:.25rem solid #fff;border-radius:50%;box-sizing:border-box;box-shadow:none}.profile-page .security-settings-page .security-avatar-wrap i{position:absolute;z-index:1;right:-.3125rem;bottom:.25rem;padding:.1875rem .4375rem;border-radius:.5rem;background:#195198e6;color:#fff;font-size:.625rem;font-style:normal;line-height:1.15;white-space:nowrap}.profile-page .security-settings-page .security-avatar-card__copy{display:flex;min-width:0;flex-direction:column;gap:.4375rem;padding:0}.profile-page .security-settings-page .security-avatar-card__copy strong{color:#172b48;font-size:1.125rem;font-weight:850}.profile-page .security-settings-page .security-avatar-card__copy small{color:#7b8da6;font-size:.8125rem}.profile-page .security-settings-page .security-profile-fields-card{width:100%;padding:0;border:0;box-sizing:border-box}.profile-page .security-settings-page .security-form-row{display:flex;min-width:0;align-items:center;gap:.625rem;min-height:3.5625rem;padding:0;border-bottom:1px solid #edf1f5}.profile-page .security-settings-page .security-form-row:last-child{border-bottom:0}.profile-page .security-settings-page .security-form-row b{flex:0 0 auto;color:#213652;font-size:.9375rem;font-weight:800}.profile-page .security-settings-page .security-row-icon{display:inline-flex;flex:0 0 2.5rem;width:2.5rem;height:2.5rem;align-items:center;justify-content:center;border-radius:.625rem;background:linear-gradient(135deg,#edf5ff,#f6f9ff);color:#3175d4;font-size:1.25rem}.profile-page .security-settings-page .security-value{min-width:0;flex:1}.profile-page .security-settings-page .security-value .el-input__wrapper{min-height:2.125rem;padding:0;background:transparent;box-shadow:none}.profile-page .security-settings-page .security-value .el-input__inner{color:#263b57;font-size:.9375rem;font-weight:650;text-align:right}.profile-page .security-settings-page .security-value .el-input.is-disabled .el-input__wrapper{background:transparent;box-shadow:none}.profile-page .security-settings-page .security-value .el-input.is-disabled .el-input__inner{-webkit-text-fill-color:#263b57;color:#263b57}.profile-page .security-settings-page .security-password-card{display:flex;min-height:5.75rem;align-items:center;justify-content:space-between;gap:.75rem;flex-direction:row;border-color:#dcecff;background:linear-gradient(115deg,#eef8ff,#fff 78%)}.profile-page .security-settings-page .security-password-card.is-editing{display:block;min-height:0}.profile-page .security-settings-page .security-feature-icon{display:inline-flex;flex:0 0 3.4375rem;width:3.4375rem;height:3.4375rem;align-items:center;justify-content:center;border-radius:50%;font-size:1.75rem}.profile-page .security-settings-page .security-feature-icon.is-blue{background:#dcecff;color:#1677ff}.profile-page .security-settings-page .security-feature-icon.is-red{background:#fff0f0;color:#f05252}.profile-page .security-settings-page .security-feature-copy{display:flex;min-width:0;flex:1 1 0;flex-direction:column;gap:.3125rem}.profile-page .security-settings-page .security-feature-copy strong{color:#1a2f4b;font-size:1rem;font-weight:850;white-space:nowrap}.profile-page .security-settings-page .security-feature-copy small{color:#7d8ca2;font-size:.75rem;line-height:1.35}.profile-page .security-settings-page .security-pwd-action-btn{flex:0 0 auto;width:auto;height:2.625rem;padding:0 .9375rem;border:0;border-radius:.6875rem;background:linear-gradient(135deg,#287bea,#1765d7);box-shadow:0 .4375rem .875rem #1b67da2b;font-size:.8125rem;font-weight:800;white-space:nowrap}.profile-page .security-settings-page .security-password-fields{display:grid;gap:.625rem}.profile-page .security-settings-page .security-password-fields .el-input__wrapper{min-height:2.625rem;border-radius:.5625rem;box-shadow:0 0 0 1px #dfe8f3 inset}.profile-page .security-settings-page .security-password-actions{display:flex;gap:.625rem;padding:.75rem 0 0}.profile-page .security-settings-page .security-password-actions .el-button{flex:1;height:2.5rem;border-radius:.5625rem;font-weight:750}.profile-page .security-settings-page .security-section-title-row{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.profile-page .security-settings-page .security-section-title-row .security-section-title{margin-bottom:.875rem}.profile-page .security-settings-page .security-status{margin-bottom:.875rem;padding:.25rem .5rem;border-radius:6.1875rem;font-size:.6875rem;font-weight:750}.profile-page .security-settings-page .security-auth-rows{overflow:hidden;border:1px solid #edf1f6;border-radius:.6875rem}.profile-page .security-settings-page .security-auth-rows .security-form-row{padding:0 .5625rem;background:#fbfdff}.profile-page .security-settings-page .security-read-value{min-width:0;margin-left:auto;overflow:hidden;color:#60738e;font-size:.875rem;font-weight:650;text-align:right;text-overflow:ellipsis;white-space:nowrap}.profile-page .security-settings-page .security-no-auth{display:flex;align-items:center;justify-content:space-between;gap:.625rem;padding:.25rem 0;color:#70829b;font-size:.8125rem;text-align:left}.profile-page .security-settings-page .security-go-auth{flex:0 0 auto;width:auto;height:2.375rem;border-radius:.5625rem;font-size:.8125rem;font-weight:800}.profile-page .security-settings-page .security-danger-zone p{margin:-.4375rem 0 .875rem 1.6875rem;color:#8a98aa;font-size:.75rem}.profile-page .security-settings-page .security-danger-card{display:flex;align-items:center;justify-content:space-between;gap:.6875rem;padding:.8125rem;flex-direction:row;border:1px solid #ffd7d7;border-radius:.6875rem;background:linear-gradient(110deg,#fff5f5,snow);box-shadow:none}.profile-page .security-settings-page .security-danger-btn{flex:0 0 auto;width:auto;height:2.4375rem;padding:0 .8125rem;border:1px solid #f05252;border-radius:.625rem;background:#fff;color:#f05252;font-size:.8125rem;font-weight:800;white-space:nowrap;box-shadow:none}.profile-page .security-settings-page .security-danger-btn:hover,.profile-page .security-settings-page .security-danger-btn:focus{border-color:#f05252;background:#fff5f5;color:#e64040;box-shadow:none;transform:none}.profile-page .security-settings-page .security-danger-btn:active{background:#f05252;color:#fff;transform:none}.profile-page .security-settings-page .security-bio-card .el-textarea__inner{min-height:7.375rem!important;padding:.6875rem;border-radius:.625rem;box-shadow:0 0 0 1px #dfe7f1 inset;color:#263b57;font-size:.875rem;line-height:1.5}.profile-page .security-settings-page .security-profile-save-btn{width:100%;height:2.75rem;margin-top:.875rem;border:0;border-radius:.6875rem;background:linear-gradient(135deg,#287bea,#1765d7);box-shadow:0 .4375rem .875rem #1b67da2b;font-size:.9375rem;font-weight:850}.profile-page .security-delete-dialog-overlay .el-overlay-dialog{display:flex!important;align-items:center!important;justify-content:center!important;box-sizing:border-box;min-height:100%;padding:1.25rem;overflow:auto}.profile-page .el-dialog.security-delete-dialog{display:block!important;align-self:center!important;flex:0 0 auto!important;width:calc(100vw - 4rem)!important;max-width:21.25rem;height:fit-content!important;min-height:0!important;max-height:calc(100dvh - 2.5rem);margin:0!important;padding:0!important;overflow:hidden;border-radius:1.125rem;background:#fff;box-shadow:0 1.125rem 2.5rem #09193138}.profile-page .el-dialog.security-delete-dialog .el-dialog__header{display:none}.profile-page .el-dialog.security-delete-dialog .el-dialog__body{position:relative;display:block;flex:none!important;height:auto!important;min-height:0!important;padding:1.375rem 1.125rem 1.125rem}.profile-page .security-delete-dialog__close{position:absolute;z-index:1;top:.75rem;right:.875rem;width:1.5625rem;height:1.5625rem;padding:0;border:0;border-radius:50%;background:transparent;color:#99a5b7;font-size:1.75rem;font-weight:300;line-height:1.3125rem}.profile-page .security-delete-dialog__heading{display:flex;align-items:center;gap:.8125rem;padding-right:.875rem}.profile-page .security-delete-dialog__icon{display:inline-flex;flex:0 0 3.75rem;width:3.75rem;height:3.75rem;align-items:center;justify-content:center;border-radius:50%;background:#fff1df;color:#f5a21b;font-size:2rem}.profile-page .security-delete-dialog__heading h2{margin:0 0 .375rem;color:#172b48;font-size:1.1875rem;font-weight:900;line-height:1.2}.profile-page .security-delete-dialog__heading p{margin:0;color:#697990;font-size:.75rem;line-height:1.48}.profile-page .el-dialog.security-delete-dialog .security-delete-dialog__input{display:block!important;width:100%!important;min-width:0!important;max-width:none!important;margin-top:1.125rem;box-sizing:border-box}.profile-page .el-dialog.security-delete-dialog .security-delete-dialog__input .el-input__wrapper{width:100%!important;min-width:0!important;max-width:none!important;min-height:3rem;padding:0 .875rem;border-radius:.625rem;background:#fff;box-sizing:border-box;box-shadow:0 0 0 1px #dbe1ea inset}.profile-page .security-delete-dialog__input .el-input__wrapper.is-focus{box-shadow:0 0 0 1px #2780ee inset}.profile-page .security-delete-dialog__input .el-input__inner{color:#243853;font-size:.875rem}.profile-page .security-delete-dialog__input .el-input__inner::placeholder{color:#a8b3c2}.profile-page .security-delete-dialog__actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.875rem;margin-top:1.125rem}.profile-page .security-delete-dialog__actions .el-button{width:100%;min-width:0;height:3rem;margin:0;border:1px solid #d7dee8;border-radius:.625rem;background:#fff;color:#43536a;font-size:.9375rem;font-weight:850}.profile-page .security-delete-dialog__actions .el-button--primary{border:0;background:linear-gradient(135deg,#2e8cff,#1673e8);color:#fff;box-shadow:0 .5625rem 1.1875rem #1976e533}.profile-page .security-delete-dialog__actions .el-button--primary:active{background:#1267d8}@media (max-width: 24.375rem){.profile-page .el-dialog.security-delete-dialog .el-dialog__body{padding:1.25rem 1rem 1.0625rem}.profile-page .security-delete-dialog__heading{gap:.6875rem}.profile-page .security-delete-dialog__icon{flex-basis:3.375rem;width:3.375rem;height:3.375rem;font-size:1.8125rem}.profile-page .security-delete-dialog__heading h2{margin-bottom:.3125rem;font-size:1.125rem}.profile-page .security-delete-dialog__heading p{font-size:.75rem}.profile-page .security-delete-dialog__input{margin-top:1rem}.profile-page .security-delete-dialog__input .el-input__wrapper{min-height:2.75rem}.profile-page .security-delete-dialog__actions{gap:.75rem;margin-top:1rem}.profile-page .security-delete-dialog__actions .el-button{height:2.75rem;font-size:.875rem}}@media (max-width: 22.5rem){.profile-page .security-settings-page{padding-right:.5625rem;padding-left:.5625rem}.profile-page .security-settings-page .security-overview{padding:1.3125rem .9375rem}.profile-page .security-settings-page .security-overview h2{font-size:1.5rem}.profile-page .security-settings-page .security-card{padding-right:.75rem;padding-left:.75rem}.profile-page .security-settings-page .security-password-card{gap:.5rem}.profile-page .security-settings-page .security-feature-icon{flex-basis:2.9375rem;width:2.9375rem;height:2.9375rem;font-size:1.5rem}.profile-page .security-settings-page .security-pwd-action-btn{padding:0 .5625rem;font-size:.75rem}.profile-page .security-settings-page .security-avatar-wrap{width:5.25rem;height:5.25rem}.profile-page .security-settings-page .security-row-icon{flex-basis:2.1875rem;width:2.1875rem;height:2.1875rem}.profile-page .security-settings-page .security-form-row{gap:.4375rem}.profile-page .security-settings-page .security-form-row b{font-size:.875rem}}.profile-page .security-profile-fields-card .security-mobile-row{gap:.5rem}.profile-page .security-profile-fields-card .security-mobile-row .security-value{flex:1;min-width:0}.profile-page .security-mobile-edit{flex:0 0 auto;min-width:3rem;padding:0 .625rem;border-radius:.5rem;color:var(--primary-color);border-color:#cfe0ff}}@media (min-width: 769px){.profile-page .security-settings-page{padding:8px 0 52px;color:var(--text-primary)}.profile-page .security-page-header{padding:24px 0;margin-bottom:16px;border-bottom:1px solid var(--border-color)}.profile-page .security-page-header h2{font-size:24px;font-weight:900;color:var(--text-primary);margin-bottom:8px}.profile-page .security-page-header p{font-size:14px;color:var(--text-secondary)}.profile-page .security-page-container{width:100%;max-width:none;padding:0!important;box-sizing:border-box;margin:0 auto}.profile-page .security-overview{position:relative;display:flex;align-items:center;justify-content:space-between;gap:28px;min-height:122px;box-sizing:border-box;padding:26px 30px;margin-bottom:28px;overflow:hidden;border-radius:16px;color:#fff;background:radial-gradient(circle at 86% 8%,rgba(250,204,21,.28),transparent 31%),linear-gradient(125deg,#0d2444,#173e6b);box-shadow:0 16px 32px #0f274433}.profile-page .security-overview__eyebrow{display:block;margin-bottom:5px;color:#a9c7ee;font-size:12px;font-weight:800;letter-spacing:1.2px}.profile-page .security-overview h2{margin:0;color:#fff;font-size:25px;line-height:1.25;font-weight:900}.profile-page .security-overview p{margin:8px 0 0;color:#d6e5f8;font-size:13px}.profile-page .security-overview__status{position:relative;z-index:1;flex:0 0 auto;min-width:96px;padding:12px 16px;border:1px solid rgba(255,255,255,.2);border-radius:12px;background:#ffffff1a;text-align:center}.profile-page .security-overview__status span,.profile-page .security-overview__status strong{display:block}.profile-page .security-overview__status span{margin-bottom:3px;color:#d4e5f8;font-size:11px}.profile-page .security-overview__status strong{color:#ffe18b;font-size:15px}.profile-page .security-section-title{font-size:18px;font-weight:900;color:var(--text-primary);margin-bottom:14px;letter-spacing:.2px}.profile-page .security-section-title--with-line{display:flex;align-items:center;gap:10px;margin-bottom:14px}.profile-page .security-section-title--with-line:before{width:4px;height:18px;border-radius:99px;background:#1677ff;content:""}.profile-page .security-section-header{display:flex;justify-content:space-between;align-items:baseline;gap:12px;margin:30px 0 14px}.profile-page .security-auth-status{font-size:14px;font-weight:800}.profile-page .security-status{padding:6px 10px;border-radius:999px;display:inline-flex;align-items:center;border:1px solid rgba(0,0,0,.06);background:#fff}.profile-page .security-status--pending{color:#f59e0b;border-color:#f59e0b40;background:#f59e0b14}.profile-page .security-status--rejected{color:#ef4444;border-color:#ef444440;background:#ef444414;cursor:pointer}.profile-page .security-status--passed{color:#10b981;border-color:#10b98140;background:#10b98114}.profile-page .security-card{background:#fff;border:1px solid var(--border-color);border-radius:12px;padding:20px;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;box-shadow:0 10px 24px #1118270f;margin-bottom:18px}.profile-page .security-card:hover{transform:translateY(-2px);border-color:#cbd5e1;box-shadow:0 16px 34px #1118271a}.profile-page .security-avatar-card{display:grid;grid-template-columns:auto minmax(0,1fr);grid-template-rows:auto auto;min-height:0;padding:0;align-items:center;gap:18px;-webkit-user-select:none;user-select:none}.profile-page .security-avatar-card>div:first-child,.profile-page .security-avatar-card__copy{padding-top:18px;padding-bottom:18px}.profile-page .security-avatar-card>div:first-child{padding-left:20px}.profile-page .security-avatar-card__copy{display:flex;flex-direction:column;gap:7px}.profile-page .security-avatar-card__copy strong{color:#102b4b;font-size:16px}.profile-page .security-avatar-card__copy span{color:#8794a6;font-size:13px}.profile-page .security-avatar-wrap{width:96px;height:96px;border-radius:50%;overflow:hidden;position:relative}.profile-page .security-avatar-wrap .el-avatar{width:100%;height:100%;border:3px solid #fff;box-shadow:0 8px 20px #0f274424}.profile-page .security-avatar-mask{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000061;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .18s ease;z-index:2}.profile-page .security-avatar-wrap:hover .security-avatar-mask,.profile-page .security-avatar-wrap.uploading .security-avatar-mask{opacity:1}.profile-page .security-avatar-tip{width:72px;font-size:14px;line-height:1.3;font-weight:800;color:#fff;text-align:center}.profile-page .security-form-row{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:14px 0;border-bottom:1px solid rgba(0,0,0,.06)}.profile-page .security-form-row:first-child{padding-top:4px}.profile-page .security-form-row:last-child{border-bottom:none;padding-bottom:4px}.profile-page .security-label{font-size:14px;font-weight:900;color:var(--text-secondary);flex:0 0 auto;min-width:68px}.profile-page .security-label--block{color:var(--text-primary);margin-bottom:10px}.profile-page .security-value{flex:1}.profile-page .security-value .el-input__wrapper{min-height:40px;border-radius:8px;box-shadow:0 0 0 1px #dfe6ef inset}.profile-page .security-value .el-input.is-disabled .el-input__wrapper{background:#f4f7fb;color:#94a3b8}.profile-page .security-profile-fields-card{grid-column:1/-1;width:100%;box-sizing:border-box;padding:0 20px 8px;border-top:1px solid #edf1f6}.profile-page .security-password-card{border-color:#dbe8f7;background:linear-gradient(110deg,#f7fbff,#fff 72%)}.profile-page .security-password-card .security-pwd-action-btn{padding:0 18px;background:#12355c;border-color:#12355c}.profile-page .security-password-card .security-pwd-action-btn:hover,.profile-page .security-password-card .security-pwd-action-btn:focus{background:#1c4b7e;border-color:#1c4b7e}.profile-page .security-bio-card{padding-top:18px}.profile-page .security-bio-card .el-textarea__inner{min-height:126px!important;border-radius:9px;box-shadow:0 0 0 1px #dfe6ef inset}.profile-page .security-verification-card{padding:8px 20px}.profile-page .security-bio-hint{margin-top:10px;font-size:12px;color:var(--text-muted);font-weight:700;text-align:right}.profile-page .security-no-auth{padding:6px 0;text-align:center}.profile-page .security-no-auth-text{font-size:14px;color:var(--text-primary);font-weight:800;margin-bottom:12px}.profile-page .security-go-auth{width:160px;height:40px;border-radius:16px;font-weight:900}.profile-page .security-actions{display:flex;justify-content:center;padding:8px 0 2px}.profile-page .security-submit-btn{width:220px;height:44px;border-radius:12px;font-weight:900;box-shadow:0 12px 22px #667eea2e;transition:transform .2s ease,box-shadow .2s ease}.profile-page .security-submit-btn:hover{transform:translateY(-1px);box-shadow:0 18px 30px #667eea42}.profile-page .security-password-summary{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:44px;padding:2px 0}.profile-page .security-password-status{display:flex;align-items:center;gap:10px}.profile-page .security-status-icon{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:10px;background:#e6f1ff;font-size:19px}.profile-page .security-status-text{font-size:14px;color:var(--text-secondary);font-weight:700}.profile-page .security-pwd-action-btn{height:40px;border-radius:10px;font-weight:800;flex-shrink:0}.profile-page .security-password-actions{display:flex;justify-content:flex-end;gap:12px;padding:12px 0 4px}.profile-page .security-pwd-cancel-btn{height:36px;border-radius:12px;font-weight:800}.profile-page .security-pwd-save-btn{height:36px;border-radius:12px;font-weight:800;min-width:100px}.profile-page .security-danger-zone{margin-top:38px;padding-top:26px;border-top:1px dashed rgba(239,68,68,.38)}.profile-page .security-danger-header{margin-bottom:16px}.profile-page .security-danger-title{font-size:18px;font-weight:900;color:#ef4444;margin-bottom:6px}.profile-page .security-danger-desc{font-size:13px;color:var(--text-muted);font-weight:600}.profile-page .security-danger-card{background:linear-gradient(90deg,#fff7f7,#fff 68%);border:1px solid rgba(239,68,68,.2);border-radius:12px;padding:18px 20px;box-shadow:0 10px 24px #ef44440f}.profile-page .security-danger-content{display:flex;align-items:center;justify-content:space-between;gap:16px}.profile-page .security-danger-info{flex:1}.profile-page .security-danger-label{font-size:15px;font-weight:900;color:#ef4444;margin-bottom:4px}.profile-page .security-danger-text{font-size:13px;color:var(--text-secondary);font-weight:600}.profile-page .security-danger-btn{height:40px;border-radius:10px;font-weight:900;padding:0 24px;flex-shrink:0;background:#ef4444;border-color:#ef4444;transition:transform .2s ease,box-shadow .2s ease}.profile-page .security-danger-btn:hover{transform:translateY(-1px);box-shadow:0 12px 20px #ef444440}.profile-page .security-overview__status{display:flex;align-items:center;gap:10px;min-width:110px;text-align:left}.profile-page .security-overview__status>.el-icon{color:#36d39a;font-size:24px}.profile-page .security-profile-card,.profile-page .security-password-card,.profile-page .security-bio-card,.profile-page .security-verification-card{border-color:#e5edf7;border-radius:16px;box-shadow:0 10px 28px #295c9414}.profile-page .security-profile-card{padding:24px 26px 26px}.profile-page .security-card-heading{display:flex;align-items:center;gap:12px;color:#253a56;font-size:18px;font-weight:900}.profile-page .security-card-heading>img{width:32px;height:32px;object-fit:contain}.profile-page .security-card-heading--side{align-self:stretch;min-width:216px}.profile-page .security-card-heading--side>img{width:56px;height:56px;flex:0 0 56px}.profile-page .security-card-heading--side>div{display:flex;flex-direction:column;gap:5px}.profile-page .security-card-heading--side strong{color:#253a56;font-size:18px;line-height:1.2}.profile-page .security-card-heading--side span{color:#8b9ab0;font-size:13px;font-weight:600;line-height:1.2}.profile-page .security-avatar-card{display:grid;grid-template-columns:170px minmax(0,1fr);grid-template-rows:auto;align-items:center;gap:24px;padding-top:22px}.profile-page .security-avatar-card__avatar{display:flex;align-items:center;justify-content:center;min-height:130px;padding:0 24px 0 0!important;border-right:1px solid #eef2f7;cursor:pointer}.profile-page .security-avatar-wrap{width:100px;height:100px;overflow:visible}.profile-page .security-avatar-wrap .el-avatar{overflow:hidden}.profile-page .security-avatar-camera{position:absolute;right:-4px;bottom:-2px;display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border:3px solid #fff;border-radius:50%;background:#fff;color:#7f8da0;box-shadow:0 3px 10px #2b4b6e29}.profile-page .security-profile-fields-card{grid-column:auto;padding:0;border:0}.profile-page .security-profile-fields-card .security-form-row,.profile-page .security-verification-fields .security-form-row{gap:20px;padding:7px 0;border:0}.profile-page .security-profile-fields-card .security-form-row{display:grid;width:100%;grid-template-columns:118px minmax(0,1fr)!important;align-items:center;justify-content:initial}.profile-page .security-profile-fields-card .security-form-row:first-child,.profile-page .security-verification-fields .security-form-row:first-child{padding-top:0}.profile-page .security-profile-fields-card .security-form-row:last-child,.profile-page .security-verification-fields .security-form-row:last-child{padding-bottom:0}.profile-page .security-profile-fields-card .security-label,.profile-page .security-verification-fields .security-label{min-width:118px;color:#34455d}.profile-page .security-value .el-input__wrapper{min-height:50px;padding:1px 16px;border-radius:10px;background:#fafcff;box-shadow:0 0 0 1px #e7edf5 inset}.profile-page .security-value .el-input__inner,.profile-page .security-value .el-input.is-disabled .el-input__inner{color:#40516a;-webkit-text-fill-color:#40516a;font-size:14px}.profile-page .security-value .el-input.is-disabled .el-input__wrapper{background:#fafcff}.profile-page .security-password-card{display:block;padding:26px 28px;background:#fff}.profile-page .security-password-summary{min-height:56px}.profile-page .security-password-status{gap:16px}.profile-page .security-card-icon{width:56px;height:56px;object-fit:contain}.profile-page .security-password-status strong{display:block;margin-bottom:5px;color:#253a56;font-size:18px;line-height:1.2}.profile-page .security-status-text{display:block;color:#8b9ab0;font-size:13px;font-weight:600}.profile-page .security-password-card .security-pwd-action-btn{height:46px;min-width:160px;border:0;border-radius:11px;background:linear-gradient(135deg,#1677ff,#3199ff)!important;box-shadow:0 8px 16px #1677ff38}.profile-page .security-bio-card,.profile-page .security-verification-card{display:grid;grid-template-columns:276px minmax(0,1fr);align-items:stretch;gap:22px;padding:24px 28px;background:#fff}.profile-page .security-bio-field .el-textarea__inner{min-height:122px!important;padding:16px;border-radius:10px;color:#40516a;box-shadow:0 0 0 1px #e7edf5 inset}.profile-page .security-verification-fields{min-width:0}.profile-page .security-verified{display:inline-flex;align-items:center;gap:5px;flex:0 0 72px;color:#32c999;font-size:13px;font-weight:800}.profile-page .security-auth-status{grid-column:2;margin-top:10px}.profile-page .security-no-auth{padding:18px 0;text-align:left}.profile-page .security-actions{flex-direction:column;align-items:center;gap:16px;padding:16px 0 4px}.profile-page .security-submit-btn{width:min(564px,100%);height:54px;border:0;border-radius:12px;background:linear-gradient(135deg,#1677ff,#43adff)!important;box-shadow:0 12px 24px #1677ff3d}.profile-page .security-actions p{display:flex;align-items:center;gap:6px;margin:0;color:#8b9ab0;font-size:13px;font-weight:600}.profile-page .security-actions p .el-icon{color:#7f8da0}.profile-page .security-mobile-field{display:block;width:100%;min-width:0;flex:1}.profile-page .security-mobile-field .security-value{display:block;width:100%!important;min-width:0}.profile-page .security-profile-fields-card .security-form-row>.security-value,.profile-page .security-profile-fields-card .security-form-row>.security-mobile-field{width:100%;min-width:0}.profile-page .security-profile-fields-card .security-value .el-input__wrapper,.profile-page .security-profile-fields-card .security-mobile-field .el-input__wrapper{width:100%}.profile-page .security-mobile-edit{display:inline-flex;align-items:center;justify-content:center;min-width:46px;height:28px;padding:0 10px;border:1px solid #cfe0ff;border-radius:7px;background:#edf4ff;color:var(--primary-color);font:inherit;font-size:13px;font-weight:700;line-height:1;cursor:pointer;transition:color .18s ease,background-color .18s ease,border-color .18s ease}.profile-page .security-mobile-edit:hover,.profile-page .security-mobile-edit:focus-visible{outline:none;border-color:#9fc3f5;background:#e2eeff;color:#155fc9}.profile-page .security-mobile-edit:active{transform:translateY(1px) scale(.97);border-color:#8db7ed;background:#d8e9ff}.profile-page .security-mobile-input .el-input__wrapper{padding-right:12px}.profile-page .security-mobile-dialog.el-dialog{width:640px!important;max-width:calc(100vw - 32px);overflow:hidden;border:1px solid #edf1f6;border-radius:16px;box-shadow:0 26px 70px #1a2c4447}.profile-page .security-mobile-dialog .el-dialog__header{padding:24px 26px 14px;margin-right:0;border-bottom:0}.profile-page .security-mobile-dialog .el-dialog__headerbtn{top:14px;right:14px;width:28px;height:28px}.profile-page .security-mobile-dialog .el-dialog__headerbtn:hover{background:#f4f6f9}.profile-page .security-mobile-dialog .el-dialog__headerbtn .el-dialog__close{color:#8b929b;font-size:22px}.profile-page .security-mobile-dialog .el-dialog__body{padding:0 26px 18px}.profile-page .security-mobile-dialog__header{display:flex;align-items:center;gap:14px}.profile-page .security-mobile-dialog__icon{width:72px;height:62px;flex:0 0 72px}.profile-page .security-mobile-dialog__icon svg{display:block;width:100%;height:100%}.profile-page .security-mobile-dialog__header strong{display:block;color:#193253;font-size:28px;font-weight:700;line-height:1.2}.profile-page .security-mobile-dialog__header span{display:block;margin-top:6px;color:#72829a;font-size:16px;line-height:1.4}.profile-page .security-mobile-dialog__header span b{color:#347eea;font-weight:500}.profile-page .security-mobile-dialog__field{display:flex;align-items:stretch;gap:12px;margin-top:16px}.profile-page .security-mobile-dialog__field .el-input{min-width:0;height:56px;flex:1 1 auto}.profile-page .security-mobile-dialog__field .el-button{width:150px;height:56px;flex:0 0 150px;border-color:#d2d8e2;border-radius:12px;background:#fff;color:#347eea;font-size:16px;font-weight:700}.profile-page .security-mobile-dialog .security-mobile-dialog__field .el-input{min-width:0;height:56px;flex:1 1 auto}.profile-page .security-mobile-dialog .security-mobile-dialog__field .el-button{width:150px;height:56px;flex:0 0 150px;margin:0;transition:transform .16s ease,box-shadow .16s ease,background-color .16s ease,border-color .16s ease}.profile-page .security-mobile-dialog .security-mobile-dialog__field .el-button:not(.is-disabled):active{transform:translateY(1px) scale(.985);border-color:#a9c8f2;background:#f2f7ff;box-shadow:0 2px 5px #2a60ae24 inset}.profile-page .security-mobile-dialog .el-input__wrapper{min-height:56px;padding:1px 14px;border-radius:9px;box-shadow:0 0 0 1px #d2d8e2 inset}.profile-page .security-mobile-dialog .el-input__inner{color:#9aa3b0;font-size:14px}.profile-page .security-mobile-dialog .el-input__prefix .el-icon{color:#6d788a;font-size:20px}.profile-page .security-mobile-dialog .el-input__wrapper.is-focus{box-shadow:0 0 0 1px #9fc3f5 inset}.profile-page .security-mobile-dialog__notice{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:48px;padding:0 12px;margin-top:12px;border:1px solid #dce9fb;border-radius:7px;background:#f3f7ff;color:#627694;font-size:13px}.profile-page .security-mobile-dialog__notice span{display:inline-flex;align-items:center;gap:8px;min-width:0}.profile-page .security-mobile-dialog__notice .el-icon{flex:0 0 auto;color:#2d70ed;font-size:18px}.profile-page .security-mobile-dialog__notice em{flex:0 0 auto;color:#72a2f1;font-style:normal;white-space:nowrap}.profile-page .security-mobile-dialog .el-dialog__footer{display:flex;justify-content:flex-end;gap:12px;padding:12px 26px 14px;border-top:1px solid #edf1f6}.profile-page .security-mobile-dialog .el-dialog__footer .el-button{min-width:110px;height:48px;padding:0 16px;border-radius:9px;border-color:#d6dce5;background:#fff;color:#5f6876;margin:0;font-size:16px;font-weight:500;transition:transform .16s ease,box-shadow .16s ease,background-color .16s ease,border-color .16s ease}.profile-page .security-mobile-dialog .el-dialog__footer .el-button:not(.is-disabled):active{transform:translateY(1px) scale(.985);box-shadow:0 2px 5px #2a60ae24 inset}.profile-page .security-mobile-dialog .el-dialog__footer .el-button--primary{min-width:180px;border-color:#347eea;background:linear-gradient(135deg,#2f7df5,#438ef5);color:#fff!important;box-shadow:0 7px 14px #2f7df533}.profile-page .security-mobile-dialog .el-dialog__footer .el-button--primary:not(.is-disabled):active{background:linear-gradient(135deg,#256fe2,#347fe8);box-shadow:0 2px 6px #185cc047 inset}.profile-page .security-mobile-dialog-overlay{background:#13243cad}@media (max-width: 720px){.profile-page .security-mobile-dialog.el-dialog{width:calc(100vw - 24px)!important;max-width:calc(100vw - 24px)}.profile-page .security-mobile-dialog .el-dialog__header{padding:24px 18px 16px}.profile-page .security-mobile-dialog .el-dialog__body{padding:0 18px 20px}.profile-page .security-mobile-dialog__header{gap:12px}.profile-page .security-mobile-dialog__icon{width:56px;height:56px;flex-basis:56px}.profile-page .security-mobile-dialog__header strong{font-size:25px}.profile-page .security-mobile-dialog__header span{margin-top:5px;font-size:14px}.profile-page .security-mobile-dialog__field{gap:8px;margin-top:16px}.profile-page .security-mobile-dialog__field .el-input,.profile-page .security-mobile-dialog__field .el-button{height:48px}.profile-page .security-mobile-dialog__field .el-button{width:116px;flex-basis:116px;font-size:14px}.profile-page .security-mobile-dialog .el-input__wrapper{min-height:48px}.profile-page .security-mobile-dialog .el-input__inner{font-size:14px}.profile-page .security-mobile-dialog .el-dialog__footer{padding:16px 18px 18px;gap:8px}.profile-page .security-mobile-dialog .el-dialog__footer .el-button{min-width:74px;height:40px;font-size:14px}.profile-page .security-mobile-dialog .el-dialog__footer .el-button--primary{min-width:132px}}}@media (max-width: 768px){.profile-page .shareholder-earnings-page{min-height:100%;padding:0 0 1.25rem;color:#172033}.profile-page .shareholder-earnings-page__header{display:grid;grid-template-columns:2.25rem 1fr 2.25rem;align-items:center;min-height:3.25rem;border-bottom:1px solid #edf0f5}.profile-page .shareholder-earnings-page__header h1{margin:0;text-align:center;font-size:1.0625rem;font-weight:800}.profile-page .back-button{display:inline-flex;width:2.25rem;height:2.25rem;padding:0;border:0;border-radius:50%;align-items:center;justify-content:center;color:#263247;background:transparent;font-size:1.25rem}.profile-page .earnings-wallet{margin-top:.875rem;padding:1.375rem 1.25rem 1.125rem;overflow:hidden;border-radius:1.125rem;color:#fff7e8;background:radial-gradient(circle at 88% 12%,rgba(255,213,128,.28),transparent 34%),linear-gradient(135deg,#162944,#254f75);box-shadow:0 .75rem 1.75rem #112b472e}.profile-page .earnings-wallet__label{color:#ffffffb8;font-size:.8125rem}.profile-page .earnings-wallet>strong{display:block;margin-top:.625rem;font-size:2.25rem;line-height:1;font-variant-numeric:tabular-nums}.profile-page .earnings-wallet>strong small{margin-right:.1875rem;font-size:1.125rem}.profile-page .earnings-wallet__available{display:flex;margin-top:1.25rem;padding-top:.875rem;border-top:1px solid rgba(255,255,255,.16);align-items:center;justify-content:space-between;color:#ffffffb8;font-size:.75rem}.profile-page .earnings-wallet__available b{color:#ffe0a3;font-size:1rem}.profile-page .earnings-records{margin-top:.875rem;padding:1rem .875rem;border:1px solid #edf0f5;border-radius:1rem;background:#fff}.profile-page .earnings-records h2{margin:0 0 .75rem;font-size:1rem;font-weight:800}.profile-page .earnings-records__list{min-height:10rem}.profile-page .earnings-record{display:flex;min-height:4rem;padding:.6875rem .125rem;border-bottom:1px solid #f0f2f6;align-items:center;justify-content:space-between;gap:.75rem}.profile-page .earnings-record:last-child{border-bottom:0}.profile-page .earnings-record__main{display:flex;min-width:0;flex-direction:column;gap:.375rem}.profile-page .earnings-record__main strong{overflow:hidden;color:#263247;font-size:.875rem;text-overflow:ellipsis;white-space:nowrap}.profile-page .earnings-record__main span{color:#97a0ae;font-size:.6875rem}.profile-page .earnings-record__amount{flex:none;color:#e17b23;font-size:.9375rem;font-weight:800}.profile-page .earnings-record__amount.is-negative{color:#687386}.profile-page .earnings-records__pagination{justify-content:center;margin-top:.875rem}}@media (min-width: 769px){.profile-page .shareholder-preview{--shareholder-preview-navy: #123557;--shareholder-preview-orange: #ef8b21;--shareholder-preview-line: #e8edf3;min-height:510px;color:var(--shareholder-preview-navy)}.profile-page .shareholder-preview__hero{display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:150px;padding:26px 30px;overflow:hidden;border-radius:14px;color:#fff;background:radial-gradient(circle at 89% 18%,rgba(240,157,50,.38) 0 4%,transparent 4.4%),radial-gradient(circle at 84% 76%,rgba(255,255,255,.11) 0 11%,transparent 11.5%),linear-gradient(118deg,#102d4c,#1c507d 62%,#21628e)}.profile-page .shareholder-preview__eyebrow,.profile-page .shareholder-preview__hero-button,.profile-page .shareholder-preview__wallet-button,.profile-page .shareholder-preview__card-head,.profile-page .shareholder-preview__link-row,.profile-page .shareholder-preview__stat,.profile-page .shareholder-preview__rules li{display:flex;align-items:center}.profile-page .shareholder-preview__eyebrow{gap:6px;font-size:14px;font-weight:700;color:#ffca82}.profile-page .shareholder-preview__hero h1{margin:8px 0 6px;font-size:25px;line-height:1.2;letter-spacing:.2px}.profile-page .shareholder-preview__hero p{margin:0;font-size:13px;color:#ffffffb8}.profile-page .shareholder-preview__hero-subtitle{margin-bottom:3px!important;color:#ffca82!important;font-weight:700}.profile-page .shareholder-preview__hero-actions{display:flex;flex:none;flex-direction:column;align-items:stretch;gap:9px}.profile-page .shareholder-preview__hero-button,.profile-page .shareholder-preview__wallet-button{flex:none;gap:5px;min-height:38px;padding:0 15px;border:1px solid rgba(255,210,145,.65);border-radius:7px;color:#fff4de;background:#ffffff1a;font-size:13px;font-weight:700;cursor:pointer;transition:background .2s ease,transform .2s ease}.profile-page .shareholder-preview__hero-button:hover{background:#ffffff30;transform:translateY(-1px)}.profile-page .shareholder-preview__wallet-button{justify-content:center;border-color:#ffcb7fcc;color:#ffe1ae;background:#0a1f3533}.profile-page .shareholder-preview__wallet-button:hover{background:#ffffff26;transform:translateY(-1px)}.profile-page .shareholder-preview__stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:16px}.profile-page .shareholder-preview__stat,.profile-page .shareholder-preview__card{border:1px solid var(--shareholder-preview-line);border-radius:12px;background:#fff;box-shadow:0 5px 16px #0f274409}.profile-page .shareholder-preview__stat{gap:12px;min-width:0;padding:18px 16px}.profile-page .shareholder-preview__stat--team,.profile-page .shareholder-preview__stat--wallet{cursor:pointer}.profile-page .shareholder-preview__stat--team:hover,.profile-page .shareholder-preview__stat--team:focus-visible,.profile-page .shareholder-preview__stat--wallet:hover,.profile-page .shareholder-preview__stat--wallet:focus-visible{border-color:#a8d8f5;box-shadow:0 6px 16px #2587c91a;outline:none}.profile-page .shareholder-preview__stat-icon,.profile-page .shareholder-preview__link-icon{display:inline-flex;flex:none;align-items:center;justify-content:center;border-radius:10px}.profile-page .shareholder-preview__stat-icon{width:38px;height:38px;font-size:20px}.profile-page .shareholder-preview__stat-icon.is-invite{color:#2587c9;background:#e9f5fd}.profile-page .shareholder-preview__stat-icon.is-total{color:#e7861f;background:#fff3e2}.profile-page .shareholder-preview__stat-icon.is-balance{color:#38a16e;background:#e9f8ef}.profile-page .shareholder-preview__stat-label{display:block;margin-bottom:5px;color:#75879a;font-size:12px}.profile-page .shareholder-preview__stat strong{display:block;color:#163b5e;font-size:22px;line-height:1;font-variant-numeric:tabular-nums}.profile-page .shareholder-preview__stat small{margin-right:2px;font-size:12px;font-weight:600}.profile-page .shareholder-preview__details{display:grid;grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);gap:14px;margin-top:14px}.profile-page .shareholder-preview__card{padding:20px;min-height:190px}.profile-page .shareholder-preview__card--invite{cursor:pointer}.profile-page .shareholder-preview__card--invite:hover,.profile-page .shareholder-preview__card--invite:focus-visible{border-color:#f1c28d;box-shadow:0 7px 18px #da831f1f;outline:none}.profile-page .shareholder-preview__card-head{justify-content:space-between;gap:12px}.profile-page .shareholder-preview__card-kicker{color:#8a99a9;font-size:12px}.profile-page .shareholder-preview__card h2{margin:5px 0 0;font-size:17px;color:var(--shareholder-preview-navy)}.profile-page .shareholder-preview__link-icon{width:34px;height:34px;color:#e7861f;background:#fff3e2;font-size:18px}.profile-page .shareholder-preview__link-row{gap:8px;margin-top:24px;padding:8px 8px 8px 11px;border:1px solid #e7edf2;border-radius:7px;background:#f8fafc}.profile-page .shareholder-preview__link-row>span{min-width:0;flex:1;overflow:hidden;color:#566c83;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.profile-page .shareholder-preview__link-row button{display:inline-flex;align-items:center;gap:3px;flex:none;min-height:29px;padding:0 8px;border:0;border-radius:5px;color:#ba6814;background:#fff0dc;font-size:12px;cursor:pointer}.profile-page .shareholder-preview__link-row button:hover{color:#9d5610;background:#ffe6c6}.profile-page .shareholder-preview__rules{display:grid;gap:10px;margin:17px 0 0;padding:0;list-style:none}.profile-page .shareholder-preview__rules li{gap:9px;color:#60758a;font-size:13px;line-height:1.4}.profile-page .shareholder-preview__rules i{display:inline-flex;flex:none;align-items:center;justify-content:center;width:23px;height:23px;border-radius:50%;color:#d97515;background:#fff1df;font-size:10px;font-style:normal;font-weight:800}.profile-page .shareholder-preview__rules b{color:#dc7717}.profile-page .shareholder-preview__rules .highlight-percent{color:#dc7717;font-weight:800}.profile-page .shareholder-preview{min-height:0}.profile-page .shareholder-preview__hero{align-items:flex-start;min-height:0;padding:22px 18px}.profile-page .shareholder-preview__hero h1{font-size:20px}.profile-page .shareholder-preview__hero p{line-height:1.5}.profile-page .shareholder-preview__hero-actions{align-self:center;gap:7px}.profile-page .shareholder-preview__hero-button,.profile-page .shareholder-preview__wallet-button{padding:0 10px;font-size:12px}.profile-page .shareholder-preview__stats{gap:8px;margin-top:10px}.profile-page .shareholder-preview__stat{justify-content:center;padding:13px 7px;text-align:center}.profile-page .shareholder-preview__stat-icon{display:none}.profile-page .shareholder-preview__stat strong{font-size:18px}.profile-page .shareholder-preview__details{grid-template-columns:1fr;gap:10px;margin-top:10px}.profile-page .shareholder-preview__card{min-height:0;padding:17px}.profile-page .shareholder-preview__link-row{margin-top:16px}}@media (max-width: 768px){.place-order-page .singlepage-dialog{border-radius:1.125rem;overflow:hidden}.place-order-page .singlepage-dialog.is-fullscreen{border-radius:0;display:flex;flex-direction:column}.place-order-page .sp-title{text-align:center;font-size:1.125rem;font-weight:900;color:var(--text-primary);padding:.25rem 0 .125rem}.place-order-page .sp-body{max-height:60vh;overflow:auto;-webkit-overflow-scrolling:touch}.place-order-page .content img{max-width:100%;height:auto}.place-order-page .singlepage-dialog--center-images .content img{display:block;margin-left:auto;margin-right:auto}.place-order-page .content table{display:block;max-width:100%;overflow-x:auto}.place-order-page .content p{line-height:1.8}.place-order-page .sp-state{min-height:11.25rem;display:flex;align-items:center;justify-content:center;padding:1.5rem .75rem;box-sizing:border-box;text-align:center}.place-order-page .sp-state--loading{color:var(--text-secondary);font-size:.875rem}.place-order-page .sp-state--error,.place-order-page .sp-state--empty{min-height:13.75rem}.place-order-page .singlepage-dialog--compact-mobile .el-dialog__header{padding:.875rem 1rem .625rem}.place-order-page .singlepage-dialog--compact-mobile .el-dialog__body{padding:0 1rem}.place-order-page .singlepage-dialog--compact-mobile .el-dialog__footer{padding:.75rem 1rem calc(1rem + env(safe-area-inset-bottom,0px))}.place-order-page .singlepage-dialog--compact-mobile .sp-body{max-height:min(54vh,26.25rem);padding-bottom:.25rem}.place-order-page .singlepage-dialog--compact-mobile .el-dialog__footer .el-button{width:100%}.place-order-page .singlepage-dialog--primary-acknowledge .el-dialog__footer .el-button--primary{--el-button-bg-color: #409eff;--el-button-border-color: #409eff;--el-button-hover-bg-color: #5aa8ff;--el-button-hover-border-color: #5aa8ff;--el-button-active-bg-color: #337ecc;--el-button-active-border-color: #337ecc;--el-button-text-color: #fff;opacity:1!important}.place-order-page .singlepage-dialog.is-fullscreen .el-dialog__header{padding:.75rem 1rem .5rem;flex-shrink:0}.place-order-page .singlepage-dialog.is-fullscreen .el-dialog__body{padding:0 1rem;flex:1;min-height:0;overflow:hidden;display:flex;flex-direction:column}.place-order-page .singlepage-dialog.is-fullscreen .el-dialog__footer{padding:.75rem 1rem calc(1rem + env(safe-area-inset-bottom,0px));flex-shrink:0}.place-order-page .singlepage-dialog.is-fullscreen .el-dialog__footer .el-button{width:100%}.place-order-page .sp-title{font-size:1rem;line-height:1.4}.place-order-page .sp-body{flex:1;min-height:0;max-height:none;overflow-y:auto;-webkit-overflow-scrolling:touch;padding-bottom:.5rem}.place-order-page .content{font-size:.875rem;word-break:break-word;overflow-wrap:anywhere}.place-order-page .content img,.place-order-page .content video,.place-order-page .content iframe{max-width:100%;height:auto}}@media (min-width: 769px){.place-order-page .singlepage-dialog{border-radius:18px;overflow:hidden}.place-order-page .singlepage-dialog.is-fullscreen{border-radius:0;display:flex;flex-direction:column}.place-order-page .sp-title{text-align:center;font-size:18px;font-weight:900;color:var(--text-primary);padding:4px 0 2px}.place-order-page .sp-body{max-height:60vh;overflow:auto;-webkit-overflow-scrolling:touch}.place-order-page .content img{max-width:100%;height:auto}.place-order-page .singlepage-dialog--center-images .content img{display:block;margin-left:auto;margin-right:auto}.place-order-page .content table{display:block;max-width:100%;overflow-x:auto}.place-order-page .content p{line-height:1.8}.place-order-page .empty{padding:26px 0 10px}.place-order-page .singlepage-dialog--compact-mobile .el-dialog__header{padding:14px 16px 10px}.place-order-page .singlepage-dialog--compact-mobile .el-dialog__body{padding:0 16px}.place-order-page .singlepage-dialog--compact-mobile .el-dialog__footer{padding:12px 16px 16px}.place-order-page .singlepage-dialog--compact-mobile .sp-body{max-height:min(54vh,420px);padding-bottom:4px}.place-order-page .singlepage-dialog--compact-mobile .el-dialog__footer .el-button{width:100%}.place-order-page .singlepage-dialog--primary-acknowledge .el-dialog__footer .el-button--primary{--el-button-bg-color: #409eff;--el-button-border-color: #409eff;--el-button-hover-bg-color: #5aa8ff;--el-button-hover-border-color: #5aa8ff;--el-button-active-bg-color: #337ecc;--el-button-active-border-color: #337ecc;--el-button-text-color: #fff;opacity:1!important}}@media (max-width: 768px){.profile-page .notice-page{padding:1.25rem 0}.profile-page .page-header{padding:1rem 0;border-bottom:1px solid var(--border-color);margin-bottom:1rem}.profile-page .page-header .header-left{display:flex;align-items:center;gap:.75rem}.profile-page .page-header h2{font-size:1.25rem;font-weight:900;color:var(--text-primary)}.profile-page .card{background:#fff;border:1px solid var(--border-color);border-radius:var(--border-radius-lg);padding:1rem}.profile-page .list{display:flex;flex-direction:column;gap:.75rem}.profile-page .message-item{position:relative;border:1px solid var(--border-color);background:var(--bg-secondary);border-radius:1rem;padding:.875rem;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.profile-page .message-item:hover{transform:translateY(-.125rem);border-color:#cbd5e1;box-shadow:0 .75rem 1.375rem #11182714;background:#fff}.profile-page .message-item.noread:after{content:"";position:absolute;width:.625rem;height:.625rem;right:.875rem;top:.875rem;background:#fe3747;border-radius:50%}.profile-page .message-item__date{font-size:.75rem;color:var(--text-muted);text-align:center;margin-bottom:.625rem;font-weight:700}.profile-page .message-item__title{font-size:.875rem;font-weight:900;color:var(--text-primary);margin-bottom:.375rem}.profile-page .message-item__desc{font-size:.8125rem;color:var(--text-secondary);line-height:1.6}.profile-page .empty{padding:1.625rem 0 .625rem}.profile-page .pagination-wrapper{margin-top:1rem;display:flex;justify-content:center}.profile-page .row-fade-enter-active,.profile-page .row-fade-leave-active{transition:opacity .22s ease,transform .22s ease}.profile-page .row-fade-enter-from,.profile-page .row-fade-leave-to{opacity:0;transform:translateY(.625rem)}}@media (min-width: 769px){.profile-page .notice-page{padding:20px 0}.profile-page .page-header{padding:16px 0;border-bottom:1px solid var(--border-color);margin-bottom:16px}.profile-page .page-header .header-left{display:flex;align-items:center;gap:12px}.profile-page .page-header h2{font-size:20px;font-weight:900;color:var(--text-primary)}.profile-page .card{background:#fff;border:1px solid var(--border-color);border-radius:var(--border-radius-lg);padding:16px}.profile-page .list{display:flex;flex-direction:column;gap:12px}.profile-page .message-item{position:relative;border:1px solid var(--border-color);background:var(--bg-secondary);border-radius:16px;padding:14px;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.profile-page .message-item:hover{transform:translateY(-2px);border-color:#cbd5e1;box-shadow:0 12px 22px #11182714;background:#fff}.profile-page .message-item.noread:after{content:"";position:absolute;width:10px;height:10px;right:14px;top:14px;background:#fe3747;border-radius:50%}.profile-page .message-item__date{font-size:12px;color:var(--text-muted);text-align:center;margin-bottom:10px;font-weight:700}.profile-page .message-item__title{font-size:14px;font-weight:900;color:var(--text-primary);margin-bottom:6px}.profile-page .message-item__desc{font-size:13px;color:var(--text-secondary);line-height:1.6}.profile-page .empty{padding:26px 0 10px}.profile-page .pagination-wrapper{margin-top:16px;display:flex;justify-content:center}.profile-page .row-fade-enter-active,.profile-page .row-fade-leave-active{transition:opacity .22s ease,transform .22s ease}.profile-page .row-fade-enter-from,.profile-page .row-fade-leave-to{opacity:0;transform:translateY(10px)}}@media (max-width: 768px){.profile-page .wallet-page{padding:0 0 1.5rem}.profile-page .wallet-page-title{margin:0 0 1rem;font-size:1.5rem;font-weight:800;color:var(--text-primary)}.profile-page .wallet-user-card{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.25rem 1.5rem;margin-bottom:1rem;background:#fff;border:1px solid var(--border-color);border-radius:1rem;box-shadow:0 .125rem .75rem #0000000a}.profile-page .wallet-user-card__left{display:flex;align-items:center;gap:1rem;min-width:0}.profile-page .wallet-user-card__avatar{flex-shrink:0;border:.125rem solid rgba(58,142,230,.12)}.profile-page .wallet-user-card__name-row{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;margin-bottom:.375rem}.profile-page .wallet-user-card__name{font-size:1.125rem;font-weight:800;color:var(--text-primary)}.profile-page .wallet-user-card__tag{display:inline-flex;align-items:center;height:1.375rem;padding:0 .625rem;border-radius:62.4375rem;background:linear-gradient(135deg,#f5d78e,#e8b339);color:#7a5200;font-size:.75rem;font-weight:700}.profile-page .wallet-user-card__tag.is-ordinary{border:1px solid #c6d5e4;background:linear-gradient(135deg,#f4f8fc,#e6eef6);color:#4b647d;box-shadow:0 .125rem .375rem #405b781f}.profile-page .wallet-user-card__id{font-size:.8125rem;color:var(--text-secondary)}.profile-page .wallet-user-card__earn{flex-shrink:0;padding:0;border:0;background:transparent;text-align:right;font-size:.875rem;color:var(--text-secondary);font:inherit;cursor:pointer}.profile-page .wallet-user-card__earn:focus-visible{outline:.125rem solid rgba(52,126,243,.35);outline-offset:.25rem;border-radius:.375rem}.profile-page .wallet-user-card__earn strong{margin:0 .25rem;font-size:1.75rem;font-weight:900;color:var(--primary-color);line-height:1}.profile-page .wallet-balance-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(0,1fr);gap:1rem;margin-bottom:1rem}.profile-page .wallet-balance-main{padding:1.375rem 1.5rem;background:#fff;border:1px solid var(--border-color);border-radius:1rem;box-shadow:0 .125rem .75rem #0000000a}.profile-page .wallet-balance-main__label{display:flex;align-items:center;justify-content:space-between;gap:.75rem;font-size:.875rem;font-weight:600;color:var(--text-secondary);margin-bottom:.75rem}.profile-page .wallet-balance-main__label-text{display:inline-flex;min-width:0;align-items:center;gap:.625rem}.profile-page .wallet-balance-main__icon{width:2.25rem;height:2.25rem;border-radius:.625rem;display:inline-flex;align-items:center;justify-content:center;font-size:1.125rem}.profile-page .wallet-balance-main__icon--wallet{background:#3a8ee61f;color:var(--primary-color)}.profile-page .wallet-balance-main__amount{display:flex;flex:none;align-items:baseline;gap:.25rem;margin-left:auto;text-align:right}.profile-page .wallet-balance-main__amount .currency{font-size:1.375rem;font-weight:800;color:#e8b339}.profile-page .wallet-balance-main__amount .amount{font-size:1.75rem;font-weight:900;line-height:1;color:#e8b339}.profile-page .wallet-balance-main__actions{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.profile-page .wallet-balance-main .withdraw-btn{min-width:6rem;height:2.5rem;border-radius:.5rem;font-weight:700}.profile-page .wallet-balance-main .withdraw-link{border:none;background:transparent;color:var(--text-secondary);font-size:.875rem;cursor:pointer;padding:0}.profile-page .wallet-balance-main .withdraw-link:hover{color:var(--primary-color)}.profile-page .wallet-balance-side{display:flex;flex-direction:column;gap:1rem}.profile-page .wallet-balance-side__item{flex:1;padding:1.125rem 1.25rem;border-radius:1rem;border:1px solid var(--border-color);background:#fff;box-shadow:0 .125rem .75rem #0000000a}.profile-page .wallet-balance-side__item--income{background:linear-gradient(180deg,#3a8ee60f,#fff)}.profile-page .wallet-balance-side__item--freeze{background:linear-gradient(180deg,#10b9810f,#fff);width:100%;color:inherit;cursor:pointer;text-align:left;transition:border-color .18s ease,box-shadow .18s ease}.profile-page .wallet-balance-side__item--freeze:focus-visible{outline:.125rem solid rgba(16,185,129,.35);outline-offset:.125rem}.profile-page .wallet-balance-side__item--freeze:hover{border-color:#10b98173;box-shadow:0 .25rem .875rem #10b9811f}.profile-page .wallet-balance-side__label{display:flex;align-items:center;gap:.625rem;font-size:.8125rem;color:var(--text-secondary);margin-bottom:.625rem}.profile-page .wallet-balance-side__icon{width:2rem;height:2rem;border-radius:.625rem;display:inline-flex;align-items:center;justify-content:center}.profile-page .wallet-balance-side__icon--income{background:#3a8ee61f;color:var(--primary-color)}.profile-page .wallet-balance-side__icon--freeze{background:#10b9811f;color:#10b981}.profile-page .wallet-balance-side__value{font-size:1.5rem;font-weight:900;color:var(--text-primary)}.profile-page .wallet-records{background:#fff;border:1px solid var(--border-color);border-radius:1rem;box-shadow:0 .125rem .75rem #0000000a;overflow:hidden}.profile-page .wallet-records__tabs{display:flex;gap:1.75rem;padding:0 1.5rem;border-bottom:1px solid var(--border-color)}.profile-page .wallet-records__tab{position:relative;border:none;background:transparent;padding:1rem 0;font-size:.9375rem;font-weight:600;color:var(--text-secondary);cursor:pointer}.profile-page .wallet-records__tab.is-active{color:var(--primary-color);font-weight:800}.profile-page .wallet-records__tab.is-active:after{content:"";position:absolute;left:0;right:0;bottom:0;height:.125rem;background:var(--primary-color);border-radius:.125rem}.profile-page .wallet-records__toolbar{display:flex;align-items:center;gap:.75rem;padding:1rem 1.5rem;border-bottom:1px solid var(--border-color);flex-wrap:wrap}.profile-page .wallet-records__filter-type{width:8.75rem}.profile-page .wallet-records__filter-date{width:17.5rem;max-width:100%}.profile-page .wallet-records__refresh{margin-left:auto}.profile-page .wallet-records__body{padding:0 1.5rem 1rem}.profile-page .wallet-records__table-wrap{overflow-x:auto}.profile-page .wallet-records__table{width:100%;border-collapse:collapse}.profile-page .wallet-records__table th,.profile-page .wallet-records__table td{padding:.875rem .75rem;text-align:left;font-size:.8125rem;border-bottom:1px solid #f0f2f5;vertical-align:middle}.profile-page .wallet-records__table th{color:var(--text-muted);font-weight:600;background:#fafbfd}.profile-page .wallet-records__table td.is-amount,.profile-page .wallet-records__table th.is-amount{text-align:right;white-space:nowrap}.profile-page .wallet-records__type-cell{display:flex;align-items:center;gap:.625rem;min-width:7.5rem}.profile-page .wallet-records__type-icon{width:2rem;height:2rem;border-radius:.5rem;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.profile-page .wallet-records__type-icon.is-income{background:#3a8ee61f;color:var(--primary-color)}.profile-page .wallet-records__type-icon.is-pay{background:#ef44441f;color:#ef4444}.profile-page .wallet-records__type-icon.is-refund{background:#10b9811f;color:#10b981}.profile-page .wallet-records__type-icon.is-withdraw{background:#94a3b824;color:#64748b}.profile-page .wallet-records__detail{font-weight:600;color:var(--text-primary)}.profile-page .wallet-records__reject{margin-top:.25rem;font-size:.75rem;color:#ef4444}.profile-page .wallet-records__status{display:inline-flex;margin-top:.25rem;font-size:.75rem;font-weight:700;padding:.125rem .5rem;border-radius:62.4375rem;background:#94a3b81f;color:var(--text-secondary)}.profile-page .wallet-records__status.status-pending{background:#ef44441f;color:#ef4444}.profile-page .wallet-records__status.status-success{background:#10b9811f;color:#10b981}.profile-page .wallet-records__status.status-freeze{background:#f59e0b21;color:#d97706}.profile-page .wallet-records__freeze-meta{margin-top:.375rem;color:var(--text-secondary);font-size:.75rem;line-height:1.5}.profile-page .wallet-records__money{font-size:.9375rem;font-weight:800}.profile-page .wallet-records__money.is-plus{color:#10b981}.profile-page .wallet-records__money.is-minus{color:#ef4444}.profile-page .wallet-records__empty{padding:2rem 0;text-align:center;color:var(--text-muted)}.profile-page .wallet-records__list{display:none}.profile-page .pagination-wrapper{padding:0 1.5rem 1.25rem;display:flex;justify-content:flex-end}.profile-page .withdraw-dialog .withdraw-form{display:flex;flex-direction:column;gap:.875rem}.profile-page .withdraw-dialog .block{padding:.875rem;border-radius:.875rem;border:1px solid var(--border-color);background:var(--bg-secondary)}.profile-page .withdraw-dialog .block-title{font-size:.875rem;font-weight:800;color:var(--text-primary);margin-bottom:.625rem}.profile-page .withdraw-dialog .money-input .el-input__prefix{font-weight:800;color:var(--text-secondary)}.profile-page .withdraw-dialog .available{margin-top:.625rem;display:flex;justify-content:space-between;align-items:center;font-size:.8125rem;color:var(--text-secondary)}.profile-page .withdraw-dialog .available .value{color:#ef4444;font-weight:800}.profile-page .withdraw-dialog .method-group{display:flex;gap:.75rem}.profile-page .withdraw-dialog .rule-content{width:100%;border-radius:.75rem;padding:.75rem;background:#fff;border:1px solid var(--border-color);color:var(--text-secondary);font-size:.8125rem;line-height:1.7;max-height:13.75rem;overflow:auto;word-break:break-word}.profile-page .wallet-page{min-width:0;max-width:100%;overflow-x:hidden;padding:.625rem 0 calc(7rem + env(safe-area-inset-bottom,0px));box-sizing:border-box}.profile-page .wallet-page-title{display:none}.profile-page .wallet-balance-main{position:relative;overflow:hidden;min-height:8.5rem;border:1px solid #f8dfb5;background:radial-gradient(circle at 11% 15%,rgba(255,255,255,.74),transparent 24%),linear-gradient(135deg,#ffe3ad,#fff1d9 52%,#fffaf1);box-shadow:0 .625rem 1.5rem #c9811d1f}.profile-page .wallet-balance-main:after{position:absolute;z-index:0;top:-2.125rem;left:.625rem;color:#ffffff42;font-size:7.75rem;font-weight:900;font-style:italic;line-height:1;content:"¥";transform:rotate(-12deg);pointer-events:none}.profile-page .wallet-balance-main__summary,.profile-page .wallet-balance-main__actions{position:relative;z-index:1}.profile-page .wallet-balance-main__label{color:#956321;font-weight:800}.profile-page .wallet-balance-main__icon--wallet{color:#c17a18;background:#ffffffad;box-shadow:0 .25rem .625rem #c07a181a}.profile-page .wallet-balance-main__amount .currency,.profile-page .wallet-balance-main__amount .amount{color:#c47a11;text-shadow:0 1px 0 rgba(255,255,255,.6)}.profile-page .wallet-balance-main .withdraw-btn,.profile-page .wallet-balance-main .withdraw-link{border:1px solid rgba(255,255,255,.86);background:#ffffffeb;box-shadow:0 .3125rem .75rem #af70191a;color:#9a5c12;font-weight:800}.profile-page .wallet-balance-main .withdraw-btn:active{transform:scale(.97)}.profile-page .wallet-balance-main .withdraw-link{display:inline-flex;align-items:center;justify-content:center;min-height:2.25rem;border-radius:.5rem}.profile-page .wallet-balance-main .withdraw-link:hover,.profile-page .wallet-balance-main .withdraw-link:active{color:#7f4b0d;background:#fff}.profile-page .wallet-user-card{position:relative;flex-direction:column;align-items:stretch;flex-wrap:wrap;min-height:7.75rem;padding:1.25rem 1rem 1rem;gap:.625rem;margin-bottom:.75rem;border:0;border-radius:.875rem;box-shadow:0 .4375rem 1.375rem #1e3b5b12}.profile-page .wallet-user-card__left{flex:0 0 auto;min-width:0;gap:.8125rem}.profile-page .wallet-user-card__avatar{width:3.625rem!important;height:3.625rem!important;background:#eef5ff;border-color:#dfeafb}.profile-page .wallet-user-card__name{font-size:1.125rem;color:#12233d;letter-spacing:0}.profile-page .wallet-user-card__tag{height:1.375rem;padding:0 .5rem;border:1px solid rgba(220,229,255,.72);border-radius:62.4375rem;background:linear-gradient(135deg,#27355c,#0b122f);color:#f7f9ff;font-size:.6875rem;font-weight:800;line-height:1;text-decoration:none;text-transform:uppercase;white-space:nowrap;box-shadow:0 .1875rem .5rem #0f27442e}.profile-page .wallet-user-card__tag.is-gold{border-color:#e2ab32d1;background:linear-gradient(135deg,#68450b,#281a02);color:#ffe6a0}.profile-page .wallet-user-card__tag.is-platinum{border-color:#bcc9dadb;background:linear-gradient(135deg,#4b5d77,#263247);color:#f3f7ff}.profile-page .wallet-user-card__tag.is-black-gold{border-color:#bc8d31db;background:linear-gradient(135deg,#252b36,#070a10);color:#f0cb78}.profile-page .wallet-user-card__tag.is-black-diamond{border-color:#8f65eee0;background:linear-gradient(135deg,#2b1b49,#0c0815);color:#e2d6ff}.profile-page .wallet-user-card__id{color:#52637b;font-size:.8125rem;word-break:break-all}.profile-page .wallet-user-card__earn{width:100%;padding:0;border-top:0;text-align:right;color:#52637b;font-size:.875rem;line-height:1.5}.profile-page .wallet-user-card__earn strong{margin:0 .3125rem;color:#1976ed;font-size:1.3125rem}.profile-page .wallet-balance-grid{grid-template-columns:1fr;gap:.75rem;margin-bottom:.75rem}.profile-page .wallet-balance-main{display:grid;grid-template-columns:minmax(0,1fr) 5.75rem;min-height:7.875rem;padding:1.125rem .875rem;border:0;border-radius:.875rem;box-shadow:0 .4375rem 1.375rem #1e3b5b14}.profile-page .wallet-balance-main__summary{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;min-width:0;padding:0 .5rem 0 .125rem}.profile-page .wallet-balance-main__label{justify-content:flex-start;gap:.4375rem;min-width:max-content;margin-bottom:.5625rem;color:#53657c;font-size:.75rem;align-items:center;white-space:nowrap}.profile-page .wallet-balance-main__label>span:last-child{white-space:nowrap}.profile-page .wallet-balance-main__icon{width:2rem;height:2rem;border-radius:.5rem;font-size:.875rem}.profile-page .wallet-balance-main__amount{display:flex;min-width:0;max-width:none;margin-left:2.4375rem;align-items:baseline;justify-content:flex-start;gap:.125rem;text-align:left;white-space:nowrap}.profile-page .wallet-balance-main__amount .currency{color:#efa915;font-size:.9375rem;flex-shrink:0}.profile-page .wallet-balance-main__amount .amount{color:#efa915;font-size:clamp(1rem,5.5vw,1.3125rem);line-height:1.1;white-space:nowrap}.profile-page .wallet-balance-main__actions{display:flex;padding-left:1rem;border-left:1px solid #e8edf4;flex-direction:column;align-items:stretch;justify-content:center;gap:.625rem}.profile-page .wallet-balance-main .withdraw-btn{width:100%;min-width:0;height:2.75rem;flex:none;border-radius:.5rem;background:#0878f9;font-size:.9375rem}.profile-page .wallet-balance-main .withdraw-link{width:100%;color:#64748a;font-size:.8125rem;text-align:center}.profile-page .wallet-balance-side{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.profile-page .wallet-balance-side__item{min-height:5.5rem;padding:.75rem .9375rem;border:0;border-radius:.875rem;min-width:0;box-shadow:0 .375rem 1.125rem #1e3b5b0d}.profile-page .wallet-balance-side__item--income{background:linear-gradient(135deg,#eef6ff,#fff)}.profile-page .wallet-balance-side__item--freeze{background:linear-gradient(135deg,#ecfbf6,#fff)}.profile-page .wallet-balance-side__label{color:#53657c;font-size:.8125rem;margin-bottom:.375rem;gap:.5625rem}.profile-page .wallet-balance-side__icon{width:2rem;height:2rem;border-radius:.625rem;flex-shrink:0}.profile-page .wallet-balance-side__value{margin-left:2.5625rem;color:#152238;font-size:1.0625rem;white-space:nowrap}.profile-page .wallet-records{border:0;border-radius:.875rem;min-width:0;box-shadow:0 .4375rem 1.375rem #1e3b5b12}.profile-page .wallet-records__tabs{justify-content:space-between;gap:.375rem;padding:0 1rem;overflow-x:auto;-webkit-overflow-scrolling:touch}.profile-page .wallet-records__tab{flex:1 1 0;min-width:0;padding:.9375rem .125rem .8125rem;color:#253852;font-size:.875rem;text-align:center}.profile-page .wallet-records__toolbar{width:100%;min-width:0;padding:.75rem .75rem .625rem;flex-direction:column;align-items:stretch;gap:.5625rem;background:#fff;box-sizing:border-box}.profile-page .wallet-records__toolbar .wallet-records__filter-date.el-date-editor{--el-date-editor-width: 100%;display:flex!important;width:100%!important;min-width:0!important;max-width:100%!important;box-sizing:border-box!important}.profile-page .wallet-records__toolbar .wallet-records__filter-date .el-range-input{width:0;min-width:0;flex:1 1 0;font-size:.8125rem}.profile-page .wallet-records__toolbar .wallet-records__filter-date .el-range-separator{flex:0 0 auto;padding:0 .125rem}.profile-page .wallet-records__toolbar .wallet-records__filter-date .el-range__icon,.profile-page .wallet-records__toolbar .wallet-records__filter-date .el-range__close-icon{flex:0 0 auto}.profile-page .wallet-records__filter-toggle{display:flex;align-items:center;justify-content:space-between;width:100%;min-height:2.375rem;padding:0 .6875rem;border:1px solid #e3eaf3;border-radius:.5rem;background:#f8fbff;color:#38516f;font:inherit;font-size:.8125rem;font-weight:700;text-align:left}.profile-page .wallet-records__filter-toggle .el-icon{color:#8b98aa;transition:transform .2s ease}.profile-page .wallet-records__filter-toggle.is-open{border-color:#b8d2f1;background:#eef6ff;color:#1765ed}.profile-page .wallet-records__filter-toggle.is-open .el-icon{transform:rotate(180deg)}.profile-page .wallet-records__filter-toggle-hint{margin-left:auto;margin-right:.5rem;color:#1765ed;font-size:.6875rem;font-weight:600}.profile-page .wallet-records__filters{display:flex;flex-direction:column;gap:.5625rem;width:100%;min-width:0}.profile-page .wallet-records__filter-type,.profile-page .wallet-records__filter-date{width:100%!important;min-width:0!important;max-width:100%!important;box-sizing:border-box}.profile-page .wallet-records__filter-date{display:flex!important}.profile-page .wallet-records__refresh{margin-left:0;width:100%;height:2.5rem}.profile-page .wallet-records__body{padding:.625rem .625rem .75rem;border-top:1px solid #eef1f5;min-width:0}.profile-page .wallet-records__table-wrap{display:none}.profile-page .wallet-records__list{display:flex;flex-direction:column;gap:.5625rem;padding-top:0}.profile-page .wallet-records__list-item{padding:.9375rem .875rem;border-radius:.8125rem;background:linear-gradient(135deg,#f8faff,#fff);border:1px solid #f0f2f6;min-width:0}.profile-page .wallet-records__list-top{display:flex;align-items:center;justify-content:space-between;gap:.625rem;margin-bottom:.5rem;min-width:0}.profile-page .wallet-records__type-cell{min-width:0;flex:1;color:#12233d;font-size:1rem;font-weight:800}.profile-page .wallet-records__type-cell .wallet-records__list-title{min-width:0;flex:1;margin:0;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;color:#263753;font-size:.8125rem;font-weight:700;line-height:1.35;word-break:break-word}.profile-page .wallet-records__money{flex-shrink:0;font-size:1rem}.profile-page .wallet-records__list-title{margin-left:2.625rem;font-size:.8125rem;font-weight:700;color:var(--text-primary);margin-bottom:.375rem;word-break:break-word}.profile-page .wallet-records__list-meta{margin-left:2.625rem;display:flex;flex-direction:column;gap:.25rem;font-size:.75rem;color:var(--text-muted);word-break:break-all}.profile-page .wallet-records__reject{word-break:break-word}.profile-page .pagination-wrapper{padding:0 .875rem .875rem;justify-content:center;overflow-x:auto;-webkit-overflow-scrolling:touch}.profile-page .pagination-wrapper .el-pagination{flex-wrap:wrap;justify-content:center;gap:.375rem;row-gap:.5rem}.profile-page .pagination-wrapper .el-pagination__total,.profile-page .pagination-wrapper .el-pagination__sizes,.profile-page .pagination-wrapper .el-pagination__jump{display:none}.profile-page .wallet-balance-main{border:1px solid #f8dfb5;background:radial-gradient(circle at 11% 15%,rgba(255,255,255,.74),transparent 24%),linear-gradient(135deg,#ffe3ad,#fff1d9 52%,#fffaf1)}.profile-page .wallet-balance-main__actions{border-left-color:#b4761d2e}.profile-page .wallet-balance-main .withdraw-btn{border-color:#ffffffdb;background:#ffffffeb;box-shadow:0 .3125rem .75rem #af70191a;color:#9a5c12}.profile-page .wallet-balance-main .withdraw-link{border:1px solid rgba(255,255,255,.86);background:#ffffffeb;box-shadow:0 .3125rem .75rem #af70191a;color:#9a5c12}.profile-page .withdraw-dialog .block{padding:.75rem;border-radius:.75rem}.profile-page .withdraw-dialog .method-group{flex-wrap:wrap;gap:.5rem}.profile-page .withdraw-dialog .rule-content{max-height:10rem;font-size:.75rem;padding:.625rem}.profile-page .withdraw-dialog .available{flex-wrap:wrap;gap:.375rem}.profile-page .wallet-records__date-trigger{width:100%;min-width:0;height:2.5rem;padding:0 .6875rem;border:1px solid var(--el-border-color);border-radius:.25rem;display:flex;align-items:center;gap:.5rem;background:#fff;color:#687386;font:inherit;font-size:.8125rem;text-align:left}.profile-page .wallet-records__date-trigger>span{min-width:0;flex:1;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap}.profile-page .wallet-records__date-trigger>.is-placeholder{color:#a8b0bd}.profile-page .wallet-records__date-trigger .el-icon{flex:0 0 auto;color:#9ba5b4;font-size:.9375rem}.profile-page .wallet-records__date-trigger-arrow{font-size:.8125rem!important}.profile-page .wallet-date-picker-mask{position:fixed;z-index:4000;top:0;right:0;bottom:0;left:0;display:flex;align-items:flex-end;background:#0a121e61}.profile-page .wallet-date-picker-sheet{width:100%;overflow:hidden;border-radius:1rem 1rem 0 0;background:#fff;box-shadow:0 -.75rem 1.875rem #101f3629}.profile-page .wallet-date-picker-sheet__head{display:grid;grid-template-columns:4.375rem 1fr 4.375rem;align-items:center;min-height:3.375rem;padding:0 .5rem;border-bottom:1px solid #edf0f4}.profile-page .wallet-date-picker-sheet__head strong{color:#172033;font-size:1rem;text-align:center}.profile-page .wallet-date-picker-sheet__head button{height:2.5rem;border:0;background:transparent;color:#7c8798;font:inherit;font-size:.875rem}.profile-page .wallet-date-picker-sheet__head button.is-primary{color:#286fc3;font-weight:700}.profile-page .wallet-date-picker__range-tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.625rem;padding:.75rem .875rem .625rem}.profile-page .wallet-date-picker__range-tabs button{min-width:0;min-height:3rem;padding:.375rem .5rem;border:1px solid #e5e9ef;border-radius:.5625rem;background:#f8fafc;color:#6e7a8d;font:inherit;text-align:left}.profile-page .wallet-date-picker__range-tabs button span,.profile-page .wallet-date-picker__range-tabs button strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-page .wallet-date-picker__range-tabs button span{margin-bottom:.1875rem;font-size:.75rem}.profile-page .wallet-date-picker__range-tabs button strong{color:#384458;font-size:.875rem}.profile-page .wallet-date-picker__range-tabs button.active{border-color:#9cc7f5;background:#eef6ff}.profile-page .wallet-date-picker__range-tabs button.active span,.profile-page .wallet-date-picker__range-tabs button.active strong{color:#1e67b4}.profile-page .wallet-date-picker__columns{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem;padding:0 .875rem calc(1rem + env(safe-area-inset-bottom,0px))}.profile-page .wallet-date-picker__column{position:relative;min-width:0;overflow:hidden;border:1px solid #e7ebf1;border-radius:.625rem;background:#f8fafc}.profile-page .wallet-date-picker__column:after{position:absolute;z-index:1;right:.375rem;left:.375rem;top:7rem;height:2.375rem;border-top:1px solid #b5d5f7;border-bottom:1px solid #b5d5f7;background:#eaf4ff75;content:"";pointer-events:none}.profile-page .wallet-date-picker__column-title{display:block;padding:.5625rem 0 .4375rem;border-bottom:1px solid #e7ebf1;color:#7b8797;font-size:.8125rem;font-weight:600;text-align:center}.profile-page .wallet-date-picker__options{height:12.125rem;overflow-y:auto;overscroll-behavior:contain;scroll-snap-type:y mandatory;scrollbar-width:none;background:#fff}.profile-page .wallet-date-picker__options::-webkit-scrollbar{display:none}.profile-page .wallet-date-picker__options button{display:block;width:100%;height:2.5rem;min-height:2.5rem;padding:0;border:0;border-radius:0;background:transparent;color:#3d4859;font:inherit;font-size:.9375rem;scroll-snap-align:center;scroll-snap-stop:always}.profile-page .wallet-date-picker__options button.active{color:#1e67b4;font-size:1.0625rem;font-weight:700}.profile-page .wallet-date-picker__wheel-spacer{display:block;height:4.8125rem;pointer-events:none}.profile-page .wallet-date-picker-fade-enter-active,.profile-page .wallet-date-picker-fade-leave-active{transition:opacity .22s ease}.profile-page .wallet-date-picker-fade-enter-from,.profile-page .wallet-date-picker-fade-leave-to{opacity:0}.profile-page .wallet-withdraw-dialog-overlay .el-overlay-dialog{display:flex;align-items:center;justify-content:center;padding:1rem;box-sizing:border-box}.profile-page .wallet-withdraw-dialog.el-dialog{width:calc(100vw - 2rem)!important;max-width:23.75rem;max-height:calc(100dvh - 2rem);margin:0!important;display:flex;flex-direction:column;overflow:hidden;border-radius:1rem;box-shadow:0 1.25rem 3rem #0f1f343d}.profile-page .wallet-withdraw-dialog .el-dialog__header{flex:0 0 auto;margin:0;padding:1rem 3rem .8125rem;border-bottom:1px solid #edf1f6}.profile-page .wallet-withdraw-dialog .el-dialog__title{color:#1f2d42;font-size:1.0625rem;font-weight:800;line-height:1.5rem}.profile-page .wallet-withdraw-dialog .el-dialog__headerbtn{top:.8125rem;right:.875rem;width:1.875rem;height:1.875rem}.profile-page .wallet-withdraw-dialog .el-dialog__body{flex:1 1 auto;min-height:0;padding:.75rem .875rem .25rem;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;scrollbar-width:thin}.profile-page .wallet-withdraw-dialog .withdraw-form{gap:.5625rem}.profile-page .wallet-withdraw-dialog .withdraw-form .block{padding:.625rem .75rem;border-radius:.625rem}.profile-page .wallet-withdraw-dialog .withdraw-form .block-title{margin-bottom:.4375rem;font-size:.8125rem;line-height:1.1875rem}.profile-page .wallet-withdraw-dialog .withdraw-form .available{margin-top:.4375rem;font-size:.75rem}.profile-page .wallet-withdraw-dialog .withdraw-form .method-group{min-height:1.75rem;flex-wrap:nowrap;gap:1.125rem}.profile-page .wallet-withdraw-dialog .withdraw-form .el-radio{height:1.75rem;margin-right:0}.profile-page .wallet-withdraw-dialog .withdraw-form .el-form-item{margin-bottom:.5625rem}.profile-page .wallet-withdraw-dialog .withdraw-form .el-form-item:last-child{margin-bottom:0}.profile-page .wallet-withdraw-dialog .withdraw-form .el-form-item__label{height:auto;margin:0;padding:0 0 .3125rem;color:#526176;font-size:.75rem;line-height:1.125rem}.profile-page .wallet-withdraw-dialog .withdraw-form .el-input__wrapper{min-height:2.125rem;padding:1px .625rem;border-radius:.375rem}.profile-page .wallet-withdraw-dialog .withdraw-form .rule-content{max-height:4.75rem;padding:.5rem .625rem;border-radius:.5rem;font-size:.6875rem;line-height:1.55}.profile-page .wallet-withdraw-dialog .el-dialog__footer{flex:0 0 auto;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.625rem;padding:.75rem .875rem calc(.75rem + env(safe-area-inset-bottom,0px));border-top:1px solid #edf1f6;background:#fff}.profile-page .wallet-withdraw-dialog .el-dialog__footer .el-button{width:100%;min-width:0;height:2.375rem;margin:0;border-radius:.5625rem;font-size:.875rem;font-weight:700}}@media (min-width: 769px){.profile-page .wallet-page{padding:0 0 24px}.profile-page .wallet-mobile-header{display:none}.profile-page .wallet-page-title{margin:0 0 16px;font-size:24px;font-weight:800;color:var(--text-primary)}.profile-page .wallet-user-card{display:flex;align-items:center;justify-content:space-between;min-height:170px;gap:44px;padding:24px 44px;margin-bottom:22px;box-sizing:border-box;background:#fff;border:0;border-radius:20px;box-shadow:0 12px 32px #41639114}.profile-page .wallet-user-card__left{display:flex;align-items:center;gap:22px;min-width:0}.profile-page .wallet-user-card__avatar{flex-shrink:0;border:0;box-shadow:0 0 0 10px #f3f6ff}.profile-page .wallet-user-card__name-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-bottom:12px}.profile-page .wallet-user-card__name{font-size:22px;font-weight:900;color:#1b2b47}.profile-page .wallet-user-card__tag{display:inline-flex;align-items:center;gap:5px;min-height:26px;box-sizing:border-box;padding:3px 10px 3px 6px;border:1px solid #e5b83f;border-radius:6px;background:linear-gradient(135deg,#203b6d,#0b1f45);color:#ffe18b;font-size:12px;font-weight:900;letter-spacing:.15px;line-height:1;text-decoration:none;text-shadow:0 1px 1px rgba(0,0,0,.38);box-shadow:inset 0 1px #ffffff2e,0 3px 8px #0f274429}.profile-page .wallet-user-card__tag.is-ordinary{border-color:#c6d5e4;background:linear-gradient(135deg,#f4f8fc,#e6eef6);color:#4b647d;text-shadow:none;box-shadow:inset 0 1px #ffffffe6,0 2px 6px #405b781f}.profile-page .wallet-user-card__tag img{width:20px;height:18px;object-fit:contain;filter:drop-shadow(0 1px 2px rgba(0,0,0,.26))}.profile-page .wallet-user-card__tag.is-gold{border-color:#e2ab32;background:linear-gradient(135deg,#5a3b08,#201600);color:#ffe69b}.profile-page .wallet-user-card__tag.is-platinum{border-color:#bcc9da;background:linear-gradient(135deg,#43536a,#1f2b3c);color:#f3f7ff}.profile-page .wallet-user-card__tag.is-black-gold{border-color:#bc8d31;background:linear-gradient(135deg,#1d2431,#05080e);color:#f0cb78}.profile-page .wallet-user-card__tag.is-black-diamond{border-color:#8f65ee;background:linear-gradient(135deg,#24163f,#09070f);color:#e2d6ff;box-shadow:inset 0 1px #d2bcff3d,0 3px 8px #341c604d}.profile-page .wallet-user-card__id{display:inline-block;margin-right:12px;color:#8a9ab2;font-size:14px;font-weight:600}.profile-page .wallet-user-card__verified{display:inline-flex;align-items:center;gap:4px;padding:3px 7px;border-radius:5px;background:#eaf2ff;color:#4c8ff5;font-size:12px;font-weight:800}.profile-page .wallet-user-card__verified .el-icon{font-size:14px}.profile-page .wallet-user-card__earn{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;width:362px;min-height:76px;flex:0 0 auto;padding-left:42px;border-left:1px solid #edf0f5;border-top:0;border-right:0;border-bottom:0;background:transparent;color:#5f6e85;font:inherit;text-align:left;cursor:pointer;transition:background-color .18s ease}.profile-page .wallet-user-card__earn:hover,.profile-page .wallet-user-card__earn:focus-visible{outline:none;background:#347ef30a}.profile-page .wallet-user-card__earn>span{display:inline-flex;align-items:center;gap:7px;margin-bottom:5px;font-size:14px;font-weight:700}.profile-page .wallet-user-card__earn>span .el-icon{color:#9eabc0;font-size:16px}.profile-page .wallet-user-card__earn strong{grid-column:1;font-size:40px;font-weight:900;color:#347ef3;line-height:1;letter-spacing:-1px}.profile-page .wallet-user-card__earn-arrow{grid-row:1/span 2;grid-column:2;color:#748198;font-size:28px}.profile-page .wallet-balance-hero{position:relative;overflow:hidden;min-height:210px;margin-bottom:18px;padding:30px 48px 18px;border-radius:20px;background-color:#ffdda4;background-position:center;background-size:cover;background-repeat:no-repeat;box-sizing:border-box}.profile-page .wallet-balance-hero__badge{position:absolute;top:0;left:0;z-index:1;display:inline-flex;align-items:center;gap:5px;height:40px;padding:0 18px 0 16px;border-radius:0 0 14px;background:#ffd58bd1;color:#d98416;font-size:15px;font-weight:800}.profile-page .wallet-balance-hero__badge .el-icon{font-size:18px}.profile-page .wallet-balance-hero__content{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1fr) 170px;align-items:center;gap:28px;min-height:162px}.profile-page .wallet-balance-hero__summary{min-width:0}.profile-page .wallet-balance-hero__label{display:inline-flex;align-items:center;gap:10px;color:#69401f;font-size:16px;font-weight:800}.profile-page .wallet-balance-hero__label .el-icon{color:#9a7651;font-size:18px}.profile-page .wallet-balance-hero__amount{margin-top:8px;color:#5b2f14;font-size:36px;font-weight:900;line-height:1.05;letter-spacing:-1.6px}.profile-page .wallet-balance-hero__meta{display:flex;align-items:center;gap:20px;margin-top:11px;color:#9b6f42;font-size:13px;font-weight:600}.profile-page .wallet-balance-hero__meta span{display:inline-flex;align-items:center;gap:5px}.profile-page .wallet-balance-hero__meta .wallet-balance-hero__freeze-link{display:inline-flex;padding:0;align-items:center;gap:5px;border:0;color:inherit;background:transparent;font:inherit;cursor:pointer}.profile-page .wallet-balance-hero__meta .wallet-balance-hero__freeze-link:hover,.profile-page .wallet-balance-hero__meta .wallet-balance-hero__freeze-link:focus-visible{outline:none;color:#d47712}.profile-page .wallet-balance-hero__meta .el-icon{color:#79542e;font-size:18px}.profile-page .wallet-balance-hero__actions{display:flex;flex-direction:column;align-items:stretch;gap:18px;margin-top:0;justify-self:end}.profile-page .wallet-balance-hero__actions button{width:170px;height:42px;padding:0 22px;border:1px solid #edaa55;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;gap:10px;background:#fff7e7d1;color:#a56625;cursor:pointer;font-family:inherit;font-size:15px;font-weight:800;transition:transform .18s ease,box-shadow .18s ease}.profile-page .wallet-balance-hero__actions button.is-primary{border-color:#df8519;background:linear-gradient(135deg,#df8a1b,#c86a0e);color:#fff;box-shadow:0 8px 16px #bf68133d}.profile-page .wallet-balance-hero__actions button:hover{transform:translateY(-1px);box-shadow:0 9px 18px #ad671b36}.profile-page .wallet-balance-hero__actions button .el-icon{font-size:21px}.profile-page .wallet-balance-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(0,1fr);gap:16px;margin-bottom:16px}.profile-page .wallet-balance-main{padding:22px 24px;background:#fff;border:1px solid var(--border-color);border-radius:16px;box-shadow:0 2px 12px #0000000a}.profile-page .wallet-balance-main__label{display:flex;align-items:center;gap:10px;font-size:14px;font-weight:600;color:var(--text-secondary);margin-bottom:12px}.profile-page .wallet-balance-main__icon{width:36px;height:36px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;font-size:18px}.profile-page .wallet-balance-main__icon--wallet{background:#3a8ee61f;color:var(--primary-color)}.profile-page .wallet-balance-main__amount{display:flex;align-items:baseline;gap:4px;margin-bottom:18px}.profile-page .wallet-balance-main__amount .currency{font-size:22px;font-weight:800;color:#e8b339}.profile-page .wallet-balance-main__amount .amount{font-size:42px;font-weight:900;line-height:1;color:#e8b339}.profile-page .wallet-balance-main__actions{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.profile-page .wallet-balance-main .withdraw-btn{min-width:96px;height:40px;border-radius:8px;font-weight:700}.profile-page .wallet-balance-main .withdraw-link{border:none;background:transparent;color:var(--text-secondary);font-size:14px;cursor:pointer;padding:0}.profile-page .wallet-balance-main .withdraw-link:hover{color:var(--primary-color)}.profile-page .wallet-balance-side{display:flex;flex-direction:column;gap:16px}.profile-page .wallet-balance-side__item{flex:1;padding:18px 20px;border-radius:16px;border:1px solid var(--border-color);background:#fff;box-shadow:0 2px 12px #0000000a;font:inherit;text-align:left}.profile-page .wallet-balance-side__item--income{background:linear-gradient(180deg,#3a8ee60f,#fff)}.profile-page .wallet-balance-side__item--freeze{background:linear-gradient(180deg,#10b9810f,#fff);cursor:pointer;transition:border-color .18s ease,box-shadow .18s ease}.profile-page .wallet-balance-side__item--freeze:hover,.profile-page .wallet-balance-side__item--freeze:focus-visible{outline:none;border-color:#10b98173;box-shadow:0 4px 14px #10b9811f}.profile-page .wallet-balance-side__label{display:flex;align-items:center;gap:10px;font-size:13px;color:var(--text-secondary);margin-bottom:10px}.profile-page .wallet-balance-side__icon{width:32px;height:32px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center}.profile-page .wallet-balance-side__icon--income{background:#3a8ee61f;color:var(--primary-color)}.profile-page .wallet-balance-side__icon--freeze{background:#10b9811f;color:#10b981}.profile-page .wallet-balance-side__value{font-size:24px;font-weight:900;color:var(--text-primary)}.profile-page .wallet-records{background:#fff;border:1px solid var(--border-color);border-radius:16px;box-shadow:0 2px 12px #0000000a;overflow:hidden}.profile-page .wallet-records__tabs{display:flex;gap:28px;padding:0 24px;border-bottom:1px solid var(--border-color)}.profile-page .wallet-records__tab{position:relative;border:none;background:transparent;padding:16px 0;font-size:15px;font-weight:600;color:var(--text-secondary);cursor:pointer}.profile-page .wallet-records__tab.is-active{color:var(--primary-color);font-weight:800}.profile-page .wallet-records__tab.is-active:after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;background:var(--primary-color);border-radius:2px}.profile-page .wallet-records__toolbar{display:flex;align-items:center;gap:12px;padding:16px 24px;border-bottom:1px solid var(--border-color);flex-wrap:wrap}.profile-page .wallet-records__filter-type{width:140px}.profile-page .wallet-records__filter-date{width:280px;max-width:100%}.profile-page .wallet-records__refresh{margin-left:auto}.profile-page .wallet-records__body{padding:0 24px 16px}.profile-page .wallet-records__table-wrap{overflow-x:auto}.profile-page .wallet-records__table{width:100%;border-collapse:collapse}.profile-page .wallet-records__table th,.profile-page .wallet-records__table td{padding:14px 12px;text-align:left;font-size:13px;border-bottom:1px solid #f0f2f5;vertical-align:middle}.profile-page .wallet-records__table th{color:var(--text-muted);font-weight:600;background:#fafbfd}.profile-page .wallet-records__table td.is-amount,.profile-page .wallet-records__table th.is-amount{text-align:right;white-space:nowrap}.profile-page .wallet-records__type-cell{display:flex;align-items:center;gap:10px;min-width:120px}.profile-page .wallet-records__type-icon{width:32px;height:32px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.profile-page .wallet-records__type-icon.is-income{background:#3a8ee61f;color:var(--primary-color)}.profile-page .wallet-records__type-icon.is-pay{background:#ef44441f;color:#ef4444}.profile-page .wallet-records__type-icon.is-refund{background:#10b9811f;color:#10b981}.profile-page .wallet-records__type-icon.is-withdraw{background:#94a3b824;color:#64748b}.profile-page .wallet-records__detail{font-weight:600;color:var(--text-primary)}.profile-page .wallet-records__reject{margin-top:4px;font-size:12px;color:#ef4444}.profile-page .wallet-records__status{display:inline-flex;margin-top:4px;font-size:12px;font-weight:700;padding:2px 8px;border-radius:999px;background:#94a3b81f;color:var(--text-secondary)}.profile-page .wallet-records__status.status-pending{background:#ef44441f;color:#ef4444}.profile-page .wallet-records__status.status-success{background:#10b9811f;color:#10b981}.profile-page .wallet-records__status.status-freeze{background:#f59e0b21;color:#d97706}.profile-page .wallet-records__freeze-meta{margin-top:6px;color:var(--text-secondary);font-size:12px;line-height:1.5}.profile-page .wallet-records__money{font-size:15px;font-weight:800}.profile-page .wallet-records__money.is-plus{color:#10b981}.profile-page .wallet-records__money.is-minus{color:#ef4444}.profile-page .wallet-records__empty{padding:32px 0;text-align:center;color:var(--text-muted)}.profile-page .wallet-records__list{display:none}.profile-page .pagination-wrapper{padding:0 24px 20px;display:flex;justify-content:flex-end}.profile-page .withdraw-dialog .withdraw-form{display:flex;flex-direction:column;gap:14px}.profile-page .withdraw-dialog .block{padding:14px;border-radius:14px;border:1px solid var(--border-color);background:var(--bg-secondary)}.profile-page .withdraw-dialog .block-title{font-size:14px;font-weight:800;color:var(--text-primary);margin-bottom:10px}.profile-page .withdraw-dialog .money-input .el-input__prefix{font-weight:800;color:var(--text-secondary)}.profile-page .withdraw-dialog .available{margin-top:10px;display:flex;justify-content:space-between;align-items:center;font-size:13px;color:var(--text-secondary)}.profile-page .withdraw-dialog .available .value{color:#ef4444;font-weight:800}.profile-page .withdraw-dialog .method-group{display:flex;gap:12px}.profile-page .withdraw-dialog .rule-content{width:100%;border-radius:12px;padding:12px;background:#fff;border:1px solid var(--border-color);color:var(--text-secondary);font-size:13px;line-height:1.7;max-height:220px;overflow:auto;word-break:break-word}}.logo-text{display:inline-flex;align-items:center;height:100%;font-size:26px;font-weight:800;color:#0f2744;letter-spacing:1px;white-space:nowrap;line-height:1}.main-nav--home .logo-text{font-size:32px;letter-spacing:2px}.navbar-wrapper.home-compact .main-nav--home .logo-text{font-size:26px;letter-spacing:1px}.brand-logo__text{font-size:26px;font-weight:800;color:#fff;letter-spacing:2px;line-height:1}.user-avatar--text{display:inline-flex;align-items:center;justify-content:center;background:#0f2744;color:#fc0;font-weight:800;font-size:14px}.profile-notification,.nav-action-btn,.top-link,.login-link,.logout-link,.user-link,.logo,.nav-link,.floating-dock__item,.footer-links a{cursor:pointer}.home-quick-links__icon.home-quick-links__icon--drawn{display:flex;align-items:center;justify-content:center;border-radius:50%;background:#0f2744;color:#fc0}.home-quick-links__icon--drawn .el-icon{font-size:24px}.home-user-panel__row-icon.el-icon{display:flex;align-items:center;justify-content:center;font-size:22px;color:#0f2744}.home-user-panel__quick-feature-icon.el-icon{display:flex;align-items:center;justify-content:center;font-size:42px;color:inherit}.section-title__icon--emoji{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;font-size:20px;line-height:1}.home-banner-item--default{background:linear-gradient(115deg,#0b1f3f,#123a73 55%,#1c4f96)}.notice-icon .el-icon{font-size:24px;color:#ffe18b}.product-card__thumb-fill{width:100%;height:100%}.product-deposit-promise__shield.el-icon{width:16px;height:18px;font-size:16px;color:#c9920a;flex:0 0 auto}.product-deposit-promise__lightning.el-icon{width:12px;height:18px;font-size:14px;color:#f0a91b;flex:0 0 auto;margin-left:auto}.product-card__renting-badge{position:absolute;z-index:3;top:10px;right:10px;padding:3px 9px;border-radius:6px;background:#0f172ab8;color:#fff;font-size:12px;font-weight:700}.product-card__btn:disabled{background:#dfe3ea;color:#9aa2b1;box-shadow:none;cursor:not-allowed}.product-card__btn:disabled:hover{background:#dfe3ea;transform:none}.floating-dock__launcher-text{display:flex;align-items:center;justify-content:center;width:100%;height:100%;border-radius:50%;background:#0d1b39;color:#fc0;font-weight:800;font-size:15px;letter-spacing:1px}.floating-dock__icon .el-icon{font-size:20px}.mobile-unified-header__actions .el-icon,.mobile-unified-header__notification .el-icon{font-size:22px;color:#1d2c43}.home-mobile-action__icon .el-icon{font-size:20px;color:#0f2744}.mobile-tabbar .mobile-tabbar__icon .el-icon{font-size:23px;color:inherit}.mobile-tabbar .van-tabbar-item{position:relative}.banner-item--default{background:linear-gradient(115deg,#0b1f3f,#123a73 55%,#1c4f96)}.home-mobile-banner-btn{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:8px;background:linear-gradient(180deg,#ffe033,#ffd000);color:#5c3b00;font-weight:800;cursor:pointer}.mobile-unified-header{display:none}@media (max-width: 768px){html,body,#app,.navbar-wrapper,.main-content{min-width:0!important}.floating-dock-desktop-only,.floating-dock__launcher{display:none!important}.navbar-wrapper{background:#fff!important}}.mobile-unified-header__back .el-icon{font-size:23px;color:#1d2c43}.content-desktop-only{display:block}.content-mobile-only{display:none}@media (max-width: 768px){.content-desktop-only{display:none!important}.content-mobile-only{display:inline}}.platform-notice-page .notice-item,.problem-page .problem-item{cursor:pointer;font-family:inherit}.platform-notice-page .notice-item:focus-visible{outline:none;border-color:#8bb7f4;box-shadow:0 0 0 3px #409eff2e}.platform-notice-page .notice-back-btn>span,.problem-page .problem-back-btn>span{display:inline-flex;align-items:center;gap:4px}.platform-notice-page .notice-icon .el-icon{font-size:13px;color:#fff}.platform-notice-page .notice-arrow.el-icon,.problem-page .problem-item__arrow.el-icon{font-size:13px}.problem-page .problem-item__icon .el-icon{font-size:22px}@media (max-width: 768px){.platform-notice-page .notice-icon .el-icon,.platform-notice-page .notice-arrow.el-icon,.problem-page .problem-item__arrow.el-icon{font-size:15px}.problem-page .problem-item__icon .el-icon{font-size:21px}}.platform-notice-page .empty{min-height:220px;padding:32px 0}.notice-dialog__meta{font-size:12.5px;color:#94a3b8;margin-bottom:12px}.notice-dialog__body{line-height:2;color:#40495c;white-space:pre-wrap;word-break:break-word}.problem-dialog__tag{display:inline-block;margin-bottom:12px;padding:2px 9px;border-radius:4px;background:#eef3fa;color:#285ec7;font-size:11.5px;font-weight:600}.problem-dialog__answer{line-height:2;color:#40495c}.problem-dialog__help{margin-right:auto;font-size:12.5px;color:#94a3b8}.problem-dialog .el-dialog__footer{display:flex;align-items:center;gap:8px}.problem-dialog .el-dialog__footer .el-button+.el-button{margin-left:0}.about-page .contact-section .contact-card.is-link{cursor:pointer}.about-page .contact-section .qrcode-img--entry{display:flex;align-items:center;justify-content:center;gap:10px;min-height:41px;box-sizing:border-box;color:#666;font-size:14px;cursor:pointer;transition:background .3s ease,color .3s ease}.about-page .contact-section .qrcode-img--entry .el-icon{font-size:18px;color:#3a8ee6;margin:0}.about-page .contact-section .qrcode-img--entry:hover{background:var(--primary-gradient);color:#fff}.about-page .contact-section .qrcode-img--entry:hover .el-icon{color:#fff}.about-page .page-header h1,.about-page .page-header p,.about-page section h2,.about-page .feature-item h3,.about-page .feature-item p,.about-page .contact-card h3,.about-page .contact-card p{margin-top:0}.about-page .intro-content p:last-child{margin-bottom:0}.rental-guide-page .back{cursor:pointer;font-family:inherit}.rental-guide-page .image-placeholder--steps{align-items:stretch;justify-content:flex-start;padding:28px 32px;box-sizing:border-box;color:#243a57;text-align:left}.rental-guide-page .guide-steps__intro{margin:0 0 18px;font-size:14px;color:#66758c}.rental-guide-page .guide-steps{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:14px}.rental-guide-page .guide-step{display:flex;gap:14px;align-items:flex-start}.rental-guide-page .guide-step__no{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-size:13px;font-weight:800}.rental-guide-page .hero--publish+.guide-card .guide-step__no{background:linear-gradient(145deg,#ffc13c,#f0a91b);color:#3d2a00}.rental-guide-page .guide-step__body{display:flex;flex-direction:column;gap:4px;min-width:0}.rental-guide-page .guide-step__title{font-size:15px;font-weight:800;color:#243a57}.rental-guide-page .guide-step__desc{font-size:13px;line-height:1.7;color:#66758c}.rental-guide-page .guide-tips{margin:20px 0 0;padding:12px 16px 12px 32px;border-radius:10px;background:#fff7e6;color:#714520;font-size:13px;line-height:1.7}.rental-guide-page .guide-steps__foot{display:flex;flex-wrap:wrap;gap:8px 20px;margin-top:18px}.rental-guide-page .guide-steps__switch{padding:0;border:0;background:transparent;color:#3a8ee6;font-size:14px;font-family:inherit;cursor:pointer}.rental-guide-page .guide-steps__switch:hover{text-decoration:underline}@media (max-width: 768px){.rental-guide-page .image-placeholder--steps{padding:18px 16px}.rental-guide-page .guide-step__no{width:24px;height:24px;font-size:12px}.rental-guide-page .guide-step__title{font-size:14px}.rental-guide-page .guide-step__desc{font-size:12.5px}}@media (min-width: 769px){.account-detail-page .account-detail-mobile-only{display:none!important}.account-detail-page.goods-detail-page{padding:12px 0 20px}}@media (max-width: 768px){.account-detail-page .account-detail-desktop-only{display:none!important}}.account-detail-page .detail-order-btn .lightning-icon{width:auto;height:auto;display:inline-flex;align-items:center;justify-content:center;font-size:24px;transform:none;color:#fff}.account-detail-page .detail-breadcrumb .el-breadcrumb__inner{display:inline-flex;align-items:center}.account-detail-page .banner-arrow .arrow{display:inline-flex}.account-detail-page .banner-img{position:relative;background-size:cover;background-position:center}.account-detail-page .banner-img:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0f172a0a 40%,#0f172a47);pointer-events:none}.account-detail-page .van-swipe{position:relative;overflow:hidden}.account-detail-page .van-swipe__track{display:flex;height:100%}.account-detail-page .van-swipe-item{flex:0 0 100%;width:100%;height:100%}.account-detail-page .detail-duration-label{margin:0 0 8px;color:#7d8796;font-size:13px;font-weight:800}.account-detail-page .detail-duration{gap:10px}.account-detail-page .detail-duration .detail-key-stats__item{flex-direction:column;align-items:flex-start;gap:2px;padding:6px 14px;min-height:48px;font:inherit;cursor:pointer;-webkit-tap-highlight-color:transparent;transition:border-color .18s ease,background-color .18s ease,box-shadow .18s ease,transform .18s ease}.account-detail-page .detail-duration .detail-key-stats__item:hover{border-color:#cbd5e1;transform:translateY(-1px)}.account-detail-page .detail-duration .detail-key-stats__item .detail-key-stats__label{font-size:14px;color:#253247}.account-detail-page .detail-duration .detail-key-stats__item .detail-key-stats__value{font-size:12px}.account-detail-page .detail-duration .detail-key-stats__item.is-active{border-color:#f3a45e;background:#fff8f0;box-shadow:0 4px 10px #e0761f1c}.account-detail-page .detail-duration .detail-key-stats__item.is-active .detail-key-stats__label,.account-detail-page .detail-duration .detail-key-stats__item.is-active .detail-key-stats__value{color:#db721b}.account-detail-page .detail-quick-info{margin-top:12px}.account-detail-page .detail-quick-info__item{flex:1 1 0}.account-detail-page .detail-quick-info__subvalue{color:#16834d;font-size:11px;font-style:normal;font-weight:800;line-height:1.2;margin-top:2px}.account-detail-page .detail-quick-info__item--total strong{color:#ff3b1f}.account-detail-page .detail-review-avg{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:700;color:#7d8796}.account-detail-page .detail-review-avg b{color:#ff3b1f;font-size:20px;font-weight:900}.account-detail-page .detail-review-avg i{font-style:normal}.account-detail-page .msg-name .msg-rate{height:auto;vertical-align:middle;margin-left:4px}.account-detail-page .msg-item .avatar{font-weight:800}.account-detail-page .empty-mini .el-empty{padding:10px 0}.account-detail-page .detail-order-dialog p{margin:0 0 8px}.account-detail-page .detail-order-dialog__muted{color:#7a8394}.account-detail-page .detail-order-dialog__balance{margin-top:8px}.account-detail-page .detail-order-dialog .pay-price{color:#ff3b1f;font-weight:700}.account-detail-page .detail-order-dialog .el-alert{margin-top:8px}.account-detail-page .paylist{border:1px solid #e6ebf2;border-radius:8px;overflow:hidden;margin-top:10px}.account-detail-page .pl{display:flex;align-items:center;justify-content:space-between;padding:10px 13px;border-bottom:1px solid #f2f5fa;font-size:14px}.account-detail-page .pl:last-child{border-bottom:none}.account-detail-page .pl span{color:#55617a}.account-detail-page .pl span i{font-style:normal;color:#7a8394;font-size:12px;margin-left:7px}.account-detail-page .pl b{font-weight:700}.account-detail-page .pl .saved{font-style:normal;color:#12a150;font-size:12px;margin-left:8px}.account-detail-page .pl.total{background:#f7f9fc}.account-detail-page .pl.total b{font-size:19px}@media (max-width: 768px){.account-detail-page .detail-duration-label{margin:10px 0 6px;font-size:12px}.account-detail-page .detail-duration{gap:6px}.account-detail-page .detail-duration .detail-key-stats__item{flex:1 1 calc(25% - 6px);min-height:40px;padding:4px 6px}.account-detail-page .detail-duration .detail-key-stats__item .detail-key-stats__label{font-size:12px}.account-detail-page .detail-duration .detail-key-stats__item .detail-key-stats__value{font-size:11px}.account-detail-page .detail-review-avg b{font-size:16px}}.account-list-page .quick-zone-button__icon.el-icon{display:inline-flex;align-items:center;justify-content:center;font-size:22px;color:currentColor}.account-list-page .list-toolbar .sort-tab .el-icon{font-size:14px;color:#a7b0bf}.account-list-page .list-toolbar .sort-tab.active .el-icon{color:#1677ff}.account-list-page .list-toolbar .search-input .el-input__wrapper{height:40px;background:#fff;border-radius:6px 0 0 6px;box-shadow:0 0 0 1px #eef1f5 inset}.account-list-page .list-toolbar .search-input .el-input__inner{font-size:14px;font-weight:600;color:#606266}.account-list-page .list-toolbar .search-input .el-input-group__append{width:56px;padding:0;background:#f3f6fa;color:#788292;border-color:#eef1f5;border-radius:0 6px 6px 0;box-shadow:0 0 0 1px #eef1f5 inset}.account-list-page .list-toolbar .search-input .el-input-group__append .el-button{width:100%;height:40px;color:#788292;font-size:20px}.account-list-page .list-toolbar .toolbar-view-toggle__btn .el-icon{font-size:20px}.account-list-page .list-toolbar .toolbar-view-toggle__btn .toolbar-view-toggle__list-icon{font-size:17px}.account-list-page .filter-box__selected-empty{font-size:13px;color:#9aa6b6}.account-list-page .account-list-item{height:auto;min-height:230px}.account-list-page .account-list-item__image-fill{width:100%;height:100%;min-height:230px}.account-list-page .account-list-item__title-assured-icon.el-icon{font-size:18px;color:#12a150}.account-list-page .account-list-item__renting-badge{position:absolute;top:10px;right:10px;z-index:3;padding:3px 9px;border-radius:6px;background:#0f172ab8;color:#fff;font-size:12px;font-weight:700}.account-list-page .account-list-item__rent-btn:disabled{background:#dfe3ea;box-shadow:none;color:#9aa2b1;cursor:not-allowed}.account-list-page .account-list-item__rent-btn:disabled:hover{background:#dfe3ea;transform:none}.account-list-page .advanced-filter-dialog .el-dialog__header{margin-right:0;padding:18px 22px 14px;border-bottom:1px solid #edf1f5}.account-list-page .advanced-filter-dialog .el-dialog__title{color:#1f2d3d;font-size:18px;font-weight:800}.account-list-page .advanced-filter-dialog .el-dialog__body{padding:18px 22px 8px}.account-list-page .advanced-filter-dialog .el-dialog__footer{padding:14px 22px 20px}.account-list-page .advanced-filter-dialog__field .el-select{width:100%}@media (max-width: 768px){.account-list-page .quick-zone-button__icon.el-icon{font-size:16px}.account-list-page .hall-banner__item--default{background:linear-gradient(115deg,#0b1f3f,#123a73 55%,#1c4f96)}.account-list-page .hall-banner__text{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;padding:0 16px}.account-list-page .hall-banner__title{font-size:26px;font-weight:900;letter-spacing:2px;color:#fff;text-shadow:0 2px 8px rgba(0,0,0,.35)}.account-list-page .hall-banner__desc{display:inline-block;padding:3px 14px;border-radius:999px;background:#ffffffeb;color:#123a73;font-size:12px;font-style:normal;font-weight:700}.account-list-page .hall-legacy-sort-menu__direction .el-icon{color:inherit}.account-list-page .hall-vant-filter-menu__advanced .hall-filter-action-icon.el-icon{font-size:14px}.account-list-page .hall-vant-filter-menu__advanced .hall-filter-chevron.el-icon{font-size:10px}.account-list-page .infinite-load-more{height:30px;padding:0 16px;border:1px solid #dfe5ed;border-radius:15px;background:#fff;color:#3c4654;font-size:12px;font-weight:600}.account-list-page .infinite-load-more:active{background:#f1f6ff}.account-list-page .accounts-waterfall+.empty-state{background:#fff}.account-list-page .van-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2998;background:#0000008c}.account-list-page .van-popup{position:fixed;z-index:2999;max-height:100%;overflow:hidden;background:#fff;animation:hall-sheet-up .25s ease}.account-list-page .van-popup--bottom{left:0;right:0;bottom:0;width:100%}.account-list-page .mobile-advanced-popup{height:min(76vh,620px)}.account-list-page .mobile-advanced-sheet__panel{height:100%}.account-list-page .mobile-advanced-field .el-input__inner{text-align:center}@keyframes hall-sheet-up{0%{transform:translateY(100%)}to{transform:none}}}.auth-header-nav .header-logo .auth-logo-text{display:inline-flex;align-items:center;height:100%;font-size:26px;font-weight:800;letter-spacing:2px;line-height:1;color:#14316d;white-space:nowrap}.login-page .auth-aside{background-image:radial-gradient(circle at 80% 76%,rgba(58,142,230,.55) 0,rgba(58,142,230,.18) 14%,transparent 34%),radial-gradient(circle at 78% 66%,rgba(120,190,255,.35) 0,transparent 12%),radial-gradient(circle at 12% 12%,rgba(255,255,255,.07) 0,transparent 28%),linear-gradient(115deg,rgba(255,255,255,.04) 0 1px,transparent 1px 100%),linear-gradient(160deg,#0d2c5f,#0b3374 48%,#0a2a63);background-size:auto,auto,auto,120px 90px,auto}.login-page .auth-aside .feature-icon-img{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;border-radius:50%;border:2px solid rgba(255,255,255,.85);box-shadow:inset 0 0 0 4px #0b3374,inset 0 0 0 5px #ffffff73;color:#fff;font-size:22px}.login-page .auth-aside .feature-icon-img .el-icon{font-size:22px}.form-options--login .forgot-pwd{cursor:default}.form-options--login .forgot-pwd:hover{text-decoration:none;color:var(--text-secondary)}.login-page .verify-code-row .code-btn{white-space:nowrap}.auth-footer .icp-link{color:inherit;text-decoration:none}.auth-footer .icp-link:hover{text-decoration:underline}@media (max-width: 768px){.auth-header-nav .header-logo .auth-logo-text{font-size:20px;letter-spacing:1px}.login-page .auth-aside .feature-icon-img{font-size:15px;border-width:1.5px;box-shadow:none}.login-page .auth-aside .feature-icon-img .el-icon{font-size:15px}}.auth-header-nav .header-inner{min-height:95px}@media (max-width: 768px){.auth-header-nav .header-inner{min-height:48px}}@media (min-width: 769px){.hafu-mobile-only{display:none!important}.vip-benefits-page>.vip-page{display:none!important}}@media (max-width: 768px){.hafu-desktop-only{display:none!important}.vip-benefits-page>.vip-page-decor,.vip-benefits-page>.vip-benefits-page__shell{display:none!important}}.hafu-page .hafu-icon.el-icon{display:inline-flex;align-items:center;justify-content:center;font-size:18px;color:#c9920a}.hafu-page .hafu-self-tag{display:inline-block;margin-left:6px;padding:0 6px;border-radius:999px;background:#fff4d6;color:#b77900;font-size:11px;font-weight:800;font-style:normal;line-height:18px;vertical-align:1px}.hafu-page .hafu-tr.is-self{background:#fffaf0!important}.hafu-page .hafu-chg{margin-left:8px;font-size:11px;font-weight:700;white-space:nowrap}.hafu-page .hafu-chg.is-up{color:#f5222d}.hafu-page .hafu-chg.is-down{color:#12a150}.hafu-page .hafu-chg.is-flat{color:#9aa4b8}.hafu-page .table-card .el-empty{padding:24px 0}.hafu-page .hafu-back-btn .el-icon{font-size:15px}.hafu-page .hafu-filter-form .van-cell{display:flex;align-items:center;gap:8px}.hafu-page .hafu-filter-form .van-cell--clickable{cursor:pointer}.hafu-page .hafu-filter-form .van-cell__title{flex:0 0 auto}.hafu-page .hafu-filter-form .van-cell__value{flex:1;min-width:0;text-align:left}.hafu-page .hafu-filter-form .van-cell--clickable .van-cell__value{text-align:right}.hafu-page .hafu-filter-form .van-field__label label{font-size:14px;color:#6b7a90}.hafu-page .hafu-filter-form .van-field__control{display:block;width:100%;margin:0;padding:0;border:0;outline:0;background:transparent;font-size:14px;line-height:24px;color:#323233;box-sizing:border-box}.hafu-page .hafu-filter-form .van-field__control::placeholder{color:#c8c9cc}.hafu-page .hafu-filter-form .van-field__control.is-placeholder{color:#c8c9cc;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hafu-page .hafu-filter-form .van-cell__right-icon.el-icon{flex:0 0 auto;font-size:16px;color:#969799}.hafu-page .hafu-filter-form__dates{display:grid;grid-template-columns:1fr auto 1fr;gap:8px;align-items:center;padding:0 2px}.hafu-page .hafu-filter-form__dates input{min-width:0;height:36px;padding:0 8px;border:1px solid #d8e0eb;border-radius:8px;font-size:13px;color:#323233;background:#fff}.hafu-page .hafu-filter-form__dates span{color:#6b7a90;font-size:13px}.hafu-page .hafu-filter-form__actions .van-button{display:inline-flex;align-items:center;justify-content:center;margin:0;padding:0;border:1px solid transparent;cursor:pointer;box-sizing:border-box}.hafu-page .hafu-filter-form__actions .van-button--plain{background:#fff;border-color:#1989fa;color:#1989fa}.hafu-page .hafu-filter-form__actions .van-button--block{background:#1989fa;border-color:#1989fa;color:#fff}.hafu-page .hafu-filter-form__actions .van-button:active{opacity:.85}.hafu-page .hafu-filter-form__actions .van-button__content{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.shareholder-hero__inner{position:relative}.shareholder-hero__art{position:absolute;right:8%;top:50%;width:200px;height:200px;transform:translateY(-50%);border-radius:50%;display:flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.22);pointer-events:none;background:radial-gradient(circle,#ffffff29,#ffffff08 70%);box-shadow:0 0 0 24px #5e9eff14,0 0 0 60px #5e9eff0a}.shareholder-hero__art .el-icon{font-size:96px;color:#fc0}.shareholder-hero__btn .el-icon{font-size:20px}.shareholder-stats__icon .el-icon{font-size:26px;color:#fff}.shareholder-stats__copy .el-icon{font-size:14px;margin-right:4px}.shareholder-earnings__refresh .el-icon{font-size:16px}.shareholder-shortcuts__img{display:flex;align-items:center;justify-content:center;width:36px;height:36px;margin:0 0 6px;flex:0 0 auto;border-radius:50%;background:#001f5d;color:#fc0}.shareholder-shortcuts__img .el-icon{font-size:18px}.shareholder-shortcuts__item{cursor:pointer}.shareholder-empty__icon{display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:#001f5d;color:#fff}.shareholder-empty-inline .shareholder-empty__icon{width:44px;height:44px}.shareholder-empty__icon .el-icon{font-size:22px}.shareholder-table .is-money{font-weight:800;color:#001f5d}@media (max-width: 768px){.shareholder-hero__art{right:5%;width:120px;height:120px;box-shadow:0 0 0 14px #5e9eff14,0 0 0 34px #5e9eff0a}.shareholder-hero__art .el-icon{font-size:56px}.shareholder-hero__btn .el-icon{font-size:16px}.shareholder-stats__icon{display:flex;align-items:center;justify-content:center;border-radius:50%;background:#001f5d}.shareholder-stats__icon .el-icon{font-size:24px}.shareholder-earnings__head .shareholder-section-title{display:flex;align-items:center}}.vip-benefits-page .vip-card-face__background,.vip-benefits-page .vip-card__background{display:flex;align-items:center;justify-content:flex-end;padding-right:9%;box-sizing:border-box}.vip-benefits-page .vip-card-face__background .el-icon,.vip-benefits-page .vip-card__background .el-icon{font-size:clamp(90px,14vw,150px);color:#fff;opacity:.28}.vip-benefits-page .vip-card-face__background.is-vip1,.vip-benefits-page .vip-card__background.is-vip1{background:linear-gradient(120deg,#dfeaf8,#b9cfe9 45%,#7fa3cf)}.vip-benefits-page .vip-card-face__background.is-platinum,.vip-benefits-page .vip-card__background.is-platinum{background:linear-gradient(120deg,#f4f6f9,#d7dde6 45%,#9aa3b1)}.vip-benefits-page .vip-card-face__background.is-gold,.vip-benefits-page .vip-card__background.is-gold{background:linear-gradient(120deg,#fff3d1,#f3d48e 45%,#c9943d)}.vip-benefits-page .vip-card-face__badge .el-icon{font-size:18px}.vip-benefits-page .vip-card__badge .el-icon{font-size:14px}.vip-benefits-page .vip-card-face__lock .el-icon{font-size:36px}.vip-benefits-page .vip-card__lock-icon .el-icon{font-size:18px}.vip-benefits-page .vip-card__status .el-icon{font-size:13px}.vip-benefits-page .vip-showcase__status .el-icon{grid-row:span 2;font-size:22px}.vip-benefits-page .vip-exclusive-item__icon .el-icon{font-size:26px;color:#f1ce83}.vip-benefits-page .vip-page-header__back .el-icon{font-size:14px}.vip-benefits-page .vip-card-stage__arrow .el-icon{font-size:16px}.vip-benefits-page .vip-card-stage__arrow:disabled{opacity:.35;cursor:default}.vip-benefits-page .vip-store-apply__qr-empty{border:1px dashed rgba(126,232,255,.5);cursor:pointer;font:inherit;font-size:11px;line-height:1.5;color:#8eaed4}.vip-benefits-page .vip-store-apply__qr-empty:hover{color:#9fe6ff;border-color:#7ee8ff}.vip-benefits-page .vip-showcase__cta{margin-top:14px;height:38px;padding:0 18px;border:1px solid #d9a64d;border-radius:999px;background:linear-gradient(90deg,#b77d2b,#e2b861);color:#261738;font-size:13px;font-weight:800;cursor:pointer;transition:filter .2s ease,transform .2s ease}.vip-benefits-page .vip-showcase__cta:hover{filter:brightness(1.08);transform:translateY(-1px)}.vip-benefits-page .vip-mobile-cta{display:block;width:100%;height:42px;margin:2px 0 16px;border:1px solid #d9a64d;border-radius:999px;background:linear-gradient(90deg,#b77d2b,#e2b861);color:#261738;font-size:14px;font-weight:800;cursor:pointer}@media (max-width: 768px){.vip-benefits-page .vip-exclusive-item__icon .el-icon{font-size:22px}.vip-benefits-page .vip-card-face__background .el-icon,.vip-benefits-page .vip-card__background .el-icon{font-size:96px}}.account-list-page.awm-service-page .card-image__fill{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center}.account-list-page.awm-service-page .card-image__fill.is-sell{background:linear-gradient(135deg,#0b1f3f,#16437f)}.account-list-page.awm-service-page .card-image__fill.is-buy{background:linear-gradient(135deg,#0f2744,#2a6fb0)}.account-list-page.awm-service-page .card-image__fill.is-qr{background:linear-gradient(135deg,#f7f9ff,#e6eefc)}.account-list-page.awm-service-page .card-image__fill.is-flow{background:linear-gradient(135deg,#1b2a4a,#3b5b8f)}.account-list-page.awm-service-page .card-image__fill.is-guard{background:linear-gradient(135deg,#0d3b2e,#1f7a5c)}.account-list-page.awm-service-page .card-image__fill.is-faq{background:linear-gradient(135deg,#3a2a0b,#8a6a1f)}.account-list-page.awm-service-page .card-image__icon.el-icon{font-size:64px;color:#ffffffe6}.account-list-page.awm-service-page .awm-qr{display:flex;flex-direction:column;align-items:center;gap:8px}.account-list-page.awm-service-page .awm-qr__box{display:flex;align-items:center;justify-content:center;width:96px;height:96px;border:2px dashed #0f2744;border-radius:10px;background:#fff;color:#0f2744}.account-list-page.awm-service-page .awm-qr__box .el-icon{font-size:44px}.account-list-page.awm-service-page .awm-qr__text{font-size:12px;font-weight:700;color:#0f2744;text-align:center;line-height:1.5}.account-list-page.awm-service-page .filter-tag,.account-list-page.awm-service-page .sort-tab{-webkit-user-select:none;user-select:none}.account-list-page.awm-service-page .empty-state{margin-bottom:24px;color:#7b8796;font-size:14px}.account-list-page.awm-service-page .awm-empty-link{margin-left:4px;color:#3a8ee6;cursor:pointer}@media (max-width: 768px){.account-list-page.awm-service-page .list-toolbar{display:flex!important;height:auto;min-height:0;padding:1rem 1.5rem;gap:.625rem;border-bottom:0}.account-list-page.awm-service-page .list-toolbar .sort-tabs{width:auto;gap:1rem;justify-content:flex-start}.account-list-page.awm-service-page .list-toolbar .sort-tab{height:auto;padding:0 0 .375rem;margin-bottom:-.375rem;font-size:.9375rem;font-weight:700;color:var(--text-secondary);border-bottom:2px solid transparent}.account-list-page.awm-service-page .list-toolbar .sort-tab.active{color:var(--primary-color);border-bottom-color:var(--primary-color)}.account-list-page.awm-service-page .list-toolbar .toolbar-right{flex:1;min-width:0}.account-list-page.awm-service-page .list-toolbar .toolbar-right .search-input{width:100%}.account-list-page.awm-service-page .breadcrumb-section .container,.account-list-page.awm-service-page>.container{padding-left:.75rem;padding-right:.75rem}.account-list-page.awm-service-page .awm-qr__box{width:120px;height:120px}}@media (min-width: 769px){.awm-service-page .container{max-width:none;padding-left:0;padding-right:0}}@media (max-width: 768px){.place-order-page .place-order-desktop-only{display:none!important}}@media (min-width: 769px){.place-order-page .place-order-mobile-only{display:none!important}}.place-order-page .product-img{background-size:cover;background-position:center}.place-order-page .wechat{display:inline-flex;align-items:center;justify-content:center;background:#ffc100;color:#101010;font-size:12px;flex:0 0 auto}.place-order-page .check .el-icon{display:inline-flex}.place-order-page .order-empty{justify-content:center;align-items:center;min-height:90px;font-size:14px;font-weight:700;color:var(--text-secondary)}.place-order-page .product-price{display:inline-flex;align-items:baseline}.place-order-page .fee-mini .red{color:#ef4444}.place-order-page .order-duration{margin-top:14px;padding-top:12px;border-top:1px dashed var(--border-color)}.place-order-page .order-duration__label{margin:0 0 8px;color:#7d8796;font-size:13px;font-weight:800}.place-order-page .order-duration__list{display:flex;flex-wrap:wrap;gap:10px}.place-order-page .order-duration__item{display:flex;flex-direction:column;align-items:flex-start;gap:2px;min-width:96px;min-height:48px;padding:6px 14px;border:1px solid #e5e9f0;border-radius:12px;background:#f7f9fc;font:inherit;cursor:pointer;-webkit-tap-highlight-color:transparent;transition:border-color .18s ease,background-color .18s ease,box-shadow .18s ease,transform .18s ease}.place-order-page .order-duration__item:hover{border-color:#cbd5e1;transform:translateY(-1px)}.place-order-page .order-duration__name{font-size:14px;font-weight:800;color:#253247}.place-order-page .order-duration__price{font-size:12px;font-weight:700;color:#7d8796}.place-order-page .order-duration__item.is-active{border-color:#ffc100;background:#fff8e0;box-shadow:0 4px 10px #f9c02233}.place-order-page .order-duration__item.is-active .order-duration__name,.place-order-page .order-duration__item.is-active .order-duration__price{color:#b45309}.place-order-page .order-coupon-select{width:240px}.place-order-page .order-muted{color:#9ca3af;font-weight:700}.place-order-page .order-line-price{font-size:12px;font-weight:500;color:#9ca3af}.place-order-page .order-saved{font-style:normal;font-size:12px;font-weight:800;color:#12a150}.place-order-page .deposit-free-hint.red{font-weight:700}.place-order-page .address-link{font-size:13px;padding:0}.place-order-page .singlepage-dialog .content{font-size:14px;color:#374151}.place-order-page .singlepage-dialog .content p{margin:0 0 10px;text-align:justify}.place-order-page .singlepage-dialog .content p b{color:#111827;margin-right:4px}.place-order-page .singlepage-dialog .el-dialog__footer{text-align:center}@media (max-width: 768px){.place-order-page .order-duration{margin-top:.75rem;padding-top:.625rem}.place-order-page .order-duration__label{font-size:.75rem;margin-bottom:.375rem}.place-order-page .order-duration__list{gap:.375rem}.place-order-page .order-duration__item{flex:1 1 calc(25% - .375rem);min-width:0;min-height:2.5rem;padding:.25rem .375rem;border-radius:.625rem}.place-order-page .order-duration__name{font-size:.75rem}.place-order-page .order-duration__price{font-size:.6875rem}.place-order-page .order-coupon-select{width:100%}.place-order-page .kv .v .red+.deposit-free-hint{margin-top:0}}@media (min-width: 769px){.profile-page .profile-mobile-only{display:none!important}.profile-page .wallet-records__filters{display:contents}}@media (max-width: 768px){.profile-page .profile-desktop-only,.profile-page .wallet-records__filters.profile-mobile-collapsed{display:none!important}}.profile-page .profile-nav .nav-item{cursor:pointer}.profile-page .profile-nav .nav-item .nav-item__icon{display:inline-flex;align-items:center;justify-content:center;background:transparent!important;mask-image:none!important;-webkit-mask-image:none!important;font-size:20px;line-height:1;color:currentColor}.profile-page .profile-nav .nav-item .nav-item__icon .el-icon{font-size:inherit}.profile-page .profile-sidebar__service-icon .el-icon{font-size:24px;color:#1e578e}.profile-page .profile-sidebar__service-btn .el-icon{font-size:12px}.profile-page .profile-login-guard{display:flex;align-items:flex-start;justify-content:center;min-height:420px}.profile-page .profile-login-guard__panel{width:100%;max-width:520px;margin-top:40px;text-align:center;padding:40px 24px}.profile-page .profile-login-guard__icon{width:72px;height:72px;margin:0 auto 16px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#eaf3ff,#f4f8fd);color:#11345d;font-size:34px;box-shadow:inset 0 1px #fff}.profile-page .profile-login-guard__desc{margin:8px 0 20px;color:var(--text-secondary);font-size:13px}.profile-page .profile-login-guard__btn{width:auto;min-width:200px;margin:0 auto;padding:0 22px}@media (max-width: 768px){.profile-page .profile-login-guard{min-height:60vh}.profile-page .profile-login-guard__panel{margin-top:16px;padding:32px 16px}}.profile-page .profile-hero-card__avatar{font-size:34px;font-weight:700;color:#fff;background:linear-gradient(135deg,#0d2b57,#1c4f96)!important}.profile-page .profile-hero-card__meta-item .el-icon{font-size:13px;opacity:.75;flex-shrink:0}.profile-page .profile-hero-card__member-tag{text-transform:none}.profile-page .profile-quick-stats__item{cursor:pointer}.profile-page .profile-quick-stats__icon{display:inline-flex;align-items:center;justify-content:center;border-radius:14px;background:linear-gradient(135deg,#16325a,#0f2744);color:#fff;font-size:26px;box-shadow:0 6px 14px #0f274426}.profile-page .profile-quick-stats__icon.is-coupon{background:linear-gradient(135deg,#ffd452,#f5b32b);color:#5a3d00;box-shadow:0 6px 14px #f5b32b3d}.profile-page .profile-panel__link{cursor:pointer}.profile-page .profile-security-list__status .el-icon{font-size:14px}.profile-page .profile-security-list__action{margin-left:8px;padding:2px 10px;border:1px solid #c9dbf2;border-radius:999px;background:#f4f8fd;color:#1e578e;font:inherit;font-size:12px;font-weight:700;cursor:pointer;transition:background .18s,border-color .18s}.profile-page .profile-security-list__action:hover{background:#eaf3ff;border-color:#9dbcf0}.profile-page .profile-panel--security .profile-security-list__status.is-ok .el-icon{color:#389e0d}.profile-page .profile-panel--security .profile-security-list__status:not(.is-ok) .el-icon{color:#f5a623}.profile-vip-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.profile-vip-card{display:flex;flex-direction:column;align-items:center;gap:8px;padding:16px 14px;border:1px solid var(--border-color);border-radius:12px;text-align:center;background:linear-gradient(180deg,#fffdf6,#fff);transition:transform .16s,box-shadow .16s}.profile-vip-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-lg);border-color:#f3d38a}.profile-vip-card.is-current{border-color:#67c23a;background:linear-gradient(180deg,#f3fbf0,#fff)}.profile-vip-card__line{color:var(--text-secondary);font-size:13px}.profile-vip-card__gold{color:#b77900;font-weight:800}@media (max-width: 768px){.profile-vip-grid{grid-template-columns:minmax(0,1fr)}}.profile-page .profile-mobile-actions__icon .el-icon{font-size:inherit}.profile-page .profile-mobile-actions--quick .profile-mobile-actions__item{cursor:pointer}.profile-page .profile-hero-card__main[role=button]{outline:none}.profile-page .wallet-user-card__avatar{font-size:26px;font-weight:700;color:#fff;background:linear-gradient(135deg,#0d2b57,#1c4f96)!important}.profile-page .wallet-user-card__earn>span .el-icon{cursor:pointer}.profile-page .wallet-balance-hero{background-image:radial-gradient(circle at 88% 30%,rgba(255,255,255,.55),transparent 30%),linear-gradient(115deg,#ffe4b5,#ffd9a0 48%,#f6bd6a)}.profile-page .wallet-balance-hero:after{content:"¥";position:absolute;right:8%;bottom:-34px;z-index:0;color:#ffffff57;font-size:200px;font-weight:900;font-style:italic;line-height:1;transform:rotate(-12deg);pointer-events:none}.profile-page .wallet-balance-hero__label .el-icon{cursor:pointer}.profile-page .wallet-balance-hero__meta{flex-wrap:wrap;row-gap:6px}.profile-page .wallet-records__type-icon .el-icon{font-size:16px}.profile-page .wallet-records__filter-toggle{cursor:pointer}.profile-page .wallet-balance-side__item{min-width:0}.profile-page .wallet-balance-side__icon .el-icon,.profile-page .wallet-balance-main__icon .el-icon{font-size:16px}.profile-page .wallet-records__list-meta .wallet-records__status{align-self:flex-start}.profile-page .wallet-balance-main__actions .el-button+.el-button{margin-left:0}.profile-page .withdraw-dialog .available .el-button{padding:0;height:auto}@media (min-width: 769px){.profile-page .profile-mobile-only{display:none!important}}@media (max-width: 768px){.profile-page .profile-desktop-only{display:none!important}}.profile-page .order-card .order-image .el-image{display:block}.profile-page .order-card .order-image .order-image__fill{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background-size:cover;background-position:center;color:#fff;font-size:18px;font-weight:800;letter-spacing:1px}.profile-page .order-card .order-actions .el-button{margin-left:0}.profile-page .order-card .order-actions .el-button .el-icon{margin-right:2px}.profile-page .orders-page .orders-list .el-empty{background:#fff;border:1px solid var(--border-color);border-radius:var(--border-radius-lg)}@media (max-width: 768px){.profile-page .order-card .order-header .order-info{flex-wrap:wrap;gap:.25rem 1rem}.profile-page .order-card .order-body .account-info{width:100%}.profile-page .order-card .order-body .account-info .account-meta{flex-wrap:wrap}.profile-page .order-card .order-footer .order-actions{flex-wrap:wrap;justify-content:flex-end}.profile-page .orders-page .pagination-wrapper{overflow-x:auto}}.profile-page .order-detail-page .page-header .header-left .el-button .el-icon{margin-right:2px}.profile-page .order-detail-page .product-img{display:flex;align-items:center;justify-content:center;background-size:cover;background-position:center;color:#fff;font-weight:800;letter-spacing:1px}.profile-page .order-detail-page .status-actions .el-button.btn{margin-left:0}.profile-page .order-detail-page .status-actions .btn-primary:hover{background:#fbcd4d;border-color:#fbcd4d;color:#101010}.profile-page .order-detail-page .status-actions .btn-ghost:hover{border-color:#cbd5e1;background:#f8fafc;color:#111827}.profile-page .order-detail-page .login-upload{display:flex;align-items:center;flex-wrap:wrap;gap:12px;margin-top:14px;padding-top:14px;border-top:1px dashed rgba(0,0,0,.08)}.profile-page .order-detail-page .login-upload__thumb{width:86px;height:86px;border-radius:12px;border:1px solid rgba(0,0,0,.06);background:#f7f9fc;background-size:cover;background-position:center;flex:0 0 auto}.profile-page .order-detail-page .login-upload__hint{flex:1 1 200px;min-width:0;font-size:12px;line-height:1.6;color:var(--text-muted);font-weight:700}.profile-page .order-detail-page .login-upload .el-upload .el-button .el-icon{margin-right:4px}.profile-page .order-detail-page .dep{font-style:normal;font-size:12px;color:#12a150;font-weight:800}.profile-page .order-detail-page .status-card__icon{display:inline-flex;align-items:center;justify-content:center;border-radius:14px;background:#eaf3ff;color:#1765ed;font-size:30px}@media (max-width: 768px){.profile-page .order-flow .van-steps{flex:1;width:100%;min-width:0;padding:.5rem .5rem 0}.profile-page .order-flow .van-steps__items{position:relative;display:flex;margin:0 0 .25rem;padding-bottom:1.3125rem}.profile-page .order-flow .van-step{position:relative;flex:1;color:#969799;font-size:.8125rem}.profile-page .order-flow .van-step--horizontal .van-step__title{display:inline-block;margin-left:3px;font-size:.8125rem;font-weight:600;white-space:nowrap;transform:translate3d(-50%,0,0)}.profile-page .order-flow .van-step--horizontal:first-child .van-step__title{transform:none}.profile-page .order-flow .van-step--horizontal:last-child{position:absolute;right:1px;width:auto}.profile-page .order-flow .van-step--horizontal:last-child .van-step__title{text-align:right;transform:none}.profile-page .order-flow .van-step--horizontal .van-step__circle-container{position:absolute;top:1.875rem;left:-.5rem;z-index:1;padding:0 .5rem;background:#fff;transform:translate3d(-50%,50%,0)}.profile-page .order-flow .van-step--horizontal:first-child .van-step__circle-container{padding:0 .5rem 0 0;transform:translate3d(0,50%,0)}.profile-page .order-flow .van-step--horizontal:last-child .van-step__circle-container{right:-.5625rem;left:auto;padding:0 0 0 .5rem;transform:translate3d(0,50%,0)}.profile-page .order-flow .van-step--horizontal .van-step__line{position:absolute;left:0;bottom:.375rem;width:100%;height:1px;background:#ebedf0;transform:translateY(50%)}.profile-page .order-flow .van-step__circle{display:block;width:5px;height:5px;border-radius:50%;background:#969799}.profile-page .order-flow .van-step__icon{display:block;font-size:.75rem;line-height:1}.profile-page .order-flow .van-step--finish{color:#323233}.profile-page .order-flow .van-step--finish .van-step__circle,.profile-page .order-flow .van-step--finish .van-step__line{background:#1765ed}.profile-page .order-flow .van-step--process{color:#323233}.profile-page .order-flow .van-step__icon--active{color:#1765ed}.profile-page .order-detail-page .login-upload__thumb{width:4.375rem;height:4.375rem}}.profile-page .notice-page .card-tools,.profile-page .reviews-page .card-tools{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-bottom:14px}.profile-page .notice-page .card-tools .filter-tabs,.profile-page .reviews-page .card-tools .filter-tabs{margin-bottom:0}.profile-page .notice-page .card-tools .el-button .el-icon{margin-right:2px}.profile-page .message-item__title .el-tag{margin-right:6px;vertical-align:1px}.profile-page .message-item.noread .message-item__title{padding-right:20px}.profile-page .notice-page .list+.empty{padding-top:10px}.profile-page .reviews-page{padding:20px 0}.profile-page .reviews-page .card+.card{margin-top:16px}.profile-page .reviews-page .review-item{cursor:default}.profile-page .reviews-page .review-item__rate{display:inline-flex;vertical-align:middle;margin-left:8px;height:auto}.profile-page .reviews-page .review-item__actions{display:flex;justify-content:flex-end;margin-top:10px}.profile-page .reviews-page .review-item__actions .el-button .el-icon{margin-right:2px}.profile-page .reviews-page .card-title .count{display:inline-block;margin-left:6px;padding:1px 8px;border-radius:10px;background:#fff3e0;color:#e6a23c;font-size:12px;font-weight:700;vertical-align:2px}.review-dialog .review-form__rate{display:flex;align-items:center;gap:12px;font-size:14px;color:var(--text-secondary)}.review-dialog .review-form__rate+.el-textarea{margin-top:12px}@media (max-width: 768px){.profile-page .reviews-page{padding:1.25rem 0}.profile-page .reviews-page .card+.card{margin-top:.75rem}}@media (min-width: 769px){.profile-page .orders-page .page-header,.profile-page .notice-page .page-header,.profile-page .reviews-page .page-header{display:none}.profile-page .orders-page .order-card{padding:0;box-shadow:none}.profile-page .orders-page .order-card:hover{transform:none;box-shadow:none;border-color:var(--border-color)}.profile-page .orders-page .pagination-wrapper{margin-top:30px}.profile-page .order-detail-page .card{padding:16px;box-shadow:0 10px 24px #1118270f;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.profile-page .order-detail-page .card:hover{transform:translateY(-2px);border-color:#cbd5e1;box-shadow:0 16px 34px #1118271a}.profile-page .order-detail-page .status-card{padding:18px 16px}.profile-page .order-detail-page .btn{height:36px;padding:0 15px;border-radius:14px;font-size:14px;font-weight:900;box-shadow:none}.profile-page .order-detail-page .btn-primary{background:#f9c022;border-color:#f9c022;color:#101010}.profile-page .order-detail-page .btn-ghost{background:#fff;border-color:#0000001f;color:#111827}.profile-page .order-detail-page .product-row{padding:12px;border:1px solid rgba(0,0,0,.06);border-radius:16px;background:#f7f9fc;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease,background .2s ease}.profile-page .order-detail-page .product-row:hover{transform:translateY(-2px);background:#fff;border-color:#cbd5e1;box-shadow:0 14px 28px #11182714}.profile-page .order-detail-page .product-img{width:86px;height:86px;border-radius:12px}.profile-page .order-detail-page .product-name{white-space:normal;line-height:1.4;margin-bottom:10px}.profile-page .order-detail-page .product-price{color:#ef4444;margin-bottom:4px}}@media (max-width: 768px){.profile-page .orders-page .order-card{padding:0;box-shadow:none}.profile-page .orders-page .order-card:hover{transform:none;box-shadow:none}.profile-page .orders-page .pagination-wrapper{margin-top:1.875rem}.profile-page .order-detail-page .card{border-color:#e6ebf3;border-radius:1rem;padding:.75rem;box-shadow:0 .375rem 1.25rem #2442700e}.profile-page .order-detail-page .card:hover{transform:none;border-color:#e6ebf3;box-shadow:0 .375rem 1.25rem #2442700e}.profile-page .order-detail-page .status-card{padding:.75rem}.profile-page .order-detail-page .status-actions .btn{flex:0 0 auto;height:2.25rem;min-width:6rem;padding:0 .75rem;border-radius:1.125rem;font-size:.8125rem;font-weight:900}.profile-page .order-detail-page .status-actions .btn-primary{background:#1765ed;border-color:#1765ed;color:#fff;box-shadow:0 .4375rem 1rem #1765ed2e}.profile-page .order-detail-page .status-actions .btn-ghost{background:#fff;border-color:#0000001f;color:#111827;box-shadow:none}.profile-page .order-detail-page .login-upload .btn{flex:0 0 auto;height:2.25rem;border-radius:1.125rem;font-size:.8125rem}.profile-page .order-detail-page .product-row{display:grid;grid-template-columns:3.875rem minmax(0,1fr) 4.75rem;align-items:center;min-height:6.75rem;gap:.5rem;padding:.4375rem;border:1px solid #e4ebf4;border-radius:.75rem;background:#fff}.profile-page .order-detail-page .product-img{width:3.875rem;height:3.875rem;border-radius:.5625rem}.profile-page .order-detail-page .product-name{display:block;-webkit-line-clamp:unset;white-space:normal;margin-bottom:.3125rem;font-size:.8125rem;line-height:1.35}.profile-page .order-detail-page .product-price{color:#ef4444;margin-bottom:.25rem;font-size:1.0625rem}}@media (min-width: 769px){.club-join-page>.club-join-mobile{display:none!important}}@media (max-width: 768px){.club-join-page>.club-join-desktop-only{display:none!important}}.club-join-page .club-hero__badge-img{display:flex;align-items:center;justify-content:center;width:64px;height:64px;margin-bottom:12px;border-radius:50%;background:#0d1b39;color:#fc0;font-size:34px;font-style:normal}.club-join-page .club-hero__badge-img .el-icon{font-size:34px}.club-join-page .club-join-mobile__hero-img{display:flex;align-items:center;justify-content:center;width:3.75rem;height:3.75rem;margin:0 auto .75rem;border-radius:50%;background:#0d1b39;color:#fc0;font-size:2rem;font-style:normal;filter:drop-shadow(0 .5rem .625rem rgba(5,25,54,.25))}.club-join-page .club-alert a{cursor:pointer;font-weight:700;text-decoration:none}.club-join-page .club-alert a:hover{text-decoration:underline}.club-join-page .club-form .el-textarea__inner{font-size:13px}.club-join-page .club-form .el-form-item__error{position:static;margin-top:4px}.club-join-page .club-steps .el-step__description.is-process,.club-join-page .club-steps .el-step__title.is-process{color:#245da3}.club-join-page .club-join-mobile__status{margin-bottom:.75rem;padding:.75rem;border-radius:.625rem;background:#f7faff}.club-join-page .club-join-mobile__status p+p{margin-top:.25rem}.club-join-page .club-join-mobile__status strong{color:#245da3}.club-join-page .club-join-mobile__alert a{color:inherit;font-weight:700}.club-join-page .club-join-mobile__apply .van-cell{display:flex;align-items:flex-start;gap:.75rem;position:relative}.club-join-page .club-join-mobile__apply .van-cell__title,.club-join-page .club-join-mobile__apply .van-cell__value{flex:1;min-width:0}.club-join-page .club-join-mobile__apply .van-field__label label{display:block}.club-join-page .club-join-mobile__apply .van-field__control{display:block;width:100%;margin:0;font:inherit;font-size:.875rem;line-height:1.5;color:#223753;outline:0;resize:none}.club-join-page .club-join-mobile__apply textarea.van-field__control{padding:.5rem .75rem;min-height:4.5rem}.club-join-page .club-join-mobile__apply .van-field__control::placeholder{color:#a8b4c4}.club-join-page .club-join-mobile__apply .van-field__control[readonly]{background:#f7faff;color:#6d7f97}.club-join-page .club-join-mobile__apply .van-field__error-message{color:#ee3f43;font-size:.75rem;line-height:1.4}.club-join-page .club-join-mobile__apply .van-button{display:block;cursor:pointer}.club-join-page .club-join-mobile__apply .van-button__content{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.club-join-page .club-join-mobile__apply .van-button:active{opacity:.85}.club-join-page .club-join-mobile__steps .van-steps__items,.club-join-page .club-join-mobile__steps .van-step,.club-join-page .club-join-mobile__steps .van-step__title{position:relative}.club-join-page .club-join-mobile__steps .van-step__circle-container{position:absolute}.club-join-page .club-join-mobile__steps .van-step__line{position:absolute;height:100%}.club-join-page .club-join-mobile__steps .van-step:last-child .van-step__line{display:none}.profile-page .publish-post-page .topic-img{display:inline-flex;align-items:center;justify-content:center;font-size:22px;color:#c9920a;font-style:normal}.profile-page .publish-post-page .topic-title .arrow .el-icon{font-size:16px;color:#111827;transition:transform .2s ease}.profile-page .publish-post-page .topic-card.is-open .arrow .el-icon{transform:rotate(90deg)}.profile-page .publish-post-page .topic-card.is-open{background:#fff;border-color:#cbd5e1}.profile-page .publish-post-page .topic-options{margin-top:14px;padding-top:14px;border-top:1px solid rgba(0,0,0,.06);cursor:default}.profile-page .publish-post-page .ratio-group{display:flex;flex-direction:column;gap:10px}.profile-page .publish-post-page .ratio-group .el-radio{margin-right:0;height:auto}.profile-page .publish-post-page .ratio-custom{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-top:12px}.profile-page .publish-post-page .ratio-custom .hint{margin:0}.profile-page .publish-post-page .ratio-warn{color:#ef4444;font-size:12px;font-weight:800}.profile-page .publish-post-page .pp-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px 14px}.profile-page .publish-post-page .pp-item{display:flex;flex-direction:column;gap:6px;min-width:0}.profile-page .publish-post-page .pp-item--full{grid-column:1 / -1}.profile-page .publish-post-page .pp-name{font-size:12px;font-weight:800;color:#344b68}.profile-page .publish-post-page .pp-name i{color:#ee3f43;font-style:normal;margin-right:2px}.profile-page .publish-post-page .pp-item .el-select,.profile-page .publish-post-page .pp-item .el-input-number{width:100%}.profile-page .publish-post-page .comp-group{display:flex;gap:10px;flex-wrap:wrap}.profile-page .publish-post-page .comp-group .el-radio{margin-right:0}.profile-page .publish-post-page .pp-note{margin-top:10px}.profile-page .publish-post-page .images-grid .el-upload{display:block;width:100%}.profile-page .publish-post-page .images-grid .add{width:100%}.profile-page .publish-post-page .img{object-fit:cover}.profile-page .publish-post-page .actions .el-button+.el-button{margin-left:0}@media (max-width: 768px){.profile-page .publish-post-page .pp-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.625rem .5rem}.profile-page .publish-post-page .pp-item .el-select--multiple,.profile-page .publish-post-page .pp-item:has(.el-select__tags){grid-column:1 / -1}}.profile-page .my-unused-page>.page-header,.profile-page .orders-page>.page-header,.profile-page .my-commission-page>.page-header{display:none!important}.profile-page .my-unused-page .thumb--placeholder{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#0f2b53,#245da3);color:#fc0;font-size:34px}.profile-page .my-unused-page .channel-badge.is-idle{background:#12a150d9}.profile-page .my-unused-page .channel-badge.is-renting{background:#e6a23ce6}.profile-page .my-unused-page .channel-badge.is-recycling{background:#f56c6ce6}.profile-page .my-unused-page .price-fee-row{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-bottom:10px}.profile-page .my-unused-page .price-fee-row .price{margin-bottom:0}.profile-page .my-unused-page .price small{font-size:12px;font-weight:700;color:#6b7280;margin-left:2px}.profile-page .my-unused-page .actions{justify-content:flex-end;padding:0}.profile-page .my-unused-page .card{margin-bottom:0}.profile-page .my-unused-page .btn:disabled{opacity:.45;cursor:not-allowed;transform:none;box-shadow:none}.profile-page .my-unused-page .tabs-row .publish-entry{flex-shrink:0;margin-left:4px}.profile-page .my-unused-page .tabs-row .tabs-scroll{flex:1;min-width:0}.profile-page .my-unused-page .order-status-tabs .van-tabs__wrap{overflow:hidden}.profile-page .my-unused-page .order-status-tabs .van-tabs__nav{position:relative;display:flex;height:100%;background:#fff;overflow-x:auto;scrollbar-width:none}.profile-page .my-unused-page .order-status-tabs .van-tabs__nav::-webkit-scrollbar{display:none}.profile-page .my-unused-page .order-status-tabs .van-tab{display:flex;align-items:center;justify-content:center;color:#646566;cursor:pointer;white-space:nowrap}.profile-page .my-unused-page .order-status-tabs .van-tab--active{color:#323233;font-weight:700}.profile-page .my-unused-page .order-status-tabs .van-tabs__line{position:absolute;left:0;height:3px;background:#1989fa;transition:transform .3s,width .3s}.profile-page .my-unused-page .order-search .van-search__content{display:flex;align-items:center}.profile-page .my-unused-page .order-search .van-search__field{flex:1;display:flex;align-items:center;gap:.375rem}.profile-page .my-unused-page .order-search .van-field__left-icon{color:#a8b4c4;font-size:1rem}.profile-page .my-unused-page .order-search .van-field__body{flex:1;min-width:0}.profile-page .my-unused-page .order-search .van-field__control{display:block;width:100%;border:0;outline:0;background:transparent;font:inherit}@media (max-width: 768px){.profile-page .my-unused-page .profile-mobile-only .order-search-wrap{display:flex;align-items:center;gap:.5rem}.profile-page .my-unused-page .profile-mobile-only .order-search{flex:1;min-width:0}.profile-page .my-unused-page .profile-mobile-only .publish-entry{flex-shrink:0}}.profile-page .orders-page .order-image__placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;background:linear-gradient(135deg,#0f2b53,#245da3);color:#fc0;font-size:30px}.profile-page .orders-page .owner-notice{margin-bottom:16px;line-height:1.6}.profile-page .orders-page .account-meta .time{padding:0;font-size:inherit;font-weight:400;color:inherit;text-align:left}.profile-page .orders-page .order-actions .el-button+.el-button{margin-left:0}.profile-page .orders-page .orders-list .empty{padding:36px 0 10px}@media (max-width: 768px){.profile-page .orders-page .owner-notice{margin-bottom:.75rem;font-size:.75rem}.profile-page .orders-page .order-actions{flex-wrap:wrap}}.profile-page .my-commission-page .commission-item__avatar--icon{display:inline-flex;align-items:center;justify-content:center;font-size:13px;color:#3a8ee6}.profile-page .my-commission-page .summary .actions{padding:0;justify-content:flex-end}.profile-page .my-commission-page .summary .actions .el-button+.el-button{margin-left:0}.profile-page .my-commission-page .summary .left{min-width:0}.profile-page .my-commission-page .card{margin-bottom:0}.profile-page .my-commission-page .card:hover{transform:none}.profile-page .chat-page .chat-layout{flex:1;min-height:0;display:flex;gap:12px}.profile-page .chat-page .chat-sidebar{flex:0 0 250px;width:250px;display:flex;flex-direction:column;min-height:0;background:#fff;border:1px solid var(--border-color);border-radius:16px;overflow:hidden}.profile-page .chat-page .chat-sidebar__head{display:flex;align-items:center;justify-content:space-between;padding:12px 14px;border-bottom:1px solid var(--border-color);font-size:14px;font-weight:900;color:var(--text-primary)}.profile-page .chat-page .chat-sidebar__count{font-size:11px;font-weight:800;padding:1px 8px;border-radius:999px;background:#ffc100;color:#101010}.profile-page .chat-page .chat-sidebar__list{flex:1;min-height:0;overflow:auto;padding:8px}.profile-page .chat-page .chat-session{display:flex;align-items:center;gap:10px;padding:10px;border:1px solid transparent;border-radius:12px;cursor:pointer;transition:background .18s ease,border-color .18s ease}.profile-page .chat-page .chat-session:hover{background:#f7f9fc}.profile-page .chat-page .chat-session.active{background:#fff8df;border-color:#ffe8a3}.profile-page .chat-page .chat-session__avatar{display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;background:#f5f7fa;border:1px solid rgba(0,0,0,.06);font-size:18px;flex:0 0 auto}.profile-page .chat-page .chat-session--new .chat-session__avatar{background:#ffc100;color:#101010;font-weight:900}.profile-page .chat-page .chat-session__main{flex:1;min-width:0}.profile-page .chat-page .chat-session__name{display:flex;align-items:center;gap:6px;font-size:13px;font-weight:900;color:#111827;white-space:nowrap;overflow:hidden}.profile-page .chat-page .chat-session__preview{margin-top:3px;font-size:12px;color:#6b7280;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile-page .chat-page .chat-session__time{flex:0 0 auto;align-self:flex-start;font-size:11px;color:#9ca3af}.profile-page .chat-page .chat-sidebar__empty{padding:20px 8px;text-align:center;color:#9ca3af;font-size:12px}.profile-page .chat-page .chat-main{flex:1;min-width:0;min-height:0;display:flex;flex-direction:column}.profile-page .chat-page .chat-main .chat-body{flex:1;min-height:0}.profile-page .chat-page .product-img--icon{display:flex;align-items:center;justify-content:center;font-size:32px;color:#3a8ee6}.profile-page .chat-page .product-meta .price{margin-bottom:0;font-size:16px;color:#111827}.profile-page .chat-page .avatar--icon{display:inline-flex;align-items:center;justify-content:center;font-size:18px;color:#3a8ee6}.profile-page .chat-page .avatar--me{background:#ffc100;color:#101010}.profile-page .chat-page .foot{flex:0 0 auto}.profile-page .chat-page .foot-inner .type-select{flex:0 0 auto;width:118px}.profile-page .chat-page .foot-inner .type-select .el-select__wrapper{border-radius:999px;min-height:42px}.profile-page .chat-page .input:disabled{opacity:.6;cursor:not-allowed}.profile-page .chat-page .send-btn:disabled{opacity:.5;cursor:not-allowed}.profile-page .chat-page .send-btn:disabled:hover{background:#ffc100}@media (max-width: 768px){.profile-page .chat-page .chat-layout{flex-direction:column;gap:.5rem}.profile-page .chat-page .chat-sidebar{flex:0 0 auto;width:100%;border-radius:0;border-left:0;border-right:0}.profile-page .chat-page .chat-sidebar__head{padding:.5rem .75rem;font-size:.8125rem}.profile-page .chat-page .chat-sidebar__list{display:flex;gap:.5rem;overflow-x:auto;overflow-y:hidden;padding:.5rem .75rem;scrollbar-width:none}.profile-page .chat-page .chat-sidebar__list::-webkit-scrollbar{display:none}.profile-page .chat-page .chat-session{flex:0 0 13rem;padding:.5rem}.profile-page .chat-page .chat-sidebar__empty{padding:.5rem;white-space:nowrap}.profile-page .chat-page .foot-inner{flex-wrap:wrap}.profile-page .chat-page .foot-inner .type-select{width:6.25rem}.profile-page .chat-page .foot-inner .input{flex:1 1 8rem}}:root{--navy: #123a73;--navy-2: #1c4f96;--navy-deep: #0d2b57;--gold: #f5b32b;--gold-2: #ffcb5c;--brand-blue: #123a73;--brand-blue-2: #1c4f96;--brand-blue-dark: #0d2b57;--brand-navy: #123a73;--brand-gold: #f5b32b;--ink: #1f2733;--muted: #7a8394;--line: #e8ecf3;--line-2: #dfe5ef;--bg: #dceaff;--card-bg: #ffffff;--price: #f5222d;--ok: #22a35a;--shadow-md: 0 4px 14px rgba(18, 58, 115, .09)}.page,.page .el-overlay,.legacy-scope,.wrap{--shadow-sm: 0 1px 2px rgba(18, 58, 115, .05), 0 1px 3px rgba(18, 58, 115, .06);--shadow-lg: 0 12px 30px rgba(18, 58, 115, .16);--el-color-primary: #123a73;--el-color-primary-light-3: #3f6396;--el-color-primary-light-5: #6b88b0;--el-color-primary-light-7: #a3b6cf;--el-color-primary-light-8: #c2d0e2;--el-color-primary-light-9: #e3eaf4;--el-color-primary-dark-2: #0d2b57;--el-border-radius-base: 8px}html,body{max-width:100%;overflow-x:hidden}.page{width:100%;max-width:1360px;margin:0 auto;padding:20px 20px 60px;animation:fadeIn .24s ease}.page .section-title{font-size:19px;font-weight:700;margin:0 0 16px;display:flex;align-items:center;gap:8px}.muted{color:var(--muted)}.price{color:var(--price);font-weight:700}.gold{color:var(--brand-gold);font-weight:700}.mt8{margin-top:8px}.mt12{margin-top:12px}.mt16{margin-top:16px}.mt24{margin-top:24px}.flex{display:flex}.between{justify-content:space-between}.center{align-items:center}.gap8{gap:8px}.gap12{gap:12px}.wrap{flex-wrap:wrap}.page .card{background:#fff;border:1px solid var(--line);border-radius:12px;box-shadow:var(--shadow-sm)}.page .hoverable{transition:transform .18s ease,box-shadow .18s ease}.page .hoverable:hover{transform:translateY(-3px);box-shadow:var(--shadow-lg);border-color:var(--el-color-primary-light-7)}.brand-btn{background:linear-gradient(135deg,var(--navy),var(--navy-2))!important;border:none!important;color:#fff!important;font-weight:600!important;box-shadow:0 4px 12px #123a7342!important}.brand-btn:hover{filter:brightness(1.12)}.gold-btn{background:linear-gradient(135deg,var(--gold),var(--gold-2))!important;border:none!important;color:#5a3d00!important;font-weight:700!important;box-shadow:0 4px 12px #f5b32b52!important}.gold-btn:hover{filter:brightness(1.06)}.el-button{font-weight:500}.el-tag{border-radius:6px}.el-table th.el-table__cell{background:#f7f9fc!important;color:#55617a;font-weight:600}.el-table__row:hover>td{background:#f5f9ff!important}.el-card{border-radius:12px}@keyframes fadeUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fade-enter-active,.fade-leave-active{transition:opacity .2s ease,transform .2s ease}.fade-enter-from{opacity:0;transform:translateY(6px)}.fade-leave-to{opacity:0}@media (prefers-reduced-motion: reduce){.fade-enter-active,.fade-leave-active{transition:none}.page{animation:none}}.el-table__body,.el-table{max-width:100%}.el-table{overflow-x:auto}@media (max-width: 1024px){.page{max-width:100%;padding:18px 16px 60px}}@media (max-width: 768px){.page{padding:12px 12px 78px}.section-title{font-size:17px}.el-descriptions__table{table-layout:fixed!important;width:100%!important}.el-descriptions .el-descriptions__label{width:88px!important}.el-descriptions__cell{word-break:break-all}.hide-sm{display:none!important}.el-message-box{width:90vw!important;max-width:360px}.el-dialog{--el-dialog-width: 92vw !important}.el-table{font-size:13px}.el-table .cell{padding:0 6px}.hide-sm-col{display:none!important}.el-form-item{margin-bottom:14px}.el-button{min-height:34px}.page>*,.card{max-width:100%}.page [class*=grid]{grid-template-columns:minmax(0,1fr)}}@media (max-width: 380px){.page{padding:10px 8px 78px}}.el-overlay-dialog{display:flex;align-items:center;justify-content:center;padding:12px}.el-overlay-dialog>.el-dialog{margin:0 auto!important;top:auto!important;max-height:88vh;display:flex;flex-direction:column}.el-overlay-dialog>.el-dialog>.el-dialog__body{overflow-y:auto;flex:1;min-height:0}@media (max-width: 768px){.el-overlay-dialog>.el-dialog{max-height:86vh}}
