.vm-header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:24px;flex-wrap:wrap;gap:12px}.vm-header h2{margin:0;font-size:22px}.vm-header .vm-desc{color:#8b91a3;font-size:13px;margin-top:5px}.vm-tiles{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:24px}.vm-tile{border-radius:18px;padding:18px;color:#fff;cursor:pointer;position:relative;overflow:hidden;transition:transform .2s,box-shadow .2s,opacity .2s;min-height:104px;display:flex;flex-direction:column;justify-content:space-between;box-shadow:0 4px 14px #14192d1f}.vm-tile:hover{transform:translateY(-3px);box-shadow:0 12px 26px #14192d33}.vm-tile .vm-ic{font-size:30px;line-height:1;opacity:.95;display:flex}.vm-tile .vm-nm{font-size:16px;font-weight:600}.vm-tile .vm-ct{font-size:12px;opacity:.85;margin-top:2px}.vm-glow{position:absolute;right:-18px;top:-18px;width:90px;height:90px;border-radius:50%;background:#ffffff2e}.vm-tile.off{opacity:.5}.vm-tile.off:hover{opacity:.82}.vm-g-all{background:linear-gradient(135deg,#7048e8,#9775fa)}.vm-g-win{background:linear-gradient(135deg,#1c7ed6,#4dabf7)}.vm-g-and{background:linear-gradient(135deg,#0ca678,#38d9a9)}.vm-g-mac{background:linear-gradient(135deg,#495057,#adb5bd)}.vm-list{display:flex;flex-direction:column;gap:12px}.vm-vc{background:#fff;border:1px solid #ecedf2;border-radius:14px;padding:15px 20px;display:flex;align-items:center;gap:18px;position:relative;overflow:hidden}.vm-vc.push{border-color:#a7e9cf;background:linear-gradient(90deg,#12b8860f,#fff 22%)}.vm-pi{width:46px;height:46px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex:0 0 auto;font-size:24px}.vm-pi.win{background:#e7f1ff;color:#1c7ed6}.vm-pi.and{background:#e6f9f1;color:#0ca678}.vm-pi.mac{background:#eef0f2;color:#495057}.vm-main{flex:0 0 154px}.vm-vn{font-size:19px;font-weight:700;line-height:1;display:flex;align-items:center;gap:8px}.vm-pl{font-size:12px;color:#8b91a3;margin-top:6px}.vm-log{flex:1;color:#5a6072;font-size:13px;line-height:1.55;white-space:pre-line;max-height:44px;overflow:hidden;border-left:1px solid #ecedf2;padding-left:18px}.vm-side{flex:0 0 auto;display:flex;flex-direction:column;align-items:flex-end;gap:7px;min-width:118px}.vm-time{font-size:12px;color:#8b91a3}.vm-badge{font-size:11px;padding:2px 9px;border-radius:999px;font-weight:600;display:inline-flex;align-items:center;gap:4px}.vm-badge.force{background:#fff0ee;color:#f03e3e}.vm-badge.opt{background:#eef0f2;color:#868e96}.vm-badge.push{background:#e7f9f0;color:#0ca678}.vm-acts{flex:0 0 auto;display:flex;gap:14px;align-items:center}.vm-acts a{color:#5b6cff;text-decoration:none;font-size:13px}.vm-acts a.vm-del{color:#f03e3e}.vm-empty{padding:48px;text-align:center;color:#8b91a3;background:#fff;border:1px dashed #e2e4ec;border-radius:14px}@media (max-width:900px){.vm-tiles{grid-template-columns:repeat(2,1fr)}.vm-vc{flex-wrap:wrap}.vm-log{flex-basis:100%;border-left:none;padding-left:0;order:5}}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{height:100%}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Microsoft YaHei,sans-serif;background:#f0f2f5}
