.dash-hero{border-radius:var(--card-radius);flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:20px;margin-bottom:24px;padding:24px 32px;display:flex;position:relative;overflow:hidden}.dash-hero__title{color:var(--text-primary);letter-spacing:-.3px;margin:0;font-size:26px;font-weight:700;line-height:1.2}.dash-stat-grid{grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:24px;display:grid}.dash-stat-grid--hero{flex:1;gap:12px;min-width:0;margin:0}.dash-stat-grid--hero .dash-stat-card{border-radius:10px;gap:10px;padding:12px 16px}.dash-stat-grid--hero .dash-stat-card__icon{border-radius:10px;width:34px;height:34px;font-size:16px}.dash-stat-grid--hero .dash-stat-card__value{font-size:20px}.dash-stat-grid--hero .dash-stat-card__label{font-size:11px}.dash-stat-grid--hero .dash-stat-card__sub{font-size:10px}.dash-stat-card{border-radius:var(--card-radius);background:var(--glass-bg);-webkit-backdrop-filter:blur(18px)saturate(180%);border:1px solid var(--glass-border);box-shadow:var(--glass-shadow);align-items:center;gap:16px;padding:20px 24px;transition:transform .25s,box-shadow .25s;display:flex}.dash-stat-card:hover{box-shadow:var(--glass-shadow-hover);transform:translateY(-2px)}.dash-stat-card__icon{border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:46px;height:46px;font-size:22px;display:inline-flex}.dash-stat-card__icon--blue{background:var(--accent-soft);color:var(--accent)}.dash-stat-card__icon--green{background:var(--success-soft);color:var(--success)}.dash-stat-card__icon--orange{background:var(--warning-soft);color:var(--warning)}.dash-stat-card__icon--red{background:var(--danger-soft);color:var(--danger)}.dash-stat-card__body{flex-direction:column;gap:2px;min-width:0;display:flex}.dash-stat-card__value{color:var(--text-primary);font-size:26px;font-weight:700;line-height:1}.dash-stat-card__label{color:var(--text-secondary);font-size:13px;font-weight:500}.dash-stat-card__sub{color:var(--text-muted);margin-top:2px;font-size:11px}.dash-chart-panel__title-dot--warning{background:var(--warning)}.dash-reminder-row--pinned{background:#fff7ed!important}.dash-reminder-row--pinned td{border-bottom-color:#fed7aa!important}@media (width<=1400px){.dash-stat-grid{grid-template-columns:repeat(2,1fr)}.dash-charts-row{grid-template-columns:1fr}.dash-hero__stats{gap:12px}.dash-hero__stat{min-width:70px;padding:8px 12px}}@media (width<=768px){.dash-stat-grid{grid-template-columns:1fr}.dash-hero{flex-direction:column;align-items:flex-start;padding:18px 20px}.dash-hero__stats{justify-content:space-between;width:100%}.dash-hero__title{font-size:22px}}@media (width<=480px){.dash-hero__stats{flex-wrap:wrap;gap:8px}.dash-hero__stat{flex:1;min-width:60px}}.dashboard-v2{--dash-bg-start:#f0f2f8;--dash-bg-end:#f7f9fc;--glass-bg:#ffffffb8;--glass-border:#ffffff8c;--glass-shadow:0 8px 32px #0000000f, 0 1px 4px #0000000a;--glass-shadow-hover:0 12px 40px #0000001a, 0 2px 8px #0000000f;--card-radius:18px;--text-primary:#1a1d26;--text-secondary:#5a5f6e;--text-muted:#949aab;--accent:#4f6ef6;--accent-soft:#e8edff;--success:#22c55e;--success-soft:#dcfce7;--warning:#f59e0b;--warning-soft:#fef3c7;--danger:#ef4444;--danger-soft:#fee2e2;--info:#06b6d4;--info-soft:#cffafe;--purple:#8b5cf6;--purple-soft:#ede9fe;padding:0}.dash-hero{border-radius:var(--card-radius);justify-content:flex-start;align-items:center;gap:24px;margin-bottom:24px;padding:28px 32px;display:flex;position:relative;overflow:hidden}.dash-hero:before{content:"";border-radius:var(--card-radius);-webkit-backdrop-filter:blur(24px)saturate(180%);border:1px solid var(--glass-border);box-shadow:var(--glass-shadow);z-index:0;background:radial-gradient(80% 80% at 20% 30%,#4f6ef614,#0000),radial-gradient(60% 70% at 85% 70%,#8b5cf60f,#0000),linear-gradient(135deg,#ffffffd9 0%,#ffffff8c 100%);position:absolute;inset:0}.dash-hero>*{z-index:1;position:relative}.dash-hero__decor{z-index:0;pointer-events:none;border-radius:50%;position:absolute}.dash-hero__decor--a{background:radial-gradient(circle,#4f6ef61f 0%,#0000 70%);width:180px;height:180px;top:-60px;right:-40px}.dash-hero__decor--b{background:radial-gradient(circle,#8b5cf61a 0%,#0000 70%);width:120px;height:120px;bottom:-30px;left:30%}.dash-hero__greeting{flex-direction:column;gap:6px;display:flex}.dash-hero__welcome{color:var(--text-muted);letter-spacing:.5px;font-size:14px;font-weight:500}.dash-hero__title{color:var(--text-primary);letter-spacing:-.3px;font-size:28px;font-weight:700;line-height:1.2}.dash-hero__date{color:var(--text-secondary);margin-top:2px;font-size:13px}.dash-hero__stats{gap:28px;display:flex}.dash-hero__stat{-webkit-backdrop-filter:blur(8px);background:#fff9;border:1px solid #ffffffb3;border-radius:14px;flex-direction:column;align-items:center;gap:4px;min-width:88px;padding:12px 20px;display:flex}.dash-hero__stat-value{color:var(--text-primary);font-size:24px;font-weight:700;line-height:1}.dash-hero__stat-value--accent{color:var(--accent)}.dash-hero__stat-value--success{color:var(--success)}.dash-hero__stat-value--warning{color:var(--warning)}.dash-hero__stat-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;font-size:11px;font-weight:500}.dash-glass-card{border-radius:var(--card-radius);background:var(--glass-bg);-webkit-backdrop-filter:blur(18px)saturate(180%);border:1px solid var(--glass-border);box-shadow:var(--glass-shadow);padding:22px 24px;transition:transform .25s,box-shadow .25s;position:relative;overflow:hidden}.dash-glass-card:after{content:"";border-radius:var(--card-radius) var(--card-radius) 0 0;opacity:0;height:3px;transition:opacity .25s;position:absolute;top:0;left:0;right:0}.dash-glass-card:hover{box-shadow:var(--glass-shadow-hover);transform:translateY(-3px)}.dash-glass-card:hover:after{opacity:1}.dash-glass-card--accent:after{background:linear-gradient(90deg, var(--accent), #818cf8)}.dash-glass-card--success:after{background:linear-gradient(90deg, var(--success), #4ade80)}.dash-glass-card--warning:after{background:linear-gradient(90deg, var(--warning), #fbbf24)}.dash-glass-card--danger:after{background:linear-gradient(90deg, var(--danger), #f87171)}.dash-glass-card__icon{border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:14px;font-size:22px;display:inline-flex}.dash-glass-card__icon--accent{background:var(--accent-soft);color:var(--accent)}.dash-glass-card__icon--success{background:var(--success-soft);color:var(--success)}.dash-glass-card__icon--warning{background:var(--warning-soft);color:var(--warning)}.dash-glass-card__icon--danger{background:var(--danger-soft);color:var(--danger)}.dash-glass-card__value{color:var(--text-primary);margin-bottom:4px;font-size:30px;font-weight:700;line-height:1}.dash-glass-card__label{color:var(--text-secondary);font-size:13px;font-weight:500}.dash-glass-card__trend{border-radius:20px;align-items:center;gap:4px;margin-top:8px;padding:3px 10px;font-size:12px;font-weight:600;display:inline-flex}.dash-glass-card__trend--up{color:var(--success);background:var(--success-soft)}.dash-glass-card__trend--down{color:var(--danger);background:var(--danger-soft)}.dash-charts-row{grid-template-columns:1.5fr 1fr;gap:20px;margin-bottom:24px;display:grid}.dash-chart-panel{border-radius:var(--card-radius);background:var(--glass-bg);-webkit-backdrop-filter:blur(18px)saturate(180%);border:1px solid var(--glass-border);box-shadow:var(--glass-shadow);padding:20px 24px 16px}.dash-chart-panel__header{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.dash-chart-panel__title{color:var(--text-primary);align-items:center;gap:8px;font-size:15px;font-weight:600;display:flex}.dash-chart-panel__title-dot{border-radius:50%;width:8px;height:8px;display:inline-block}.dash-chart-panel__title-dot--accent{background:var(--accent)}.dash-chart-panel__title-dot--purple{background:var(--purple)}.dash-chart-panel__title-dot--info{background:var(--info)}.dash-chart-panel__badge{color:var(--text-muted);background:#00000008;border-radius:10px;padding:2px 10px;font-size:11px;font-weight:500}.dash-section{margin-bottom:24px}.dash-section__header{align-items:center;gap:10px;margin-bottom:16px;display:flex}.dash-section__icon{background:var(--accent-soft);width:34px;height:34px;color:var(--accent);border-radius:10px;justify-content:center;align-items:center;font-size:17px;display:inline-flex}.dash-section__title{color:var(--text-primary);letter-spacing:-.2px;font-size:18px;font-weight:700}.dash-section__subtitle{color:var(--text-muted);margin-left:auto;font-size:13px}.dash-feature-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.dash-feature-card{border-radius:var(--card-radius);background:var(--glass-bg);-webkit-backdrop-filter:blur(18px)saturate(180%);border:1px solid var(--glass-border);box-shadow:var(--glass-shadow);flex-direction:column;gap:10px;padding:24px 22px;transition:transform .25s,box-shadow .25s;display:flex;position:relative}.dash-feature-card:hover{box-shadow:var(--glass-shadow-hover);transform:translateY(-2px)}.dash-feature-card__icon{border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;font-size:20px;display:inline-flex}.dash-feature-card__icon--blue{background:var(--accent-soft);color:var(--accent)}.dash-feature-card__icon--green{background:var(--success-soft);color:var(--success)}.dash-feature-card__icon--purple{background:var(--purple-soft);color:var(--purple)}.dash-feature-card__icon--cyan{background:var(--info-soft);color:var(--info)}.dash-feature-card__icon--orange{background:var(--warning-soft);color:var(--warning)}.dash-feature-card__icon--red{background:var(--danger-soft);color:var(--danger)}.dash-feature-card__title{color:var(--text-primary);font-size:15px;font-weight:600}.dash-feature-card__desc{color:var(--text-secondary);font-size:13px;line-height:1.5}.dash-pricing-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.dash-pricing-card{border-radius:var(--card-radius);background:var(--glass-bg);-webkit-backdrop-filter:blur(18px)saturate(180%);border:1px solid var(--glass-border);box-shadow:var(--glass-shadow);text-align:center;flex-direction:column;gap:14px;padding:28px 24px;transition:transform .25s,box-shadow .25s;display:flex;position:relative}.dash-pricing-card:hover{box-shadow:var(--glass-shadow-hover);transform:translateY(-2px)}.dash-pricing-card--featured{border-color:var(--accent);transform:scale(1.03);box-shadow:0 8px 32px #4f6ef61f,0 1px 4px #0000000a}.dash-pricing-card--featured:hover{transform:scale(1.03)translateY(-2px)}.dash-pricing-card__badge{color:#fff;background:linear-gradient(135deg, var(--accent), #818cf8);border-radius:20px;padding:4px 16px;font-size:12px;font-weight:600;position:absolute;top:-12px;left:50%;transform:translate(-50%)}.dash-pricing-card__plan{color:var(--text-muted);text-transform:uppercase;letter-spacing:1px;font-size:13px;font-weight:600}.dash-pricing-card__price{color:var(--text-primary);font-size:36px;font-weight:800;line-height:1}.dash-pricing-card__price-unit{color:var(--text-secondary);font-size:16px;font-weight:500}.dash-pricing-card__features{border-top:1px solid #0000000d;border-bottom:1px solid #0000000d;flex-direction:column;gap:10px;padding:8px 0;display:flex}.dash-pricing-card__feature{color:var(--text-secondary);align-items:center;gap:8px;font-size:13px;display:flex}.dash-pricing-card__feature-icon{color:var(--success);flex-shrink:0;font-size:14px}.dash-pricing-card__cta{margin-top:auto}.dash-trust-grid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.dash-trust-badge{border-radius:var(--card-radius);background:var(--glass-bg);-webkit-backdrop-filter:blur(18px)saturate(180%);border:1px solid var(--glass-border);box-shadow:var(--glass-shadow);text-align:center;flex-direction:column;align-items:center;gap:10px;padding:24px 16px;transition:transform .2s;display:flex}.dash-trust-badge:hover{transform:translateY(-2px)}.dash-trust-badge__icon{background:var(--accent-soft);width:48px;height:48px;color:var(--accent);border-radius:50%;justify-content:center;align-items:center;font-size:22px;display:inline-flex}.dash-trust-badge__title{color:var(--text-primary);font-size:14px;font-weight:600}.dash-trust-badge__desc{color:var(--text-muted);font-size:12px;line-height:1.4}.dash-recent-panel{border-radius:var(--card-radius);background:var(--glass-bg);-webkit-backdrop-filter:blur(18px)saturate(180%);border:1px solid var(--glass-border);box-shadow:var(--glass-shadow);padding:20px 24px}.dash-recent-panel__header{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.dash-recent-panel__title{color:var(--text-primary);align-items:center;gap:8px;font-size:15px;font-weight:600;display:flex}@media (width<=1400px){.dash-stat-grid{grid-template-columns:repeat(2,1fr)}.dash-charts-row{grid-template-columns:1fr}.dash-feature-grid,.dash-pricing-grid,.dash-trust-grid{grid-template-columns:repeat(2,1fr)}.dash-hero__stats{gap:16px}.dash-hero__stat{min-width:70px;padding:10px 14px}}@media (width<=768px){.dash-stat-grid,.dash-feature-grid,.dash-pricing-grid,.dash-trust-grid{grid-template-columns:1fr}.dash-pricing-card--featured{transform:none}.dash-pricing-card--featured:hover{transform:translateY(-2px)}.dash-hero{flex-direction:column;align-items:flex-start;padding:20px}.dash-hero__stats{justify-content:space-between;width:100%}.dash-hero__title{font-size:22px}}@media (width<=480px){.dash-hero__stats{flex-wrap:wrap;gap:8px}.dash-hero__stat{flex:1;min-width:60px}}*{box-sizing:border-box}html,body,#root{height:100%;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif}body{background:#f5f5f5}.reminder-unreachable{background-color:#fff1f0!important}.reminder-pinned td{font-weight:600}.app-page-toolbar{z-index:10;background:#fff;border-bottom:1px solid #f0f0f0;justify-content:space-between;align-items:center;gap:16px;padding:12px 24px;display:flex;position:sticky;top:0}.app-page-toolbar__left{align-items:center;gap:8px;min-width:0;display:flex}.app-page-toolbar__title{color:#000000e0;white-space:nowrap;text-overflow:ellipsis;font-size:16px;font-weight:600;overflow:hidden}.app-page-toolbar__extra{flex-shrink:0}.form-page-container{width:100%;max-width:100%}.dynamic-form-grid{grid-template-columns:repeat(12,1fr);align-items:start;gap:0 16px;display:grid}.dynamic-form-grid__span-3{grid-column:span 3}.dynamic-form-grid__span-4{grid-column:span 4}.dynamic-form-grid__span-6{grid-column:span 6}.dynamic-form-grid__full{grid-column:1/-1}.dynamic-form-grid__row-start{grid-column-start:1}.dynamic-field-display{row-gap:0}.dynamic-field-display__item{align-items:flex-start;gap:8px;min-height:32px;padding:8px 0;display:flex}.dynamic-field-display__label{color:#00000073;white-space:nowrap;flex:none}.dynamic-field-display__label:after{content:"："}.dynamic-field-display__value{color:#000000e0;word-break:break-word;flex:1;min-width:0}.field-value--multiline{white-space:pre-line;word-break:break-word}.ant-table-tbody>tr>td.ant-table-cell--multiline,.ant-table-tbody>tr>td.ant-table-cell--multiline .ant-table-cell-content{word-break:break-word;white-space:pre-line!important;text-overflow:unset!important;overflow:visible!important}.ant-table-tbody>tr>td:has(.field-value--multiline){word-break:break-word;white-space:pre-line!important;text-overflow:unset!important;overflow:visible!important}.ant-table-tbody>tr>td:has(.field-value--multiline) .ant-table-cell-content{word-break:break-word;white-space:pre-line!important;text-overflow:unset!important;overflow:visible!important}.repeater-form-field__title,.repeater-form-field__preview-title{color:#000000e0;margin-bottom:8px;font-weight:500}.repeater-form-field__preview-empty{color:#00000073;padding:8px 0}.repeater-form-field__item{background:#fafafa;border:1px solid #f0f0f0;border-radius:8px;margin-bottom:12px;padding:12px 16px}.repeater-form-field__header{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.repeater-detail-block{flex-direction:column;align-items:stretch;gap:8px}.repeater-detail-block>.info-label{flex:none}.repeater-detail-block__body{width:100%}.repeater-detail__item+.repeater-detail__item{border-top:1px dashed #f0f0f0;margin-top:12px;padding-top:12px}.repeater-detail__item-title{color:#000000a6;margin-bottom:8px;font-size:13px;font-weight:500}.repeater-detail__grid{width:100%}.field-image-display{flex-wrap:wrap;gap:8px;display:flex}.field-image-display .ant-image{border:1px solid #f0f0f0;border-radius:4px;overflow:hidden}.field-image-display .ant-image-img{object-fit:cover;width:96px;height:96px}.field-image-list-thumbnail{flex-wrap:wrap;align-items:center;gap:4px;display:flex}.field-image-list-thumbnail .ant-image{border:1px solid #f0f0f0;border-radius:4px;flex-shrink:0;overflow:hidden}.field-image-list-thumbnail__more{color:#00000073;font-size:12px;line-height:1}.info-item--images .info-value{width:100%}.reminder-followup-list{flex-direction:column;gap:10px;padding:4px 0;display:flex}.reminder-followup-item{background:#fafafa;border:1px solid #f0f0f0;border-radius:4px;padding:8px 12px}.reminder-followup-item__meta{color:#909399;justify-content:space-between;gap:12px;margin-bottom:4px;font-size:12px;display:flex}.reminder-followup-item__content{color:#303133;white-space:pre-wrap;word-break:break-word}@media (width<=991px){.dynamic-form-grid__span-3,.dynamic-form-grid__span-4{grid-column:span 6}}@media (width<=575px){.dynamic-form-grid__span-3,.dynamic-form-grid__span-4,.dynamic-form-grid__span-6{grid-column:1/-1}}.form-page-container--narrow{max-width:480px}.customer-detail-page{background:#f4f7f9;min-height:100%;margin:-24px;padding:24px}.customer-detail-card{background:#fff;border-radius:12px;margin-bottom:16px;padding:20px 24px;box-shadow:0 1px 2px #00000008,0 1px 6px -1px #00000005,0 2px 4px #00000005}.customer-detail-card:last-child{margin-bottom:0}.customer-detail-hero-card{padding:20px 24px}.customer-detail-hero{justify-content:space-between;align-items:center;gap:20px;display:flex}.customer-detail-hero__main{flex:1;gap:16px;min-width:0;display:flex}.customer-detail-hero__avatar{color:#fff;background:#1677ff;flex-shrink:0;font-size:22px;font-weight:600}.customer-detail-hero__info{flex:1;min-width:0}.customer-detail-hero__title-row{flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:8px;display:flex}.customer-detail-hero__name{color:#000000e0;margin:0;font-size:22px;font-weight:600;line-height:1.3}.customer-detail-hero__status-tag{color:#ff4d4f;background:#fff1f0;border-color:#ffa39e;border-radius:4px;margin:0;font-size:12px;line-height:20px}.customer-detail-hero__meta{color:#000000a6;flex-wrap:wrap;align-items:center;gap:10px;display:flex}.customer-detail-hero__phone{align-items:center;gap:6px;display:inline-flex}.customer-detail-hero__phone a{color:inherit}.customer-detail-hero__contact-icons{color:#00000040;align-items:center;gap:8px;font-size:14px;display:inline-flex}.customer-detail-hero__type-tag{color:#000000a6;background:#f5f5f5;border-color:#f0f0f0;border-radius:4px;margin:0}.customer-detail-hero__staff{flex-wrap:wrap;flex-shrink:0;align-items:center;gap:8px;max-width:360px;display:flex}.customer-detail-hero__staff-tag{color:#1677ff;background:#e6f4ff;border-color:#91caff;border-radius:4px;align-items:center;gap:4px;margin:0;font-size:13px;line-height:22px;display:inline-flex}.customer-detail-hero__staff-tag-icon{font-size:12px;display:inline-flex}.customer-detail-hero__actions{flex-shrink:0;align-items:center;gap:8px;display:flex}.customer-detail-hero__back-btn,.customer-detail-hero__edit-btn{border-radius:6px}.customer-detail-loan-summary-card{padding:0;overflow:hidden}.customer-detail-loan-summary{grid-template-columns:repeat(9,minmax(0,1fr));gap:0;display:grid}.customer-detail-loan-summary__cell{text-align:center;border-right:1px solid #f0f0f0;padding:16px 12px}.customer-detail-loan-summary__cell:last-child{border-right:none}.customer-detail-loan-summary__label{color:#00000073;white-space:nowrap;margin-bottom:6px;font-size:12px}.customer-detail-loan-summary__value{color:#000000e0;white-space:nowrap;font-size:16px;font-weight:600}.customer-detail-loan-summary__value--primary{color:#1677ff}.customer-detail-loan-summary__value--success{color:#52c41a}.customer-detail-loan-summary__value--warning{color:#fa8c16}.customer-detail-loan-summary__value--danger{color:#ff4d4f}.customer-detail-section-title{justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px;display:flex}.customer-detail-section-title__main{align-items:center;gap:8px;min-width:0;display:inline-flex}.customer-detail-section-title__bar{border-radius:2px;flex-shrink:0;width:3px;height:16px;display:inline-block}.customer-detail-section-title__icon{flex-shrink:0;font-size:16px}.customer-detail-section-title__text{color:#000000e0;font-size:15px;font-weight:600}.customer-detail-section-action{height:auto;padding:0;font-size:14px}.customer-detail-field-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:14px 24px;display:grid}.customer-detail-field-grid__full{grid-column:1/-1}.dynamic-field-display--detail .dynamic-field-display__item{align-items:flex-start;gap:4px;min-height:auto;padding:0;display:flex}.dynamic-field-display--detail .dynamic-field-display__label{color:#00000073;white-space:nowrap;flex:none;font-size:13px}.dynamic-field-display--detail .dynamic-field-display__label:after{content:"："}.dynamic-field-display--detail .dynamic-field-display__value{color:#000000e0;word-break:break-word;flex:1;min-width:0;font-size:13px;font-weight:500}@media (width<=1400px){.customer-detail-field-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (width<=1200px){.customer-detail-loan-summary{grid-template-columns:repeat(3,minmax(0,1fr))}.customer-detail-loan-summary__cell:nth-child(3n){border-right:none}.customer-detail-loan-summary__cell{border-bottom:1px solid #f0f0f0}.customer-detail-field-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.customer-detail-hero__staff{max-width:280px}}@media (width<=991px){.customer-detail-hero{flex-wrap:wrap;align-items:flex-start}.customer-detail-hero__staff{order:3;width:100%;max-width:none}.customer-detail-hero__actions{margin-left:auto}.customer-detail-field-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=767px){.customer-detail-page{margin:-16px;padding:16px}.customer-detail-card{border-radius:10px;padding:16px}.customer-detail-hero{flex-direction:column;align-items:stretch}.customer-detail-hero__actions{justify-content:flex-end;width:100%}.customer-detail-loan-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.customer-detail-field-grid{grid-template-columns:1fr}.customer-detail-loan-records-tabs{gap:8px}.customer-detail-loan-records-tab{padding:5px 10px;font-size:13px}}.customer-detail-loan-records-card{padding:20px 24px 24px}.customer-detail-loan-records-tabs{flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:16px;display:flex}.customer-detail-loan-records-tab{color:#000000a6;cursor:pointer;background:#fff;border:1px solid #d9d9d9;border-radius:20px;align-items:center;gap:6px;padding:6px 14px;font-size:14px;line-height:22px;transition:border-color .2s,color .2s,background .2s;display:inline-flex}.customer-detail-loan-records-tab:hover{color:#1677ff;border-color:#91caff}.customer-detail-loan-records-tab.is-active{color:#fff;background:#1677ff;border-color:#1677ff}.customer-detail-loan-records-tab__count{color:#00000073;background:#f0f0f0;border-radius:9px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 5px;font-size:12px;font-weight:500;line-height:1;display:inline-flex}.customer-detail-loan-records-tab.is-active .customer-detail-loan-records-tab__count{color:#1677ff;background:#fff}.customer-detail-loan-records-toolbar{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.customer-detail-loan-records-toolbar__count{color:#00000073;font-size:13px}.customer-detail-loan-records-add-btn{border-radius:6px;height:28px;padding-inline:12px;font-size:13px}.customer-detail-loan-records-table .ant-table{border-radius:8px;overflow:hidden}.customer-detail-loan-records-table .ant-table-thead>tr>th{color:#000000e0;padding:10px 12px;font-size:13px;font-weight:500;background:#fafafa!important}.customer-detail-loan-records-table .ant-table-tbody>tr>td{color:#000000e0;padding:10px 12px;font-size:13px}.customer-detail-loan-records-table .ant-table-tbody>tr>td,.customer-detail-loan-records-table .ant-table-thead>tr>th{border-color:#f0f0f0}.customer-detail-loan-records-tag{white-space:nowrap;border:1px solid #0000;border-radius:4px;padding:0 8px;font-size:12px;line-height:22px;display:inline-block}.customer-detail-loan-records-tag--own{color:#1677ff;background:#e6f4ff;border-color:#91caff}.customer-detail-loan-records-tag--external,.customer-detail-loan-records-tag--status-normal{color:#52c41a;background:#f6ffed;border-color:#b7eb8f}.customer-detail-loan-records-tag--status-repaying{color:#000000a6;background:#f5f5f5;border-color:#d9d9d9}.customer-detail-loan-records-tag--status-default{color:#000000a6;background:#fafafa;border-color:#d9d9d9}.customer-detail-loan-records-actions{align-items:center;gap:10px;display:inline-flex}.customer-detail-loan-records-action{cursor:pointer;background:0 0;border:none;padding:0;font-size:13px}.customer-detail-loan-records-action:disabled{color:#00000040;cursor:not-allowed}.customer-detail-loan-records-action--edit{color:#1677ff}.customer-detail-loan-records-action--edit:hover:not(:disabled){color:#4096ff}.customer-detail-loan-records-action--delete{color:#ff4d4f}.customer-detail-loan-records-action--delete:hover:not(:disabled){color:#ff7875}.customer-detail-loan-records-empty{text-align:center;color:#00000073;padding:48px 0;font-size:14px}.form-section-card .ant-pro-card-header{padding-block:12px 8px}.form-section-title{align-items:center;font-size:15px;font-weight:600;display:inline-flex}.form-section-title:before{content:"";background:#1677ff;border-radius:2px;width:3px;height:16px;margin-right:8px;display:inline-block}.layout-drag-handle{cursor:grab;color:#00000059}.layout-drag-handle:active{cursor:grabbing}.layout-row-dragging{opacity:.55}.layout-row-drop-target{background:#e6f4ff!important}.type-picker-rows{flex-direction:column;gap:16px;display:flex}.type-picker-row{justify-content:center;gap:16px;display:flex}.type-picker-card{cursor:pointer;text-align:center;min-height:132px;font:inherit;color:inherit;background:#fff;border:1px solid #e8e8e8;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:8px;padding:20px 16px 18px;transition:border-color .2s,box-shadow .2s,background-color .2s;display:flex;position:relative}.type-picker-card:hover{border-color:#91caff;box-shadow:0 4px 12px #1677ff14}.type-picker-card--selected{background:#f0f7ff;border-color:#1677ff;box-shadow:0 4px 14px #1677ff1f}.type-picker-card--disabled{cursor:not-allowed;opacity:.55;background:#fafafa}.type-picker-card--disabled:hover{box-shadow:none;border-color:#e8e8e8}.type-picker-card__check{color:#fff;background:#1677ff;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:11px;display:inline-flex;position:absolute;top:10px;right:10px}.type-picker-card__icon{color:#1677ff;background:#f5f7fa;border-radius:10px;justify-content:center;align-items:center;width:44px;height:44px;font-size:22px;display:inline-flex}.type-picker-card--selected .type-picker-card__icon{background:#e6f4ff}.type-picker-card__name{color:#000000e0;font-size:15px;font-weight:600;line-height:1.4}.type-picker-card__meta{color:#00000073;font-size:12px;line-height:1.4}.type-picker-row--cols-1 .type-picker-card{flex:0 280px;max-width:280px}.type-picker-row--cols-2 .type-picker-card{flex:1;max-width:280px}.type-picker-row--cols-3 .type-picker-card{flex:1;max-width:220px}.resizable-split{align-items:stretch;width:100%;min-height:480px;display:flex}.resizable-split__pane{min-width:0;overflow:auto}.resizable-split__divider{cursor:col-resize;background:#f0f0f0;border-radius:3px;flex-shrink:0;width:6px;margin:0 4px;transition:background .15s}.resizable-split__divider:hover,.resizable-split__divider--active{background:#1677ff}.ant-image-preview-switch-left,.ant-image-preview-switch-right{background:#00000073!important;border-radius:6px!important;width:64px!important;height:128px!important}.ant-image-preview-switch-left{left:max(12px,50vw - 450px)!important}.ant-image-preview-switch-right{right:max(12px,50vw - 450px)!important}.type-fields-preview-window{background:#f5f5f5;min-height:100vh;padding:20px 24px 32px}.type-fields-preview-window__header{margin-bottom:16px}.type-fields-preview-window__body{background:#fff;border-radius:8px;padding:20px 24px;box-shadow:0 1px 4px #0000000f}.customer-form-preview-body{width:100%}@media (width<=991px){.resizable-split{flex-direction:column;min-height:auto}.resizable-split__left,.resizable-split__right{width:100%!important}.resizable-split__divider{display:none}}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,微软雅黑,Arial,sans-serif}.el-container{height:100vh}.legacy-app-shell{height:100vh;overflow:hidden}.legacy-app-sider{z-index:100;top:0;bottom:0;left:0;overflow:hidden auto;height:100vh!important;position:fixed!important}.legacy-app-main{flex-direction:column;min-width:0;height:100vh;display:flex}.legacy-app-header{flex-shrink:0}.aside{color:#fff;background-color:#001529}.logo{border-bottom:1px solid #001529;justify-content:center;align-items:center;height:60px;display:flex}.logo h2{color:#fff;font-size:18px;font-weight:500}.el-menu{border-right:none}.header{background-color:#fff;justify-content:space-between;align-items:center;padding:0 20px;display:flex;box-shadow:0 1px 4px #00152914}.header-left,.header-right{align-items:center;display:flex}.el-dropdown-link{cursor:pointer;color:#606266;align-items:center;display:flex}.main{background-color:#f0f2f5;flex:1;min-height:0;padding:20px;overflow-y:auto}.dashboard{padding:0}.dashboard-header{margin-bottom:20px}.dashboard-header h2{color:#303133;font-size:20px;font-weight:500}.stat-cards{grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:20px;display:grid}.stat-card{text-align:center;background:#fff;border-radius:4px;padding:20px;box-shadow:0 2px 12px #0000001a}.stat-card h3{color:#909399;margin-bottom:10px;font-size:14px}.stat-card .value{color:#303133;font-size:28px;font-weight:500}.chart-container{background:#fff;border-radius:4px;margin-bottom:20px;padding:20px;box-shadow:0 2px 12px #0000001a}.customer-list{background:#fff;border-radius:4px;padding:20px;box-shadow:0 2px 12px #0000001a}.search-bar{flex-wrap:wrap;gap:10px;margin-bottom:20px;display:flex}.search-bar .el-input{width:200px}.table-container{margin-bottom:20px}.pagination{justify-content:flex-end;display:flex}.customer-form{background:#fff;border-radius:4px;padding:20px;box-shadow:0 2px 12px #0000001a}.form-header{border-bottom:1px solid #ebeef5;margin-bottom:20px;padding-bottom:10px}.form-header h2{color:#303133;font-size:18px;font-weight:500}.form-section{margin-bottom:30px}.form-section h3{color:#303133;border-left:3px solid #409eff;margin-bottom:15px;padding-left:10px;font-size:16px;font-weight:500}.customer-detail{background:#fff;border-radius:4px;padding:20px;box-shadow:0 2px 12px #0000001a}.detail-header{border-bottom:1px solid #ebeef5;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:10px;display:flex}.detail-header h2{color:#303133;font-size:18px;font-weight:500}.detail-actions{gap:10px;display:flex}.detail-section{margin-bottom:30px}.detail-section h3{color:#303133;border-left:3px solid #409eff;margin-bottom:15px;padding-left:10px;font-size:16px;font-weight:500}@media (width<=768px){.stat-cards{grid-template-columns:repeat(2,1fr)}.search-bar{flex-direction:column}.search-bar .el-input{width:100%}}@media (width<=480px){.stat-cards{grid-template-columns:1fr}}.customer-detail-v2{background:#f7f8fa;border-radius:16px;flex-direction:column;gap:16px;min-height:100%;padding:16px;display:flex}.detail-topbar{background:linear-gradient(135deg,#fff 0%,#f8faff 100%);border:1px solid #e8edf5;border-radius:14px;justify-content:space-between;align-items:center;padding:16px 24px;display:flex;box-shadow:0 4px 16px #409eff14}.topbar-left{flex:1;align-items:center;gap:10px;min-width:0;display:flex}.topbar-info{align-items:center;gap:6px;display:flex}.topbar-name{color:#1d2129;letter-spacing:.5px;font-size:18px;font-weight:700}.topbar-meta{color:#909399;white-space:nowrap;align-items:center;gap:3px;font-size:12px;display:inline-flex}.topbar-staff{color:#409eff;background:linear-gradient(135deg,#f0f7ff 0%,#e8f0fe 100%);border:1px solid #d6e8fa;border-radius:12px;padding:3px 10px;font-size:11px}.topbar-staff .el-icon{color:#909399}.staff-role{color:#909399;margin-right:3px;font-weight:400}.topbar-right{flex-shrink:0;gap:8px;display:flex}.detail-metrics{background:linear-gradient(135deg,#fff 0%,#fafcff 100%);border:1px solid #e8edf5;border-radius:14px;grid-template-columns:repeat(9,1fr);gap:0;padding:18px 8px;display:grid;box-shadow:0 4px 16px #409eff0f}.metric-item{flex-direction:column;align-items:center;gap:4px;padding:8px 4px;display:flex;position:relative}.metric-item:not(:last-child):after{content:"";background:linear-gradient(#0000,#e8e8e8,#0000);width:1px;height:60%;position:absolute;top:20%;right:0}.metric-label{color:#86909c;letter-spacing:.5px;font-size:11px}.metric-value{color:#1d2129;font-size:15px;font-weight:700}.metric-value.highlight{color:#3370ff;text-shadow:0 1px 2px #3370ff1a;font-size:18px}.metric-value.text-danger{color:#f56c6c}.metric-value.text-muted{color:#909399;font-weight:400}.detail-sections{flex-direction:column;gap:12px;display:flex}.d-section{background:#fff;border:1px solid #eef1f6;border-radius:14px;padding:18px 24px 20px;transition:all .25s;box-shadow:0 2px 12px #00000008}.d-section:hover{transform:translateY(-1px);box-shadow:0 6px 20px #0000000f}.d-section-title{color:#1d2129;letter-spacing:.3px;border-left:4px solid #3370ff;align-items:center;gap:8px;margin-bottom:14px;padding-left:12px;font-size:15px;font-weight:700;display:flex}.info-grid{grid-template-columns:repeat(4,1fr);grid-auto-flow:dense;gap:6px 20px;display:grid}.info-item{border-bottom:1px solid #f5f7fa;align-items:baseline;gap:6px;min-width:0;padding:8px 0;transition:background .2s;display:flex}.info-item:hover{background:#f8faff;border-radius:6px;margin:0 -8px;padding:8px}.info-item.span-2{grid-column:span 2}.info-item.span-3{grid-column:span 3}.info-item.span-4{grid-column:span 4}.info-item.span-full{grid-column:1/-1}.info-grid__row-start{grid-column-start:1}.asset-sub-title{color:#606266;border-bottom:1px dashed #e4e7ed;margin-top:6px;padding:6px 0 2px;font-size:12px;font-weight:600}.asset-sub-title:first-of-type{margin-top:0}.info-label{color:#86909c;flex-shrink:0;min-width:55px;font-size:12px;font-weight:500}.info-label:after{content:"："}.info-value{color:#1d2129;word-break:break-all;font-size:13px;font-weight:500}.info-value.highlight{color:#409eff;font-weight:600}.file-tag{margin-bottom:2px;margin-right:4px}.relation-tag{background:#ecf5ff;border:1px solid #d9ecff;border-radius:4px;align-items:center;font-size:12px;transition:box-shadow .2s;display:inline-flex;overflow:hidden}.relation-tag:hover{box-shadow:0 1px 4px #409eff4d}.relation-type-tag{color:#fff;white-space:nowrap;background:#409eff;padding:2px 7px;font-weight:500}.relation-name-link{color:#409eff;cursor:pointer;white-space:nowrap;padding:2px 7px;text-decoration:none}.relation-name-link:hover{text-decoration:underline}.topbar-related-customers__list{flex-wrap:wrap;align-items:center;gap:2px;display:inline-flex}.topbar-related-customers__empty{color:#909399;font-size:13px}.topbar-related-customers__edit{color:#409eff;margin-left:4px;font-size:13px}.related-customers-editor__row{align-items:center;gap:8px;display:flex}.relation-del{color:#c0c4cc;cursor:pointer;padding:2px 6px;font-size:14px;line-height:1;transition:color .2s,background .2s}.relation-del:hover{color:#f56c6c;background:#f56c6c1a}.remark-block{background:#fdf6ec;border-left:3px solid #e6a23c;border-radius:4px;margin-top:8px;padding:8px 10px}.remark-title{color:#e6a23c;margin-bottom:4px;font-size:12px;font-weight:600}.remark-text{color:#8b6914;font-size:12px;line-height:1.5}.detail-records{background:#fff;border:1px solid #eef1f6;border-radius:14px;overflow:hidden;box-shadow:0 4px 16px #0000000a}.detail-records .el-tabs--border-card{box-shadow:none;border:none}.records-tabs{background:linear-gradient(#fafbfc 0%,#fff 100%);border-bottom:1px solid #f5f5f5;flex-wrap:wrap;gap:8px;padding:14px 16px;display:flex}.records-tab{color:#606266;cursor:pointer;-webkit-user-select:none;user-select:none;white-space:nowrap;background:#fff;border:1px solid #dcdfe6;border-radius:18px;align-items:center;gap:6px;padding:6px 16px;font-size:13px;font-weight:400;transition:all .25s;display:inline-flex;position:relative}.records-tab:hover{color:#409eff;border-color:#c0c4cc}.records-tab.active{color:#fff;font-weight:500}.tab-loans.active{background:#409eff;border-color:#409eff}.tab-planning.active{background:#67c23a;border-color:#67c23a}.tab-followups.active{background:#e6a23c;border-color:#e6a23c}.tab-deals.active{background:#f56c6c;border-color:#f56c6c}.tab-documents.active{background:#909399;border-color:#909399}.tab-logs.active{background:#b37feb;border-color:#b37feb}.tab-products.active{background:#13c2c2;border-color:#13c2c2}.tab-tasks.active{background:#2f54eb;border-color:#2f54eb}.tab-reminders.active{background:#fa8c16;border-color:#fa8c16}.tab-loans.active .tab-count,.tab-planning.active .tab-count,.tab-followups.active .tab-count,.tab-deals.active .tab-count,.tab-documents.active .tab-count,.tab-logs.active .tab-count,.tab-products.active .tab-count,.tab-tasks.active .tab-count,.tab-reminders.active .tab-count{color:#fff;background:#ffffff4d}.records-tabs--sortable .records-tab--sortable{cursor:grab;touch-action:pan-y}.records-tabs--dragging{-webkit-user-select:none;user-select:none}.records-tabs--dragging .records-tab--sortable{touch-action:none}.records-tab--dragging{opacity:.72;z-index:2;transform:scale(1.04);box-shadow:0 6px 16px #409eff38}.records-tab--drop-before:before,.records-tab--drop-after:after{content:"";background:#409eff;border-radius:2px;width:3px;position:absolute;top:4px;bottom:4px}.records-tab--drop-before:before{left:-6px}.records-tab--drop-after:after{right:-6px}.tab-count{color:#909399;text-align:center;background:#f0f2f5;border-radius:8px;min-width:18px;margin-left:4px;padding:0 6px;font-size:11px;display:inline-block}.records-header{color:#909399;justify-content:space-between;align-items:center;margin-bottom:12px;font-size:12px;display:flex}.text-muted{color:#b0b3bb;font-size:12px}.detail-records .el-table{font-size:13px}.detail-records .el-table th{color:#606266;font-weight:600;background:#fafbfc!important}@media (width<=1900px){.info-grid{grid-template-columns:repeat(3,1fr)}.info-item.span-3,.info-item.span-4{grid-column:1/-1}}@media (width<=1400px){.detail-metrics{grid-template-columns:repeat(5,1fr)}.info-grid{grid-template-columns:repeat(2,1fr)}.info-item.span-2,.info-item.span-3,.info-item.span-4{grid-column:1/-1}}@media (width<=1000px){.info-grid{grid-template-columns:1fr}.info-item.span-2,.info-item.span-3,.info-item.span-4{grid-column:1/-1}}@media (width<=768px){.detail-topbar{flex-direction:column;gap:8px}.topbar-left{flex-wrap:wrap}.topbar-right{justify-content:flex-end;width:100%}.detail-metrics{grid-template-columns:repeat(3,1fr)}}@media (width<=480px){.detail-metrics{grid-template-columns:repeat(2,1fr)}}.empty-tip{text-align:center;color:#c0c4cc;padding:24px 0;font-size:13px}.timeline-list{padding:4px 0 8px}.timeline-item{border-bottom:1px solid #f5f5f5;gap:12px;padding:10px 0 10px 4px;display:flex;position:relative}.timeline-item:last-child{border-bottom:none}.timeline-dot{background:#409eff;border-radius:50%;flex-shrink:0;width:10px;height:10px;margin-top:5px;box-shadow:0 0 0 3px #409eff26}.timeline-content{flex:1;min-width:0}.timeline-header{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:4px;display:flex}.timeline-time{color:#c0c4cc;font-size:12px}.timeline-operator{color:#909399;font-size:12px}.timeline-body{color:#606266;word-break:break-all;font-size:13px;line-height:1.6}.timeline-footer{color:#e6a23c;margin-top:4px;font-size:12px}.timeline-item-log .timeline-body{color:#909399;font-size:12px}.legacy-main .ant-btn-primary{background-color:#409eff;border-color:#409eff}.legacy-main .ant-btn-primary:not(:disabled):hover{background-color:#66b1ff;border-color:#66b1ff}.legacy-main .ant-btn-link{color:#409eff}.legacy-main .ant-table{font-size:13px}.legacy-main .ant-table-thead>tr>th{color:#606266;font-weight:600;background:#fafafa!important}.legacy-main .ant-pagination{justify-content:flex-end}.legacy-main .ant-input,.legacy-main .ant-select-selector,.legacy-main .ant-picker{border-radius:4px}.legacy-main .ant-tabs-card>.ant-tabs-nav .ant-tabs-tab{border-radius:4px 4px 0 0}.legacy-main .ant-tag{border-radius:4px}.legacy-layout-menu.ant-menu-dark{background:#001529}.legacy-layout-menu.ant-menu-dark .ant-menu-item-selected{color:#fff;background-color:#1890ff!important}.legacy-layout-menu.ant-menu-dark .ant-menu-item{color:#ffffffa6}.legacy-layout-menu.ant-menu-dark .ant-menu-item:hover{color:#fff}.legacy-user-dropdown{cursor:pointer;color:#606266;align-items:center;gap:4px;display:inline-flex}.reminder-center .stat-card{align-items:center;gap:16px;display:flex}.reminder-center .stat-icon{color:#fff;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;font-size:22px;display:flex}.reminder-center .stat-value{color:#303133;font-size:24px;font-weight:600;line-height:1.2}.reminder-center .stat-card-wrap--active .ant-card{border-color:#409eff;box-shadow:0 0 0 2px #409eff26}.reminder-center .stat-label{color:#909399;margin-top:4px;font-size:13px}.reminder-center .ant-card-body{padding:16px 20px}.loan-management,.loan-plan-management,.reminder-center{background:#fff;border-radius:4px;padding:20px;box-shadow:0 2px 12px #0000001a}
