.loading-fullscreen{position:fixed;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;background-color:var(--app-loading-bg, rgba(255, 255, 255, .9));z-index:9999}.loading-fullscreen .ant-spin{color:var(--app-primary-color, #1890ff)}.loading-fullscreen .loading-tip{font-size:14px;color:var(--app-loading-text, #666666);margin-top:8px}.loading-spinner{display:flex;align-items:center;justify-content:center;padding:24px}.loading-inline{display:inline-flex;align-items:center}.loading-inline .ant-spin{color:var(--app-primary-color, #1890ff)}.loading-inline .loading-tip{font-size:13px;color:var(--app-loading-text, #666666)}.loading-overlay{min-height:200px}[data-theme=dark] .loading-fullscreen{background-color:var(--app-loading-bg, rgba(0, 0, 0, .9))}[data-theme=dark] .loading-fullscreen .loading-tip,[data-theme=dark] .loading-inline .loading-tip{color:var(--app-loading-text, rgba(255, 255, 255, .65))}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.result-page-container{display:flex;align-items:center;justify-content:center;min-height:calc(100vh - 200px);padding:32px;background-color:#f0f2f5}[data-theme=dark] .result-page-container{background-color:#141414}.customer-detail-drawer .customer-detail-header{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;padding:24px;margin-bottom:24px;color:#fff;box-shadow:0 4px 12px #667eea33}.customer-detail-drawer .customer-detail-header .header-content{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:20px}.customer-detail-drawer .customer-detail-header .header-left{flex:1}.customer-detail-drawer .customer-detail-header .customer-avatar{border:3px solid rgba(255,255,255,.3);box-shadow:0 4px 12px #00000026}.customer-detail-drawer .customer-detail-header .customer-info .customer-name{font-size:24px;font-weight:600;color:#fff;margin-bottom:4px;display:flex;align-items:center}.customer-detail-drawer .customer-detail-header .customer-info .customer-id{font-size:14px;color:#ffffffd9;margin-bottom:8px;font-family:Courier New,monospace}.customer-detail-drawer .customer-detail-header .customer-info .customer-contacts{margin-top:12px;display:flex;flex-direction:column;gap:6px;font-size:13px;color:#ffffffe6}.customer-detail-drawer .customer-detail-header .customer-info .customer-contacts span{display:flex;align-items:center;gap:8px}.customer-detail-drawer .customer-detail-header .customer-info .customer-contacts span .anticon{opacity:.8}.customer-detail-drawer .customer-detail-header .header-right .ant-progress-circle .ant-progress-text{color:#fff!important;font-weight:600}.customer-detail-drawer .customer-detail-header .stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:20px;padding-top:20px;border-top:1px solid rgba(255,255,255,.2)}.customer-detail-drawer .customer-detail-header .stats-grid .stat-item{text-align:center;background:#ffffff1a;padding:12px;border-radius:8px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease}.customer-detail-drawer .customer-detail-header .stats-grid .stat-item:hover{background:#ffffff26;transform:translateY(-2px)}.customer-detail-drawer .customer-detail-header .stats-grid .stat-item .stat-value{font-size:24px;font-weight:700;color:#fff;margin-bottom:4px}.customer-detail-drawer .customer-detail-header .stats-grid .stat-item .stat-label{font-size:12px;color:#fffc;text-transform:uppercase;letter-spacing:.5px}.customer-detail-drawer .detail-collapse .ant-collapse-item{margin-bottom:12px;border:1px solid #f0f0f0;border-radius:8px;overflow:hidden}.customer-detail-drawer .detail-collapse .ant-collapse-item:last-child{margin-bottom:0}.customer-detail-drawer .detail-collapse .ant-collapse-header{background:#fafafa;font-weight:600;font-size:15px;padding:12px 16px!important}.customer-detail-drawer .detail-collapse .ant-collapse-header:hover{background:#f5f5f5}.customer-detail-drawer .detail-collapse .ant-collapse-content-box{padding:16px}.customer-detail-drawer .ant-descriptions-bordered .ant-descriptions-item-label{background:#fafafa;font-weight:500;color:#595959;width:180px}.customer-detail-drawer .ant-descriptions-bordered .ant-descriptions-item-content{background:#fff}.customer-detail-drawer .photo-gallery{display:flex;flex-wrap:wrap;gap:8px}.customer-detail-drawer .photo-gallery .ant-image{cursor:pointer;transition:all .3s ease}.customer-detail-drawer .photo-gallery .ant-image:hover{transform:scale(1.05);box-shadow:0 4px 12px #00000026}[data-theme=dark] .customer-detail-drawer .customer-detail-header{background:linear-gradient(135deg,#434343,#000);box-shadow:0 4px 12px #0006}[data-theme=dark] .customer-detail-drawer .detail-collapse .ant-collapse-item{border-color:#303030}[data-theme=dark] .customer-detail-drawer .detail-collapse .ant-collapse-header{background:#1f1f1f;color:#ffffffd9}[data-theme=dark] .customer-detail-drawer .detail-collapse .ant-collapse-header:hover{background:#262626}[data-theme=dark] .customer-detail-drawer .ant-descriptions-bordered .ant-descriptions-item-label{background:#1f1f1f;color:#ffffffa6}[data-theme=dark] .customer-detail-drawer .ant-descriptions-bordered .ant-descriptions-item-content{background:#141414;color:#ffffffd9}@media (max-width: 768px){.customer-detail-drawer .customer-detail-header{padding:16px}.customer-detail-drawer .customer-detail-header .header-content{flex-direction:column;align-items:stretch}.customer-detail-drawer .customer-detail-header .header-right{margin-top:16px;text-align:center}.customer-detail-drawer .customer-detail-header .stats-grid{grid-template-columns:repeat(2,1fr);gap:12px}.customer-detail-drawer .customer-detail-header .stats-grid .stat-item .stat-value{font-size:20px}.customer-detail-drawer .customer-detail-header .stats-grid .stat-item .stat-label{font-size:11px}.customer-detail-drawer .customer-detail-header .customer-info .customer-name{font-size:20px}.customer-detail-drawer .customer-detail-header .customer-info .customer-contacts{font-size:12px}}@media print{.customer-detail-drawer .customer-detail-header{background:#667eea;print-color-adjust:exact;-webkit-print-color-adjust:exact}.customer-detail-drawer .ant-drawer-header,.customer-detail-drawer .ant-drawer-footer{display:none}}.customers-page .ant-pro-table .ant-pro-table-list-toolbar{padding:16px 24px}.error-boundary-container{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:32px;background-color:#f0f2f5}.error-boundary-container .error-details{max-width:800px;margin:0 auto;text-align:left}.error-boundary-container .error-details details summary{color:#000000e0;font-weight:500}.error-boundary-container .error-details details summary:hover{color:#d4145a}[data-theme=dark] .error-boundary-container{background-color:#141414}[data-theme=dark] .error-boundary-container .error-details details summary{color:#ffffffd9}[data-theme=dark] .error-boundary-container .error-details details summary:hover{color:#d4145a}[data-theme=dark] .error-boundary-container .error-details details div{background-color:#262626!important;color:#ffffffd9}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}body{margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:14px;line-height:1.5715;color:#000000e0;background-color:#f0f2f5;transition:background-color .3s cubic-bezier(.4,0,.2,1)}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#0003;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#0000004d}[data-theme=dark] ::-webkit-scrollbar-thumb{background:#fff3}[data-theme=dark] ::-webkit-scrollbar-thumb:hover{background:#ffffff4d}h1,h2,h3,h4,h5,h6{margin:0;font-weight:600;line-height:1.2;color:#000000e0}h1{font-size:38px}h2{font-size:30px}h3{font-size:24px}h4{font-size:20px}h5{font-size:16px}p{margin:0;line-height:1.5715}a{color:#d4145a;text-decoration:none;transition:color .15s cubic-bezier(.4,0,.2,1)}a:hover{color:#eb3074}a:active{color:#a51046}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.text-primary{color:#000000e0}.text-secondary{color:#000000a6}.text-tertiary{color:#00000073}.font-weight-normal{font-weight:400}.font-weight-medium{font-weight:500}.font-weight-semibold{font-weight:600}.font-weight-bold{font-weight:700}.m-0{margin:0!important}.mt-0{margin-top:0!important}.mb-0{margin-bottom:0!important}.ml-0{margin-left:0!important}.mr-0{margin-right:0!important}.p-0{padding:0!important}.pt-0{padding-top:0!important}.pb-0{padding-bottom:0!important}.pl-0{padding-left:0!important}.pr-0{padding-right:0!important}.d-flex{display:flex}.flex-column{flex-direction:column}.flex-row{flex-direction:row}.align-items-center{align-items:center}.align-items-start{align-items:flex-start}.align-items-end{align-items:flex-end}.justify-content-center{justify-content:center}.justify-content-between{justify-content:space-between}.justify-content-start{justify-content:flex-start}.justify-content-end{justify-content:flex-end}.flex-wrap{flex-wrap:wrap}.flex-1{flex:1}.d-none{display:none!important}.d-block{display:block!important}.d-inline-block{display:inline-block!important}.w-100{width:100%!important}.h-100{height:100%!important}.cursor-pointer{cursor:pointer}.cursor-not-allowed{cursor:not-allowed}.overflow-hidden{overflow:hidden}.overflow-auto{overflow:auto}.overflow-scroll{overflow:scroll}.position-relative{position:relative}.position-absolute{position:absolute}.position-fixed{position:fixed}.rounded{border-radius:6px}.rounded-sm{border-radius:4px}.rounded-lg{border-radius:8px}.rounded-xl{border-radius:12px}.shadow-sm{box-shadow:0 1px 2px #00000008,0 1px 6px -1px #00000005,0 2px 4px #00000005}.shadow{box-shadow:0 1px 2px -2px #00000029,0 3px 6px #0000001f,0 5px 12px 4px #00000017}.shadow-lg{box-shadow:0 3px 6px -4px #0000001f,0 6px 16px #00000014,0 9px 28px 8px #0000000d}.transition-all{transition:all .3s cubic-bezier(.4,0,.2,1)}.transition-fast{transition:all .15s cubic-bezier(.4,0,.2,1)}[data-theme=dark] body{color:#ffffffd9;background-color:#141414}[data-theme=dark] h1,[data-theme=dark] h2,[data-theme=dark] h3,[data-theme=dark] h4,[data-theme=dark] h5,[data-theme=dark] h6{color:#ffffffd9}[data-theme=dark] a:hover{color:#f05e93}@media print{*{background:transparent!important;color:#000!important;box-shadow:none!important;text-shadow:none!important}a,a:visited{text-decoration:underline}pre,blockquote{border:1px solid #999;page-break-inside:avoid}img{max-width:100%!important;page-break-inside:avoid}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}}
