*{box-sizing:border-box}html,body{margin:0;height:100%;font-family:system-ui,-apple-system,sans-serif;background:#000;color:#fff}#app{position:relative;width:100%;height:100%;overflow:hidden}canvas{display:block;position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}#ui{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:10;display:flex;flex-direction:column;justify-content:space-between}#ui-top{padding:20px 24px;max-width:440px}#ui-bottom{padding:20px 24px}#nav{font-size:13px;color:#fff;margin-bottom:14px;pointer-events:auto;cursor:pointer;-webkit-user-select:none;user-select:none}h1{margin:0 0 10px;font-size:22px;font-weight:600;line-height:1.3}h1 span{font-size:15px;font-weight:400;color:#aaa}#desc{font-size:13px;color:#bbb;margin:0;line-height:1.6}#legend{display:flex;gap:16px;flex-wrap:wrap;margin-bottom:10px}.swatch{display:inline-flex;align-items:center;gap:6px;font-size:12px;color:#ccc}.swatch i{width:22px;height:3px;border-radius:2px;display:inline-block;flex-shrink:0}.swatch i.dot{width:8px;height:8px;border-radius:50%}#hint{font-size:12px;color:#999;margin:0;display:inline-block;padding:5px 12px;border:1px solid rgba(255,255,255,.25);border-radius:4px}
