@import"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600&display=swap";:root{color-scheme:dark;font-family:Inter,Space Grotesk,Segoe UI,Noto Sans TC,system-ui,sans-serif;background:radial-gradient(circle at top,#1c2333,#0f172a);color:#e2e8f0}*{box-sizing:border-box}body{margin:0;background:radial-gradient(circle at top,#1c2333,#0f172a)}.app-shell{display:flex;height:100vh;overflow:hidden}.app{flex:1;padding:24px 32px 40px;display:flex;flex-direction:column;gap:24px;overflow-y:auto}.app-top-banner{display:flex;justify-content:space-between;align-items:center;background:#0f172aeb;border:1px solid rgba(59,130,246,.25);border-radius:20px;padding:18px 24px;box-shadow:0 18px 40px #080b1473;gap:16px;position:sticky;top:-24px;z-index:10;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.app-top-banner-left{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.sidebar-toggle{border:1px solid rgba(148,163,184,.35);background:#0f172a99;color:#e2e8f0;padding:8px 12px;border-radius:10px;cursor:pointer;transition:border-color .2s ease,background .2s ease}.sidebar-toggle:hover{border-color:#3b82f6cc}.app-top-banner-title{font-size:1.3rem;font-weight:700;letter-spacing:.05em}.app-top-banner-user{display:flex;align-items:center;gap:12px}.app-top-banner-avatar{width:42px;height:42px;border-radius:50%;background:linear-gradient(135deg,#2563eb,#7c3aed);display:flex;align-items:center;justify-content:center;font-weight:700;color:#f8fafc;font-size:1.1rem}.app-top-banner-userinfo{display:flex;flex-direction:column;gap:2px;text-align:right}.app-top-banner-name{font-weight:700;font-size:1rem}.app-top-banner-meta{font-size:.85rem;color:#94a3b8}.sidebar{width:230px;background:#0f172af0;border-right:1px solid rgba(59,130,246,.25);padding:24px 18px;display:flex;flex-direction:column;gap:16px;box-shadow:10px 0 40px #00000040}.sidebar-header{display:flex;align-items:center;justify-content:space-between}.sidebar-title{font-weight:700;letter-spacing:.05em}.sidebar-nav{flex:1;overflow-y:auto;padding-right:8px}.sidebar-nav ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.sidebar-link{width:100%;display:flex;align-items:center;gap:10px;padding:12px 14px;border-radius:12px;border:1px solid rgba(148,163,184,.25);background:#0f172a99;color:#e2e8f0;cursor:pointer;transition:border-color .2s ease,background .2s ease}.sidebar-link:hover{border-color:#3b82f699}.sidebar-link.active{border-color:#3b82f6e6;box-shadow:0 12px 30px #3b82f640}.sidebar-link-icon{font-size:1.1rem}.charts-grid{display:grid;gap:18px;grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}.sidebar-hidden .sidebar{display:none}.card{background:#0f172aeb;border:1px solid rgba(148,163,184,.3);border-radius:16px;padding:16px;box-shadow:0 18px 40px #080b1466}.chart-card h2{margin:4px 0 0;font-size:1.1rem}.chart-card header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:12px}.chart-body{height:280px}.chip{display:inline-flex;align-items:center;gap:4px;border-radius:999px;padding:6px 12px;background:#111827;color:#f3f4f6;font-size:.85rem}.chip.muted{background:#1f2937;color:#9ca3af}.muted{color:#94a3b8;margin:4px 0 0}.muted.center{text-align:center}.placeholder-3d{border:1px dashed rgba(148,163,184,.4);border-radius:14px;padding:24px;margin-top:12px}.placeholder-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:12px;color:#cbd5e1}.three-d-canvas{width:100%;height:680px;border-radius:14px;border:1px solid rgba(59,130,246,.25);background:radial-gradient(circle at top,#0b1222,#0a0f1d);overflow:hidden}.date-input{background:#0f172a99;border:1px solid rgba(148,163,184,.35);color:#e2e8f0;border-radius:10px;padding:6px 10px}.panel{background:#0f172aeb;border:1px solid rgba(148,163,184,.3);border-radius:18px;box-shadow:0 18px 40px #080b1466}.panel-3d{padding:16px;display:flex;flex-direction:column;gap:14px}.panel-header{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.panel-header h2{margin:0}.hint{color:#94a3b8;font-size:.95rem}.trend-content{position:relative}.trend-canvas{min-height:700px;height:700px;position:relative}.overlay-top{position:absolute;top:16px;left:16px;display:flex;align-items:flex-start;gap:10px;z-index:6}.overlay-stack{flex:0 0 340px;width:340px;max-width:340px;display:flex;flex-direction:column;gap:10px}.overlay-click{flex:0 0 340px;width:340px;max-width:340px}.overlay-box{position:relative;width:100%;background:#0f172a40;border:1px solid rgba(148,163,184,.25);border-radius:12px;padding:12px;box-shadow:0 12px 30px #00000040;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:6;overflow:hidden}.overlay-header{display:flex;align-items:center;justify-content:space-between;gap:8px}.overlay-close{border:1px solid rgba(148,163,184,.35);background:#0f172a99;color:#e2e8f0;border-radius:8px;padding:4px 8px;cursor:pointer;transition:border-color .2s ease,background .2s ease}.overlay-close:hover{border-color:#3b82f6cc;background:#3b82f633}.trend-pie h3{margin:0 0 8px;font-size:1rem}.trend-tooltip{position:relative;width:100%;background:#0f172a4d;border:1px solid rgba(148,163,184,.3);box-shadow:0 16px 36px #00000059;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:12px;padding:12px;color:#e5e9ff;min-height:180px;z-index:5}.tooltip-header{display:flex;justify-content:space-between;font-weight:700}.tooltip-count{margin:8px 0}.tooltip-empty,.tooltip-more{color:#94a3b8;font-size:.95rem}.hotspot-list{display:flex;flex-direction:column;gap:8px;margin-top:8px}.hotspot-row{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:8px}.hotspot-label{font-weight:600;color:#e2e8f0}.hotspot-bar{height:10px;background:#94a3b833;border-radius:999px;overflow:hidden}.hotspot-bar-fill{height:100%;border-radius:999px}.hotspot-count{color:#e2e8f0;font-variant-numeric:tabular-nums}.trend-legend{display:flex;flex-wrap:wrap;gap:10px}.legend-item{display:inline-flex;align-items:center;gap:8px;padding:6px 10px;border-radius:10px;background:#111827cc;border:1px solid rgba(148,163,184,.3)}.legend-swatch{width:16px;height:16px;border-radius:4px}@media (max-width: 960px){.trend-tooltip{position:static;width:100%;margin-top:12px}}@media (max-width: 960px){.app-shell{flex-direction:column}.sidebar{width:100%;flex-direction:row;flex-wrap:wrap;gap:10px}.sidebar-nav ul{flex-direction:row;flex-wrap:wrap}.app-top-banner{position:static}}.webgl-fallback{width:100%;height:700px;display:flex;align-items:center;justify-content:center;color:#e5e9ff;background:#0f172a4d;border:1px dashed rgba(148,163,184,.35);border-radius:12px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.overlay-chart{height:160px;max-height:160px;width:100%}.right-stack{position:absolute;top:16px;right:16px;width:min(340px,90%);display:flex;flex-direction:column;gap:10px;z-index:6}.detail-list{display:flex;flex-direction:column;gap:10px;max-height:620px;overflow-y:auto}.detail-card{background:#0f172a59;border:1px solid rgba(148,163,184,.25);border-radius:12px;padding:10px;box-shadow:0 8px 18px #00000040;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.detail-row{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:6px}.badge{display:inline-flex;align-items:center;gap:4px;padding:4px 8px;border-radius:8px;font-size:.9rem}.badge.info{background:#3b82f633;border:1px solid rgba(59,130,246,.5);color:#bfdbfe}.badge.warn{background:#eab30833;border:1px solid rgba(234,179,8,.5);color:#fef08a}.badge.danger{background:#f8717133;border:1px solid rgba(248,113,113,.5);color:#fecdd3}.detail-desc{color:#e2e8f0;margin-bottom:4px}.detail-msg{color:#cbd5e1;font-size:.95rem}.three-d-canvas-element{width:100%;height:700px}@media (max-width: 960px){.trend-content{display:flex;flex-direction:column;gap:12px}.trend-canvas{display:flex;flex-direction:column;height:auto;min-height:0}.overlay-top{position:static;display:flex;flex-direction:column;gap:12px;padding-bottom:0}.overlay-stack,.right-stack{position:static;width:100%;max-width:100%;display:flex;flex-direction:column;gap:12px;flex:none}.trend-content,.trend-canvas,.overlay-top,.overlay-stack,.right-stack{display:contents}.box-minute{order:1}.box-ai{order:2}.box-realtime{order:3}.box-level{order:4}.box-category{order:5}.three-d-canvas-element{order:6;height:400px!important;width:100%!important;flex:none;position:relative;overflow:hidden}.box-click{order:7;margin-top:0}.trend-legend{order:8;margin-top:12px;width:100%}.overlay-box{width:100%;max-width:100%}}
