.home-page{margin:0;padding:0;display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;width:100%;background-image:linear-gradient(120deg,#f9fbfd,#e2effd);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.home-page footer{display:flex;justify-content:center;align-items:center;flex-direction:column;position:absolute;bottom:30px}.office-page{margin:0;padding:0;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;width:100%;background-image:linear-gradient(120deg,#f9fbfd,#e2effd);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}header{height:50px;display:flex;justify-content:center;align-items:center}a{text-decoration:none}#logo{display:flex;justify-content:center;align-items:center;margin:10px;padding:10px;height:160px}.nav{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;max-width:700px;font-size:18px;font-weight:700;text-align:center}.buttomNav{margin:10px;padding:10px;border-radius:15%;cursor:pointer}.buttomNav img{width:100px;height:100px}.buttomNav:hover{background-color:#b4dcff;box-shadow:0 0 5px 5px #50509680}.other{height:200px}footer{display:flex;justify-content:center;align-items:center;flex-direction:column;position:absolute;bottom:30px}footer a,a:link,a:visited,a:active{color:#a9a9a9}footer a:hover{color:#696969}:root{--bg: #f5f6fa;--card-bg: #ffffff;--text: #2c3e50;--text-secondary: #7f8c8d;--border: #e8ecf1;--blue: #3498db;--green: #27ae60;--purple: #9b59b6;--orange: #e67e22;--red: #e74c3c;--teal: #1abc9c}.stats-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;color:var(--text-secondary)}.spinner{width:40px;height:40px;border:3px solid var(--border);border-top-color:var(--blue);border-radius:50%;animation:spin .8s linear infinite;margin-bottom:16px}@keyframes spin{to{transform:rotate(360deg)}}.stats-empty{text-align:center;padding:60px 20px;color:var(--text-secondary)}.empty-icon{font-size:48px;margin-bottom:16px}.stats-dashboard{max-width:1200px;margin:0 auto;padding:16px;background:var(--bg);min-height:100vh}.stats-header{text-align:center;margin-bottom:16px}.stats-header h1{font-size:22px;font-weight:600;margin-bottom:4px;color:var(--text)}.stats-header p{color:var(--text-secondary);font-size:13px}.summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:8px;margin-bottom:16px}.summary-card{background:var(--card-bg);border-radius:10px;padding:10px 14px;border:1px solid var(--border);text-align:center}.summary-card .number{font-size:26px;font-weight:700;margin-bottom:2px}.summary-card .label{font-size:12px;color:var(--text-secondary)}.summary-card.blue .number{color:var(--blue)}.summary-card.green .number{color:var(--green)}.summary-card.purple .number{color:var(--purple)}.summary-card.orange .number{color:var(--orange)}.summary-card.teal .number{color:var(--teal)}.map-section{background:var(--card-bg);border-radius:10px;border:1px solid var(--border);padding:16px;margin-bottom:16px}.map-section h2{font-size:17px;font-weight:600;margin-bottom:10px;padding-bottom:8px;border-bottom:1px solid var(--border);color:var(--text)}.china-map{width:100%;height:500px}.app-section{background:var(--card-bg);border-radius:10px;border:1px solid var(--border);padding:16px;margin-bottom:16px}.app-section h2{font-size:17px;font-weight:600;margin-bottom:12px;padding-bottom:8px;border-bottom:1px solid var(--border);color:var(--text)}.compact-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;margin-bottom:12px}.app-stat{background:var(--bg);border-radius:6px;padding:8px 10px;text-align:center;min-width:90px}.app-stat .num{font-size:18px;font-weight:700}.app-stat .lbl{font-size:11px;color:var(--text-secondary);margin-top:2px}.collapse-section{margin-top:10px}.collapse-toggle{display:inline-block;padding:5px 14px;font-size:12px;color:var(--text-secondary);background:var(--bg);border:1px solid var(--border);border-radius:6px;cursor:pointer;-webkit-user-select:none;user-select:none;transition:background .15s}.collapse-toggle:hover{background:#e8ecf1}.collapse-body{display:none;margin-top:10px}.collapse-body.open{display:block}.hw-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:6px;margin-bottom:12px}.hw-stat{background:var(--bg);border-radius:6px;padding:8px 10px;text-align:center}.hw-stat .num{font-size:13px;font-weight:600;word-break:break-all}.hw-stat .lbl{font-size:11px;color:var(--text-secondary);margin-top:2px}.charts-row{display:grid;grid-template-columns:1fr 1fr;gap:10px}.chart-box{background:var(--bg);border-radius:6px;padding:12px;height:220px;display:flex;flex-direction:column}.chart-box h3{font-size:12px;font-weight:600;color:var(--text-secondary);margin-bottom:8px;flex-shrink:0}.chart-canvas-wrap{flex:1;min-height:0;position:relative;width:100%}.chart-canvas-wrap canvas{width:100%!important;height:100%!important}.stats-footer{text-align:center;padding:16px 0;color:var(--text-secondary);font-size:11px}.stats-footer a{color:var(--text-secondary);text-decoration:none}.stats-footer a:hover{text-decoration:underline}@media(max-width:768px){.stats-dashboard{padding:8px}.compact-stats{grid-template-columns:repeat(3,1fr)}.charts-row{grid-template-columns:1fr}.stats-header h1{font-size:18px}.chart-box{height:200px}.china-map{height:340px}}.archives-page{min-height:100vh;background:linear-gradient(135deg,#f5ebe0,#e8d9c4);padding:0;display:flex;flex-direction:column}.page-header{display:flex;align-items:center;padding:8px 20px;background:#ffffff80}.container{max-width:1400px;width:100%;margin:10px auto;background:#fff;border-radius:15px;box-shadow:0 20px 60px #00000026;overflow:hidden;display:flex;flex-direction:column;flex:1}.header{background:linear-gradient(#d4b996d9,#c2a67fd9);color:#4a3b28;padding:18px 30px;text-align:center;flex-shrink:0}.header h1{font-size:1.8em;margin:0 0 5px;text-shadow:2px 2px 4px rgba(0,0,0,.1)}.header p{font-size:1em;opacity:.95;margin:0}.search-box{display:flex;flex-wrap:nowrap;gap:8px;align-items:center;justify-content:center;width:100%;max-width:800px;margin:10px auto;padding:5px 10px}.search-input{flex:1;min-width:0;max-width:280px;padding:9px 12px;font-size:13px;border:1px solid #ddd;border-radius:6px;outline:none;background-color:#f8f0e3;color:#4a3b28;transition:all .3s ease}.search-input:focus{border-color:#c2a67f;background-color:#fff;box-shadow:0 0 8px #d4b9964d}.reset-btn{padding:0 14px;height:37px;font-size:13px;line-height:37px;white-space:nowrap;text-align:center;background:#f9e8c8;border:none;border-radius:6px;flex-shrink:0;cursor:pointer;color:#4a3b28}.reset-btn:hover{background:#f3d5a6}.table-container{padding:0 30px 20px;overflow-x:auto;flex:1;overflow-y:auto}table{width:100%;border-collapse:collapse;font-size:16px;table-layout:fixed}thead th{padding:18px 15px;text-align:left;font-weight:600;letter-spacing:.5px;position:sticky;top:0;z-index:10;background:#d4b996;box-shadow:0 2px 4px #0000001a;color:#4a3b28}thead th:first-child,tbody td:first-child{text-align:center;width:190px}thead th:nth-child(2),tbody td:nth-child(2){width:200px;white-space:nowrap;text-align:center}thead th:nth-child(3),tbody td:nth-child(3){width:calc(100% - 590px)}thead th:nth-child(4),tbody td:nth-child(4){width:200px;white-space:nowrap;text-align:left}tbody tr{transition:all .3s ease}tbody tr:nth-child(odd){background-color:#fff}tbody tr:nth-child(2n){background-color:#f8f0e3}tbody tr:hover{background-color:#e8d9c4!important;box-shadow:0 4px 12px #0000001a;font-weight:700}tbody td{padding:15px;border-bottom:1px solid #d4b996;overflow:hidden;text-overflow:ellipsis}.footer{text-align:center;padding:20px;color:#8b6e43;font-size:.95em;border-top:1px solid #d4b996;background-color:#f8f0e3;flex-shrink:0}.footer span{cursor:pointer;text-decoration:none;color:#8b6e43}.footer span:hover{color:#4a3b28}.empty-state{text-align:center;padding:50px 20px;color:#8b6e43;font-size:1.2em}@media(max-width:768px){.header h1{font-size:1.4em}.search-box{flex-wrap:nowrap;padding:5px 8px;gap:5px;margin:6px auto}.search-input{flex:1 1 0;min-width:0;max-width:none;font-size:12px;padding:7px 8px}.reset-btn{padding:0 10px;height:33px;font-size:12px;line-height:33px;flex-shrink:0}.table-container{padding:0 6px 10px}table{font-size:13px;table-layout:auto!important;width:100%;min-width:0}th:nth-child(4),td:nth-child(4){display:none!important}th:nth-child(1),td:nth-child(1){width:50px!important;min-width:50px!important;max-width:50px!important;padding:10px 4px!important;font-size:12px;text-align:center}th:nth-child(2),td:nth-child(2){width:90px!important;min-width:90px!important;max-width:90px!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:10px 6px!important;font-size:12px}th:nth-child(3),td:nth-child(3){width:auto!important;min-width:0!important;white-space:normal!important;word-break:break-all;overflow:visible;text-overflow:clip;padding:10px 6px!important;font-size:13px;line-height:1.5}thead th{padding:12px 6px!important;font-size:12px}}*{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans SC,sans-serif;color:#333}#root{min-height:100vh;width:100%}
