.viz-wow-content{grid-template-columns:1fr;gap:40px;width:100%;margin-bottom:60px;display:grid}.viz-wow-dashboard{opacity:0;grid-template-columns:repeat(3,1fr);gap:20px;width:100%;display:grid}.viz-wow-tile{background:var(--dark-alt-60);border:1px solid var(--pink-60);border-radius:var(--radius-lg);backdrop-filter:blur(10px);opacity:0;flex-direction:column;min-height:180px;padding:20px;display:flex}.viz-wow-tile-header{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.viz-wow-tile-title{color:var(--white-60);text-transform:uppercase;letter-spacing:var(--tracking-normal);font-size:11px}.viz-wow-tile-icon{color:var(--pink);font-size:14px}.viz-wow-tile-body{flex:1;justify-content:center;align-items:center;display:flex;position:relative}.viz-wow-bar-chart{justify-content:space-around;align-items:flex-end;gap:8px;width:100%;height:100px;display:flex}.viz-wow-bar{background:var(--pink);opacity:.8;border-radius:4px 4px 0 0;flex:1;height:0;transition:height .6s}.viz-wow-kpi{text-align:center}.viz-wow-kpi-value{color:var(--pink);font-feature-settings:"tnum";margin-bottom:8px;font-size:42px;font-weight:700}.viz-wow-kpi-label{color:var(--white-60);margin-bottom:8px;font-size:11px}.viz-wow-kpi-trend{color:var(--green-90);align-items:center;gap:4px;font-size:12px;display:inline-flex}.viz-wow-kpi-trend.down{color:var(--term-red-90)}.viz-wow-line-chart{width:100%;height:100px}.viz-wow-line-path{fill:none;stroke:var(--pink);stroke-width:2px;stroke-dasharray:1000;stroke-dashoffset:1000px}.viz-wow-donut-chart{width:100px;height:100px;transform:rotate(-90deg)}.viz-wow-donut-bg{fill:none;stroke:var(--pink-60);stroke-width:12px}.viz-wow-donut-fg{fill:none;stroke:var(--pink);stroke-width:12px;stroke-dasharray:251.2;stroke-dashoffset:251.2px;transition:stroke-dashoffset 1s}.viz-wow-donut-text{color:var(--pink);font-size:20px;font-weight:700;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.viz-wow-table{width:100%}.viz-wow-table-row{border-bottom:1px solid var(--pink-60);opacity:0;justify-content:space-between;padding:8px 0;display:flex}.viz-wow-table-row:last-child{border-bottom:none}.viz-wow-table-cell{color:var(--white-70);font-size:11px}.viz-wow-table-cell.value{color:var(--pink);font-weight:600}.viz-wow-gauge{width:120px;height:120px;position:relative}.viz-wow-gauge-svg{width:100%;height:100%;transform:rotate(-90deg)}.viz-wow-gauge-bg{fill:none;stroke:var(--pink-60);stroke-width:10px}.viz-wow-gauge-fg{fill:none;stroke:var(--pink);stroke-width:10px;stroke-dasharray:251.2;stroke-dashoffset:251.2px;stroke-linecap:round;transition:stroke-dashoffset 1s}.viz-wow-gauge-value{color:var(--pink);font-size:24px;font-weight:700;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@media (width<=768px){.viz-wow-dashboard{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.viz-wow-dashboard{grid-template-columns:1fr}.viz-wow-tile{min-height:160px}.viz-wow-kpi-value{font-size:32px}}