*{box-sizing:border-box;margin:0;padding:0}html,body{max-width:100vw;overflow-x:hidden}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f5f5f5;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}a{color:inherit;text-decoration:none}.container{box-sizing:border-box;width:100%;max-width:90%;margin:0 auto;padding:20px}.container h1{margin-bottom:24px}.btn{cursor:pointer;border:none;border-radius:6px;justify-content:center;align-items:center;gap:6px;padding:10px 20px;font-size:14px;font-weight:500;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex;position:relative;overflow:hidden;box-shadow:0 2px 4px #0000001a}.btn:before{content:"";background:#fff3;border-radius:50%;width:0;height:0;transition:width .6s,height .6s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.btn:hover:before{width:300px;height:300px}.btn:active{transform:translateY(1px);box-shadow:0 1px 2px #00000026}.btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.btn-primary{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);box-shadow:0 4px 12px #667eea66}.btn-primary:hover{background:linear-gradient(135deg,#5568d3 0%,#6a3f8f 100%);transform:translateY(-2px);box-shadow:0 6px 16px #667eea80}.btn-primary:active{box-shadow:0 2px 8px #667eea66}.btn-secondary{color:#fff;background:linear-gradient(135deg,#6c757d 0%,#5a6268 100%);box-shadow:0 4px 12px #6c757d4d}.btn-secondary:hover{background:linear-gradient(135deg,#5a6268 0%,#495057 100%);transform:translateY(-2px);box-shadow:0 6px 16px #6c757d66}.btn-secondary:active{box-shadow:0 2px 8px #6c757d4d}.btn-danger{color:#f5576c;background:linear-gradient(135deg,#e9ecef 0%,#dee2e6 100%);border:1px solid #6c757d33;box-shadow:0 2px 6px #6c757d26}.btn-danger:hover{color:#e0455a;background:linear-gradient(135deg,#dee2e6 0%,#ced4da 100%);transform:translateY(-1px);box-shadow:0 4px 10px #6c757d33}.btn-danger:active{color:#e0455a;box-shadow:0 1px 4px #6c757d26}.btn-group{border-radius:6px;display:inline-flex;overflow:visible;box-shadow:0 2px 4px #0000001a}.btn-group>.btn{box-shadow:none;margin:0;position:relative;border-radius:0!important}.btn-group>.btn:not(:last-child){border-right:1px solid #fff3}.btn-group>.btn:first-child{border-radius:6px 0 0 6px!important}.btn-group>.btn:last-child{border-radius:0 6px 6px 0!important}.btn-group>.btn:not(:first-child):not(:last-child){border-radius:0!important}.btn-group>.btn:hover{z-index:1}.btn-group>.btn-primary:hover{box-shadow:0 6px 16px #667eea80}.btn-group>.btn-secondary:hover{box-shadow:0 6px 16px #6c757d66}.btn-group .btn-split-group{border-left:1px solid #fff3;border-radius:0;overflow:visible}.btn-group .btn-split-group:not(:last-child){border-right:1px solid #fff3}.btn-group .btn-split-group .btn-split-main{border-left:none;border-top-left-radius:0!important;border-bottom-left-radius:0!important}.btn-group .btn-split-group:last-child .btn-split-toggle{border-top-right-radius:6px!important;border-bottom-right-radius:6px!important}.btn-split-group{border-radius:6px;display:inline-flex;position:relative;overflow:visible}.btn-split-main{border-right:1px solid #fff3;border-top-right-radius:0!important;border-bottom-right-radius:0!important}.btn-split-toggle{border-left:none;min-width:auto;padding:0 8px;border-top-left-radius:0!important;border-bottom-left-radius:0!important}.btn-split-toggle:hover{z-index:2;transform:none!important}.dropdown-menu{z-index:1000;background:#fff;border:1px solid #ddd;border-radius:6px;min-width:180px;margin-top:4px;position:absolute;top:100%;right:0;overflow:hidden;box-shadow:0 4px 12px #00000026}.dropdown-item{color:#333;text-align:left;cursor:pointer;background:#fff;border:none;align-items:center;gap:8px;width:100%;padding:10px 16px;font-size:14px;transition:background-color .2s;display:flex}.dropdown-item:hover{background-color:#f5f5f5}.dropdown-item:active{background-color:#e9e9e9}.form-group{margin-bottom:16px}.form-group label{color:#333;margin-bottom:8px;font-weight:500;display:block}.form-group input,.form-group textarea,.form-group select{background-color:#fff;border:1px solid #ddd;border-radius:6px;width:100%;max-width:500px;padding:10px 14px;font-size:14px;transition:all .3s cubic-bezier(.4,0,.2,1)}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{border-color:#667eea;outline:none;transform:translateY(-1px);box-shadow:0 0 0 3px #667eea1a}.form-group input:hover,.form-group textarea:hover,.form-group select:hover{border-color:#bbb}.form-group textarea{resize:vertical;max-width:100%;min-height:100px}.card{background:#fff;border-radius:8px;margin-bottom:20px;padding:24px;box-shadow:0 2px 4px #0000001a}.table{border-collapse:collapse;background:#fff;border-radius:8px;width:100%;overflow:hidden;box-shadow:0 2px 4px #0000001a}.table th,.table td{text-align:left;border-bottom:1px solid #eee;padding:12px}.table th{color:#333;background-color:#f8f9fa;font-weight:600}.table tr:hover{background-color:#f8f9fa}.text-center{text-align:center}.mt-1{margin-top:8px}.mt-2{margin-top:16px}.mt-3{margin-top:24px}.mb-1{margin-bottom:8px}.mb-2{margin-bottom:16px}.mb-3{margin-bottom:24px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.modal-overlay{z-index:1000;background-color:#00000080;justify-content:center;align-items:center;animation:.2s ease-in-out fadeIn;display:flex;position:fixed;inset:0}body:has(.modal-overlay) .site-footer{display:none!important}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background:#fff;border-radius:12px;flex-direction:column;width:90%;max-width:1200px;max-height:90vh;animation:.3s ease-out slideUp;display:flex;box-shadow:0 10px 40px #0003}.overview-modal{max-width:1400px;max-height:95vh}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.modal-header{border-bottom:1px solid #eee;justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.modal-header h2{color:#333;margin:0;font-size:20px;font-weight:600}.modal-close{cursor:pointer;color:#666;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:8px;transition:all .2s;display:flex}.modal-close:hover{color:#333;background-color:#f5f5f5}.modal-body{flex:1;padding:24px;overflow-y:auto}.customer-tooltip{background:#fff;border:1px solid #ddd;border-radius:8px;max-width:600px;max-height:400px;padding:12px;overflow-y:auto;box-shadow:0 4px 12px #00000026}.tooltip-header{border-bottom:1px solid #eee;margin-bottom:8px;padding-bottom:8px;font-size:14px}.tooltip-content{max-height:300px;overflow-y:auto}.tooltip-customers-grid{flex-wrap:wrap;gap:16px;display:flex}.tooltip-column{flex:none;min-width:200px}.tooltip-item{color:#333;border-bottom:1px solid #f5f5f5;padding:6px 0;font-size:13px}.tooltip-item:last-child{border-bottom:none}.overview-stats{z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffffa;border:1px solid #0000000d;border-radius:8px;min-width:220px;padding:20px;position:absolute;top:20px;left:20px;box-shadow:0 4px 16px #0003}.card .overview-stats{position:absolute}.stat-item{margin-bottom:16px}.stat-item:last-child{margin-bottom:0}.stat-label{color:#666;margin-bottom:6px;font-size:13px;font-weight:500}.stat-value{color:#667eea;font-size:24px;font-weight:700;line-height:1.2}.stat-item-top3{border-top:1px solid #eee;margin-top:12px;padding-top:12px}.stat-top3-list{margin-top:8px}.top3-item{align-items:center;gap:8px;padding:6px 0;font-size:13px;display:flex}.top3-rank{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;font-size:11px;font-weight:600;display:inline-flex}.top3-name{color:#333;flex:1}.top3-count{color:#667eea;font-weight:500}.overview-chart{width:100%;height:1400px;position:relative}.modal-body{padding:0;position:relative}.overview-modal .modal-body{padding:0;overflow:hidden}.table input[type=checkbox]{cursor:pointer;appearance:none;vertical-align:middle;background-color:#fff;border:2px solid #ddd;border-radius:4px;flex-shrink:0;width:24px;height:24px;margin:0;transition:all .2s cubic-bezier(.4,0,.2,1);position:relative}.table input[type=checkbox]:hover{background-color:#f8f9ff;border-color:#667eea;transform:scale(1.1)}.table input[type=checkbox]:checked{background-color:#667eea;border-color:#667eea}.table input[type=checkbox]:checked:after{content:"";border:2.5px solid #fff;border-width:0 2.5px 2.5px 0;width:7px;height:12px;animation:.2s ease-in-out checkmark;position:absolute;top:50%;left:50%;transform:translate(-50%,-60%)rotate(45deg)}.table input[type=checkbox]:active{transform:scale(.95)}@keyframes checkmark{0%{opacity:0;transform:translate(-50%,-60%)rotate(45deg)scale(.5)}50%{transform:translate(-50%,-60%)rotate(45deg)scale(1.2)}to{opacity:1;transform:translate(-50%,-60%)rotate(45deg)scale(1)}}.table input[type=checkbox]:before{content:"";pointer-events:none;background-color:#667eea4d;border-radius:50%;width:0;height:0;transition:width .3s,height .3s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.table input[type=checkbox]:active:before{width:48px;height:48px;transition:width .2s,height .2s}.table th:first-child,.table td:first-child{text-align:center;width:50px;padding:12px 8px}.table th:first-child input[type=checkbox],.table td:first-child input[type=checkbox]{margin:0 auto;display:block}
.site-footer{z-index:1;background-color:#f8f9fa;border-top:1px solid #e9ecef;flex-shrink:0;width:100%;margin-top:auto;padding:20px 0;position:relative}body:has(.login-container) .site-footer{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:10;background-color:#f8f9faf2;margin-top:0;position:fixed;bottom:0;left:0;right:0}.footer-content{text-align:center;max-width:1200px;margin:0 auto;padding:0 20px}.footer-copyright{color:#666;margin:0 0 8px;font-size:14px;line-height:1.5}.footer-icp{color:#666;flex-wrap:wrap;justify-content:center;align-items:center;gap:0;margin:0;font-size:14px;line-height:1.5;display:flex}.footer-link{color:#666;align-items:center;text-decoration:none;transition:color .2s;display:inline-flex}.footer-link:hover{color:#667eea;text-decoration:underline}.footer-company-link{color:#666;font-weight:500;text-decoration:none;transition:color .2s}.footer-company-link:hover{color:#667eea;text-decoration:underline}.footer-icp-icon{vertical-align:middle;margin-right:5px;display:inline-block}.footer-gongan-icon-img{vertical-align:middle;width:17px;margin-left:10px;display:inline-block}.modal-overlay .site-footer,.modal-content .site-footer,[class*=modal] .site-footer{display:none!important}
