:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}.card{padding:2em}#app{max-width:1280px;margin:0 auto;padding:2rem;text-align:center}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.chinese-medicine-dashboard{@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}}.chinese-medicine-dashboard .dashboard-container{width:100vw;height:100vh;background:linear-gradient(180deg,#060e22a6,#060e2233 40%,#060e22a6),url(/big-user/bg.png) center / cover no-repeat;color:#fff;font-family:Microsoft YaHei,Arial,sans-serif;overflow:auto;position:relative}.chinese-medicine-dashboard .dashboard-container:before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle at 20% 20%,rgba(0,212,255,.1) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(0,255,159,.1) 0%,transparent 50%),radial-gradient(circle at 40% 60%,rgba(255,184,0,.05) 0%,transparent 50%);pointer-events:none}.chinese-medicine-dashboard .header{text-align:center;position:relative;z-index:1;height:100px;padding:0;background-image:url(/big-user/title.png);background-repeat:no-repeat;background-position:center;background-size:contain;filter:drop-shadow(0 0 12px rgba(0,212,255,.35))}.chinese-medicine-dashboard .data-update-indicator{position:absolute;top:15px;right:30px;display:flex;align-items:center;gap:8px;background:linear-gradient(135deg,#00d4ff40,#00ff9f33);border:1px solid rgba(0,212,255,.5);border-radius:20px;padding:8px 16px;font-size:13px;color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 12px #00d4ff4d;z-index:10}.chinese-medicine-dashboard .update-icon{width:16px;height:16px;color:#00ff9f;animation:rotate 1.5s linear infinite}.chinese-medicine-dashboard .update-time{color:#9fdcff;font-size:12px;margin-left:4px}.chinese-medicine-dashboard .update-fade-enter-active,.chinese-medicine-dashboard .update-fade-leave-active{transition:all .4s ease}.chinese-medicine-dashboard .update-fade-enter-from,.chinese-medicine-dashboard .update-fade-leave-to{opacity:0;transform:translateY(-10px)}.chinese-medicine-dashboard .title{font-size:36px;font-weight:700;margin:0;text-shadow:0 0 20px rgba(0,212,255,.8);background:linear-gradient(45deg,#00d4ff,#00ff9f);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.chinese-medicine-dashboard .header-title-img{display:block;margin:0 auto;width:100%;height:100%;object-fit:contain;image-rendering:-webkit-optimize-contrast;filter:drop-shadow(0 0 12px rgba(0,212,255,.35));pointer-events:none}.chinese-medicine-dashboard .main-content{display:grid;grid-template-columns:1fr 2fr 1fr;height:calc(100vh - 100px);padding:0 20px;gap:20px;position:relative;z-index:1;overflow:hidden}.chinese-medicine-dashboard .left-panel,.chinese-medicine-dashboard .right-panel{display:grid;grid-template-rows:repeat(4,1fr);gap:15px;overflow:visible;min-height:0}.chinese-medicine-dashboard .left-panel::-webkit-scrollbar,.chinese-medicine-dashboard .right-panel::-webkit-scrollbar{width:4px}.chinese-medicine-dashboard .left-panel::-webkit-scrollbar-track,.chinese-medicine-dashboard .right-panel::-webkit-scrollbar-track{background:transparent}.chinese-medicine-dashboard .left-panel::-webkit-scrollbar-thumb,.chinese-medicine-dashboard .right-panel::-webkit-scrollbar-thumb{background:#00d4ff4d;border-radius:2px}.chinese-medicine-dashboard .center-panel{display:grid;grid-template-rows:auto 1fr auto;gap:15px;overflow:auto;-ms-overflow-style:none;scrollbar-width:none}.chinese-medicine-dashboard .center-panel::-webkit-scrollbar{width:0;height:0;display:none}.chinese-medicine-dashboard .center-main{display:flex;flex-direction:column;height:100%;min-height:0}.chinese-medicine-dashboard .center-bottom{height:auto;flex-shrink:0}.chinese-medicine-dashboard .chart-card{border-radius:12px;padding:15px;transition:all .3s ease;display:flex;flex-direction:column;min-height:0;overflow:hidden}.chinese-medicine-dashboard .trading-chart-container,.chinese-medicine-dashboard .ranking-chart-container{position:relative}.chinese-medicine-dashboard .chart-wrapper,.chinese-medicine-dashboard .ranking-wrapper{width:100%;height:100%;display:flex;flex-direction:column}.chinese-medicine-dashboard .trading-carousel-indicator,.chinese-medicine-dashboard .ranking-carousel-indicator{position:absolute;top:12px;right:12px;display:flex;gap:8px;z-index:10}.chinese-medicine-dashboard .indicator-dot{width:8px;height:8px;border-radius:50%;background:#00d4ff4d;border:1px solid rgba(0,212,255,.5);transition:all .3s ease;cursor:pointer}.chinese-medicine-dashboard .indicator-dot.active{background:#00d4ffe6;box-shadow:0 0 8px #00d4ffcc;transform:scale(1.2)}.chinese-medicine-dashboard .chart-fade-enter-active,.chinese-medicine-dashboard .chart-fade-leave-active{transition:opacity .4s ease,transform .4s ease}.chinese-medicine-dashboard .chart-fade-enter-from{opacity:0;transform:translate(-20px)}.chinese-medicine-dashboard .chart-fade-leave-to{opacity:0;transform:translate(20px)}.chinese-medicine-dashboard .chart-card.overflow-visible{overflow:visible}.chinese-medicine-dashboard .chart-card h3{margin:0 0 15px;font-size:22px;color:#00d4ff;text-align:left;padding-bottom:8px;flex-shrink:0}.chinese-medicine-dashboard .right-panel .chart-card h3{text-align:right;background-image:url(/big-user/right_title_bg.png);background-repeat:no-repeat;background-position:right center;padding-right:68px;align-items:center;min-height:26px;background-size:280px 100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chinese-medicine-dashboard .center-panel .product-showcase-compact .product-showcase-header h3{padding-bottom:8px;font-size:22px;position:relative;display:flex;align-items:center;min-height:26px;padding-left:88px;background-image:url(/big-user/left_title_bg.png);background-repeat:no-repeat;background-position:left center;background-size:280px 100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chinese-medicine-dashboard .left-panel .chart-card h3{position:relative;display:flex;align-items:center;min-height:26px;padding-left:88px;background-image:url(/big-user/left_title_bg.png);background-repeat:no-repeat;background-position:left center;background-size:280px 100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chinese-medicine-dashboard .chart{flex:1;min-height:150px;width:100%}.chinese-medicine-dashboard .chart-placeholder{display:flex;flex-direction:column;align-items:stretch;justify-content:flex-end;border-radius:8px;padding:12px 16px;text-align:center;height:100%;min-height:0;overflow:visible}.chinese-medicine-dashboard .chart-title{color:#00d4ff;font-size:12px;font-weight:700;margin-bottom:10px}.chinese-medicine-dashboard .chart-with-axis{display:flex;align-items:stretch;gap:12px;height:100%;width:100%;box-sizing:border-box}.chinese-medicine-dashboard .trend-chart-wrapper,.chinese-medicine-dashboard .chart-right{display:flex;flex-direction:column;height:100%;width:100%}.chinese-medicine-dashboard .y-axis{width:40px;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-end;color:#9fdcff;font-size:11px;-webkit-user-select:none;user-select:none;padding-right:6px;border-right:1px dashed rgba(0,212,255,.2);padding-top:6px;padding-bottom:6px}.chinese-medicine-dashboard .y-tick{line-height:1}.chinese-medicine-dashboard .chart-simple-info{color:#a0a0a0;font-size:10px}.chinese-medicine-dashboard .chart-data-grid{display:flex;align-items:flex-end;justify-content:space-between;height:100%;width:100%;margin-top:0;padding:6px 0;gap:8px;box-sizing:border-box}.chinese-medicine-dashboard .x-axis{display:flex;justify-content:space-between;align-items:center;gap:8px;color:#bfe6ff;font-size:11px;margin-top:4px;-webkit-user-select:none;user-select:none}.chinese-medicine-dashboard .x-tick{flex:1 1 0;min-width:18px;max-width:60px;text-align:center;opacity:.95}.chinese-medicine-dashboard .data-bar{background:linear-gradient(to top,#00d4ff,#00d4ff4d);flex:1 1 0;min-width:18px;max-width:60px;min-height:15px;border-radius:4px 4px 0 0;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;transition:all .3s ease;box-shadow:0 0 10px #00d4ff4d}.chinese-medicine-dashboard .chart-card.no-border{border:none}.chinese-medicine-dashboard .data-bar:hover{transform:translateY(-5px);box-shadow:0 0 15px #00d4ff99}.chinese-medicine-dashboard .bar-value{color:#fff;font-size:11px;font-weight:700;position:absolute;top:-20px;white-space:nowrap;text-shadow:0 0 5px rgba(0,0,0,.8)}.chinese-medicine-dashboard .bar-label{color:#bfe6ff;font-size:11px;margin-top:8px;font-weight:400;letter-spacing:.2px;text-shadow:0 0 6px rgba(0,0,0,.6)}.chinese-medicine-dashboard .circle-chart-placeholder{width:100%;height:100%;border:2px dashed rgba(0,212,255,.3);border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#001e3c33}.chinese-medicine-dashboard .pie-center{font-size:20px;font-weight:700;color:#00ff9f}.chinese-medicine-dashboard .pie-info{font-size:8px;color:#a0a0a0;margin-top:5px}.chinese-medicine-dashboard .top-stats{display:grid;grid-template-columns:1fr 2fr 1fr;gap:20px;margin-bottom:20px;flex-shrink:0}.chinese-medicine-dashboard .stat-card{display:flex;align-items:center;gap:15px;background:#001e3c66;border:1px solid rgba(0,212,255,.3);border-radius:12px;padding:20px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease;min-height:80px}.chinese-medicine-dashboard .stat-card:hover{border-color:#00d4ff99;transform:translateY(-2px)}.chinese-medicine-dashboard .center-stat{justify-content:center;text-align:center}.chinese-medicine-dashboard .center-stat .stat-content{align-items:center}.chinese-medicine-dashboard .top-stats-compact{display:grid;grid-template-columns:auto auto;justify-content:center;justify-items:start;justify-self:center;width:max-content;gap:80px;margin-bottom:10px;flex-shrink:0;padding:0}.chinese-medicine-dashboard .stat-card-compact{display:flex;align-items:center;justify-content:flex-start;gap:12px;padding:12px 16px;border-radius:8px;transition:all .3s ease;min-height:50px;text-align:left;position:relative;overflow:visible}.chinese-medicine-dashboard .stat-card-compact:hover{transform:translateY(-1px)}.chinese-medicine-dashboard .stat-icon-compact{opacity:.9;display:flex;align-items:center;justify-content:center;flex-shrink:0}.chinese-medicine-dashboard .stat-icon-compact img,.chinese-medicine-dashboard .stat-icon-img{width:75%;height:75%;display:block;object-fit:contain;filter:drop-shadow(0 0 6px rgba(0,212,255,.5))}.chinese-medicine-dashboard .stat-value-compact{display:inline-flex;align-items:baseline;gap:6px;line-height:1.2}.chinese-medicine-dashboard .stat-label-compact{margin-top:5px;font-size:14px;color:#e6f9ff;font-weight:600;line-height:1.2;letter-spacing:.3px;text-shadow:0 0 8px rgba(0,212,255,.25)}.chinese-medicine-dashboard .stat-content-compact{display:flex;flex-direction:column;gap:2px}.chinese-medicine-dashboard .stat-number-compact{position:relative;display:inline-block;z-index:1;font-size:clamp(18px,2.2vw,30px);font-weight:800;color:transparent;background:linear-gradient(180deg,#00eaff,#00c8ff 65%);-webkit-background-clip:text;background-clip:text;text-shadow:0 2px 0 rgba(0,58,94,.35),0 6px 10px rgba(0,200,255,.25),0 0 12px rgba(0,232,255,.18);letter-spacing:.3px}.chinese-medicine-dashboard .top-stats-compact .stat-card-compact:nth-child(2) .stat-number-compact:after{content:"";position:absolute;left:50%;bottom:-.72em;transform:translate(-50%) scaleY(.6);width:130%;height:1.15em;background:radial-gradient(ellipse at center,#ffffffd9,#00e6ffb3 22%,#00d2ff73 50%,#00b4ff33,#0096ff00 90%);filter:blur(6px);opacity:.7;pointer-events:none;z-index:0}.chinese-medicine-dashboard .top-stats-compact .stat-card-compact:nth-child(1) .stat-number-compact:after{content:"";position:absolute;left:50%;bottom:-.72em;transform:translate(-50%) scaleY(.6);width:130%;height:1.15em;background:radial-gradient(ellipse at center,#ffffffd9,#00e6ffb3 22%,#00d2ff73 50%,#00b4ff33,#0096ff00 90%);filter:blur(6px);opacity:.7;pointer-events:none;z-index:0}.chinese-medicine-dashboard .stat-unit-compact{font-size:clamp(12px,1.2vw,16px);color:#cfe0ef;opacity:.95;font-weight:500}.chinese-medicine-dashboard .map-container-main{position:relative;flex:1;width:100%;border-radius:12px;overflow:hidden;min-height:300px}.chinese-medicine-dashboard .product-showcase-compact{margin-left:10px;border-radius:8px;padding:0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);width:100%;height:auto;overflow:hidden}.chinese-medicine-dashboard .product-showcase-header{padding:8px 12px}.chinese-medicine-dashboard .product-showcase-header h3{margin:0;font-size:12px;color:#00d4ff;font-weight:700;text-align:left}.chinese-medicine-dashboard .product-list-compact{position:relative;display:flex;justify-content:space-evenly;align-items:center;gap:8px;padding:10px 12px;box-sizing:border-box;width:100%;min-height:120px}.chinese-medicine-dashboard .stage-carousel{display:flex;justify-content:space-evenly;align-items:center;gap:8px;width:100%;position:relative}.chinese-medicine-dashboard .stage-fade-enter-active,.chinese-medicine-dashboard .stage-fade-leave-active{transition:opacity .4s ease}.chinese-medicine-dashboard .stage-fade-enter-from,.chinese-medicine-dashboard .stage-fade-leave-to{opacity:0}.chinese-medicine-dashboard .stage-progress{position:absolute;bottom:-24px;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:10px;padding:4px 12px;background:#000e22b3;border-radius:12px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid rgba(0,212,255,.2)}.chinese-medicine-dashboard .stage-progress .progress-bar{width:80px;height:4px;background:#00d4ff33;border-radius:2px;overflow:hidden}.chinese-medicine-dashboard .stage-progress .progress-fill{height:100%;background:linear-gradient(90deg,#00d4ff,#00ff9f);transition:width .6s ease;box-shadow:0 0 8px #00d4ff99}.chinese-medicine-dashboard .stage-progress .progress-text{font-size:11px;color:#9fdcff;font-weight:500;white-space:nowrap}.chinese-medicine-dashboard .product-item-compact{display:flex;flex-direction:column;align-items:center;gap:4px;padding:6px;border-radius:6px;transition:all .3s ease;cursor:pointer;opacity:.6;min-width:50px}.chinese-medicine-dashboard .product-item-compact.active{background:#00d4ff33;border:1px solid rgba(0,212,255,.5);opacity:1;transform:scale(1.05)}.chinese-medicine-dashboard .product-item-compact img:not(.stage-img){width:40px;height:30px;border-radius:4px;background:#00d4ff1a;border:1px solid rgba(0,212,255,.3)}.chinese-medicine-dashboard .product-item-compact span{font-size:10px;color:#fff;line-height:1.2;text-align:center}.chinese-medicine-dashboard .stage-item{opacity:1;flex:1 1 clamp(120px,15vw,180px)}.chinese-medicine-dashboard .stage-frame{position:relative;width:100%;aspect-ratio:4 / 3;border-radius:6px;overflow:hidden;background:transparent}.chinese-medicine-dashboard .stage-frame:after{content:"";position:absolute;inset:0;background:url(/big-user/border.png) center / 100% 100% no-repeat;pointer-events:none}.chinese-medicine-dashboard .stage-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block}.chinese-medicine-dashboard .video-play-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:48px;height:48px;background:#00d4ffd9;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 0 20px #00d4ff99;pointer-events:none;z-index:2;transition:all .3s ease}.chinese-medicine-dashboard .stage-item:hover .video-play-icon{background:#00ff9ff2;box-shadow:0 0 30px #00ff9fcc;transform:translate(-50%,-50%) scale(1.1)}.chinese-medicine-dashboard .video-play-icon svg{width:24px;height:24px;margin-left:3px}.chinese-medicine-dashboard .preview-modal{position:fixed;inset:0;background:#000000d9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:9999;display:flex;align-items:center;justify-content:center;padding:20px;animation:fadeIn .25s ease-out}.chinese-medicine-dashboard .preview-content{position:relative;max-width:90vw;max-height:90vh;background:#060e22f2;border:2px solid rgba(0,212,255,.6);border-radius:16px;box-shadow:0 0 60px #00d4ff66;overflow:hidden;animation:slideUp .3s ease-out;display:flex;flex-direction:column}.chinese-medicine-dashboard .preview-content.preview-video{max-width:85vw;max-height:85vh}.chinese-medicine-dashboard .preview-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;background:linear-gradient(180deg,rgba(0,212,255,.15) 0%,transparent 100%);border-bottom:1px solid rgba(0,212,255,.3)}.chinese-medicine-dashboard .preview-title-section{display:flex;align-items:center;gap:16px}.chinese-medicine-dashboard .preview-header h3{margin:0;font-size:20px;font-weight:600;color:#00eaff;text-shadow:0 0 10px rgba(0,234,255,.5)}.chinese-medicine-dashboard .preview-counter{font-size:14px;color:#9fdcff;background:#00d4ff26;padding:4px 12px;border-radius:12px;border:1px solid rgba(0,212,255,.3);font-weight:500}.chinese-medicine-dashboard .close-btn{width:36px;height:36px;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:50%;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;padding:0}.chinese-medicine-dashboard .close-btn:hover{background:#ff4d4d4d;border-color:#ff4d4d99;transform:rotate(90deg)}.chinese-medicine-dashboard .close-btn svg{width:20px;height:20px}.chinese-medicine-dashboard .preview-body{flex:1;display:flex;align-items:center;justify-content:center;padding:24px;overflow:auto;min-height:0;position:relative}.chinese-medicine-dashboard .preview-nav-btn{position:absolute;top:50%;transform:translateY(-50%);width:56px;height:56px;background:#00d4ff33;border:2px solid rgba(0,212,255,.5);border-radius:50%;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:10;padding:0}.chinese-medicine-dashboard .preview-nav-btn:hover:not(:disabled){background:#00d4ff66;border-color:#00ff9fcc;box-shadow:0 0 20px #00d4ff99;transform:translateY(-50%) scale(1.1)}.chinese-medicine-dashboard .preview-nav-btn:active:not(:disabled){transform:translateY(-50%) scale(.95)}.chinese-medicine-dashboard .preview-nav-btn:disabled{opacity:.3;cursor:not-allowed;border-color:#6464644d}.chinese-medicine-dashboard .prev-btn{left:24px}.chinese-medicine-dashboard .next-btn{right:24px}.chinese-medicine-dashboard .preview-nav-btn svg{width:28px;height:28px;stroke-width:2.5}.chinese-medicine-dashboard .preview-body::-webkit-scrollbar{width:8px;height:8px}.chinese-medicine-dashboard .preview-body::-webkit-scrollbar-track{background:#00d4ff1a}.chinese-medicine-dashboard .preview-body::-webkit-scrollbar-thumb{background:#00d4ff66;border-radius:4px}.chinese-medicine-dashboard .preview-body::-webkit-scrollbar-thumb:hover{background:#00d4ff99}.chinese-medicine-dashboard .preview-media{max-width:100%;max-height:calc(90vh - 120px);border-radius:8px;box-shadow:0 8px 32px #00000080}.chinese-medicine-dashboard .preview-content:not(.preview-video) .preview-media{object-fit:contain;border:1px solid rgba(0,212,255,.2)}.chinese-medicine-dashboard .preview-content.preview-video .preview-media{width:100%;height:auto;background:#000}.chinese-medicine-dashboard .stat-icon{font-size:32px;opacity:.8}.chinese-medicine-dashboard .stat-value{font-size:24px;font-weight:700;color:#00ff9f;text-shadow:0 0 10px rgba(0,255,159,.5)}.chinese-medicine-dashboard .stat-label{font-size:12px;color:#a0a0a0}.chinese-medicine-dashboard .map-container{position:relative;flex:1;width:100%;background:#001e3c66;border:1px solid rgba(0,212,255,.3);border-radius:12px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);overflow:hidden;min-height:400px}.chinese-medicine-dashboard .china-map{width:100%;height:100%;min-height:400px}.chinese-medicine-dashboard .map-title{position:absolute;top:15px;left:20px;font-size:22px;color:#00d4ff;font-weight:700}.chinese-medicine-dashboard .product-showcase{background:#001e3c66;border:1px solid rgba(0,212,255,.3);border-radius:12px;padding:20px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);width:100%;height:auto}.chinese-medicine-dashboard .product-showcase h3{margin:0 0 15px;font-size:14px;color:#00d4ff;text-align:left}.chinese-medicine-dashboard .product-list{display:flex;justify-content:center;gap:15px;margin-bottom:15px}.chinese-medicine-dashboard .product-item{display:flex;flex-direction:column;align-items:center;gap:8px;padding:10px;border-radius:8px;transition:all .3s ease;cursor:pointer;opacity:.6}.chinese-medicine-dashboard .product-item.active{background:#00d4ff33;border:1px solid rgba(0,212,255,.5);opacity:1;transform:scale(1.05)}.chinese-medicine-dashboard .product-item img{width:60px;height:45px;border-radius:6px;background:#00d4ff1a;border:1px solid rgba(0,212,255,.3)}.chinese-medicine-dashboard .product-item span{font-size:12px;color:#fff}.chinese-medicine-dashboard .nav-buttons{display:flex;justify-content:center;gap:10px}.chinese-medicine-dashboard .nav-btn{background:#00d4ff33;border:1px solid rgba(0,212,255,.5);color:#fff;padding:8px 12px;border-radius:6px;cursor:pointer;transition:all .3s ease}.chinese-medicine-dashboard .nav-btn:hover{background:#00d4ff66;border-color:#00d4ffcc}.chinese-medicine-dashboard .enterprise-stats{display:flex;align-items:center;gap:15px;height:100%;overflow:visible}.chinese-medicine-dashboard .enterprise-circle{position:relative;width:clamp(96px,16vmin,200px);height:auto;aspect-ratio:1 / 1;flex-shrink:0}.chinese-medicine-dashboard .circle-chart{width:100%;height:auto;display:block}.chinese-medicine-dashboard .center-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:clamp(14px,2.4vw,22px);font-weight:700;color:#00ff9f;text-shadow:0 0 10px rgba(0,255,159,.6)}.chinese-medicine-dashboard .enterprise-list{flex:1;min-width:0;display:grid;grid-template-columns:repeat(2,minmax(140px,1fr));gap:10px 14px;align-content:start}.chinese-medicine-dashboard .enterprise-item{display:flex;align-items:center;gap:10px;margin-bottom:0;color:#fff;font-size:clamp(12px,1.1vw,15px);line-height:1.25;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.chinese-medicine-dashboard .dot{width:9px;height:9px;border-radius:50%;box-shadow:0 0 8px #00d4ff99;flex-shrink:0}.chinese-medicine-dashboard .enterprise-type{flex:1;min-width:0;opacity:.95}.chinese-medicine-dashboard .enterprise-count{min-width:56px;text-align:right;color:#00ff9f;font-weight:600}.chinese-medicine-dashboard .ranking-list-container{flex:1;overflow:hidden;position:relative}.chinese-medicine-dashboard .ranking-list{display:flex;flex-direction:column;gap:8px;height:100%;max-height:198px;overflow-y:auto;padding-right:10px;scrollbar-width:thin;scrollbar-color:rgba(0,212,255,.5) transparent}.chinese-medicine-dashboard .ranking-list::-webkit-scrollbar{width:6px}.chinese-medicine-dashboard .ranking-list::-webkit-scrollbar-track{background:transparent;border-radius:3px}.chinese-medicine-dashboard .ranking-list::-webkit-scrollbar-thumb{background:#00d4ff4d;border-radius:3px}.chinese-medicine-dashboard .ranking-list::-webkit-scrollbar-thumb:hover{background:#00d4ff80}.chinese-medicine-dashboard .ranking-item{display:flex;align-items:center;gap:10px;font-size:14px;padding:6px 0}.chinese-medicine-dashboard .rank{width:22px;height:22px;background:#00d4ff4d;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:12px;flex-shrink:0}.chinese-medicine-dashboard .region{min-width:70px;font-size:13px}.chinese-medicine-dashboard .progress-bar{flex:1;height:6px;background:#00d4ff33;border-radius:3px;overflow:hidden;margin:0 10px}.chinese-medicine-dashboard .progress{height:100%;background:linear-gradient(90deg,#00d4ff,#00ff9f);border-radius:2px;transition:width .3s ease}.chinese-medicine-dashboard .value{min-width:45px;text-align:right;color:#00ff9f;font-weight:700;font-size:13px}.chinese-medicine-dashboard .line-chart-container{position:relative;display:flex;flex-direction:column;height:100%;flex:1;min-height:150px}.chinese-medicine-dashboard .line-legend{display:flex;flex-wrap:wrap;gap:8px 12px;margin-bottom:6px}.chinese-medicine-dashboard .legend-center{justify-content:center;align-items:center;width:100%}.chinese-medicine-dashboard .legend-item{display:flex;align-items:center;gap:6px;font-size:12px;color:#cfe9ff}.chinese-medicine-dashboard .legend-item .dot{width:8px;height:8px;border-radius:50%;box-shadow:0 0 6px #00d4ff99}.chinese-medicine-dashboard .legend-label{opacity:.9}.chinese-medicine-dashboard .line-chart{flex:1;width:100%;height:100%;aspect-ratio:100 / 60}.chinese-medicine-dashboard .echarts-line-chart,.chinese-medicine-dashboard .echarts-area-chart{width:100%;height:100%;min-height:150px}.chinese-medicine-dashboard .grid-line{stroke:#00d4ff1f;stroke-width:.3}.chinese-medicine-dashboard .axis{stroke:#00d4ff59;stroke-width:.5}.chinese-medicine-dashboard .y-text,.chinese-medicine-dashboard .x-text,.chinese-medicine-dashboard .axis-title{fill:#bfe6ff;font-size:4px;opacity:.9}.chinese-medicine-dashboard .series-line{stroke-width:1.2;filter:drop-shadow(0 0 .6px rgba(0,212,255,.6))}.chinese-medicine-dashboard .series-point{r:1;cursor:pointer}.chinese-medicine-dashboard .series-point:hover{filter:drop-shadow(0 0 1.2px rgba(0,212,255,.9))}@media (max-height: 1000px){.chinese-medicine-dashboard .main-content{height:auto;max-height:calc(100vh - 100px);overflow-y:auto;-ms-overflow-style:none;scrollbar-width:none}.chinese-medicine-dashboard .main-content::-webkit-scrollbar{width:0;height:0;display:none}.chinese-medicine-dashboard .left-panel,.chinese-medicine-dashboard .right-panel{grid-template-rows:repeat(4,auto);overflow-y:auto}.chinese-medicine-dashboard .chart,.chinese-medicine-dashboard .line-chart-container,.chinese-medicine-dashboard .echarts-line-chart{min-height:130px}}@media (max-height: 840px){.chinese-medicine-dashboard .chart,.chinese-medicine-dashboard .line-chart-container,.chinese-medicine-dashboard .echarts-line-chart{min-height:110px}.chinese-medicine-dashboard .map-container,.chinese-medicine-dashboard .china-map{min-height:320px}}.enterprise-circle{position:relative}.enterprise-circle .tooltip{position:absolute;background:#001423d9;color:#e6f9ff;border:1px solid rgba(0,212,255,.5);border-radius:4px;padding:6px 8px;font-size:12px;pointer-events:none;z-index:3;transform:translate(-50%,-100%);white-space:nowrap;box-shadow:0 6px 12px #00d4ff26}.enterprise-circle .tooltip-title{font-weight:600;margin-bottom:2px}.enterprise-circle .tooltip-value{opacity:.95}.circle-chart g circle:hover{filter:drop-shadow(0 0 6px rgba(0,212,255,.6))}.map-container-main{position:relative}.map-controls{position:absolute;right:10px;top:10px;display:flex;align-items:center;gap:8px;padding:6px 10px;background:#0d152299;border:1px solid rgba(77,215,255,.25);border-radius:8px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#cfe9ff;font-size:12px;z-index:10}.map-controls label{font-size:12px;opacity:.9}.map-controls input[type=range]{width:120px;accent-color:#00eaff}.map-controls span{min-width:24px;text-align:right;color:#9fdcff}.map-controls .map-reset-btn{padding:4px 10px;border-radius:6px;background:linear-gradient(180deg,#00eaff40,#00eaff1f);border:1px solid rgba(77,215,255,.35);color:#dff6ff;font-size:12px;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}.map-controls .map-reset-btn:hover{transform:translateY(-1px);box-shadow:0 6px 14px #00eaff2e}.chinese-medicine-dashboard-mobile{width:100vw;min-height:100vh;height:100vh;overflow-y:auto;overflow-x:hidden;color:#fff;font-family:Microsoft YaHei,Arial,sans-serif;background:linear-gradient(180deg,#060e22e6,#060e2299 40%,#060e22e6),url(/big-user/bg.png) center / cover no-repeat}.chinese-medicine-dashboard-mobile .preview-modal{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center}.chinese-medicine-dashboard-mobile .preview-content{max-width:92vw;max-height:88vh;border-radius:18px;background:radial-gradient(circle at top,#00d4ff29,#050c20f5);border:1px solid rgba(0,212,255,.35);box-shadow:0 18px 40px #000000a6;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);display:flex;flex-direction:column;overflow:hidden}.chinese-medicine-dashboard-mobile .preview-body{padding:10px 10px 14px}.chinese-medicine-dashboard-mobile .preview-media{max-height:60vh!important;margin:0 auto}.chinese-medicine-dashboard-mobile .preview-content:not(.preview-video) .preview-media{width:100%!important;max-width:100%!important;height:auto!important;max-height:60vh!important;object-fit:contain!important}.chinese-medicine-dashboard-mobile .preview-nav-btn{height:40px;background:#06354d;border-radius:999px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:static;transform:none;display:flex;align-items:center;justify-content:center}.chinese-medicine-dashboard-mobile .preview-nav-row{display:flex;justify-content:center;gap:16px;padding:4px 0 0}.chinese-medicine-dashboard-mobile .preview-nav-btn svg{width:22px;height:22px}.chinese-medicine-dashboard-mobile .preview-header{padding:10px 14px 6px;position:relative}.chinese-medicine-dashboard-mobile .preview-title-section h3{font-size:16px}.chinese-medicine-dashboard-mobile .preview-counter{font-size:12px;padding:2px 10px}.chinese-medicine-dashboard-mobile .close-btn{background:transparent;border-radius:999px;border:none;display:flex;align-items:center;justify-content:center;position:absolute;top:8px;right:10px}.chinese-medicine-dashboard-mobile .close-btn svg{width:18px;height:18px}.mobile-header{position:sticky;top:0;z-index:20;height:56px;display:flex;align-items:center;justify-content:center;padding:0 16px;background:#030a1cf5;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 12px #0009}.mobile-header-title{font-size:16px;font-weight:600;letter-spacing:1px;background:linear-gradient(45deg,#00d4ff,#00ff9f);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.mobile-main{padding:8px 8px 16px}.mobile-screen-card{position:relative;margin:8px 4px 24px;padding:12px 12px 16px;border-radius:12px;box-shadow:0 10px 30px #000000b3;min-height:calc(50vh - 88px);box-sizing:border-box;overflow:hidden}.mobile-screen-map{height:calc(100vh - 56px);display:flex;flex-direction:column;margin-bottom:0}.mobile-screen-full{height:calc(50vh - 56px);display:flex;flex-direction:column}.mobile-section-header h3{margin:0 0 10px;font-size:16px;color:#00d4ff;display:flex;align-items:center}.line-legend{display:flex;align-items:center;gap:8px;margin-bottom:6px;flex-wrap:wrap}.line-legend.legend-center{justify-content:center}.line-legend .legend-item{display:inline-flex;align-items:center;gap:6px;font-size:12px;color:#e6f9ff}.line-legend .dot{width:10px;height:10px;border-radius:50%;background:#00d4ff;box-shadow:0 0 6px #00d4ffcc}.line-legend .legend-label{font-size:12px}.loading-text{color:#9fdcff;font-size:12px;opacity:.9}.mobile-enterprise-stats{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:12px;height:calc(100% - 32px)}.mobile-enterprise-stats .enterprise-circle{position:relative;flex:0 0 52%;display:flex;align-items:center;justify-content:center}.mobile-enterprise-stats .circle-chart{width:100%;max-width:200px}.mobile-enterprise-stats .center-text{position:absolute;font-size:18px;font-weight:600;color:#fff;text-shadow:0 0 8px rgba(0,0,0,.8)}.mobile-enterprise-stats .tooltip{position:absolute;z-index:40;top:-6px;left:50%;transform:translate(-50%,-100%);padding:6px 10px;border-radius:6px;background:#001836f5;border:1px solid rgba(0,212,255,.7);color:#e6f9ff;font-size:11px;pointer-events:none;white-space:nowrap}.mobile-enterprise-stats .tooltip-title{font-weight:600;margin-bottom:2px}.mobile-enterprise-stats .tooltip-value{opacity:.9}.mobile-enterprise-stats .enterprise-list{flex:0 0 45%;font-size:12px}.mobile-enterprise-stats .enterprise-item{display:flex;align-items:center;justify-content:space-between;padding:4px 6px;border-radius:4px;flex:0 0 calc(50% - 4px);box-sizing:border-box}.mobile-enterprise-stats .enterprise-item .dot{width:8px;height:8px;border-radius:50%;margin-right:6px}.mobile-enterprise-stats .enterprise-type{flex:1;margin-left:4px}.mobile-enterprise-stats .enterprise-count{margin-left:8px;color:#9fdcff}.mobile-map-stats{display:flex;justify-content:space-between;gap:8px;margin-bottom:8px}.mobile-map-stats .stat-card-compact{flex:1;padding:8px 10px;border-radius:8px;border:1px solid rgba(0,212,255,.3)}.mobile-map-container{flex:1;min-height:260px}.mobile-map-container .china-map{width:100%;height:100%;min-height:220px}.mobile-map-container .map-controls{position:absolute;top:10px;left:10px;right:auto}.mobile-screen-card .chart,.mobile-screen-card .line-chart-container,.mobile-screen-card .ranking-list-container,.mobile-screen-card .product-list-compact{max-height:calc(100% - 40px)}.mobile-screen-full .product-list-compact{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;max-height:none}.stat-label-compact{margin-top:5px;font-size:14px;color:#e6f9ff;font-weight:600;line-height:1.2;letter-spacing:.3px;text-shadow:0 0 8px rgba(0,212,255,.25)}.stat-content-compact{display:flex;flex-direction:column;gap:2px}.stat-number-compact{position:relative;display:inline-block;z-index:1;font-size:clamp(18px,2.2vw,30px);font-weight:800;color:transparent;background:linear-gradient(180deg,#00eaff,#00c8ff 65%);-webkit-background-clip:text;background-clip:text;text-shadow:0 2px 0 rgba(0,58,94,.35),0 6px 10px rgba(0,200,255,.25),0 0 12px rgba(0,232,255,.18);letter-spacing:.3px}.top-stats-compact .stat-card-compact:nth-child(2) .stat-number-compact:after{content:"";position:absolute;left:50%;bottom:-.72em;transform:translate(-50%) scaleY(.6);width:130%;height:1.15em;background:radial-gradient(ellipse at center,#ffffffd9,#00e6ffb3 22%,#00d2ff73 50%,#00b4ff33,#0096ff00 90%);filter:blur(6px);opacity:.7;pointer-events:none;z-index:0}.top-stats-compact .stat-card-compact:nth-child(1) .stat-number-compact:after{content:"";position:absolute;left:50%;bottom:-.72em;transform:translate(-50%) scaleY(.6);width:130%;height:1.15em;background:radial-gradient(ellipse at center,#ffffffd9,#00e6ffb3 22%,#00d2ff73 50%,#00b4ff33,#0096ff00 90%);filter:blur(6px);opacity:.7;pointer-events:none;z-index:0}.stat-unit-compact{font-size:clamp(12px,1.2vw,16px);color:#cfe0ef;opacity:.95;font-weight:500}.mobile-screen-full .stage-carousel{width:100%;display:flex;align-items:stretch;gap:12px;padding:8px 4px 0;overflow-x:auto;scroll-snap-type:x mandatory}.mobile-screen-full .stage-item{flex:0 0 78%;max-width:82%;scroll-snap-align:center}.mobile-screen-full .stage-frame{width:100%;aspect-ratio:16 / 9;border-radius:10px;overflow:hidden}.mobile-screen-full .stage-img{width:100%;height:100%;object-fit:cover}.mobile-screen-full .stage-item span{display:block;margin-top:8px;text-align:center}.mobile-screen-full .stage-progress{margin-top:10px}.mobile-screen-full .chart{flex:1;max-height:none}.mobile-screen-full .line-chart-container{flex:1;display:flex;flex-direction:column}.mobile-screen-full .echarts-area-chart,.mobile-screen-full .echarts-line-chart{width:100%;flex:1;min-height:180px}.mobile-chart-placeholder{padding:8px 10px 10px}.mobile-screen-card .trend-chart-wrapper{display:flex;flex-direction:column;height:100%}.mobile-screen-card .chart-with-axis{display:flex;align-items:stretch;gap:8px;height:100%;width:100%}.mobile-screen-card .y-axis{width:36px;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-end;color:#9fdcff;font-size:10px;-webkit-user-select:none;user-select:none;padding-right:4px;border-right:1px dashed rgba(0,212,255,.2);padding-top:4px;padding-bottom:4px}.mobile-screen-card .y-tick{line-height:1}.mobile-screen-card .chart-right{display:flex;flex-direction:column;height:100%;flex:1 1 auto}.mobile-screen-card .chart-data-grid{display:flex;align-items:flex-end;justify-content:space-between;height:100%;width:100%;padding:4px 0;gap:8px;box-sizing:border-box}.mobile-screen-card .data-group{flex:1 1 auto;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;height:100%}.mobile-screen-card .data-bar{width:100%;min-width:24px;min-height:14px;border-radius:3px 3px 0 0;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;box-shadow:0 0 8px #00d4ff4d}.mobile-screen-card .bar-value{position:absolute;top:-16px;font-size:10px;white-space:nowrap;color:#fff;text-shadow:0 0 4px rgba(0,0,0,.8)}.mobile-screen-card .x-axis{display:flex;justify-content:space-between;align-items:center;gap:6px;color:#bfe6ff;font-size:8px;margin-top:4px}.mobile-screen-card .x-tick{width:100%;text-align:center;opacity:.95;font-size:10px;margin-top:4px}.mobile-screen-card .ranking-item,.mobile-screen-card .stage-name{font-size:12px}.mobile-screen-card .ranking-list-container{flex:1;overflow:hidden}.mobile-screen-card .ranking-list{display:flex;flex-direction:column;gap:14px;height:100%;padding-right:4px;overflow-y:auto}.mobile-screen-card .ranking-item{display:flex;align-items:center;gap:8px;font-size:12px;padding:4px 0}.mobile-screen-card .rank{width:18px;height:18px;background:#00d4ff4d;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:11px;flex-shrink:0}.mobile-screen-card .region{min-width:64px;font-size:12px}.mobile-screen-card .progress-bar{flex:1;height:5px;background:#00d4ff33;border-radius:3px;overflow:hidden;margin:0 6px}.mobile-screen-card .progress{height:100%;background:linear-gradient(90deg,#00d4ff,#00ff9f)}.mobile-screen-card .value{min-width:40px;text-align:right;font-size:12px;color:#9fdcff}.mobile-screen-card .stage-name{font-size:12px}@media (min-width: 769px){.chinese-medicine-dashboard-mobile{display:none}}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;padding:0;overflow:hidden}#app{padding:0;margin:0;width:100vw;height:100vh}
