:root{--brand: #1D7FFE;--brand-hover: #4096FF;--brand-active: #096DD9;--brand-light: rgba(29, 127, 254, .08);--brand-light-hover: rgba(29, 127, 254, .12);--brand-dark: #FFFFFF;--accent: #1D7FFE;--accent-hover: #4096FF;--brand-secondary: #4096FF;--text-primary: #1D2129;--text-secondary: #86909C;--text-tertiary: #C9CDD4;--text-logout: #9BAAB9;--bg-primary: #FFFFFF;--bg-secondary: #F7F8FA;--bg-icon-soft: #E5EFFE;--bg-elevated: #FFFFFF;--bg-glass: #FFFFFF;--glass-border: 1px solid #E5E6EB;--glass-border-light: 1px solid #F2F3F5;--radius-sm: 6px;--radius-md: 10px;--radius-lg: 16px;--radius-xl: 24px;--radius-full: 100px;--font-body: "PingFang SC", "Microsoft YaHei", Arial, sans-serif;--font-display: "PingFang SC", "Microsoft YaHei", Arial, sans-serif;--container: clamp(1100px, 1100px + (100vw - 1440px) * 240 / 480, 1340px);--nav-height: 64px;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .04);--shadow-md: 0 4px 12px 0 rgba(0, 0, 0, .06);--shadow-lg: 0 8px 24px 0 rgba(0, 0, 0, .08);--shadow-card: 0 4px 12px 0 rgba(0, 0, 0, .06);--shadow-glow: 0 0 0 transparent;--border: #E5E6EB;--border-light: #F2F3F5;--red: #F54A45;--input-border: #E5E8F0;--input-placeholder: #9DA3B0;--input-disabled-bg: #F5F6F8;--text-hint: #374151;--text-note: #666666;--color-amber: #b45309;--color-green: #34d399;--color-member-badge: #6b7280;--color-member-remove: #ef4444;--color-upload-hint: #4b5563;--color-upload-border: #C5CFFF;--color-upload-bg: #F5F8FF;--color-upload-bg-hover: #EEF4FF}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-body);color:var(--text-primary);background:var(--bg-primary);line-height:1.6;width:100%;min-height:100vh;display:flex;flex-direction:column;-webkit-font-smoothing:antialiased}a{text-decoration:none;color:inherit}ul,ol{list-style:none}::selection{background:var(--brand-light);color:#fff}html:has(body.user-page){overflow:hidden;height:100%}body.user-page{overflow:hidden;height:100vh;min-height:0;display:block}body.user-page:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;z-index:-1;background:#f5f8fc url(./user_bg-DXF0-Nl_.png) no-repeat center / cover}body.user-page #page-scale{overflow:hidden}body.user-page #page-root{position:relative;display:flex;flex-direction:column;min-height:0;overflow:hidden;background:transparent}body.auth-page .header{background:transparent;box-shadow:none}body.auth-page .header:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background:linear-gradient(180deg,#85879d00,#e9e3ff);opacity:.4;pointer-events:none}body.auth-page .header .header__nav-link,body.auth-page .header .header__dropdown-menu a{font-family:var(--font-regular);color:var(--color-text-nav)}body.auth-page .header .header__nav-link--active{color:var(--color-text-nav)}body.auth-page .header .header__nav-link--active:after{background:var(--gradient-nav-underline)}body.auth-page .header .header__nav-caret{background:var(--color-text-nav)}body.auth-page .header .header__cta{font-family:var(--font-title);background:var(--color-primary);border-color:transparent;color:var(--color-bg)}.auth-page__main{padding:24px;width:100%;min-height:0}.auth-box{background:#fff;border:none;border-radius:16px;padding:0 40px 40px;width:100%;max-width:440px;box-shadow:0 8px 32px #1d7ffe14;position:relative;overflow:hidden}.auth-box .auth-msg{position:static;margin-top:16px}.auth-qr-float{position:absolute;right:80px;bottom:80px;z-index:200;width:200px;padding:16px 16px 14px;background:#fff;border-radius:12px;box-shadow:0 8px 24px #1926481f;text-align:center}.auth-qr-float.is-hidden{display:none}.auth-qr-float__close{position:absolute;top:8px;right:10px;width:20px;height:20px;padding:0;border:none;background:transparent;color:var(--text-tertiary);font-size:15px;line-height:1;cursor:pointer}.auth-qr-float__code{display:block;width:140px;height:140px;margin:8px auto 12px;object-fit:contain}.auth-qr-float__title{font-size:16px;line-height:20px;font-weight:600;color:var(--text-primary);margin-bottom:4px}.auth-qr-float__desc{font-size:14px;line-height:18px;color:var(--text-secondary)}.tab-row{margin:0 -40px 32px;border-bottom:1px solid #f0f0f0}.tab-row .tab{flex:1;text-align:center;padding:20px 0 14px;font-size:20px;line-height:28px;font-weight:400;color:#8c8c8c;cursor:pointer;position:relative;transition:color .2s}.tab-row .tab.active{color:var(--brand);font-weight:400}.tab-row .tab.active:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:2px;background:var(--brand)}.form-group{margin-bottom:24px}.auth-field__label{display:block;font-size:18px;line-height:24px;font-weight:500;margin-bottom:8px;color:var(--text-primary)}.auth-field__input-wrap{height:48px;padding:0 16px 0 14px;background:#fff;border:1px solid var(--input-border);border-radius:8px;transition:border-color .2s}.auth-field__input-wrap:focus-within{border-color:var(--brand)}.auth-field__icon{display:block;width:20px;height:20px;object-fit:contain;pointer-events:none}.auth-field__divider{width:1px;height:18px;margin:0 12px 0 10px;background:var(--input-border);flex-shrink:0}.form-group .auth-field__input-wrap input{flex:1;min-width:0;width:auto;height:100%;padding:0;background:transparent;border:none;border-radius:0;font-size:18px;line-height:24px;color:var(--text-primary);outline:none;box-shadow:none;font-family:var(--font-body)}.form-group .auth-field__input-wrap input::placeholder{color:var(--input-placeholder)}.form-group .auth-field__input-wrap input:focus{border:none;box-shadow:none}.auth-btn{width:100%;height:48px;margin-top:8px;padding:0;background:var(--brand);color:#fff;border:none;border-radius:8px;font-size:20px;line-height:48px;font-weight:600;cursor:pointer;transition:background .2s,box-shadow .2s}.auth-btn:hover{background:var(--brand-hover);box-shadow:0 4px 16px #1d7ffe47}.auth-btn:disabled{opacity:.65;cursor:not-allowed;box-shadow:none}.auth-msg{margin-top:.75rem;font-size:18px;line-height:26px;display:none;text-align:center;padding:8px 12px;border-radius:var(--radius-sm)}.auth-msg.error{display:block;color:#ef4444;background:#ef44440f}.auth-msg.warn{display:block;color:#f59e0b;background:#f59e0b0f}.auth-msg.success{display:block;color:#34d399;background:#34d3990f}.auth-page .agree-row{margin-bottom:24px;font-size:18px;line-height:22px}.agree-row{font-size:.85rem;color:var(--text-secondary);margin-bottom:1.25rem}.agree-row input[type=checkbox]{width:20px;height:20px;accent-color:var(--brand)}.agree-row a{color:var(--brand)}.agree-row.reg-only{display:none}.agree-row.reg-only.show{display:flex}.form-group.reg-only{display:none}.form-group.reg-only.show,.form-group.reg-only[style*="display: block"],.form-group.reg-only[style*="display:block"]{display:block}.auth-captcha-wrap{display:flex;flex-direction:column;gap:12px;width:100%}.auth-captcha-wrap .captcha-input-wrap{width:100%}.auth-captcha-row{display:flex!important;flex-direction:row!important;align-items:center;gap:12px;width:100%}.auth-captcha-img{flex:0 0 auto;height:56px;width:168px;max-width:calc(100% - 100px);border:1px solid var(--input-border);border-radius:8px;background:#fff;cursor:pointer;object-fit:contain;object-position:center;transition:border-color .2s}.auth-captcha-img:hover{border-color:var(--brand)}.auth-captcha-refresh{flex:0 0 auto;height:56px;padding:0 16px;background:#fff;border:1px solid var(--input-border);border-radius:8px;color:var(--text-secondary);font-size:14px;cursor:pointer;white-space:nowrap;transition:border-color .2s,color .2s;font-family:var(--font-body)}.auth-captcha-refresh:hover{border-color:var(--brand);color:var(--brand)}.overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:1000;display:none}.overlay.show{display:flex}body:has(.overlay.show) .header{z-index:100}body:has(.overlay.show) #page-scale{position:relative;z-index:400}.agree-modal{background:var(--bg-primary);border:1px solid var(--border);border-radius:var(--radius-lg);padding:2rem;max-width:420px;width:90%;text-align:center;box-shadow:var(--shadow-lg)}.agree-modal .icon{font-size:2.5rem;margin-bottom:.75rem}.agree-modal h3{font-size:1.1rem;color:var(--text-primary);margin-bottom:.75rem}.agree-modal p{font-size:.9rem;color:var(--text-secondary);line-height:1.6;margin-bottom:1.5rem}.agree-modal .btn-row button{flex:1;padding:.6rem;border-radius:var(--radius-sm);font-size:.95rem;font-weight:600;cursor:pointer;border:none}.agree-modal .btn-agree{background:var(--brand);color:#fff}.agree-modal .btn-agree:hover{background:var(--brand-hover);box-shadow:var(--shadow-md)}.agree-modal .btn-reject{background:var(--bg-secondary);color:var(--text-secondary);border:1px solid var(--border)}.agree-modal .btn-reject:hover{background:var(--border-light)}.privacy-modal{background:var(--bg-primary);border:1px solid var(--border);border-radius:var(--radius-lg);width:min(90vw,720px);max-height:85vh;display:flex;flex-direction:column;box-shadow:var(--shadow-lg);overflow:hidden}.privacy-modal__header{position:relative;padding:1.25rem 1.5rem;border-bottom:1px solid var(--border);flex-shrink:0;text-align:center}.privacy-modal__header h3{font-size:20px;font-weight:700;color:var(--text-primary);margin:0}.privacy-modal__close{position:absolute;top:1rem;right:1rem;width:28px;height:28px;background:var(--bg-secondary);border:none;border-radius:50%;font-size:14px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--text-secondary);transition:all .2s}.privacy-modal__close:hover{background:var(--text-tertiary);color:#fff}.privacy-modal__body{flex:1;overflow-y:auto;padding:1.5rem;font-size:16px;color:var(--text-secondary);line-height:1.8}.privacy-modal__body h4{color:var(--text-primary);margin:1rem 0 .5rem;font-size:18px}.privacy-modal__body p{margin:.5rem 0}.privacy-modal__body ul{padding-left:1.25rem;margin:.5rem 0}.privacy-modal__body li{margin-bottom:.3rem;list-style:disc}.privacy-modal__footer{flex-shrink:0;padding:.75rem 1.5rem;border-top:1px solid var(--border);text-align:center}.privacy-modal__footer button{padding:.5rem 2rem;border-radius:var(--radius-sm);font-size:14px;font-weight:600;cursor:pointer;border:none;transition:all .2s}.privacy-modal__footer .btn-reject{background:var(--bg-secondary);color:var(--text-secondary);border:1px solid var(--border)}.privacy-modal__footer .btn-reject:hover{background:var(--border-light)}.ack-modal{background:var(--bg-primary);border:1px solid var(--border);border-radius:var(--radius-lg);width:min(90vw,720px);max-height:85vh;display:flex;flex-direction:column;box-shadow:var(--shadow-lg);overflow:hidden}.ack-modal-header{position:relative;padding:1.25rem 1.5rem;border-bottom:1px solid var(--border);flex-shrink:0;text-align:center}.ack-modal-header h3{font-size:20px;font-weight:700;color:var(--text-primary);margin:0 0 .25rem}.ack-modal-header .ack-date{font-size:14px;color:var(--text-tertiary)}.ack-close{position:absolute;top:1rem;right:1rem;width:28px;height:28px;background:var(--bg-secondary);border:none;border-radius:50%;font-size:14px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--text-secondary);transition:all .2s}.ack-close:hover{background:var(--text-tertiary);color:#fff}.ack-modal-body{flex:1;overflow-y:auto;padding:1.5rem}.ack-modal-body h2{font-size:18px;font-weight:700;color:var(--text-primary);margin:1.4rem 0 .8rem}.ack-modal-body h3{font-size:17px;font-weight:600;color:var(--text-primary);margin:1.2rem 0 .6rem}.ack-modal-body h4{font-size:16px;font-weight:600;color:var(--text-primary);margin:1rem 0 .5rem}.ack-modal-body h5{font-size:15px;font-weight:600;color:var(--text-secondary);margin:.8rem 0 .4rem}.ack-modal-body p{font-size:16px;color:var(--text-secondary);line-height:1.7;margin-bottom:.5rem}.ack-warning{background:#f54a450f;border-left:3px solid var(--red);padding:.6rem .8rem;border-radius:0 var(--radius-sm) var(--radius-sm) 0;margin-bottom:.75rem}.ack-warning strong{color:var(--red)}.ack-modal-footer{flex-shrink:0;padding:.75rem 1.5rem;border-top:1px solid var(--border);text-align:center}.ack-modal-footer button{padding:.5rem 2rem;border-radius:var(--radius-sm);font-size:14px;font-weight:600;cursor:pointer;border:none;transition:all .2s}.ack-modal-footer .btn-reject{background:var(--bg-secondary);color:var(--text-secondary);border:1px solid var(--border)}.ack-modal-footer .btn-reject:hover{background:var(--border-light)}.chip-option{display:inline-flex;align-items:center;gap:.3rem;padding:.45rem 1rem;border:1.5px solid var(--border);border-radius:var(--radius-full);font-size:.88rem;cursor:pointer;transition:all .2s;background:var(--bg-secondary);color:var(--text-secondary);-webkit-user-select:none;user-select:none}.chip-option:hover{border-color:var(--brand);color:var(--brand);background:var(--brand-light)}.chip-option:has(input:checked){border-color:var(--brand);background:var(--brand);color:#fff}.chip-option input{display:none}.upload-zone{cursor:pointer}.upload-file{text-align:left}.upload-file .file-head{margin-bottom:.5rem}.upload-file .file-name{font-size:.88rem;font-weight:600;color:var(--text-primary);word-break:break-all;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.upload-file .file-progress{height:6px;background:var(--bg-secondary);border-radius:3px;overflow:hidden;margin-bottom:.5rem}.upload-file .file-bar{height:100%;background:var(--brand);border-radius:3px;transition:width .3s}.upload-file .file-del{font-size:.82rem;color:var(--red);cursor:pointer;border:none;background:none;padding:0;font-family:inherit}.upload-file .file-del:hover{text-decoration:underline}.profile-header{background:#fff;box-shadow:0 4px 24px #19264814}.profile-header__tabs{gap:34px}.profile-header__tab{font-family:var(--font-regular);font-size:22px;line-height:22px;color:var(--color-text-nav);text-decoration:none;height:90px;position:relative;transition:color .2s;white-space:nowrap}.profile-header__tab.active{color:var(--brand)}.profile-header__tab.active:after{content:"";position:absolute;left:50%;top:calc(50% + 18px);transform:translate(-50%);width:42px;height:3px;background:var(--gradient-nav-underline);border-radius:2px}.profile-header__actions{gap:24px}.profile-header__home{font-family:var(--font-regular);font-size:22px;line-height:22px;color:var(--text-logout);text-decoration:none;white-space:nowrap;transition:color .2s}.profile-header__home:hover{color:var(--brand)}.profile-header__logout{font-family:var(--font-regular);font-size:22px;line-height:22px;color:var(--text-logout);text-decoration:none;transition:color .2s}.profile-header__logout:hover{color:var(--color-text-nav)}.profile-header__logout-icon{line-height:0;color:inherit}.profile-page__main{min-height:0;overflow-y:auto;padding:24px 40px 16px;width:100%}.profile-promo{max-width:1020px;margin:0 auto 16px;background:linear-gradient(135deg,#1d7ffe14,#1d7ffe08);border:1px solid rgba(29,127,254,.15);border-radius:12px;padding:12px 20px;font-size:16px}.profile-promo span:last-child{color:var(--text-primary);font-weight:600}.profile-card{max-width:1020px;margin:0 auto;background:#fff;border-radius:16px;padding:30px;box-shadow:0 8px 32px #1d7ffe14}.profile-card__head{margin-bottom:32px}.profile-card__icon-wrap{width:60px;height:60px;background:var(--bg-icon-soft);border-radius:50%}.profile-card__icon{display:block;width:30px;height:30px;object-fit:contain}.profile-card__titles{min-width:0}.profile-card__title{font-size:24px;line-height:32px;font-weight:600;color:var(--text-primary);margin-bottom:4px}.profile-card__desc{font-size:14px;line-height:24px;color:var(--text-logout)}.profile-card__status{font-size:18px}.profile-field--top .profile-field__label{padding-top:12px}.profile-field--block .profile-field__label{width:auto;padding-top:0}.profile-field__label{margin-left:30px;flex-shrink:0;font-size:18px;line-height:24px;font-weight:500;color:var(--text-primary);text-align:left}.profile-field__control{padding-left:30px;flex:1;min-width:0}.profile-input-wrap{height:48px;padding:0 16px;background:#fff;border:1px solid var(--input-border);border-radius:8px;transition:border-color .2s}.profile-input-wrap:focus-within{border-color:var(--brand)}.profile-input-wrap input,.profile-input-wrap select{width:100%;height:100%;border:none;outline:none;background:transparent;font-size:18px;line-height:24px;color:var(--text-primary);font-family:var(--font-body)}.profile-input-wrap input::placeholder{color:var(--input-placeholder)}.profile-input-wrap:has(input:disabled),.profile-input-wrap:has(select:disabled){background:var(--input-disabled-bg);border-color:var(--input-border)}.profile-input-wrap input:disabled,.profile-input-wrap select:disabled{color:var(--input-placeholder);-webkit-text-fill-color:var(--input-placeholder);cursor:not-allowed}.profile-code-select__trigger:disabled{color:var(--input-placeholder);cursor:not-allowed}.profile-chip-group .chip-option:has(input:disabled){color:var(--input-placeholder);background:var(--input-disabled-bg);border-color:var(--input-border);cursor:not-allowed;pointer-events:none}.profile-chip-group .chip-option:has(input:disabled:checked){background:var(--input-border);border-color:#d0d4dc;color:var(--input-placeholder)}.profile-input-wrap--select{position:relative;width:92px;flex:0 0 92px;padding:0;overflow:visible}.profile-code-select{position:relative;width:100%;height:100%}.profile-code-select__native{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.profile-code-select__trigger{width:100%;height:48px;padding:0 10px 0 14px;border:none;background:transparent;font-size:18px;line-height:24px;color:var(--text-primary);font-family:var(--font-body);cursor:pointer}.profile-code-select__caret{flex-shrink:0;width:12px;height:8px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1.5 6 6.5 11 1.5' stroke='%239DA3B0' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center / contain;transition:transform .2s}.profile-code-select.is-open .profile-code-select__caret{transform:rotate(180deg)}.profile-code-select__menu{display:none;position:absolute;top:calc(100% + 6px);left:0;z-index:60;min-width:100%;margin:0;padding:6px;list-style:none;background:#fff;border:1px solid var(--input-border);border-radius:8px;box-shadow:0 8px 24px #1926481f}.profile-code-select.is-open .profile-code-select__menu{display:block}.profile-code-select__option{padding:10px 12px;font-size:16px;line-height:24px;color:var(--text-primary);border-radius:6px;cursor:pointer;transition:background .2s,color .2s}.profile-code-select__option:hover{background:var(--brand-light);color:var(--brand)}.profile-code-select__option.is-active{color:var(--brand);background:var(--brand-light);font-weight:500}.profile-phone-wrap .profile-input-wrap--select{flex:0 0 92px;width:92px}.profile-phone-wrap .profile-input-wrap:not(.profile-input-wrap--select){flex:1;min-width:0}.profile-chip-group .chip-option{justify-content:center;height:40px;padding:0 20px;border-radius:25px;border:1px solid var(--input-border);background:#fff;font-size:18px;color:var(--text-secondary)}.profile-chip-group .chip-option:hover{border-color:var(--brand);color:var(--brand);background:var(--brand-light)}.profile-chip-group .chip-option:has(input:checked){border-color:var(--brand);background:var(--brand);color:#fff}.profile-input-wrap--month{position:relative;overflow:visible;padding:0}.profile-input-wrap--month:focus-within,.profile-input-wrap--month:has(.profile-month-picker.is-open){border-color:var(--brand)}.profile-month-picker{position:relative;width:100%;height:100%}.profile-month-picker__input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.profile-month-picker__trigger{width:100%;height:48px;padding:0 16px;border:none;background:transparent;font-size:18px;line-height:24px;color:var(--text-primary);font-family:var(--font-body);cursor:pointer;gap:12px}.profile-month-picker__trigger:disabled{color:var(--input-placeholder);cursor:not-allowed}.profile-month-picker__value.is-placeholder{color:var(--input-placeholder)}.profile-month-picker__icon{flex-shrink:0;width:18px;height:18px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Crect x='2' y='3.5' width='14' height='12.5' rx='2' stroke='%239DA3B0' stroke-width='1.4'/%3E%3Cpath d='M2 7.5h14M6 2v2.5M12 2v2.5' stroke='%239DA3B0' stroke-width='1.4' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center / contain}.profile-month-picker__panel{display:none;position:absolute;top:calc(100% + 8px);left:0;z-index:80;width:280px;padding:16px;background:#fff;border:1px solid var(--input-border);border-radius:12px;box-shadow:0 12px 32px #1926481f}.profile-month-picker.is-open .profile-month-picker__panel{display:block}.profile-month-picker__header{margin-bottom:12px;padding-bottom:12px;border-bottom:1px solid var(--border-light)}.profile-month-picker__year{font-size:18px;font-weight:600;color:var(--text-primary)}.profile-month-picker__nav{width:32px;height:32px;border:1px solid var(--input-border);border-radius:8px;background:#fff;color:var(--text-secondary);font-size:20px;line-height:1;cursor:pointer;transition:border-color .2s,color .2s,background .2s}.profile-month-picker__nav:hover:not(:disabled){border-color:var(--brand);color:var(--brand);background:var(--brand-light)}.profile-month-picker__nav:disabled{opacity:.35;cursor:not-allowed}.profile-month-picker__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.profile-month-picker__month{height:40px;border:1px solid transparent;border-radius:8px;background:var(--bg-secondary);color:var(--text-primary);font-size:16px;font-family:var(--font-body);cursor:pointer;transition:background .2s,color .2s,border-color .2s}.profile-month-picker__month:hover{border-color:var(--brand);background:var(--brand-light);color:var(--brand)}.profile-month-picker__month.is-selected{border-color:var(--brand);background:var(--brand);color:#fff;font-weight:500}.profile-month-picker__footer{margin-top:12px;padding-top:12px;border-top:1px solid var(--border-light)}.profile-month-picker__action{border:none;background:transparent;color:var(--brand);font-size:15px;font-family:var(--font-body);cursor:pointer;padding:4px 0;transition:color .2s}.profile-month-picker__action:hover{color:var(--brand-hover)}.profile-textarea-wrap{position:relative;height:115px;border:1px solid var(--input-border);border-radius:8px;background:#fff;transition:border-color .2s}.profile-textarea-wrap:focus-within{border-color:var(--brand)}.profile-textarea-wrap textarea{width:100%;height:115px;min-height:115px;max-height:115px;padding:12px 16px 28px;border:none;outline:none;resize:none;font-size:18px;line-height:24px;color:var(--text-primary);font-family:var(--font-body);background:transparent}.profile-textarea-wrap textarea::placeholder{color:var(--input-placeholder)}.profile-textarea-wrap:has(textarea:disabled){background:var(--input-disabled-bg);border-color:var(--input-border)}.profile-textarea-wrap textarea:disabled{color:var(--input-placeholder);-webkit-text-fill-color:var(--input-placeholder);cursor:not-allowed}.profile-textarea-count{position:absolute;right:12px;bottom:8px;font-size:14px;line-height:20px;color:var(--text-tertiary)}.profile-upload-item__head{margin-bottom:12px;font-size:18px;line-height:26px;color:var(--text-primary)}.profile-upload-item__head strong{font-weight:500}.profile-upload-item__required{color:var(--red);font-size:18px;line-height:26px}.profile-upload-item__optional,.profile-upload-item__hint{color:var(--text-secondary);font-size:18px;line-height:26px}.profile-upload-item__template{color:var(--brand);font-size:18px;line-height:26px;text-decoration:none}.profile-upload-item__template:hover{text-decoration:underline}.profile-upload-zone.upload-zone{min-height:88px;padding:20px 16px;border:1px dashed var(--color-upload-border);border-radius:8px;background:var(--color-upload-bg);text-align:left}.profile-upload-zone.upload-zone:hover{border-color:var(--brand);background:var(--color-upload-bg-hover)}.profile-upload-zone--disabled.upload-zone{pointer-events:none;background:var(--input-disabled-bg)!important;border-color:var(--input-border)!important;cursor:not-allowed}.profile-upload-zone--disabled .profile-upload-zone__text,.profile-upload-zone--disabled .upload-file .file-name{color:var(--input-placeholder)}.upload-file .file-del:disabled{color:var(--input-placeholder);cursor:not-allowed;text-decoration:none}.profile-upload-zone__icon{width:40px;height:40px;object-fit:contain}.profile-upload-zone__text{font-size:18px;line-height:26px;color:var(--text-note);font-weight:400}.profile-upload-zone .upload-file{width:100%}.profile-submit-wrap{margin-top:30px}.profile-submit-btn{position:relative;width:100%;max-width:460px;height:60px;padding:0 52px 0 24px;border:none;border-radius:30px;background:var(--brand);color:#fff;font-size:20px;font-weight:600;cursor:pointer;transition:background .2s,box-shadow .2s}.profile-submit-btn:hover{background:var(--brand-hover);box-shadow:0 4px 16px #1d7ffe47}.profile-submit-btn:disabled{opacity:.65;cursor:not-allowed;box-shadow:none}.profile-submit-btn__icon{position:absolute;right:12px;top:50%;transform:translateY(-50%);width:36px;height:36px;border-radius:50%;background:#fff}.profile-submit-btn__icon img{width:16px;height:16px;object-fit:contain}.profile-submit-wrap .auth-msg{margin-top:16px;width:100%;max-width:460px}.member-card{border:1px solid var(--border);border-radius:var(--radius-md);padding:2rem}.member-card__head{display:flex;align-items:center;gap:.5rem;margin-bottom:.6rem}.member-card__badge{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:50%;background:var(--brand);color:#fff;font-size:12px;font-weight:600;flex-shrink:0}.member-card__title{font-weight:600;font-size:.95rem}.member-card__remove{margin-left:auto;border:none;background:transparent;color:var(--color-member-remove);cursor:pointer;font-size:.85rem;padding:.2rem .4rem;border-radius:6px}.member-card__remove:hover{background:#ef444414}.member-card--member .member-card__badge{background:var(--color-member-badge)}.member-add-btn{margin:0 auto;align-self:flex-start;border:1px dashed var(--brand);color:var(--brand);background:transparent;padding:.6rem 1.1rem;border-radius:10px;cursor:pointer;font-size:.9rem;font-weight:500}.member-add-btn:hover{background:var(--brand-light)}.profile-charter{margin-bottom:15px;display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:.9rem;color:var(--text-hint)}.profile-charter input[type=checkbox]{width:16px;height:16px;cursor:pointer}.profile-charter-note{text-align:center;font-size:.8rem;color:var(--text-note);margin-top:-10px}.profile-charter-note-link{color:var(--brand);cursor:pointer}.member-card .profile-phone-wrap .profile-input-wrap--select{flex:0 0 92px;width:92px;position:relative;padding:0;overflow:visible}.member-card .m-code{width:100%;height:48px;padding:0 24px 0 14px;border:1px solid var(--input-border);border-radius:8px;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1.5 6 6.5 11 1.5' stroke='%239DA3B0' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat right 10px center / 12px 8px;-webkit-appearance:none;-moz-appearance:none;appearance:none;font-size:18px;line-height:24px;color:var(--text-primary);font-family:var(--font-body);cursor:pointer}.member-card .m-code:focus{border-color:var(--brand);outline:none}.member-card .m-code:disabled{background-color:var(--input-disabled-bg);border-color:var(--input-border);color:var(--input-placeholder);cursor:not-allowed}.profile-work-layout{display:flex;gap:1.5rem;align-items:flex-start}.profile-work-main{flex:1;min-width:0}.profile-work-aside{width:280px;flex-shrink:0;position:sticky;top:1rem}.profile-upload-hint-card{border:1px solid var(--border);border-radius:12px;padding:1rem 1.1rem;background:#fff}.profile-upload-hint-card h3{margin:0 0 .6rem;font-size:1rem}.profile-upload-hint-card ul{margin:0;padding-left:1.1rem;color:var(--color-upload-hint);font-size:.85rem;line-height:1.9}.profile-upload-hint-card__note{margin:.7rem 0 0;font-size:.8rem;color:var(--color-amber)}.profile-phone-wrap .profile-input-wrap--select.phone-code-global{flex:0 0 110px;width:110px}.country-code-select{position:relative;width:100%;height:100%}.country-code-select__value{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.country-code-select__trigger{width:100%;height:48px;padding:0 26px 0 12px;border:none;background:transparent;font-size:18px;line-height:24px;color:var(--text-primary);font-family:var(--font-body);cursor:pointer;display:flex;align-items:center;gap:0;position:relative}.country-code-select__flag-val{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.country-code-select__caret{position:absolute;right:6px;top:50%;transform:translateY(-50%);flex-shrink:0;width:12px;height:8px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1.5 6 6.5 11 1.5' stroke='%239DA3B0' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center / contain;transition:transform .2s;pointer-events:none}.country-code-select__dropdown{position:absolute;top:calc(100% + 6px);left:0;z-index:70;width:280px;max-height:360px;background:#fff;border:1px solid var(--input-border);border-radius:10px;box-shadow:0 8px 24px #19264824;overflow:hidden;display:flex;flex-direction:column}.country-code-select__search-wrap{padding:10px 12px 6px;border-bottom:1px solid var(--border-light)}.country-code-select__search{width:100%;height:38px;padding:0 12px;border:1px solid var(--input-border);border-radius:8px;font-size:15px;line-height:20px;color:var(--text-primary);background:var(--bg-secondary);font-family:var(--font-body);outline:none;box-sizing:border-box}.country-code-select__search:focus{border-color:var(--brand);background:#fff}.country-code-select__search::placeholder{color:var(--input-placeholder)}.country-code-select__list{flex:1;overflow-y:auto;padding:6px 8px;overscroll-behavior:contain}.country-code-select__option{display:flex;align-items:center;gap:10px;padding:9px 12px;font-size:15px;line-height:22px;color:var(--text-primary);border-radius:6px;cursor:pointer;transition:background .15s,color .15s}.country-code-select__option:hover{background:var(--brand-light);color:var(--brand)}.country-code-select__option.is-active{color:var(--brand);background:var(--brand-light);font-weight:500}.country-code-select__flag{font-size:20px;line-height:1;flex-shrink:0;width:28px;text-align:center}.country-code-select__name{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.country-code-select__dial{flex-shrink:0;color:var(--text-secondary);font-size:14px;font-weight:400}.country-code-select__option.is-active .country-code-select__dial,.country-code-select__option:hover .country-code-select__dial{color:var(--brand)}.country-code-select__divider{height:1px;margin:6px 12px;background:var(--border-light)}.member-card .profile-phone-wrap .profile-input-wrap--select.phone-code-global{flex:0 0 110px;width:110px;position:relative;padding:0;overflow:visible}.member-card .country-code-select__dropdown{width:260px}@media(max-width:900px){.profile-work-layout{flex-direction:column}.profile-work-aside{width:100%;position:static}}
